[==========] Running 24 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 22 tests from AutoRebalancerTest
[ RUN      ] AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing
WARNING: Logging before InitGoogleLogging() is written to STDERR
I20260608 12:39:57.381265   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:34729,127.0.107.253:43305,127.0.107.252:43363
I20260608 12:39:57.383282   431 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
I20260608 12:39:57.384450   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:57.403762   438 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:57.404480   437 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:57.405572   440 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:57.405910   431 server_base.cc:1061] running on GCE node
I20260608 12:39:58.624532   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:58.624852   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:58.625072   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922398625053 us; error 0 us; skew 500 ppm
I20260608 12:39:58.626070   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:58.631877   431 webserver.cc:533] Webserver started at http://127.0.107.254:35639/ using document root <none> and password file <none>
I20260608 12:39:58.632774   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:58.633031   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:58.633512   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:58.639441   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922397207313-431-0/minicluster-data/master-0-root/instance:
uuid: "345040c38a4d404a85519ca6c22409b5"
format_stamp: "Formatted at 2026-06-08 12:39:58 on dist-test-slave-1zds"
I20260608 12:39:58.647936   431 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.005s	sys 0.004s
I20260608 12:39:58.653687   446 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:58.655251   431 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
I20260608 12:39:58.655694   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922397207313-431-0/minicluster-data/master-0-root
uuid: "345040c38a4d404a85519ca6c22409b5"
format_stamp: "Formatted at 2026-06-08 12:39:58 on dist-test-slave-1zds"
I20260608 12:39:58.656075   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922397207313-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922397207313-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922397207313-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:58.719871   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:58.721486   431 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
I20260608 12:39:58.722020   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:58.806944   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:34729
I20260608 12:39:58.807034   497 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:34729 every 8 connection(s)
I20260608 12:39:58.814236   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:39:58.816217   498 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
W20260608 12:39:58.823210   500 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:58.824604   501 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:58.829600   431 server_base.cc:1061] running on GCE node
W20260608 12:39:58.829910   503 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:58.830953   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:58.831176   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:58.831321   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922398831307 us; error 0 us; skew 500 ppm
I20260608 12:39:58.832067   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:58.836087   431 webserver.cc:533] Webserver started at http://127.0.107.253:44077/ using document root <none> and password file <none>
I20260608 12:39:58.836867   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:58.837200   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:58.837567   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:58.839145   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922397207313-431-0/minicluster-data/master-1-root/instance:
uuid: "f1a2043c445648a9b5eb391868e30370"
format_stamp: "Formatted at 2026-06-08 12:39:58 on dist-test-slave-1zds"
I20260608 12:39:58.841558   498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34729 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:39:58.845312   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.001s
I20260608 12:39:58.853775   510 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:58.854756   431 fs_manager.cc:730] Time spent opening block manager: real 0.007s	user 0.003s	sys 0.004s
I20260608 12:39:58.855078   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922397207313-431-0/minicluster-data/master-1-root
uuid: "f1a2043c445648a9b5eb391868e30370"
format_stamp: "Formatted at 2026-06-08 12:39:58 on dist-test-slave-1zds"
I20260608 12:39:58.855423   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922397207313-431-0/minicluster-data/master-1-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922397207313-431-0/minicluster-data/master-1-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922397207313-431-0/minicluster-data/master-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:58.875197   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:58.876734   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:58.878928   498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43305 } has no permanent_uuid. Determining permanent_uuid...
W20260608 12:39:58.883574   447 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.253:43305: connect: Connection refused (error 111)
W20260608 12:39:58.889693   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:43305: Network error: Client connection negotiation failed: client connection to 127.0.107.253:43305: connect: Connection refused (error 111)
I20260608 12:39:58.939330   498 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43305 } attempt: 1
W20260608 12:39:58.944554   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:43305: Network error: Client connection negotiation failed: client connection to 127.0.107.253:43305: connect: Connection refused (error 111)
I20260608 12:39:58.958875   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.253:43305
I20260608 12:39:58.958989   562 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.253:43305 every 8 connection(s)
I20260608 12:39:58.964843   563 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:58.965656   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:39:58.970762   563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34729 } has no permanent_uuid. Determining permanent_uuid...
W20260608 12:39:58.974164   565 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:58.975739   566 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:58.982632   569 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:58.984097   431 server_base.cc:1061] running on GCE node
I20260608 12:39:58.984872   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:58.985167   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:58.985437   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922398985411 us; error 0 us; skew 500 ppm
I20260608 12:39:58.986181   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:58.989030   563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43305 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:39:58.990168   431 webserver.cc:533] Webserver started at http://127.0.107.252:36597/ using document root <none> and password file <none>
I20260608 12:39:58.990991   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:58.991245   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:58.991628   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:58.993979   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922397207313-431-0/minicluster-data/master-2-root/instance:
uuid: "fda9a08f7c25436699d0c6f1f6b59942"
format_stamp: "Formatted at 2026-06-08 12:39:58 on dist-test-slave-1zds"
I20260608 12:39:59.000607   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.001s	sys 0.005s
I20260608 12:39:59.004595   563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43363 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:39:59.006424   575 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:59.007539   431 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:39:59.007892   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922397207313-431-0/minicluster-data/master-2-root
uuid: "fda9a08f7c25436699d0c6f1f6b59942"
format_stamp: "Formatted at 2026-06-08 12:39:58 on dist-test-slave-1zds"
I20260608 12:39:59.008224   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922397207313-431-0/minicluster-data/master-2-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922397207313-431-0/minicluster-data/master-2-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922397207313-431-0/minicluster-data/master-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
W20260608 12:39:59.011831   563 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:43363: Network error: Client connection negotiation failed: client connection to 127.0.107.252:43363: connect: Connection refused (error 111)
I20260608 12:39:59.013810   498 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43305 } attempt: 2
I20260608 12:39:59.026101   498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43363 } has no permanent_uuid. Determining permanent_uuid...
W20260608 12:39:59.030539   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:43363: Network error: Client connection negotiation failed: client connection to 127.0.107.252:43363: connect: Connection refused (error 111)
I20260608 12:39:59.038089   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:59.039412   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:59.055672   563 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43363 } attempt: 1
I20260608 12:39:59.062000   498 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43363 } attempt: 1
W20260608 12:39:59.063166   563 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:43363: Network error: Client connection negotiation failed: client connection to 127.0.107.252:43363: connect: Connection refused (error 111)
W20260608 12:39:59.069103   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:43363: Network error: Client connection negotiation failed: client connection to 127.0.107.252:43363: connect: Connection refused (error 111)
I20260608 12:39:59.120512   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.252:43363
I20260608 12:39:59.120630   627 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.252:43363 every 8 connection(s)
I20260608 12:39:59.125519   628 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:59.125692   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:39:59.131500   628 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34729 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:39:59.136750   498 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43363 } attempt: 2
I20260608 12:39:59.138680   563 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43363 } attempt: 2
I20260608 12:39:59.149003   628 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43305 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:39:59.164283   563 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370: Bootstrap starting.
I20260608 12:39:59.164407   628 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43363 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:39:59.164872   498 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 345040c38a4d404a85519ca6c22409b5: Bootstrap starting.
I20260608 12:39:59.172362   563 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:59.172858   498 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 345040c38a4d404a85519ca6c22409b5: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:59.174978   563 log.cc:826] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370: Log is configured to *not* fsync() on all Append() calls
I20260608 12:39:59.180712   563 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370: No bootstrap required, opened a new log
I20260608 12:39:59.182529   498 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 345040c38a4d404a85519ca6c22409b5: No bootstrap required, opened a new log
I20260608 12:39:59.192073   628 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fda9a08f7c25436699d0c6f1f6b59942: Bootstrap starting.
I20260608 12:39:59.199580   628 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P fda9a08f7c25436699d0c6f1f6b59942: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:59.206657   628 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fda9a08f7c25436699d0c6f1f6b59942: No bootstrap required, opened a new log
I20260608 12:39:59.210901   498 raft_consensus.cc:359] T 00000000000000000000000000000000 P 345040c38a4d404a85519ca6c22409b5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "345040c38a4d404a85519ca6c22409b5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34729 } } peers { permanent_uuid: "f1a2043c445648a9b5eb391868e30370" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43305 } } peers { permanent_uuid: "fda9a08f7c25436699d0c6f1f6b59942" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43363 } }
I20260608 12:39:59.210917   628 raft_consensus.cc:359] T 00000000000000000000000000000000 P fda9a08f7c25436699d0c6f1f6b59942 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "345040c38a4d404a85519ca6c22409b5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34729 } } peers { permanent_uuid: "f1a2043c445648a9b5eb391868e30370" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43305 } } peers { permanent_uuid: "fda9a08f7c25436699d0c6f1f6b59942" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43363 } }
I20260608 12:39:59.212014   498 raft_consensus.cc:385] T 00000000000000000000000000000000 P 345040c38a4d404a85519ca6c22409b5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:59.210917   563 raft_consensus.cc:359] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "345040c38a4d404a85519ca6c22409b5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34729 } } peers { permanent_uuid: "f1a2043c445648a9b5eb391868e30370" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43305 } } peers { permanent_uuid: "fda9a08f7c25436699d0c6f1f6b59942" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43363 } }
I20260608 12:39:59.212144   628 raft_consensus.cc:385] T 00000000000000000000000000000000 P fda9a08f7c25436699d0c6f1f6b59942 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:59.212368   498 raft_consensus.cc:740] T 00000000000000000000000000000000 P 345040c38a4d404a85519ca6c22409b5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 345040c38a4d404a85519ca6c22409b5, State: Initialized, Role: FOLLOWER
I20260608 12:39:59.212458   563 raft_consensus.cc:385] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:59.212489   628 raft_consensus.cc:740] T 00000000000000000000000000000000 P fda9a08f7c25436699d0c6f1f6b59942 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fda9a08f7c25436699d0c6f1f6b59942, State: Initialized, Role: FOLLOWER
I20260608 12:39:59.212896   563 raft_consensus.cc:740] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f1a2043c445648a9b5eb391868e30370, State: Initialized, Role: FOLLOWER
I20260608 12:39:59.213640   628 consensus_queue.cc:260] T 00000000000000000000000000000000 P fda9a08f7c25436699d0c6f1f6b59942 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "345040c38a4d404a85519ca6c22409b5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34729 } } peers { permanent_uuid: "f1a2043c445648a9b5eb391868e30370" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43305 } } peers { permanent_uuid: "fda9a08f7c25436699d0c6f1f6b59942" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43363 } }
I20260608 12:39:59.213642   498 consensus_queue.cc:260] T 00000000000000000000000000000000 P 345040c38a4d404a85519ca6c22409b5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "345040c38a4d404a85519ca6c22409b5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34729 } } peers { permanent_uuid: "f1a2043c445648a9b5eb391868e30370" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43305 } } peers { permanent_uuid: "fda9a08f7c25436699d0c6f1f6b59942" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43363 } }
I20260608 12:39:59.213642   563 consensus_queue.cc:260] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "345040c38a4d404a85519ca6c22409b5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34729 } } peers { permanent_uuid: "f1a2043c445648a9b5eb391868e30370" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43305 } } peers { permanent_uuid: "fda9a08f7c25436699d0c6f1f6b59942" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43363 } }
I20260608 12:39:59.219841   638 sys_catalog.cc:455] T 00000000000000000000000000000000 P 345040c38a4d404a85519ca6c22409b5 [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: "345040c38a4d404a85519ca6c22409b5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34729 } } peers { permanent_uuid: "f1a2043c445648a9b5eb391868e30370" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43305 } } peers { permanent_uuid: "fda9a08f7c25436699d0c6f1f6b59942" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43363 } } }
I20260608 12:39:59.221035   638 sys_catalog.cc:458] T 00000000000000000000000000000000 P 345040c38a4d404a85519ca6c22409b5 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:39:59.223016   498 sys_catalog.cc:565] T 00000000000000000000000000000000 P 345040c38a4d404a85519ca6c22409b5 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:39:59.223905   637 sys_catalog.cc:455] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370 [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: "345040c38a4d404a85519ca6c22409b5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34729 } } peers { permanent_uuid: "f1a2043c445648a9b5eb391868e30370" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43305 } } peers { permanent_uuid: "fda9a08f7c25436699d0c6f1f6b59942" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43363 } } }
I20260608 12:39:59.224690   637 sys_catalog.cc:458] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:39:59.225383   563 sys_catalog.cc:565] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:39:59.225813   636 sys_catalog.cc:455] T 00000000000000000000000000000000 P fda9a08f7c25436699d0c6f1f6b59942 [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: "345040c38a4d404a85519ca6c22409b5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34729 } } peers { permanent_uuid: "f1a2043c445648a9b5eb391868e30370" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43305 } } peers { permanent_uuid: "fda9a08f7c25436699d0c6f1f6b59942" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43363 } } }
I20260608 12:39:59.226614   636 sys_catalog.cc:458] T 00000000000000000000000000000000 P fda9a08f7c25436699d0c6f1f6b59942 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:39:59.227738   628 sys_catalog.cc:565] T 00000000000000000000000000000000 P fda9a08f7c25436699d0c6f1f6b59942 [sys.catalog]: configured and running, proceeding with master startup.
W20260608 12:39:59.227881   452 tablet.cc:2404] T 00000000000000000000000000000000 P 345040c38a4d404a85519ca6c22409b5: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:39:59.278853   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 1
I20260608 12:39:59.285712   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 2
W20260608 12:39:59.295313   668 catalog_manager.cc:1593] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:39:59.295939   668 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260608 12:39:59.297242   665 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 345040c38a4d404a85519ca6c22409b5: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:39:59.297614   665 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260608 12:39:59.311209   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:59.315160   672 catalog_manager.cc:1593] T 00000000000000000000000000000000 P fda9a08f7c25436699d0c6f1f6b59942: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:39:59.315541   672 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260608 12:39:59.320488   673 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:59.323817   674 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:59.331305   676 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:59.331691   431 server_base.cc:1061] running on GCE node
I20260608 12:39:59.332770   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:59.333042   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:59.333262   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922399333244 us; error 0 us; skew 500 ppm
I20260608 12:39:59.334134   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:59.337157   431 webserver.cc:533] Webserver started at http://127.0.107.193:41023/ using document root <none> and password file <none>
I20260608 12:39:59.337920   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:59.338186   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:59.338549   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:59.340191   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922397207313-431-0/minicluster-data/ts-0-root/instance:
uuid: "5fe33e4b8a404205810edcc6dbd47c50"
format_stamp: "Formatted at 2026-06-08 12:39:59 on dist-test-slave-1zds"
I20260608 12:39:59.347360   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.004s
I20260608 12:39:59.352226   681 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:59.353226   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:39:59.353909   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922397207313-431-0/minicluster-data/ts-0-root
uuid: "5fe33e4b8a404205810edcc6dbd47c50"
format_stamp: "Formatted at 2026-06-08 12:39:59 on dist-test-slave-1zds"
I20260608 12:39:59.354362   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922397207313-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922397207313-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922397207313-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:59.374840   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:59.377287   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:59.380646   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:59.386698   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:59.387068   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:59.387419   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:59.387660   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:59.452734   637 raft_consensus.cc:493] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:59.453539   637 raft_consensus.cc:515] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "345040c38a4d404a85519ca6c22409b5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34729 } } peers { permanent_uuid: "f1a2043c445648a9b5eb391868e30370" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43305 } } peers { permanent_uuid: "fda9a08f7c25436699d0c6f1f6b59942" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43363 } }
I20260608 12:39:59.458820   473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f1a2043c445648a9b5eb391868e30370" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "345040c38a4d404a85519ca6c22409b5" is_pre_election: true
I20260608 12:39:59.460229   473 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 345040c38a4d404a85519ca6c22409b5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f1a2043c445648a9b5eb391868e30370 in term 0.
I20260608 12:39:59.461941   603 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f1a2043c445648a9b5eb391868e30370" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fda9a08f7c25436699d0c6f1f6b59942" is_pre_election: true
I20260608 12:39:59.459414   637 leader_election.cc:290] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 345040c38a4d404a85519ca6c22409b5 (127.0.107.254:34729), fda9a08f7c25436699d0c6f1f6b59942 (127.0.107.252:43363)
I20260608 12:39:59.462005   512 leader_election.cc:304] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 345040c38a4d404a85519ca6c22409b5, f1a2043c445648a9b5eb391868e30370; no voters: 
I20260608 12:39:59.463168   603 raft_consensus.cc:2468] T 00000000000000000000000000000000 P fda9a08f7c25436699d0c6f1f6b59942 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f1a2043c445648a9b5eb391868e30370 in term 0.
I20260608 12:39:59.463860   637 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:59.464243   637 raft_consensus.cc:493] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:59.464581   637 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:59.473301   637 raft_consensus.cc:515] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "345040c38a4d404a85519ca6c22409b5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34729 } } peers { permanent_uuid: "f1a2043c445648a9b5eb391868e30370" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43305 } } peers { permanent_uuid: "fda9a08f7c25436699d0c6f1f6b59942" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43363 } }
I20260608 12:39:59.477376   473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f1a2043c445648a9b5eb391868e30370" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "345040c38a4d404a85519ca6c22409b5"
I20260608 12:39:59.477983   473 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 345040c38a4d404a85519ca6c22409b5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:59.478506   603 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f1a2043c445648a9b5eb391868e30370" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fda9a08f7c25436699d0c6f1f6b59942"
I20260608 12:39:59.479071   603 raft_consensus.cc:3060] T 00000000000000000000000000000000 P fda9a08f7c25436699d0c6f1f6b59942 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:59.484648   637 leader_election.cc:290] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370 [CANDIDATE]: Term 1 election: Requested vote from peers 345040c38a4d404a85519ca6c22409b5 (127.0.107.254:34729), fda9a08f7c25436699d0c6f1f6b59942 (127.0.107.252:43363)
I20260608 12:39:59.486928   473 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 345040c38a4d404a85519ca6c22409b5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f1a2043c445648a9b5eb391868e30370 in term 1.
I20260608 12:39:59.487540   603 raft_consensus.cc:2468] T 00000000000000000000000000000000 P fda9a08f7c25436699d0c6f1f6b59942 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f1a2043c445648a9b5eb391868e30370 in term 1.
I20260608 12:39:59.488615   512 leader_election.cc:304] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370 [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: 345040c38a4d404a85519ca6c22409b5, f1a2043c445648a9b5eb391868e30370; no voters: 
I20260608 12:39:59.489615   637 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:59.501890   637 raft_consensus.cc:697] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370 [term 1 LEADER]: Becoming Leader. State: Replica: f1a2043c445648a9b5eb391868e30370, State: Running, Role: LEADER
I20260608 12:39:59.504340   637 consensus_queue.cc:237] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "345040c38a4d404a85519ca6c22409b5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34729 } } peers { permanent_uuid: "f1a2043c445648a9b5eb391868e30370" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43305 } } peers { permanent_uuid: "fda9a08f7c25436699d0c6f1f6b59942" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43363 } }
I20260608 12:39:59.523378   731 sys_catalog.cc:455] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370 [sys.catalog]: SysCatalogTable state changed. Reason: New leader f1a2043c445648a9b5eb391868e30370. Latest consensus state: current_term: 1 leader_uuid: "f1a2043c445648a9b5eb391868e30370" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "345040c38a4d404a85519ca6c22409b5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34729 } } peers { permanent_uuid: "f1a2043c445648a9b5eb391868e30370" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43305 } } peers { permanent_uuid: "fda9a08f7c25436699d0c6f1f6b59942" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43363 } } }
I20260608 12:39:59.525466   731 sys_catalog.cc:458] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370 [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:59.530586   744 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:39:59.541460   744 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:39:59.543905   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:33561
I20260608 12:39:59.544749   746 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:33561 every 8 connection(s)
I20260608 12:39:59.572417   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:39:59.578915   603 raft_consensus.cc:1275] T 00000000000000000000000000000000 P fda9a08f7c25436699d0c6f1f6b59942 [term 1 FOLLOWER]: Refusing update from remote peer f1a2043c445648a9b5eb391868e30370: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:39:59.580049   473 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 345040c38a4d404a85519ca6c22409b5 [term 1 FOLLOWER]: Refusing update from remote peer f1a2043c445648a9b5eb391868e30370: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:39:59.584101   731 consensus_queue.cc:1048] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370 [LEADER]: Connected to new peer: Peer: permanent_uuid: "345040c38a4d404a85519ca6c22409b5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34729 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:59.596728   731 consensus_queue.cc:1048] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fda9a08f7c25436699d0c6f1f6b59942" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43363 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:59.597980   747 heartbeater.cc:344] Connected to a master server at 127.0.107.252:43363
I20260608 12:39:59.598621   747 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:59.606192   747 heartbeater.cc:507] Master 127.0.107.252:43363 requested a full tablet report, sending...
I20260608 12:39:59.611065   593 ts_manager.cc:194] Registered new tserver with Master: 5fe33e4b8a404205810edcc6dbd47c50 (127.0.107.193:33561)
I20260608 12:39:59.649645   638 sys_catalog.cc:455] T 00000000000000000000000000000000 P 345040c38a4d404a85519ca6c22409b5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader f1a2043c445648a9b5eb391868e30370. Latest consensus state: current_term: 1 leader_uuid: "f1a2043c445648a9b5eb391868e30370" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "345040c38a4d404a85519ca6c22409b5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34729 } } peers { permanent_uuid: "f1a2043c445648a9b5eb391868e30370" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43305 } } peers { permanent_uuid: "fda9a08f7c25436699d0c6f1f6b59942" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43363 } } }
W20260608 12:39:59.658092   755 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:59.657478   638 sys_catalog.cc:458] T 00000000000000000000000000000000 P 345040c38a4d404a85519ca6c22409b5 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:39:59.668816   731 sys_catalog.cc:455] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "f1a2043c445648a9b5eb391868e30370" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "345040c38a4d404a85519ca6c22409b5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34729 } } peers { permanent_uuid: "f1a2043c445648a9b5eb391868e30370" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43305 } } peers { permanent_uuid: "fda9a08f7c25436699d0c6f1f6b59942" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43363 } } }
I20260608 12:39:59.669621   731 sys_catalog.cc:458] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370 [sys.catalog]: This master's current role is: LEADER
W20260608 12:39:59.670253   759 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:59.669989   636 sys_catalog.cc:455] T 00000000000000000000000000000000 P fda9a08f7c25436699d0c6f1f6b59942 [sys.catalog]: SysCatalogTable state changed. Reason: New leader f1a2043c445648a9b5eb391868e30370. Latest consensus state: current_term: 1 leader_uuid: "f1a2043c445648a9b5eb391868e30370" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "345040c38a4d404a85519ca6c22409b5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34729 } } peers { permanent_uuid: "f1a2043c445648a9b5eb391868e30370" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43305 } } peers { permanent_uuid: "fda9a08f7c25436699d0c6f1f6b59942" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43363 } } }
I20260608 12:39:59.671371   636 sys_catalog.cc:458] T 00000000000000000000000000000000 P fda9a08f7c25436699d0c6f1f6b59942 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:39:59.673635   744 catalog_manager.cc:1382] Generated new cluster ID: 8fde718bf43c4ec88ceb1c8edb681ebf
I20260608 12:39:59.674088   744 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:39:59.674661   748 heartbeater.cc:344] Connected to a master server at 127.0.107.253:43305
I20260608 12:39:59.675101   748 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:59.676093   748 heartbeater.cc:507] Master 127.0.107.253:43305 requested a full tablet report, sending...
I20260608 12:39:59.680572   528 ts_manager.cc:194] Registered new tserver with Master: 5fe33e4b8a404205810edcc6dbd47c50 (127.0.107.193:33561)
I20260608 12:39:59.688154   637 sys_catalog.cc:455] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "f1a2043c445648a9b5eb391868e30370" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "345040c38a4d404a85519ca6c22409b5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34729 } } peers { permanent_uuid: "f1a2043c445648a9b5eb391868e30370" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43305 } } peers { permanent_uuid: "fda9a08f7c25436699d0c6f1f6b59942" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43363 } } }
I20260608 12:39:59.689404   637 sys_catalog.cc:458] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370 [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:59.698694   638 sys_catalog.cc:455] T 00000000000000000000000000000000 P 345040c38a4d404a85519ca6c22409b5 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "f1a2043c445648a9b5eb391868e30370" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "345040c38a4d404a85519ca6c22409b5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34729 } } peers { permanent_uuid: "f1a2043c445648a9b5eb391868e30370" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43305 } } peers { permanent_uuid: "fda9a08f7c25436699d0c6f1f6b59942" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43363 } } }
I20260608 12:39:59.699734   638 sys_catalog.cc:458] T 00000000000000000000000000000000 P 345040c38a4d404a85519ca6c22409b5 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:39:59.703176   636 sys_catalog.cc:455] T 00000000000000000000000000000000 P fda9a08f7c25436699d0c6f1f6b59942 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "f1a2043c445648a9b5eb391868e30370" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "345040c38a4d404a85519ca6c22409b5" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34729 } } peers { permanent_uuid: "f1a2043c445648a9b5eb391868e30370" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43305 } } peers { permanent_uuid: "fda9a08f7c25436699d0c6f1f6b59942" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 43363 } } }
I20260608 12:39:59.703928   636 sys_catalog.cc:458] T 00000000000000000000000000000000 P fda9a08f7c25436699d0c6f1f6b59942 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:39:59.709863   751 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34729
I20260608 12:39:59.710337   751 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:59.711489   751 heartbeater.cc:507] Master 127.0.107.254:34729 requested a full tablet report, sending...
I20260608 12:39:59.715422   463 ts_manager.cc:194] Registered new tserver with Master: 5fe33e4b8a404205810edcc6dbd47c50 (127.0.107.193:33561)
I20260608 12:39:59.717929   431 server_base.cc:1061] running on GCE node
W20260608 12:39:59.722437   765 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:59.723492   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:59.723763   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:59.723985   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922399723966 us; error 0 us; skew 500 ppm
I20260608 12:39:59.724723   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:59.728006   431 webserver.cc:533] Webserver started at http://127.0.107.194:33505/ using document root <none> and password file <none>
I20260608 12:39:59.728562   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:59.728788   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:59.729105   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:59.730321   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922397207313-431-0/minicluster-data/ts-1-root/instance:
uuid: "c74179d8c0814b6da88468368b43d170"
format_stamp: "Formatted at 2026-06-08 12:39:59 on dist-test-slave-1zds"
I20260608 12:39:59.740531   431 fs_manager.cc:696] Time spent creating directory manager: real 0.010s	user 0.006s	sys 0.003s
I20260608 12:39:59.750056   744 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:39:59.757582   744 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:39:59.760515   771 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:59.762923   431 fs_manager.cc:730] Time spent opening block manager: real 0.019s	user 0.006s	sys 0.012s
I20260608 12:39:59.763376   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922397207313-431-0/minicluster-data/ts-1-root
uuid: "c74179d8c0814b6da88468368b43d170"
format_stamp: "Formatted at 2026-06-08 12:39:59 on dist-test-slave-1zds"
I20260608 12:39:59.763796   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922397207313-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922397207313-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922397207313-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:59.810129   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:59.811911   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:59.820020   744 catalog_manager.cc:6069] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370: Generated new TSK 0
I20260608 12:39:59.820919   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:59.821739   744 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:39:59.824854   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:59.825196   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:59.825515   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:59.825740   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:59.939553   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:38389
I20260608 12:39:59.939733   834 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:38389 every 8 connection(s)
I20260608 12:39:59.967940   835 heartbeater.cc:344] Connected to a master server at 127.0.107.252:43363
I20260608 12:39:59.968425   835 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:59.969458   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:39:59.970741   835 heartbeater.cc:507] Master 127.0.107.252:43363 requested a full tablet report, sending...
I20260608 12:39:59.973896   593 ts_manager.cc:194] Registered new tserver with Master: c74179d8c0814b6da88468368b43d170 (127.0.107.194:38389)
I20260608 12:39:59.976451   836 heartbeater.cc:344] Connected to a master server at 127.0.107.253:43305
I20260608 12:39:59.976869   836 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:59.977936   836 heartbeater.cc:507] Master 127.0.107.253:43305 requested a full tablet report, sending...
I20260608 12:39:59.981321   528 ts_manager.cc:194] Registered new tserver with Master: c74179d8c0814b6da88468368b43d170 (127.0.107.194:38389)
W20260608 12:39:59.982246   842 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:59.985541   528 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35618
W20260608 12:39:59.992767   843 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:59.995349   838 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34729
I20260608 12:39:59.995916   838 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:59.996913   838 heartbeater.cc:507] Master 127.0.107.254:34729 requested a full tablet report, sending...
I20260608 12:40:00.000697   463 ts_manager.cc:194] Registered new tserver with Master: c74179d8c0814b6da88468368b43d170 (127.0.107.194:38389)
W20260608 12:40:00.002974   845 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:00.003535   431 server_base.cc:1061] running on GCE node
I20260608 12:40:00.004853   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:00.005133   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:00.005342   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922400005326 us; error 0 us; skew 500 ppm
I20260608 12:40:00.005999   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:00.009544   431 webserver.cc:533] Webserver started at http://127.0.107.195:42755/ using document root <none> and password file <none>
I20260608 12:40:00.010238   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:00.010488   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:00.010787   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:00.011897   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922397207313-431-0/minicluster-data/ts-2-root/instance:
uuid: "4a4639523f584d0a8c792ca403065a71"
format_stamp: "Formatted at 2026-06-08 12:40:00 on dist-test-slave-1zds"
I20260608 12:40:00.017020   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.004s
I20260608 12:40:00.021057   850 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:00.022073   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:40:00.022408   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922397207313-431-0/minicluster-data/ts-2-root
uuid: "4a4639523f584d0a8c792ca403065a71"
format_stamp: "Formatted at 2026-06-08 12:40:00 on dist-test-slave-1zds"
I20260608 12:40:00.022734   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922397207313-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922397207313-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922397207313-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:00.053028   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:00.054687   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:00.057575   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:00.060968   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:00.061214   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:00.061496   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:00.061673   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:00.174993   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:44789
I20260608 12:40:00.175282   912 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:44789 every 8 connection(s)
I20260608 12:40:00.207751   913 heartbeater.cc:344] Connected to a master server at 127.0.107.252:43363
I20260608 12:40:00.208247   913 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:00.209151   913 heartbeater.cc:507] Master 127.0.107.252:43363 requested a full tablet report, sending...
I20260608 12:40:00.212216   593 ts_manager.cc:194] Registered new tserver with Master: 4a4639523f584d0a8c792ca403065a71 (127.0.107.195:44789)
I20260608 12:40:00.216761   914 heartbeater.cc:344] Connected to a master server at 127.0.107.253:43305
I20260608 12:40:00.217185   914 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:00.218158   914 heartbeater.cc:507] Master 127.0.107.253:43305 requested a full tablet report, sending...
I20260608 12:40:00.220448   528 ts_manager.cc:194] Registered new tserver with Master: 4a4639523f584d0a8c792ca403065a71 (127.0.107.195:44789)
I20260608 12:40:00.221958   528 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35626
I20260608 12:40:00.226972   915 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34729
I20260608 12:40:00.227371   915 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:00.228070   915 heartbeater.cc:507] Master 127.0.107.254:34729 requested a full tablet report, sending...
I20260608 12:40:00.230947   463 ts_manager.cc:194] Registered new tserver with Master: 4a4639523f584d0a8c792ca403065a71 (127.0.107.195:44789)
I20260608 12:40:00.231312   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.037901682s
I20260608 12:40:00.302165   665 catalog_manager.cc:1294] Loaded cluster ID: 8fde718bf43c4ec88ceb1c8edb681ebf
I20260608 12:40:00.302520   665 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 345040c38a4d404a85519ca6c22409b5: loading cluster ID for follower catalog manager: success
I20260608 12:40:00.309273   665 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 345040c38a4d404a85519ca6c22409b5: acquiring CA information for follower catalog manager: success
I20260608 12:40:00.314452   665 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 345040c38a4d404a85519ca6c22409b5: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260608 12:40:00.320309   672 catalog_manager.cc:1294] Loaded cluster ID: 8fde718bf43c4ec88ceb1c8edb681ebf
I20260608 12:40:00.320667   672 catalog_manager.cc:1587] T 00000000000000000000000000000000 P fda9a08f7c25436699d0c6f1f6b59942: loading cluster ID for follower catalog manager: success
I20260608 12:40:00.327230   672 catalog_manager.cc:1609] T 00000000000000000000000000000000 P fda9a08f7c25436699d0c6f1f6b59942: acquiring CA information for follower catalog manager: success
I20260608 12:40:00.332060   672 catalog_manager.cc:1637] T 00000000000000000000000000000000 P fda9a08f7c25436699d0c6f1f6b59942: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260608 12:40:00.687400   528 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35602
I20260608 12:40:00.991986   836 heartbeater.cc:499] Master 127.0.107.253:43305 was elected leader, sending a full tablet report...
I20260608 12:40:01.225574   914 heartbeater.cc:499] Master 127.0.107.253:43305 was elected leader, sending a full tablet report...
I20260608 12:40:01.284026   666 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:01.392709   528 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:35640:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 1
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260608 12:40:01.584944   708 tablet_service.cc:1511] Processing CreateTablet for tablet 62ecb4c2fd604f50861dccde8daa79a7 (DEFAULT_TABLE table=test-workload [id=b95230471d514937829673c3e214ddf4]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:40:01.584928   800 tablet_service.cc:1511] Processing CreateTablet for tablet af37f3e31b0049c3b3933838724f788e (DEFAULT_TABLE table=test-workload [id=b95230471d514937829673c3e214ddf4]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:40:01.588547   800 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet af37f3e31b0049c3b3933838724f788e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:01.584951   709 tablet_service.cc:1511] Processing CreateTablet for tablet 43e6c181e6d2490dad060a2b5f5e61d9 (DEFAULT_TABLE table=test-workload [id=b95230471d514937829673c3e214ddf4]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:40:01.589661   708 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 62ecb4c2fd604f50861dccde8daa79a7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:01.589011   878 tablet_service.cc:1511] Processing CreateTablet for tablet 6978fd4ea9ef4e01811ded83613eee94 (DEFAULT_TABLE table=test-workload [id=b95230471d514937829673c3e214ddf4]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:40:01.591262   878 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6978fd4ea9ef4e01811ded83613eee94. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:01.592103   709 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 43e6c181e6d2490dad060a2b5f5e61d9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:01.645905   949 tablet_bootstrap.cc:492] T 62ecb4c2fd604f50861dccde8daa79a7 P 5fe33e4b8a404205810edcc6dbd47c50: Bootstrap starting.
I20260608 12:40:01.652032   950 tablet_bootstrap.cc:492] T af37f3e31b0049c3b3933838724f788e P c74179d8c0814b6da88468368b43d170: Bootstrap starting.
I20260608 12:40:01.654778   951 tablet_bootstrap.cc:492] T 6978fd4ea9ef4e01811ded83613eee94 P 4a4639523f584d0a8c792ca403065a71: Bootstrap starting.
I20260608 12:40:01.656574   949 tablet_bootstrap.cc:654] T 62ecb4c2fd604f50861dccde8daa79a7 P 5fe33e4b8a404205810edcc6dbd47c50: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:01.664037   950 tablet_bootstrap.cc:654] T af37f3e31b0049c3b3933838724f788e P c74179d8c0814b6da88468368b43d170: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:01.670925   951 tablet_bootstrap.cc:654] T 6978fd4ea9ef4e01811ded83613eee94 P 4a4639523f584d0a8c792ca403065a71: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:01.671077   949 tablet_bootstrap.cc:492] T 62ecb4c2fd604f50861dccde8daa79a7 P 5fe33e4b8a404205810edcc6dbd47c50: No bootstrap required, opened a new log
I20260608 12:40:01.672463   949 ts_tablet_manager.cc:1403] T 62ecb4c2fd604f50861dccde8daa79a7 P 5fe33e4b8a404205810edcc6dbd47c50: Time spent bootstrapping tablet: real 0.027s	user 0.006s	sys 0.019s
I20260608 12:40:01.677824   949 raft_consensus.cc:359] T 62ecb4c2fd604f50861dccde8daa79a7 P 5fe33e4b8a404205810edcc6dbd47c50 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5fe33e4b8a404205810edcc6dbd47c50" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33561 } }
I20260608 12:40:01.678824   949 raft_consensus.cc:385] T 62ecb4c2fd604f50861dccde8daa79a7 P 5fe33e4b8a404205810edcc6dbd47c50 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:01.679281   949 raft_consensus.cc:740] T 62ecb4c2fd604f50861dccde8daa79a7 P 5fe33e4b8a404205810edcc6dbd47c50 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5fe33e4b8a404205810edcc6dbd47c50, State: Initialized, Role: FOLLOWER
I20260608 12:40:01.680344   949 consensus_queue.cc:260] T 62ecb4c2fd604f50861dccde8daa79a7 P 5fe33e4b8a404205810edcc6dbd47c50 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "5fe33e4b8a404205810edcc6dbd47c50" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33561 } }
I20260608 12:40:01.681264   949 raft_consensus.cc:399] T 62ecb4c2fd604f50861dccde8daa79a7 P 5fe33e4b8a404205810edcc6dbd47c50 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:40:01.681663   949 raft_consensus.cc:493] T 62ecb4c2fd604f50861dccde8daa79a7 P 5fe33e4b8a404205810edcc6dbd47c50 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:40:01.682109   949 raft_consensus.cc:3060] T 62ecb4c2fd604f50861dccde8daa79a7 P 5fe33e4b8a404205810edcc6dbd47c50 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:01.682581   950 tablet_bootstrap.cc:492] T af37f3e31b0049c3b3933838724f788e P c74179d8c0814b6da88468368b43d170: No bootstrap required, opened a new log
I20260608 12:40:01.683123   950 ts_tablet_manager.cc:1403] T af37f3e31b0049c3b3933838724f788e P c74179d8c0814b6da88468368b43d170: Time spent bootstrapping tablet: real 0.032s	user 0.004s	sys 0.013s
I20260608 12:40:01.686971   951 tablet_bootstrap.cc:492] T 6978fd4ea9ef4e01811ded83613eee94 P 4a4639523f584d0a8c792ca403065a71: No bootstrap required, opened a new log
I20260608 12:40:01.686964   950 raft_consensus.cc:359] T af37f3e31b0049c3b3933838724f788e P c74179d8c0814b6da88468368b43d170 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c74179d8c0814b6da88468368b43d170" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38389 } }
I20260608 12:40:01.687587   951 ts_tablet_manager.cc:1403] T 6978fd4ea9ef4e01811ded83613eee94 P 4a4639523f584d0a8c792ca403065a71: Time spent bootstrapping tablet: real 0.033s	user 0.015s	sys 0.004s
I20260608 12:40:01.687808   950 raft_consensus.cc:385] T af37f3e31b0049c3b3933838724f788e P c74179d8c0814b6da88468368b43d170 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:01.688217   950 raft_consensus.cc:740] T af37f3e31b0049c3b3933838724f788e P c74179d8c0814b6da88468368b43d170 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c74179d8c0814b6da88468368b43d170, State: Initialized, Role: FOLLOWER
I20260608 12:40:01.689002   950 consensus_queue.cc:260] T af37f3e31b0049c3b3933838724f788e P c74179d8c0814b6da88468368b43d170 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "c74179d8c0814b6da88468368b43d170" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38389 } }
I20260608 12:40:01.689661   950 raft_consensus.cc:399] T af37f3e31b0049c3b3933838724f788e P c74179d8c0814b6da88468368b43d170 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:40:01.690040   950 raft_consensus.cc:493] T af37f3e31b0049c3b3933838724f788e P c74179d8c0814b6da88468368b43d170 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:40:01.690016   949 raft_consensus.cc:515] T 62ecb4c2fd604f50861dccde8daa79a7 P 5fe33e4b8a404205810edcc6dbd47c50 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5fe33e4b8a404205810edcc6dbd47c50" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33561 } }
I20260608 12:40:01.690589   950 raft_consensus.cc:3060] T af37f3e31b0049c3b3933838724f788e P c74179d8c0814b6da88468368b43d170 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:01.690914   748 heartbeater.cc:499] Master 127.0.107.253:43305 was elected leader, sending a full tablet report...
I20260608 12:40:01.690814   951 raft_consensus.cc:359] T 6978fd4ea9ef4e01811ded83613eee94 P 4a4639523f584d0a8c792ca403065a71 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4a4639523f584d0a8c792ca403065a71" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44789 } }
I20260608 12:40:01.691004   949 leader_election.cc:304] T 62ecb4c2fd604f50861dccde8daa79a7 P 5fe33e4b8a404205810edcc6dbd47c50 [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: 5fe33e4b8a404205810edcc6dbd47c50; no voters: 
I20260608 12:40:01.691607   951 raft_consensus.cc:385] T 6978fd4ea9ef4e01811ded83613eee94 P 4a4639523f584d0a8c792ca403065a71 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:01.691973   951 raft_consensus.cc:740] T 6978fd4ea9ef4e01811ded83613eee94 P 4a4639523f584d0a8c792ca403065a71 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4a4639523f584d0a8c792ca403065a71, State: Initialized, Role: FOLLOWER
I20260608 12:40:01.692764   951 consensus_queue.cc:260] T 6978fd4ea9ef4e01811ded83613eee94 P 4a4639523f584d0a8c792ca403065a71 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "4a4639523f584d0a8c792ca403065a71" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44789 } }
I20260608 12:40:01.693423   951 raft_consensus.cc:399] T 6978fd4ea9ef4e01811ded83613eee94 P 4a4639523f584d0a8c792ca403065a71 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:40:01.693728   951 raft_consensus.cc:493] T 6978fd4ea9ef4e01811ded83613eee94 P 4a4639523f584d0a8c792ca403065a71 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:40:01.694105   951 raft_consensus.cc:3060] T 6978fd4ea9ef4e01811ded83613eee94 P 4a4639523f584d0a8c792ca403065a71 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:01.701740   950 raft_consensus.cc:515] T af37f3e31b0049c3b3933838724f788e P c74179d8c0814b6da88468368b43d170 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c74179d8c0814b6da88468368b43d170" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38389 } }
I20260608 12:40:01.702009   951 raft_consensus.cc:515] T 6978fd4ea9ef4e01811ded83613eee94 P 4a4639523f584d0a8c792ca403065a71 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4a4639523f584d0a8c792ca403065a71" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44789 } }
I20260608 12:40:01.703904   949 leader_election.cc:290] T 62ecb4c2fd604f50861dccde8daa79a7 P 5fe33e4b8a404205810edcc6dbd47c50 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:40:01.704329   950 leader_election.cc:304] T af37f3e31b0049c3b3933838724f788e P c74179d8c0814b6da88468368b43d170 [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: c74179d8c0814b6da88468368b43d170; no voters: 
I20260608 12:40:01.704383   951 leader_election.cc:304] T 6978fd4ea9ef4e01811ded83613eee94 P 4a4639523f584d0a8c792ca403065a71 [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: 4a4639523f584d0a8c792ca403065a71; no voters: 
I20260608 12:40:01.704689   955 raft_consensus.cc:2804] T 62ecb4c2fd604f50861dccde8daa79a7 P 5fe33e4b8a404205810edcc6dbd47c50 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:01.711675   951 leader_election.cc:290] T 6978fd4ea9ef4e01811ded83613eee94 P 4a4639523f584d0a8c792ca403065a71 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:40:01.712252   949 ts_tablet_manager.cc:1434] T 62ecb4c2fd604f50861dccde8daa79a7 P 5fe33e4b8a404205810edcc6dbd47c50: Time spent starting tablet: real 0.039s	user 0.018s	sys 0.018s
I20260608 12:40:01.716002   951 ts_tablet_manager.cc:1434] T 6978fd4ea9ef4e01811ded83613eee94 P 4a4639523f584d0a8c792ca403065a71: Time spent starting tablet: real 0.028s	user 0.016s	sys 0.006s
I20260608 12:40:01.722767   949 tablet_bootstrap.cc:492] T 43e6c181e6d2490dad060a2b5f5e61d9 P 5fe33e4b8a404205810edcc6dbd47c50: Bootstrap starting.
I20260608 12:40:01.734567   958 raft_consensus.cc:2804] T 6978fd4ea9ef4e01811ded83613eee94 P 4a4639523f584d0a8c792ca403065a71 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:01.736910   949 tablet_bootstrap.cc:654] T 43e6c181e6d2490dad060a2b5f5e61d9 P 5fe33e4b8a404205810edcc6dbd47c50: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:01.737596   958 raft_consensus.cc:697] T 6978fd4ea9ef4e01811ded83613eee94 P 4a4639523f584d0a8c792ca403065a71 [term 1 LEADER]: Becoming Leader. State: Replica: 4a4639523f584d0a8c792ca403065a71, State: Running, Role: LEADER
I20260608 12:40:01.738502   950 leader_election.cc:290] T af37f3e31b0049c3b3933838724f788e P c74179d8c0814b6da88468368b43d170 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:40:01.739040   957 raft_consensus.cc:2804] T af37f3e31b0049c3b3933838724f788e P c74179d8c0814b6da88468368b43d170 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:01.740129   958 consensus_queue.cc:237] T 6978fd4ea9ef4e01811ded83613eee94 P 4a4639523f584d0a8c792ca403065a71 [LEADER]: Queue going to LEADER mode. State: All 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: "4a4639523f584d0a8c792ca403065a71" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44789 } }
I20260608 12:40:01.742905   955 raft_consensus.cc:697] T 62ecb4c2fd604f50861dccde8daa79a7 P 5fe33e4b8a404205810edcc6dbd47c50 [term 1 LEADER]: Becoming Leader. State: Replica: 5fe33e4b8a404205810edcc6dbd47c50, State: Running, Role: LEADER
I20260608 12:40:01.743824   955 consensus_queue.cc:237] T 62ecb4c2fd604f50861dccde8daa79a7 P 5fe33e4b8a404205810edcc6dbd47c50 [LEADER]: Queue going to LEADER mode. State: All 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: "5fe33e4b8a404205810edcc6dbd47c50" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33561 } }
I20260608 12:40:01.744854   957 raft_consensus.cc:697] T af37f3e31b0049c3b3933838724f788e P c74179d8c0814b6da88468368b43d170 [term 1 LEADER]: Becoming Leader. State: Replica: c74179d8c0814b6da88468368b43d170, State: Running, Role: LEADER
I20260608 12:40:01.746048   957 consensus_queue.cc:237] T af37f3e31b0049c3b3933838724f788e P c74179d8c0814b6da88468368b43d170 [LEADER]: Queue going to LEADER mode. State: All 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: "c74179d8c0814b6da88468368b43d170" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38389 } }
I20260608 12:40:01.750229   950 ts_tablet_manager.cc:1434] T af37f3e31b0049c3b3933838724f788e P c74179d8c0814b6da88468368b43d170: Time spent starting tablet: real 0.066s	user 0.031s	sys 0.018s
I20260608 12:40:01.765622   949 tablet_bootstrap.cc:492] T 43e6c181e6d2490dad060a2b5f5e61d9 P 5fe33e4b8a404205810edcc6dbd47c50: No bootstrap required, opened a new log
I20260608 12:40:01.771404   527 catalog_manager.cc:5696] T 6978fd4ea9ef4e01811ded83613eee94 P 4a4639523f584d0a8c792ca403065a71 reported cstate change: term changed from 0 to 1, leader changed from <none> to 4a4639523f584d0a8c792ca403065a71 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "4a4639523f584d0a8c792ca403065a71" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4a4639523f584d0a8c792ca403065a71" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44789 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:01.775782   949 ts_tablet_manager.cc:1403] T 43e6c181e6d2490dad060a2b5f5e61d9 P 5fe33e4b8a404205810edcc6dbd47c50: Time spent bootstrapping tablet: real 0.058s	user 0.013s	sys 0.008s
I20260608 12:40:01.778012   528 catalog_manager.cc:5696] T af37f3e31b0049c3b3933838724f788e P c74179d8c0814b6da88468368b43d170 reported cstate change: term changed from 0 to 1, leader changed from <none> to c74179d8c0814b6da88468368b43d170 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "c74179d8c0814b6da88468368b43d170" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c74179d8c0814b6da88468368b43d170" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38389 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:01.834419   949 raft_consensus.cc:359] T 43e6c181e6d2490dad060a2b5f5e61d9 P 5fe33e4b8a404205810edcc6dbd47c50 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5fe33e4b8a404205810edcc6dbd47c50" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33561 } }
I20260608 12:40:01.835824   949 raft_consensus.cc:385] T 43e6c181e6d2490dad060a2b5f5e61d9 P 5fe33e4b8a404205810edcc6dbd47c50 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:01.836228   949 raft_consensus.cc:740] T 43e6c181e6d2490dad060a2b5f5e61d9 P 5fe33e4b8a404205810edcc6dbd47c50 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5fe33e4b8a404205810edcc6dbd47c50, State: Initialized, Role: FOLLOWER
I20260608 12:40:01.836529   526 catalog_manager.cc:5696] T 62ecb4c2fd604f50861dccde8daa79a7 P 5fe33e4b8a404205810edcc6dbd47c50 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5fe33e4b8a404205810edcc6dbd47c50 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "5fe33e4b8a404205810edcc6dbd47c50" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5fe33e4b8a404205810edcc6dbd47c50" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33561 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:01.837435   949 consensus_queue.cc:260] T 43e6c181e6d2490dad060a2b5f5e61d9 P 5fe33e4b8a404205810edcc6dbd47c50 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "5fe33e4b8a404205810edcc6dbd47c50" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33561 } }
I20260608 12:40:01.841363   949 raft_consensus.cc:399] T 43e6c181e6d2490dad060a2b5f5e61d9 P 5fe33e4b8a404205810edcc6dbd47c50 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:40:01.841804   949 raft_consensus.cc:493] T 43e6c181e6d2490dad060a2b5f5e61d9 P 5fe33e4b8a404205810edcc6dbd47c50 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:40:01.842267   949 raft_consensus.cc:3060] T 43e6c181e6d2490dad060a2b5f5e61d9 P 5fe33e4b8a404205810edcc6dbd47c50 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:01.860951   949 raft_consensus.cc:515] T 43e6c181e6d2490dad060a2b5f5e61d9 P 5fe33e4b8a404205810edcc6dbd47c50 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5fe33e4b8a404205810edcc6dbd47c50" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33561 } }
I20260608 12:40:01.862040   949 leader_election.cc:304] T 43e6c181e6d2490dad060a2b5f5e61d9 P 5fe33e4b8a404205810edcc6dbd47c50 [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: 5fe33e4b8a404205810edcc6dbd47c50; no voters: 
I20260608 12:40:01.862670   949 leader_election.cc:290] T 43e6c181e6d2490dad060a2b5f5e61d9 P 5fe33e4b8a404205810edcc6dbd47c50 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:40:01.864389   959 raft_consensus.cc:2804] T 43e6c181e6d2490dad060a2b5f5e61d9 P 5fe33e4b8a404205810edcc6dbd47c50 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:01.864521   949 ts_tablet_manager.cc:1434] T 43e6c181e6d2490dad060a2b5f5e61d9 P 5fe33e4b8a404205810edcc6dbd47c50: Time spent starting tablet: real 0.084s	user 0.019s	sys 0.000s
I20260608 12:40:01.864986   959 raft_consensus.cc:697] T 43e6c181e6d2490dad060a2b5f5e61d9 P 5fe33e4b8a404205810edcc6dbd47c50 [term 1 LEADER]: Becoming Leader. State: Replica: 5fe33e4b8a404205810edcc6dbd47c50, State: Running, Role: LEADER
I20260608 12:40:01.866233   959 consensus_queue.cc:237] T 43e6c181e6d2490dad060a2b5f5e61d9 P 5fe33e4b8a404205810edcc6dbd47c50 [LEADER]: Queue going to LEADER mode. State: All 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: "5fe33e4b8a404205810edcc6dbd47c50" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33561 } }
I20260608 12:40:01.884531   526 catalog_manager.cc:5696] T 43e6c181e6d2490dad060a2b5f5e61d9 P 5fe33e4b8a404205810edcc6dbd47c50 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5fe33e4b8a404205810edcc6dbd47c50 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "5fe33e4b8a404205810edcc6dbd47c50" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5fe33e4b8a404205810edcc6dbd47c50" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33561 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:01.976498   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:40:01.997068   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:01.998245   431 tablet_replica.cc:333] T 43e6c181e6d2490dad060a2b5f5e61d9 P 5fe33e4b8a404205810edcc6dbd47c50: stopping tablet replica
I20260608 12:40:01.998981   431 raft_consensus.cc:2243] T 43e6c181e6d2490dad060a2b5f5e61d9 P 5fe33e4b8a404205810edcc6dbd47c50 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:01.999465   431 raft_consensus.cc:2272] T 43e6c181e6d2490dad060a2b5f5e61d9 P 5fe33e4b8a404205810edcc6dbd47c50 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:02.002346   431 tablet_replica.cc:333] T 62ecb4c2fd604f50861dccde8daa79a7 P 5fe33e4b8a404205810edcc6dbd47c50: stopping tablet replica
I20260608 12:40:02.002820   431 raft_consensus.cc:2243] T 62ecb4c2fd604f50861dccde8daa79a7 P 5fe33e4b8a404205810edcc6dbd47c50 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:02.003194   431 raft_consensus.cc:2272] T 62ecb4c2fd604f50861dccde8daa79a7 P 5fe33e4b8a404205810edcc6dbd47c50 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:02.159442   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:40:02.170799   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:40:02.195287   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:02.196214   431 tablet_replica.cc:333] T af37f3e31b0049c3b3933838724f788e P c74179d8c0814b6da88468368b43d170: stopping tablet replica
I20260608 12:40:02.196835   431 raft_consensus.cc:2243] T af37f3e31b0049c3b3933838724f788e P c74179d8c0814b6da88468368b43d170 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:02.197335   431 raft_consensus.cc:2272] T af37f3e31b0049c3b3933838724f788e P c74179d8c0814b6da88468368b43d170 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:02.217748   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:40:02.228253   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:40:02.254765   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:02.255640   431 tablet_replica.cc:333] T 6978fd4ea9ef4e01811ded83613eee94 P 4a4639523f584d0a8c792ca403065a71: stopping tablet replica
I20260608 12:40:02.256194   431 raft_consensus.cc:2243] T 6978fd4ea9ef4e01811ded83613eee94 P 4a4639523f584d0a8c792ca403065a71 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:02.256592   431 raft_consensus.cc:2272] T 6978fd4ea9ef4e01811ded83613eee94 P 4a4639523f584d0a8c792ca403065a71 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:02.267735   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:40:02.278115   431 master.cc:562] Master@127.0.107.254:34729 shutting down...
I20260608 12:40:02.316831   665 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:40:02.444850   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 345040c38a4d404a85519ca6c22409b5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:02.445449   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 345040c38a4d404a85519ca6c22409b5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:02.445856   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 345040c38a4d404a85519ca6c22409b5: stopping tablet replica
W20260608 12:40:02.446676   512 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.254:34729, user_credentials={real_user=slave}} blocked reactor thread for 148290us
W20260608 12:40:02.448704   512 consensus_peers.cc:597] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370 -> Peer 345040c38a4d404a85519ca6c22409b5 (127.0.107.254:34729): Couldn't send request to peer 345040c38a4d404a85519ca6c22409b5. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on Master. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:02.479144   431 master.cc:584] Master@127.0.107.254:34729 shutdown complete.
I20260608 12:40:02.493969   431 master.cc:562] Master@127.0.107.253:43305 shutting down...
I20260608 12:40:02.516748   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:02.517719   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:02.518159   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P f1a2043c445648a9b5eb391868e30370: stopping tablet replica
I20260608 12:40:02.559545   431 master.cc:584] Master@127.0.107.253:43305 shutdown complete.
I20260608 12:40:02.572326   431 master.cc:562] Master@127.0.107.252:43363 shutting down...
I20260608 12:40:02.596608   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P fda9a08f7c25436699d0c6f1f6b59942 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:02.597244   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P fda9a08f7c25436699d0c6f1f6b59942 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:02.597608   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P fda9a08f7c25436699d0c6f1f6b59942: stopping tablet replica
I20260608 12:40:02.617736   431 master.cc:584] Master@127.0.107.252:43363 shutdown complete.
[       OK ] AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing (5269 ms)
[ RUN      ] AutoRebalancerTest.AutoRebalancingTurnOffAndOn
I20260608 12:40:02.647239   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:46701
I20260608 12:40:02.648447   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:02.654371   972 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:02.654874   973 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:02.658354   975 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:02.658921   431 server_base.cc:1061] running on GCE node
I20260608 12:40:02.659739   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:02.660421   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:02.660801   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922402660765 us; error 0 us; skew 500 ppm
I20260608 12:40:02.661489   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:02.664628   431 webserver.cc:533] Webserver started at http://127.0.107.254:33437/ using document root <none> and password file <none>
I20260608 12:40:02.665174   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:02.665380   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:02.665665   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:02.666834   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922397207313-431-0/minicluster-data/master-0-root/instance:
uuid: "e9e417cfeb644750921dff9745ae32ee"
format_stamp: "Formatted at 2026-06-08 12:40:02 on dist-test-slave-1zds"
I20260608 12:40:02.671917   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:40:02.675961   980 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:02.676915   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:40:02.677232   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922397207313-431-0/minicluster-data/master-0-root
uuid: "e9e417cfeb644750921dff9745ae32ee"
format_stamp: "Formatted at 2026-06-08 12:40:02 on dist-test-slave-1zds"
I20260608 12:40:02.677529   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922397207313-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922397207313-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922397207313-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:02.689158   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:02.690320   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:02.740561   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:46701
I20260608 12:40:02.741000  1031 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:46701 every 8 connection(s)
I20260608 12:40:02.745189  1032 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:02.754977  1032 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e9e417cfeb644750921dff9745ae32ee: Bootstrap starting.
I20260608 12:40:02.759578  1032 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e9e417cfeb644750921dff9745ae32ee: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:02.763819  1032 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e9e417cfeb644750921dff9745ae32ee: No bootstrap required, opened a new log
I20260608 12:40:02.766033  1032 raft_consensus.cc:359] T 00000000000000000000000000000000 P e9e417cfeb644750921dff9745ae32ee [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e9e417cfeb644750921dff9745ae32ee" member_type: VOTER }
I20260608 12:40:02.766438  1032 raft_consensus.cc:385] T 00000000000000000000000000000000 P e9e417cfeb644750921dff9745ae32ee [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:02.766628  1032 raft_consensus.cc:740] T 00000000000000000000000000000000 P e9e417cfeb644750921dff9745ae32ee [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e9e417cfeb644750921dff9745ae32ee, State: Initialized, Role: FOLLOWER
I20260608 12:40:02.767159  1032 consensus_queue.cc:260] T 00000000000000000000000000000000 P e9e417cfeb644750921dff9745ae32ee [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "e9e417cfeb644750921dff9745ae32ee" member_type: VOTER }
I20260608 12:40:02.767627  1032 raft_consensus.cc:399] T 00000000000000000000000000000000 P e9e417cfeb644750921dff9745ae32ee [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:40:02.767829  1032 raft_consensus.cc:493] T 00000000000000000000000000000000 P e9e417cfeb644750921dff9745ae32ee [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:40:02.768070  1032 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e9e417cfeb644750921dff9745ae32ee [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:02.772260  1032 raft_consensus.cc:515] T 00000000000000000000000000000000 P e9e417cfeb644750921dff9745ae32ee [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e9e417cfeb644750921dff9745ae32ee" member_type: VOTER }
I20260608 12:40:02.772814  1032 leader_election.cc:304] T 00000000000000000000000000000000 P e9e417cfeb644750921dff9745ae32ee [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: e9e417cfeb644750921dff9745ae32ee; no voters: 
I20260608 12:40:02.774088  1032 leader_election.cc:290] T 00000000000000000000000000000000 P e9e417cfeb644750921dff9745ae32ee [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:40:02.774556  1035 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e9e417cfeb644750921dff9745ae32ee [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:02.776021  1035 raft_consensus.cc:697] T 00000000000000000000000000000000 P e9e417cfeb644750921dff9745ae32ee [term 1 LEADER]: Becoming Leader. State: Replica: e9e417cfeb644750921dff9745ae32ee, State: Running, Role: LEADER
I20260608 12:40:02.776779  1035 consensus_queue.cc:237] T 00000000000000000000000000000000 P e9e417cfeb644750921dff9745ae32ee [LEADER]: Queue going to LEADER mode. State: All 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: "e9e417cfeb644750921dff9745ae32ee" member_type: VOTER }
I20260608 12:40:02.778177  1032 sys_catalog.cc:565] T 00000000000000000000000000000000 P e9e417cfeb644750921dff9745ae32ee [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:40:02.781152  1036 sys_catalog.cc:455] T 00000000000000000000000000000000 P e9e417cfeb644750921dff9745ae32ee [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "e9e417cfeb644750921dff9745ae32ee" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e9e417cfeb644750921dff9745ae32ee" member_type: VOTER } }
I20260608 12:40:02.781298  1037 sys_catalog.cc:455] T 00000000000000000000000000000000 P e9e417cfeb644750921dff9745ae32ee [sys.catalog]: SysCatalogTable state changed. Reason: New leader e9e417cfeb644750921dff9745ae32ee. Latest consensus state: current_term: 1 leader_uuid: "e9e417cfeb644750921dff9745ae32ee" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e9e417cfeb644750921dff9745ae32ee" member_type: VOTER } }
I20260608 12:40:02.781847  1037 sys_catalog.cc:458] T 00000000000000000000000000000000 P e9e417cfeb644750921dff9745ae32ee [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:02.781922  1036 sys_catalog.cc:458] T 00000000000000000000000000000000 P e9e417cfeb644750921dff9745ae32ee [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:02.786268  1040 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:40:02.794920  1040 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:40:02.796164   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:40:02.805327  1040 catalog_manager.cc:1382] Generated new cluster ID: d9782fa03eeb4735a175d64839f02d8e
I20260608 12:40:02.805753  1040 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:40:02.823441  1040 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:40:02.824863  1040 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:40:02.840682  1040 catalog_manager.cc:6069] T 00000000000000000000000000000000 P e9e417cfeb644750921dff9745ae32ee: Generated new TSK 0
I20260608 12:40:02.841334  1040 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:40:02.863430   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:02.871034  1053 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:02.872388  1054 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:02.874871   431 server_base.cc:1061] running on GCE node
W20260608 12:40:02.875135  1056 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:02.876181   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:02.876397   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:02.876686   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922402876647 us; error 0 us; skew 500 ppm
I20260608 12:40:02.877346   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:02.880306   431 webserver.cc:533] Webserver started at http://127.0.107.193:40511/ using document root <none> and password file <none>
I20260608 12:40:02.880877   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:02.881093   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:02.881417   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:02.882645   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922397207313-431-0/minicluster-data/ts-0-root/instance:
uuid: "83f9ab36381d4277ac4a8ca69a634ba2"
format_stamp: "Formatted at 2026-06-08 12:40:02 on dist-test-slave-1zds"
I20260608 12:40:02.887542   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:40:02.891646  1061 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:02.892578   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
I20260608 12:40:02.892906   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922397207313-431-0/minicluster-data/ts-0-root
uuid: "83f9ab36381d4277ac4a8ca69a634ba2"
format_stamp: "Formatted at 2026-06-08 12:40:02 on dist-test-slave-1zds"
I20260608 12:40:02.893178   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922397207313-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922397207313-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922397207313-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:02.924579   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:02.925702   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:02.927259   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:02.929733   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:02.930001   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:02.930284   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:02.930480   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:02.974690   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:41199
I20260608 12:40:02.974824  1123 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:41199 every 8 connection(s)
I20260608 12:40:02.979982   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:02.988014  1128 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:02.991551  1129 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:02.992535  1131 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:02.992951   431 server_base.cc:1061] running on GCE node
I20260608 12:40:02.994019   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:02.994233   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:02.994472   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922402994443 us; error 0 us; skew 500 ppm
I20260608 12:40:02.994807  1124 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46701
I20260608 12:40:02.995235  1124 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:02.995357   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:02.996287  1124 heartbeater.cc:507] Master 127.0.107.254:46701 requested a full tablet report, sending...
I20260608 12:40:02.998461   431 webserver.cc:533] Webserver started at http://127.0.107.194:45951/ using document root <none> and password file <none>
I20260608 12:40:02.999131   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:02.999346   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:02.999637   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:02.999564   997 ts_manager.cc:194] Registered new tserver with Master: 83f9ab36381d4277ac4a8ca69a634ba2 (127.0.107.193:41199)
I20260608 12:40:03.000893   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922397207313-431-0/minicluster-data/ts-1-root/instance:
uuid: "bfe54e75c6e34c52b0cbafce1a38094f"
format_stamp: "Formatted at 2026-06-08 12:40:02 on dist-test-slave-1zds"
I20260608 12:40:03.001819   997 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46092
I20260608 12:40:03.006757   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260608 12:40:03.010636  1136 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:03.011911   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260608 12:40:03.012280   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922397207313-431-0/minicluster-data/ts-1-root
uuid: "bfe54e75c6e34c52b0cbafce1a38094f"
format_stamp: "Formatted at 2026-06-08 12:40:02 on dist-test-slave-1zds"
I20260608 12:40:03.012573   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922397207313-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922397207313-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922397207313-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:03.029553   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:03.030782   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:03.032248   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:03.034703   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:03.034904   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:03.035211   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:03.035369   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:03.075481   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:37673
I20260608 12:40:03.075671  1198 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:37673 every 8 connection(s)
I20260608 12:40:03.081008   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:03.089115  1202 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:03.089947  1203 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:03.092455  1205 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:03.093906   431 server_base.cc:1061] running on GCE node
I20260608 12:40:03.094028  1199 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46701
I20260608 12:40:03.094529  1199 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:03.095086   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:03.095378   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:03.095527  1199 heartbeater.cc:507] Master 127.0.107.254:46701 requested a full tablet report, sending...
I20260608 12:40:03.095618   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922403095596 us; error 0 us; skew 500 ppm
I20260608 12:40:03.096568   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:03.098227   997 ts_manager.cc:194] Registered new tserver with Master: bfe54e75c6e34c52b0cbafce1a38094f (127.0.107.194:37673)
I20260608 12:40:03.099371   431 webserver.cc:533] Webserver started at http://127.0.107.195:37697/ using document root <none> and password file <none>
I20260608 12:40:03.099833   997 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46106
I20260608 12:40:03.099920   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:03.100345   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:03.100643   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:03.102210   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922397207313-431-0/minicluster-data/ts-2-root/instance:
uuid: "c5e3b31e409947d39f9546566458d1ee"
format_stamp: "Formatted at 2026-06-08 12:40:03 on dist-test-slave-1zds"
I20260608 12:40:03.107113   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:40:03.110785  1210 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:03.111819   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:40:03.112094   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922397207313-431-0/minicluster-data/ts-2-root
uuid: "c5e3b31e409947d39f9546566458d1ee"
format_stamp: "Formatted at 2026-06-08 12:40:03 on dist-test-slave-1zds"
I20260608 12:40:03.112346   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922397207313-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922397207313-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922397207313-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:03.147277   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:03.148387   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:03.149813   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:03.152216   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:03.152402   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:03.152580   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:03.152822   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:03.196962   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:40479
I20260608 12:40:03.197118  1272 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:40479 every 8 connection(s)
I20260608 12:40:03.212234  1273 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46701
I20260608 12:40:03.212685  1273 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:03.213467  1273 heartbeater.cc:507] Master 127.0.107.254:46701 requested a full tablet report, sending...
I20260608 12:40:03.215718   997 ts_manager.cc:194] Registered new tserver with Master: c5e3b31e409947d39f9546566458d1ee (127.0.107.195:40479)
I20260608 12:40:03.216662   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016104206s
I20260608 12:40:03.217343   997 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46122
I20260608 12:40:04.004998  1124 heartbeater.cc:499] Master 127.0.107.254:46701 was elected leader, sending a full tablet report...
I20260608 12:40:04.103080  1199 heartbeater.cc:499] Master 127.0.107.254:46701 was elected leader, sending a full tablet report...
I20260608 12:40:04.220489  1273 heartbeater.cc:499] Master 127.0.107.254:46701 was elected leader, sending a full tablet report...
I20260608 12:40:04.287326   997 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:55948:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\017\004\001\000\376\377\377\037\004\001\000\375\377\377/\004\001\000\374\377\377?\004\001\000\373\377\377O\004\001\000\372\377\377_\004\001\000\371\377\377o""\004\001\000\377\377\377\017\004\001\000\376\377\377\037\004\001\000\375\377\377/\004\001\000\374\377\377?\004\001\000\373\377\377O\004\001\000\372\377\377_\004\001\000\371\377\377o"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:40:04.290737   997 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:40:04.390580  1238 tablet_service.cc:1511] Processing CreateTablet for tablet 633cbdee7a0b404c8c0aa504c2ad3708 (DEFAULT_TABLE table=test-workload [id=5db5d5bd1ab14d85a9538f4fedaf089f]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260608 12:40:04.391947  1163 tablet_service.cc:1511] Processing CreateTablet for tablet 98df7c6309b0439f812270683145f4ee (DEFAULT_TABLE table=test-workload [id=5db5d5bd1ab14d85a9538f4fedaf089f]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260608 12:40:04.392776  1236 tablet_service.cc:1511] Processing CreateTablet for tablet 51d4a9de86124731821064c9a4d3a42b (DEFAULT_TABLE table=test-workload [id=5db5d5bd1ab14d85a9538f4fedaf089f]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260608 12:40:04.390411  1237 tablet_service.cc:1511] Processing CreateTablet for tablet 98df7c6309b0439f812270683145f4ee (DEFAULT_TABLE table=test-workload [id=5db5d5bd1ab14d85a9538f4fedaf089f]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260608 12:40:04.395861  1235 tablet_service.cc:1511] Processing CreateTablet for tablet 6ca9edd7d79c4443956a51824e83d5ea (DEFAULT_TABLE table=test-workload [id=5db5d5bd1ab14d85a9538f4fedaf089f]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260608 12:40:04.396044  1162 tablet_service.cc:1511] Processing CreateTablet for tablet 51d4a9de86124731821064c9a4d3a42b (DEFAULT_TABLE table=test-workload [id=5db5d5bd1ab14d85a9538f4fedaf089f]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260608 12:40:04.398044  1160 tablet_service.cc:1511] Processing CreateTablet for tablet 17ea6138f0cf469d99775cf67e5ba151 (DEFAULT_TABLE table=test-workload [id=5db5d5bd1ab14d85a9538f4fedaf089f]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260608 12:40:04.398938  1234 tablet_service.cc:1511] Processing CreateTablet for tablet 17ea6138f0cf469d99775cf67e5ba151 (DEFAULT_TABLE table=test-workload [id=5db5d5bd1ab14d85a9538f4fedaf089f]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260608 12:40:04.401017  1161 tablet_service.cc:1511] Processing CreateTablet for tablet 6ca9edd7d79c4443956a51824e83d5ea (DEFAULT_TABLE table=test-workload [id=5db5d5bd1ab14d85a9538f4fedaf089f]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260608 12:40:04.390419  1164 tablet_service.cc:1511] Processing CreateTablet for tablet 633cbdee7a0b404c8c0aa504c2ad3708 (DEFAULT_TABLE table=test-workload [id=5db5d5bd1ab14d85a9538f4fedaf089f]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260608 12:40:04.392549  1238 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 633cbdee7a0b404c8c0aa504c2ad3708. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:04.404215  1159 tablet_service.cc:1511] Processing CreateTablet for tablet 51cea560dd7f4b6daf0b1d376f713598 (DEFAULT_TABLE table=test-workload [id=5db5d5bd1ab14d85a9538f4fedaf089f]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260608 12:40:04.404994  1236 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 51d4a9de86124731821064c9a4d3a42b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:04.404548  1158 tablet_service.cc:1511] Processing CreateTablet for tablet 5413fe55abc140fc83edd6a3fcd6292c (DEFAULT_TABLE table=test-workload [id=5db5d5bd1ab14d85a9538f4fedaf089f]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260608 12:40:04.405891  1237 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 98df7c6309b0439f812270683145f4ee. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:04.407411  1233 tablet_service.cc:1511] Processing CreateTablet for tablet 51cea560dd7f4b6daf0b1d376f713598 (DEFAULT_TABLE table=test-workload [id=5db5d5bd1ab14d85a9538f4fedaf089f]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260608 12:40:04.409176  1233 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 51cea560dd7f4b6daf0b1d376f713598. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:04.404232  1163 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 98df7c6309b0439f812270683145f4ee. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:04.410284  1235 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ca9edd7d79c4443956a51824e83d5ea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:04.411134  1158 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5413fe55abc140fc83edd6a3fcd6292c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:04.412515  1159 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 51cea560dd7f4b6daf0b1d376f713598. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:04.413463  1157 tablet_service.cc:1511] Processing CreateTablet for tablet ba4ce4c13bf14fc4ad695ed0014e5be7 (DEFAULT_TABLE table=test-workload [id=5db5d5bd1ab14d85a9538f4fedaf089f]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260608 12:40:04.415292  1157 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ba4ce4c13bf14fc4ad695ed0014e5be7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:04.416944  1161 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ca9edd7d79c4443956a51824e83d5ea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:04.422277  1160 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 17ea6138f0cf469d99775cf67e5ba151. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:04.424849  1232 tablet_service.cc:1511] Processing CreateTablet for tablet 5413fe55abc140fc83edd6a3fcd6292c (DEFAULT_TABLE table=test-workload [id=5db5d5bd1ab14d85a9538f4fedaf089f]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260608 12:40:04.426307  1164 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 633cbdee7a0b404c8c0aa504c2ad3708. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:04.427166  1232 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5413fe55abc140fc83edd6a3fcd6292c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:04.430295  1234 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 17ea6138f0cf469d99775cf67e5ba151. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:04.433684  1162 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 51d4a9de86124731821064c9a4d3a42b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:04.435029  1293 tablet_bootstrap.cc:492] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee: Bootstrap starting.
I20260608 12:40:04.442744  1294 tablet_bootstrap.cc:492] T 5413fe55abc140fc83edd6a3fcd6292c P bfe54e75c6e34c52b0cbafce1a38094f: Bootstrap starting.
I20260608 12:40:04.447785  1236 tablet_service.cc:1511] Processing CreateTablet for tablet ba4ce4c13bf14fc4ad695ed0014e5be7 (DEFAULT_TABLE table=test-workload [id=5db5d5bd1ab14d85a9538f4fedaf089f]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260608 12:40:04.449608  1236 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ba4ce4c13bf14fc4ad695ed0014e5be7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:04.458488  1294 tablet_bootstrap.cc:654] T 5413fe55abc140fc83edd6a3fcd6292c P bfe54e75c6e34c52b0cbafce1a38094f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:04.462489  1293 tablet_bootstrap.cc:654] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:04.475479  1089 tablet_service.cc:1511] Processing CreateTablet for tablet 633cbdee7a0b404c8c0aa504c2ad3708 (DEFAULT_TABLE table=test-workload [id=5db5d5bd1ab14d85a9538f4fedaf089f]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260608 12:40:04.477342  1089 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 633cbdee7a0b404c8c0aa504c2ad3708. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:04.479637  1088 tablet_service.cc:1511] Processing CreateTablet for tablet 98df7c6309b0439f812270683145f4ee (DEFAULT_TABLE table=test-workload [id=5db5d5bd1ab14d85a9538f4fedaf089f]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260608 12:40:04.483495  1087 tablet_service.cc:1511] Processing CreateTablet for tablet 51d4a9de86124731821064c9a4d3a42b (DEFAULT_TABLE table=test-workload [id=5db5d5bd1ab14d85a9538f4fedaf089f]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260608 12:40:04.486681  1086 tablet_service.cc:1511] Processing CreateTablet for tablet 6ca9edd7d79c4443956a51824e83d5ea (DEFAULT_TABLE table=test-workload [id=5db5d5bd1ab14d85a9538f4fedaf089f]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260608 12:40:04.489806  1085 tablet_service.cc:1511] Processing CreateTablet for tablet 17ea6138f0cf469d99775cf67e5ba151 (DEFAULT_TABLE table=test-workload [id=5db5d5bd1ab14d85a9538f4fedaf089f]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260608 12:40:04.481581  1088 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 98df7c6309b0439f812270683145f4ee. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:04.494117  1084 tablet_service.cc:1511] Processing CreateTablet for tablet 51cea560dd7f4b6daf0b1d376f713598 (DEFAULT_TABLE table=test-workload [id=5db5d5bd1ab14d85a9538f4fedaf089f]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260608 12:40:04.498639  1086 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ca9edd7d79c4443956a51824e83d5ea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:04.498227  1083 tablet_service.cc:1511] Processing CreateTablet for tablet 5413fe55abc140fc83edd6a3fcd6292c (DEFAULT_TABLE table=test-workload [id=5db5d5bd1ab14d85a9538f4fedaf089f]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260608 12:40:04.499641  1085 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 17ea6138f0cf469d99775cf67e5ba151. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:04.505295  1087 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 51d4a9de86124731821064c9a4d3a42b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:04.508042  1084 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 51cea560dd7f4b6daf0b1d376f713598. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:04.509320  1082 tablet_service.cc:1511] Processing CreateTablet for tablet ba4ce4c13bf14fc4ad695ed0014e5be7 (DEFAULT_TABLE table=test-workload [id=5db5d5bd1ab14d85a9538f4fedaf089f]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260608 12:40:04.513962  1083 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5413fe55abc140fc83edd6a3fcd6292c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:04.516361  1294 tablet_bootstrap.cc:492] T 5413fe55abc140fc83edd6a3fcd6292c P bfe54e75c6e34c52b0cbafce1a38094f: No bootstrap required, opened a new log
I20260608 12:40:04.519129  1294 ts_tablet_manager.cc:1403] T 5413fe55abc140fc83edd6a3fcd6292c P bfe54e75c6e34c52b0cbafce1a38094f: Time spent bootstrapping tablet: real 0.077s	user 0.012s	sys 0.005s
I20260608 12:40:04.517482  1082 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ba4ce4c13bf14fc4ad695ed0014e5be7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:04.552162  1293 tablet_bootstrap.cc:492] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee: No bootstrap required, opened a new log
I20260608 12:40:04.552855  1293 ts_tablet_manager.cc:1403] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee: Time spent bootstrapping tablet: real 0.118s	user 0.011s	sys 0.003s
I20260608 12:40:04.564352  1293 raft_consensus.cc:359] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.565263  1293 raft_consensus.cc:385] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:04.565696  1293 raft_consensus.cc:740] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c5e3b31e409947d39f9546566458d1ee, State: Initialized, Role: FOLLOWER
I20260608 12:40:04.571008  1293 consensus_queue.cc:260] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.574111  1294 raft_consensus.cc:359] T 5413fe55abc140fc83edd6a3fcd6292c P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.574992  1294 raft_consensus.cc:385] T 5413fe55abc140fc83edd6a3fcd6292c P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:04.575330  1294 raft_consensus.cc:740] T 5413fe55abc140fc83edd6a3fcd6292c P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bfe54e75c6e34c52b0cbafce1a38094f, State: Initialized, Role: FOLLOWER
I20260608 12:40:04.576248  1294 consensus_queue.cc:260] T 5413fe55abc140fc83edd6a3fcd6292c P bfe54e75c6e34c52b0cbafce1a38094f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.583716  1297 tablet_bootstrap.cc:492] T 633cbdee7a0b404c8c0aa504c2ad3708 P 83f9ab36381d4277ac4a8ca69a634ba2: Bootstrap starting.
I20260608 12:40:04.601217  1293 ts_tablet_manager.cc:1434] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee: Time spent starting tablet: real 0.048s	user 0.006s	sys 0.005s
I20260608 12:40:04.602487  1293 tablet_bootstrap.cc:492] T 51cea560dd7f4b6daf0b1d376f713598 P c5e3b31e409947d39f9546566458d1ee: Bootstrap starting.
I20260608 12:40:04.603061  1297 tablet_bootstrap.cc:654] T 633cbdee7a0b404c8c0aa504c2ad3708 P 83f9ab36381d4277ac4a8ca69a634ba2: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:04.609572  1293 tablet_bootstrap.cc:654] T 51cea560dd7f4b6daf0b1d376f713598 P c5e3b31e409947d39f9546566458d1ee: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:04.609655  1294 ts_tablet_manager.cc:1434] T 5413fe55abc140fc83edd6a3fcd6292c P bfe54e75c6e34c52b0cbafce1a38094f: Time spent starting tablet: real 0.083s	user 0.022s	sys 0.005s
I20260608 12:40:04.611629  1294 tablet_bootstrap.cc:492] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f: Bootstrap starting.
I20260608 12:40:04.616582  1297 tablet_bootstrap.cc:492] T 633cbdee7a0b404c8c0aa504c2ad3708 P 83f9ab36381d4277ac4a8ca69a634ba2: No bootstrap required, opened a new log
I20260608 12:40:04.616743  1293 tablet_bootstrap.cc:492] T 51cea560dd7f4b6daf0b1d376f713598 P c5e3b31e409947d39f9546566458d1ee: No bootstrap required, opened a new log
I20260608 12:40:04.617270  1297 ts_tablet_manager.cc:1403] T 633cbdee7a0b404c8c0aa504c2ad3708 P 83f9ab36381d4277ac4a8ca69a634ba2: Time spent bootstrapping tablet: real 0.034s	user 0.013s	sys 0.005s
I20260608 12:40:04.617590  1293 ts_tablet_manager.cc:1403] T 51cea560dd7f4b6daf0b1d376f713598 P c5e3b31e409947d39f9546566458d1ee: Time spent bootstrapping tablet: real 0.015s	user 0.010s	sys 0.004s
I20260608 12:40:04.621227  1294 tablet_bootstrap.cc:654] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:04.621230  1293 raft_consensus.cc:359] T 51cea560dd7f4b6daf0b1d376f713598 P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.621572  1297 raft_consensus.cc:359] T 633cbdee7a0b404c8c0aa504c2ad3708 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } }
I20260608 12:40:04.622659  1293 raft_consensus.cc:385] T 51cea560dd7f4b6daf0b1d376f713598 P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:04.622723  1297 raft_consensus.cc:385] T 633cbdee7a0b404c8c0aa504c2ad3708 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:04.623211  1293 raft_consensus.cc:740] T 51cea560dd7f4b6daf0b1d376f713598 P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c5e3b31e409947d39f9546566458d1ee, State: Initialized, Role: FOLLOWER
I20260608 12:40:04.623298  1297 raft_consensus.cc:740] T 633cbdee7a0b404c8c0aa504c2ad3708 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83f9ab36381d4277ac4a8ca69a634ba2, State: Initialized, Role: FOLLOWER
I20260608 12:40:04.624317  1293 consensus_queue.cc:260] T 51cea560dd7f4b6daf0b1d376f713598 P c5e3b31e409947d39f9546566458d1ee [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.624398  1297 consensus_queue.cc:260] T 633cbdee7a0b404c8c0aa504c2ad3708 P 83f9ab36381d4277ac4a8ca69a634ba2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } }
I20260608 12:40:04.627216  1293 ts_tablet_manager.cc:1434] T 51cea560dd7f4b6daf0b1d376f713598 P c5e3b31e409947d39f9546566458d1ee: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260608 12:40:04.628537  1293 tablet_bootstrap.cc:492] T ba4ce4c13bf14fc4ad695ed0014e5be7 P c5e3b31e409947d39f9546566458d1ee: Bootstrap starting.
I20260608 12:40:04.629050  1294 tablet_bootstrap.cc:492] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f: No bootstrap required, opened a new log
I20260608 12:40:04.629882  1294 ts_tablet_manager.cc:1403] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f: Time spent bootstrapping tablet: real 0.019s	user 0.012s	sys 0.004s
I20260608 12:40:04.633915  1294 raft_consensus.cc:359] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.634770  1294 raft_consensus.cc:385] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:04.635090  1294 raft_consensus.cc:740] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bfe54e75c6e34c52b0cbafce1a38094f, State: Initialized, Role: FOLLOWER
I20260608 12:40:04.636098  1294 consensus_queue.cc:260] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.637428  1293 tablet_bootstrap.cc:654] T ba4ce4c13bf14fc4ad695ed0014e5be7 P c5e3b31e409947d39f9546566458d1ee: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:04.638615  1297 ts_tablet_manager.cc:1434] T 633cbdee7a0b404c8c0aa504c2ad3708 P 83f9ab36381d4277ac4a8ca69a634ba2: Time spent starting tablet: real 0.021s	user 0.009s	sys 0.009s
I20260608 12:40:04.642495  1294 ts_tablet_manager.cc:1434] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f: Time spent starting tablet: real 0.012s	user 0.004s	sys 0.005s
I20260608 12:40:04.643754  1294 tablet_bootstrap.cc:492] T 6ca9edd7d79c4443956a51824e83d5ea P bfe54e75c6e34c52b0cbafce1a38094f: Bootstrap starting.
I20260608 12:40:04.651116  1294 tablet_bootstrap.cc:654] T 6ca9edd7d79c4443956a51824e83d5ea P bfe54e75c6e34c52b0cbafce1a38094f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:04.651247  1297 tablet_bootstrap.cc:492] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2: Bootstrap starting.
I20260608 12:40:04.662163  1297 tablet_bootstrap.cc:654] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:04.663121  1298 raft_consensus.cc:493] T 51cea560dd7f4b6daf0b1d376f713598 P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:04.664165  1294 tablet_bootstrap.cc:492] T 6ca9edd7d79c4443956a51824e83d5ea P bfe54e75c6e34c52b0cbafce1a38094f: No bootstrap required, opened a new log
I20260608 12:40:04.663944  1298 raft_consensus.cc:515] T 51cea560dd7f4b6daf0b1d376f713598 P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.665566  1294 ts_tablet_manager.cc:1403] T 6ca9edd7d79c4443956a51824e83d5ea P bfe54e75c6e34c52b0cbafce1a38094f: Time spent bootstrapping tablet: real 0.022s	user 0.006s	sys 0.012s
I20260608 12:40:04.669552  1293 tablet_bootstrap.cc:492] T ba4ce4c13bf14fc4ad695ed0014e5be7 P c5e3b31e409947d39f9546566458d1ee: No bootstrap required, opened a new log
I20260608 12:40:04.669422  1294 raft_consensus.cc:359] T 6ca9edd7d79c4443956a51824e83d5ea P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.670219  1293 ts_tablet_manager.cc:1403] T ba4ce4c13bf14fc4ad695ed0014e5be7 P c5e3b31e409947d39f9546566458d1ee: Time spent bootstrapping tablet: real 0.042s	user 0.017s	sys 0.022s
I20260608 12:40:04.670369  1294 raft_consensus.cc:385] T 6ca9edd7d79c4443956a51824e83d5ea P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:04.670719  1294 raft_consensus.cc:740] T 6ca9edd7d79c4443956a51824e83d5ea P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bfe54e75c6e34c52b0cbafce1a38094f, State: Initialized, Role: FOLLOWER
I20260608 12:40:04.671908  1294 consensus_queue.cc:260] T 6ca9edd7d79c4443956a51824e83d5ea P bfe54e75c6e34c52b0cbafce1a38094f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.674475  1294 ts_tablet_manager.cc:1434] T 6ca9edd7d79c4443956a51824e83d5ea P bfe54e75c6e34c52b0cbafce1a38094f: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:40:04.674777  1293 raft_consensus.cc:359] T ba4ce4c13bf14fc4ad695ed0014e5be7 P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.675628  1293 raft_consensus.cc:385] T ba4ce4c13bf14fc4ad695ed0014e5be7 P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:04.675745  1294 tablet_bootstrap.cc:492] T 17ea6138f0cf469d99775cf67e5ba151 P bfe54e75c6e34c52b0cbafce1a38094f: Bootstrap starting.
I20260608 12:40:04.676029  1293 raft_consensus.cc:740] T ba4ce4c13bf14fc4ad695ed0014e5be7 P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c5e3b31e409947d39f9546566458d1ee, State: Initialized, Role: FOLLOWER
I20260608 12:40:04.676909  1293 consensus_queue.cc:260] T ba4ce4c13bf14fc4ad695ed0014e5be7 P c5e3b31e409947d39f9546566458d1ee [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.682487  1298 leader_election.cc:290] T 51cea560dd7f4b6daf0b1d376f713598 P c5e3b31e409947d39f9546566458d1ee [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 83f9ab36381d4277ac4a8ca69a634ba2 (127.0.107.193:41199), bfe54e75c6e34c52b0cbafce1a38094f (127.0.107.194:37673)
I20260608 12:40:04.691108  1294 tablet_bootstrap.cc:654] T 17ea6138f0cf469d99775cf67e5ba151 P bfe54e75c6e34c52b0cbafce1a38094f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:04.692652  1297 tablet_bootstrap.cc:492] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2: No bootstrap required, opened a new log
I20260608 12:40:04.693351  1297 ts_tablet_manager.cc:1403] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2: Time spent bootstrapping tablet: real 0.042s	user 0.015s	sys 0.013s
I20260608 12:40:04.698375  1293 ts_tablet_manager.cc:1434] T ba4ce4c13bf14fc4ad695ed0014e5be7 P c5e3b31e409947d39f9546566458d1ee: Time spent starting tablet: real 0.028s	user 0.006s	sys 0.004s
I20260608 12:40:04.699854  1293 tablet_bootstrap.cc:492] T 5413fe55abc140fc83edd6a3fcd6292c P c5e3b31e409947d39f9546566458d1ee: Bootstrap starting.
I20260608 12:40:04.704820  1099 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "51cea560dd7f4b6daf0b1d376f713598" candidate_uuid: "c5e3b31e409947d39f9546566458d1ee" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" is_pre_election: true
W20260608 12:40:04.708032  1214 leader_election.cc:343] T 51cea560dd7f4b6daf0b1d376f713598 P c5e3b31e409947d39f9546566458d1ee [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 83f9ab36381d4277ac4a8ca69a634ba2 (127.0.107.193:41199): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:04.709705  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "51cea560dd7f4b6daf0b1d376f713598" candidate_uuid: "c5e3b31e409947d39f9546566458d1ee" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" is_pre_election: true
I20260608 12:40:04.705282  1297 raft_consensus.cc:359] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.712152  1297 raft_consensus.cc:385] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:04.712471  1297 raft_consensus.cc:740] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83f9ab36381d4277ac4a8ca69a634ba2, State: Initialized, Role: FOLLOWER
W20260608 12:40:04.712545  1213 leader_election.cc:343] T 51cea560dd7f4b6daf0b1d376f713598 P c5e3b31e409947d39f9546566458d1ee [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer bfe54e75c6e34c52b0cbafce1a38094f (127.0.107.194:37673): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:04.713339  1294 tablet_bootstrap.cc:492] T 17ea6138f0cf469d99775cf67e5ba151 P bfe54e75c6e34c52b0cbafce1a38094f: No bootstrap required, opened a new log
I20260608 12:40:04.713140  1213 leader_election.cc:304] T 51cea560dd7f4b6daf0b1d376f713598 P c5e3b31e409947d39f9546566458d1ee [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: c5e3b31e409947d39f9546566458d1ee; no voters: 83f9ab36381d4277ac4a8ca69a634ba2, bfe54e75c6e34c52b0cbafce1a38094f
I20260608 12:40:04.713492  1297 consensus_queue.cc:260] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.714239  1294 ts_tablet_manager.cc:1403] T 17ea6138f0cf469d99775cf67e5ba151 P bfe54e75c6e34c52b0cbafce1a38094f: Time spent bootstrapping tablet: real 0.039s	user 0.015s	sys 0.005s
I20260608 12:40:04.715173  1308 raft_consensus.cc:2749] T 51cea560dd7f4b6daf0b1d376f713598 P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:40:04.716439  1297 ts_tablet_manager.cc:1434] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2: Time spent starting tablet: real 0.023s	user 0.010s	sys 0.000s
I20260608 12:40:04.717483  1297 tablet_bootstrap.cc:492] T 51d4a9de86124731821064c9a4d3a42b P 83f9ab36381d4277ac4a8ca69a634ba2: Bootstrap starting.
I20260608 12:40:04.718029  1293 tablet_bootstrap.cc:654] T 5413fe55abc140fc83edd6a3fcd6292c P c5e3b31e409947d39f9546566458d1ee: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:04.717974  1294 raft_consensus.cc:359] T 17ea6138f0cf469d99775cf67e5ba151 P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.718854  1294 raft_consensus.cc:385] T 17ea6138f0cf469d99775cf67e5ba151 P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:04.719079  1294 raft_consensus.cc:740] T 17ea6138f0cf469d99775cf67e5ba151 P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bfe54e75c6e34c52b0cbafce1a38094f, State: Initialized, Role: FOLLOWER
I20260608 12:40:04.720326  1294 consensus_queue.cc:260] T 17ea6138f0cf469d99775cf67e5ba151 P bfe54e75c6e34c52b0cbafce1a38094f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.723145  1294 ts_tablet_manager.cc:1434] T 17ea6138f0cf469d99775cf67e5ba151 P bfe54e75c6e34c52b0cbafce1a38094f: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:40:04.724725  1294 tablet_bootstrap.cc:492] T 51cea560dd7f4b6daf0b1d376f713598 P bfe54e75c6e34c52b0cbafce1a38094f: Bootstrap starting.
I20260608 12:40:04.726521  1297 tablet_bootstrap.cc:654] T 51d4a9de86124731821064c9a4d3a42b P 83f9ab36381d4277ac4a8ca69a634ba2: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:04.735213  1293 tablet_bootstrap.cc:492] T 5413fe55abc140fc83edd6a3fcd6292c P c5e3b31e409947d39f9546566458d1ee: No bootstrap required, opened a new log
I20260608 12:40:04.735873  1293 ts_tablet_manager.cc:1403] T 5413fe55abc140fc83edd6a3fcd6292c P c5e3b31e409947d39f9546566458d1ee: Time spent bootstrapping tablet: real 0.036s	user 0.004s	sys 0.017s
I20260608 12:40:04.738725  1294 tablet_bootstrap.cc:654] T 51cea560dd7f4b6daf0b1d376f713598 P bfe54e75c6e34c52b0cbafce1a38094f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:04.742365  1293 raft_consensus.cc:359] T 5413fe55abc140fc83edd6a3fcd6292c P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.743270  1293 raft_consensus.cc:385] T 5413fe55abc140fc83edd6a3fcd6292c P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:04.743685  1293 raft_consensus.cc:740] T 5413fe55abc140fc83edd6a3fcd6292c P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c5e3b31e409947d39f9546566458d1ee, State: Initialized, Role: FOLLOWER
I20260608 12:40:04.744753  1293 consensus_queue.cc:260] T 5413fe55abc140fc83edd6a3fcd6292c P c5e3b31e409947d39f9546566458d1ee [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.746974  1294 tablet_bootstrap.cc:492] T 51cea560dd7f4b6daf0b1d376f713598 P bfe54e75c6e34c52b0cbafce1a38094f: No bootstrap required, opened a new log
I20260608 12:40:04.747491  1297 tablet_bootstrap.cc:492] T 51d4a9de86124731821064c9a4d3a42b P 83f9ab36381d4277ac4a8ca69a634ba2: No bootstrap required, opened a new log
I20260608 12:40:04.747629  1294 ts_tablet_manager.cc:1403] T 51cea560dd7f4b6daf0b1d376f713598 P bfe54e75c6e34c52b0cbafce1a38094f: Time spent bootstrapping tablet: real 0.023s	user 0.012s	sys 0.004s
I20260608 12:40:04.748140  1297 ts_tablet_manager.cc:1403] T 51d4a9de86124731821064c9a4d3a42b P 83f9ab36381d4277ac4a8ca69a634ba2: Time spent bootstrapping tablet: real 0.031s	user 0.012s	sys 0.004s
I20260608 12:40:04.751573  1293 ts_tablet_manager.cc:1434] T 5413fe55abc140fc83edd6a3fcd6292c P c5e3b31e409947d39f9546566458d1ee: Time spent starting tablet: real 0.015s	user 0.007s	sys 0.002s
I20260608 12:40:04.752328  1294 raft_consensus.cc:359] T 51cea560dd7f4b6daf0b1d376f713598 P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.751999  1297 raft_consensus.cc:359] T 51d4a9de86124731821064c9a4d3a42b P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.753384  1294 raft_consensus.cc:385] T 51cea560dd7f4b6daf0b1d376f713598 P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:04.753684  1297 raft_consensus.cc:385] T 51d4a9de86124731821064c9a4d3a42b P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:04.753857  1294 raft_consensus.cc:740] T 51cea560dd7f4b6daf0b1d376f713598 P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bfe54e75c6e34c52b0cbafce1a38094f, State: Initialized, Role: FOLLOWER
I20260608 12:40:04.754479  1293 tablet_bootstrap.cc:492] T 17ea6138f0cf469d99775cf67e5ba151 P c5e3b31e409947d39f9546566458d1ee: Bootstrap starting.
I20260608 12:40:04.754192  1297 raft_consensus.cc:740] T 51d4a9de86124731821064c9a4d3a42b P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83f9ab36381d4277ac4a8ca69a634ba2, State: Initialized, Role: FOLLOWER
I20260608 12:40:04.754873  1294 consensus_queue.cc:260] T 51cea560dd7f4b6daf0b1d376f713598 P bfe54e75c6e34c52b0cbafce1a38094f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.755669  1297 consensus_queue.cc:260] T 51d4a9de86124731821064c9a4d3a42b P 83f9ab36381d4277ac4a8ca69a634ba2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.760489  1294 ts_tablet_manager.cc:1434] T 51cea560dd7f4b6daf0b1d376f713598 P bfe54e75c6e34c52b0cbafce1a38094f: Time spent starting tablet: real 0.012s	user 0.010s	sys 0.000s
I20260608 12:40:04.761755  1294 tablet_bootstrap.cc:492] T 51d4a9de86124731821064c9a4d3a42b P bfe54e75c6e34c52b0cbafce1a38094f: Bootstrap starting.
I20260608 12:40:04.762017  1297 ts_tablet_manager.cc:1434] T 51d4a9de86124731821064c9a4d3a42b P 83f9ab36381d4277ac4a8ca69a634ba2: Time spent starting tablet: real 0.013s	user 0.004s	sys 0.008s
I20260608 12:40:04.763345  1297 tablet_bootstrap.cc:492] T 17ea6138f0cf469d99775cf67e5ba151 P 83f9ab36381d4277ac4a8ca69a634ba2: Bootstrap starting.
I20260608 12:40:04.770539  1294 tablet_bootstrap.cc:654] T 51d4a9de86124731821064c9a4d3a42b P bfe54e75c6e34c52b0cbafce1a38094f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:04.770494  1308 raft_consensus.cc:493] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:04.771320  1308 raft_consensus.cc:515] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.774668  1293 tablet_bootstrap.cc:654] T 17ea6138f0cf469d99775cf67e5ba151 P c5e3b31e409947d39f9546566458d1ee: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:04.774775  1297 tablet_bootstrap.cc:654] T 17ea6138f0cf469d99775cf67e5ba151 P 83f9ab36381d4277ac4a8ca69a634ba2: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:04.776793  1308 leader_election.cc:290] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 83f9ab36381d4277ac4a8ca69a634ba2 (127.0.107.193:41199), bfe54e75c6e34c52b0cbafce1a38094f (127.0.107.194:37673)
I20260608 12:40:04.780586  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "51d4a9de86124731821064c9a4d3a42b" candidate_uuid: "c5e3b31e409947d39f9546566458d1ee" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" is_pre_election: true
I20260608 12:40:04.780414  1099 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "51d4a9de86124731821064c9a4d3a42b" candidate_uuid: "c5e3b31e409947d39f9546566458d1ee" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" is_pre_election: true
I20260608 12:40:04.782392  1099 raft_consensus.cc:2468] T 51d4a9de86124731821064c9a4d3a42b P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c5e3b31e409947d39f9546566458d1ee in term 0.
W20260608 12:40:04.782724  1213 leader_election.cc:343] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer bfe54e75c6e34c52b0cbafce1a38094f (127.0.107.194:37673): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:04.784336  1214 leader_election.cc:304] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee [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: 83f9ab36381d4277ac4a8ca69a634ba2, c5e3b31e409947d39f9546566458d1ee; no voters: bfe54e75c6e34c52b0cbafce1a38094f
I20260608 12:40:04.787703  1308 raft_consensus.cc:2804] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:04.788161  1308 raft_consensus.cc:493] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:04.789091  1308 raft_consensus.cc:3060] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:40:04.791252  1045 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:40:04.794986  1050 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
W20260608 12:40:04.796818  1050 auto_leader_rebalancer.cc:460] the master instance isn't leader: Service unavailable: Tablet not running
I20260608 12:40:04.797726  1294 tablet_bootstrap.cc:492] T 51d4a9de86124731821064c9a4d3a42b P bfe54e75c6e34c52b0cbafce1a38094f: No bootstrap required, opened a new log
I20260608 12:40:04.798403  1294 ts_tablet_manager.cc:1403] T 51d4a9de86124731821064c9a4d3a42b P bfe54e75c6e34c52b0cbafce1a38094f: Time spent bootstrapping tablet: real 0.037s	user 0.012s	sys 0.011s
I20260608 12:40:04.800748  1293 tablet_bootstrap.cc:492] T 17ea6138f0cf469d99775cf67e5ba151 P c5e3b31e409947d39f9546566458d1ee: No bootstrap required, opened a new log
I20260608 12:40:04.801225  1293 ts_tablet_manager.cc:1403] T 17ea6138f0cf469d99775cf67e5ba151 P c5e3b31e409947d39f9546566458d1ee: Time spent bootstrapping tablet: real 0.047s	user 0.011s	sys 0.007s
I20260608 12:40:04.804533  1308 raft_consensus.cc:515] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.804875  1293 raft_consensus.cc:359] T 17ea6138f0cf469d99775cf67e5ba151 P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.806363  1297 tablet_bootstrap.cc:492] T 17ea6138f0cf469d99775cf67e5ba151 P 83f9ab36381d4277ac4a8ca69a634ba2: No bootstrap required, opened a new log
I20260608 12:40:04.806777  1293 raft_consensus.cc:385] T 17ea6138f0cf469d99775cf67e5ba151 P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:04.807132  1297 ts_tablet_manager.cc:1403] T 17ea6138f0cf469d99775cf67e5ba151 P 83f9ab36381d4277ac4a8ca69a634ba2: Time spent bootstrapping tablet: real 0.044s	user 0.011s	sys 0.015s
I20260608 12:40:04.807153  1293 raft_consensus.cc:740] T 17ea6138f0cf469d99775cf67e5ba151 P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c5e3b31e409947d39f9546566458d1ee, State: Initialized, Role: FOLLOWER
I20260608 12:40:04.807050  1294 raft_consensus.cc:359] T 51d4a9de86124731821064c9a4d3a42b P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.808346  1294 raft_consensus.cc:385] T 51d4a9de86124731821064c9a4d3a42b P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:04.808770  1294 raft_consensus.cc:740] T 51d4a9de86124731821064c9a4d3a42b P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bfe54e75c6e34c52b0cbafce1a38094f, State: Initialized, Role: FOLLOWER
I20260608 12:40:04.808627  1099 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "51d4a9de86124731821064c9a4d3a42b" candidate_uuid: "c5e3b31e409947d39f9546566458d1ee" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83f9ab36381d4277ac4a8ca69a634ba2"
I20260608 12:40:04.808619  1293 consensus_queue.cc:260] T 17ea6138f0cf469d99775cf67e5ba151 P c5e3b31e409947d39f9546566458d1ee [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.809674  1099 raft_consensus.cc:3060] T 51d4a9de86124731821064c9a4d3a42b P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:04.810191  1294 consensus_queue.cc:260] T 51d4a9de86124731821064c9a4d3a42b P bfe54e75c6e34c52b0cbafce1a38094f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.812613  1293 ts_tablet_manager.cc:1434] T 17ea6138f0cf469d99775cf67e5ba151 P c5e3b31e409947d39f9546566458d1ee: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.005s
I20260608 12:40:04.811415  1297 raft_consensus.cc:359] T 17ea6138f0cf469d99775cf67e5ba151 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.813100  1297 raft_consensus.cc:385] T 17ea6138f0cf469d99775cf67e5ba151 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:04.813452  1297 raft_consensus.cc:740] T 17ea6138f0cf469d99775cf67e5ba151 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83f9ab36381d4277ac4a8ca69a634ba2, State: Initialized, Role: FOLLOWER
I20260608 12:40:04.813957  1293 tablet_bootstrap.cc:492] T 6ca9edd7d79c4443956a51824e83d5ea P c5e3b31e409947d39f9546566458d1ee: Bootstrap starting.
I20260608 12:40:04.814630  1297 consensus_queue.cc:260] T 17ea6138f0cf469d99775cf67e5ba151 P 83f9ab36381d4277ac4a8ca69a634ba2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.818187  1297 ts_tablet_manager.cc:1434] T 17ea6138f0cf469d99775cf67e5ba151 P 83f9ab36381d4277ac4a8ca69a634ba2: Time spent starting tablet: real 0.010s	user 0.003s	sys 0.007s
I20260608 12:40:04.819514  1297 tablet_bootstrap.cc:492] T ba4ce4c13bf14fc4ad695ed0014e5be7 P 83f9ab36381d4277ac4a8ca69a634ba2: Bootstrap starting.
I20260608 12:40:04.822386  1293 tablet_bootstrap.cc:654] T 6ca9edd7d79c4443956a51824e83d5ea P c5e3b31e409947d39f9546566458d1ee: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:04.825361  1298 raft_consensus.cc:493] T 17ea6138f0cf469d99775cf67e5ba151 P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:04.826002  1298 raft_consensus.cc:515] T 17ea6138f0cf469d99775cf67e5ba151 P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.827607  1294 ts_tablet_manager.cc:1434] T 51d4a9de86124731821064c9a4d3a42b P bfe54e75c6e34c52b0cbafce1a38094f: Time spent starting tablet: real 0.029s	user 0.010s	sys 0.000s
I20260608 12:40:04.828922  1294 tablet_bootstrap.cc:492] T ba4ce4c13bf14fc4ad695ed0014e5be7 P bfe54e75c6e34c52b0cbafce1a38094f: Bootstrap starting.
I20260608 12:40:04.830703  1297 tablet_bootstrap.cc:654] T ba4ce4c13bf14fc4ad695ed0014e5be7 P 83f9ab36381d4277ac4a8ca69a634ba2: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:04.830821  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "17ea6138f0cf469d99775cf67e5ba151" candidate_uuid: "c5e3b31e409947d39f9546566458d1ee" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" is_pre_election: true
I20260608 12:40:04.831785  1174 raft_consensus.cc:2468] T 17ea6138f0cf469d99775cf67e5ba151 P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c5e3b31e409947d39f9546566458d1ee in term 0.
I20260608 12:40:04.837132  1213 leader_election.cc:304] T 17ea6138f0cf469d99775cf67e5ba151 P c5e3b31e409947d39f9546566458d1ee [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: bfe54e75c6e34c52b0cbafce1a38094f, c5e3b31e409947d39f9546566458d1ee; no voters: 
I20260608 12:40:04.846573  1098 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "17ea6138f0cf469d99775cf67e5ba151" candidate_uuid: "c5e3b31e409947d39f9546566458d1ee" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" is_pre_election: true
I20260608 12:40:04.849061  1098 raft_consensus.cc:2468] T 17ea6138f0cf469d99775cf67e5ba151 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c5e3b31e409947d39f9546566458d1ee in term 0.
I20260608 12:40:04.845132  1298 leader_election.cc:290] T 17ea6138f0cf469d99775cf67e5ba151 P c5e3b31e409947d39f9546566458d1ee [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 83f9ab36381d4277ac4a8ca69a634ba2 (127.0.107.193:41199), bfe54e75c6e34c52b0cbafce1a38094f (127.0.107.194:37673)
I20260608 12:40:04.851595  1308 leader_election.cc:290] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee [CANDIDATE]: Term 1 election: Requested vote from peers 83f9ab36381d4277ac4a8ca69a634ba2 (127.0.107.193:41199), bfe54e75c6e34c52b0cbafce1a38094f (127.0.107.194:37673)
I20260608 12:40:04.863620  1299 raft_consensus.cc:493] T 5413fe55abc140fc83edd6a3fcd6292c P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:04.864445  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "51d4a9de86124731821064c9a4d3a42b" candidate_uuid: "c5e3b31e409947d39f9546566458d1ee" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bfe54e75c6e34c52b0cbafce1a38094f"
I20260608 12:40:04.864348  1299 raft_consensus.cc:515] T 5413fe55abc140fc83edd6a3fcd6292c P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.865139  1174 raft_consensus.cc:3060] T 51d4a9de86124731821064c9a4d3a42b P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:04.866356  1293 tablet_bootstrap.cc:492] T 6ca9edd7d79c4443956a51824e83d5ea P c5e3b31e409947d39f9546566458d1ee: No bootstrap required, opened a new log
I20260608 12:40:04.859876  1308 raft_consensus.cc:2804] T 17ea6138f0cf469d99775cf67e5ba151 P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:04.867772  1293 ts_tablet_manager.cc:1403] T 6ca9edd7d79c4443956a51824e83d5ea P c5e3b31e409947d39f9546566458d1ee: Time spent bootstrapping tablet: real 0.054s	user 0.005s	sys 0.024s
I20260608 12:40:04.867435  1308 raft_consensus.cc:493] T 17ea6138f0cf469d99775cf67e5ba151 P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:04.875468  1099 raft_consensus.cc:2468] T 51d4a9de86124731821064c9a4d3a42b P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c5e3b31e409947d39f9546566458d1ee in term 1.
I20260608 12:40:04.878193  1297 tablet_bootstrap.cc:492] T ba4ce4c13bf14fc4ad695ed0014e5be7 P 83f9ab36381d4277ac4a8ca69a634ba2: No bootstrap required, opened a new log
I20260608 12:40:04.877271  1308 raft_consensus.cc:3060] T 17ea6138f0cf469d99775cf67e5ba151 P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:04.879027  1297 ts_tablet_manager.cc:1403] T ba4ce4c13bf14fc4ad695ed0014e5be7 P 83f9ab36381d4277ac4a8ca69a634ba2: Time spent bootstrapping tablet: real 0.060s	user 0.018s	sys 0.014s
I20260608 12:40:04.879464  1214 leader_election.cc:304] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee [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: 83f9ab36381d4277ac4a8ca69a634ba2, c5e3b31e409947d39f9546566458d1ee; no voters: 
I20260608 12:40:04.882292  1299 leader_election.cc:290] T 5413fe55abc140fc83edd6a3fcd6292c P bfe54e75c6e34c52b0cbafce1a38094f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 83f9ab36381d4277ac4a8ca69a634ba2 (127.0.107.193:41199), c5e3b31e409947d39f9546566458d1ee (127.0.107.195:40479)
I20260608 12:40:04.882668  1294 tablet_bootstrap.cc:654] T ba4ce4c13bf14fc4ad695ed0014e5be7 P bfe54e75c6e34c52b0cbafce1a38094f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:04.887307  1318 raft_consensus.cc:2804] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:04.888034  1318 raft_consensus.cc:697] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee [term 1 LEADER]: Becoming Leader. State: Replica: c5e3b31e409947d39f9546566458d1ee, State: Running, Role: LEADER
I20260608 12:40:04.888278  1293 raft_consensus.cc:359] T 6ca9edd7d79c4443956a51824e83d5ea P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.889124  1318 consensus_queue.cc:237] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.890079  1308 raft_consensus.cc:515] T 17ea6138f0cf469d99775cf67e5ba151 P c5e3b31e409947d39f9546566458d1ee [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.892840  1297 raft_consensus.cc:359] T ba4ce4c13bf14fc4ad695ed0014e5be7 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.889565  1293 raft_consensus.cc:385] T 6ca9edd7d79c4443956a51824e83d5ea P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:04.886456  1174 raft_consensus.cc:2468] T 51d4a9de86124731821064c9a4d3a42b P bfe54e75c6e34c52b0cbafce1a38094f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c5e3b31e409947d39f9546566458d1ee in term 1.
I20260608 12:40:04.893826  1099 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "17ea6138f0cf469d99775cf67e5ba151" candidate_uuid: "c5e3b31e409947d39f9546566458d1ee" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83f9ab36381d4277ac4a8ca69a634ba2"
I20260608 12:40:04.893822  1293 raft_consensus.cc:740] T 6ca9edd7d79c4443956a51824e83d5ea P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c5e3b31e409947d39f9546566458d1ee, State: Initialized, Role: FOLLOWER
I20260608 12:40:04.893671  1297 raft_consensus.cc:385] T ba4ce4c13bf14fc4ad695ed0014e5be7 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:04.895126  1099 raft_consensus.cc:3060] T 17ea6138f0cf469d99775cf67e5ba151 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:04.895552  1297 raft_consensus.cc:740] T ba4ce4c13bf14fc4ad695ed0014e5be7 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83f9ab36381d4277ac4a8ca69a634ba2, State: Initialized, Role: FOLLOWER
I20260608 12:40:04.896440  1297 consensus_queue.cc:260] T ba4ce4c13bf14fc4ad695ed0014e5be7 P 83f9ab36381d4277ac4a8ca69a634ba2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.900058  1297 ts_tablet_manager.cc:1434] T ba4ce4c13bf14fc4ad695ed0014e5be7 P 83f9ab36381d4277ac4a8ca69a634ba2: Time spent starting tablet: real 0.021s	user 0.003s	sys 0.005s
I20260608 12:40:04.896456  1293 consensus_queue.cc:260] T 6ca9edd7d79c4443956a51824e83d5ea P c5e3b31e409947d39f9546566458d1ee [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.901437  1297 tablet_bootstrap.cc:492] T 51cea560dd7f4b6daf0b1d376f713598 P 83f9ab36381d4277ac4a8ca69a634ba2: Bootstrap starting.
I20260608 12:40:04.903430  1293 ts_tablet_manager.cc:1434] T 6ca9edd7d79c4443956a51824e83d5ea P c5e3b31e409947d39f9546566458d1ee: Time spent starting tablet: real 0.031s	user 0.009s	sys 0.001s
I20260608 12:40:04.905592  1293 tablet_bootstrap.cc:492] T 98df7c6309b0439f812270683145f4ee P c5e3b31e409947d39f9546566458d1ee: Bootstrap starting.
I20260608 12:40:04.918269  1308 leader_election.cc:290] T 17ea6138f0cf469d99775cf67e5ba151 P c5e3b31e409947d39f9546566458d1ee [CANDIDATE]: Term 1 election: Requested vote from peers 83f9ab36381d4277ac4a8ca69a634ba2 (127.0.107.193:41199), bfe54e75c6e34c52b0cbafce1a38094f (127.0.107.194:37673)
I20260608 12:40:04.920531  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "17ea6138f0cf469d99775cf67e5ba151" candidate_uuid: "c5e3b31e409947d39f9546566458d1ee" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bfe54e75c6e34c52b0cbafce1a38094f"
I20260608 12:40:04.921298  1174 raft_consensus.cc:3060] T 17ea6138f0cf469d99775cf67e5ba151 P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:04.924264  1099 raft_consensus.cc:2468] T 17ea6138f0cf469d99775cf67e5ba151 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c5e3b31e409947d39f9546566458d1ee in term 1.
I20260608 12:40:04.925930  1214 leader_election.cc:304] T 17ea6138f0cf469d99775cf67e5ba151 P c5e3b31e409947d39f9546566458d1ee [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: 83f9ab36381d4277ac4a8ca69a634ba2, c5e3b31e409947d39f9546566458d1ee; no voters: 
I20260608 12:40:04.927040  1308 raft_consensus.cc:2804] T 17ea6138f0cf469d99775cf67e5ba151 P c5e3b31e409947d39f9546566458d1ee [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:04.928737  1308 raft_consensus.cc:697] T 17ea6138f0cf469d99775cf67e5ba151 P c5e3b31e409947d39f9546566458d1ee [term 1 LEADER]: Becoming Leader. State: Replica: c5e3b31e409947d39f9546566458d1ee, State: Running, Role: LEADER
I20260608 12:40:04.929754  1308 consensus_queue.cc:237] T 17ea6138f0cf469d99775cf67e5ba151 P c5e3b31e409947d39f9546566458d1ee [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.937562  1303 raft_consensus.cc:493] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:04.938289  1303 raft_consensus.cc:515] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.940883  1303 leader_election.cc:290] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bfe54e75c6e34c52b0cbafce1a38094f (127.0.107.194:37673), c5e3b31e409947d39f9546566458d1ee (127.0.107.195:40479)
I20260608 12:40:04.929342   997 catalog_manager.cc:5696] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee reported cstate change: term changed from 0 to 1, leader changed from <none> to c5e3b31e409947d39f9546566458d1ee (127.0.107.195). New cstate: current_term: 1 leader_uuid: "c5e3b31e409947d39f9546566458d1ee" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:04.944747  1174 raft_consensus.cc:2468] T 17ea6138f0cf469d99775cf67e5ba151 P bfe54e75c6e34c52b0cbafce1a38094f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c5e3b31e409947d39f9546566458d1ee in term 1.
I20260608 12:40:04.942297  1297 tablet_bootstrap.cc:654] T 51cea560dd7f4b6daf0b1d376f713598 P 83f9ab36381d4277ac4a8ca69a634ba2: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:04.947536  1318 raft_consensus.cc:493] T ba4ce4c13bf14fc4ad695ed0014e5be7 P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:04.948123  1318 raft_consensus.cc:515] T ba4ce4c13bf14fc4ad695ed0014e5be7 P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.967065  1299 raft_consensus.cc:493] T 6ca9edd7d79c4443956a51824e83d5ea P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:04.967912  1299 raft_consensus.cc:515] T 6ca9edd7d79c4443956a51824e83d5ea P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:04.978186  1294 tablet_bootstrap.cc:492] T ba4ce4c13bf14fc4ad695ed0014e5be7 P bfe54e75c6e34c52b0cbafce1a38094f: No bootstrap required, opened a new log
I20260608 12:40:04.978320  1099 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba4ce4c13bf14fc4ad695ed0014e5be7" candidate_uuid: "c5e3b31e409947d39f9546566458d1ee" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" is_pre_election: true
I20260608 12:40:04.979322  1099 raft_consensus.cc:2468] T ba4ce4c13bf14fc4ad695ed0014e5be7 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c5e3b31e409947d39f9546566458d1ee in term 0.
I20260608 12:40:04.981609  1214 leader_election.cc:304] T ba4ce4c13bf14fc4ad695ed0014e5be7 P c5e3b31e409947d39f9546566458d1ee [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 83f9ab36381d4277ac4a8ca69a634ba2, c5e3b31e409947d39f9546566458d1ee; no voters: 
I20260608 12:40:04.980787  1299 leader_election.cc:290] T 6ca9edd7d79c4443956a51824e83d5ea P bfe54e75c6e34c52b0cbafce1a38094f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 83f9ab36381d4277ac4a8ca69a634ba2 (127.0.107.193:41199), c5e3b31e409947d39f9546566458d1ee (127.0.107.195:40479)
I20260608 12:40:04.979298  1294 ts_tablet_manager.cc:1403] T ba4ce4c13bf14fc4ad695ed0014e5be7 P bfe54e75c6e34c52b0cbafce1a38094f: Time spent bootstrapping tablet: real 0.151s	user 0.023s	sys 0.016s
I20260608 12:40:04.985157  1098 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ca9edd7d79c4443956a51824e83d5ea" candidate_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" is_pre_election: true
I20260608 12:40:04.985520  1318 leader_election.cc:290] T ba4ce4c13bf14fc4ad695ed0014e5be7 P c5e3b31e409947d39f9546566458d1ee [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 83f9ab36381d4277ac4a8ca69a634ba2 (127.0.107.193:41199), bfe54e75c6e34c52b0cbafce1a38094f (127.0.107.194:37673)
I20260608 12:40:04.986081  1098 raft_consensus.cc:2468] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bfe54e75c6e34c52b0cbafce1a38094f in term 0.
I20260608 12:40:04.986229  1318 raft_consensus.cc:2804] T ba4ce4c13bf14fc4ad695ed0014e5be7 P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:04.990463  1099 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5413fe55abc140fc83edd6a3fcd6292c" candidate_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" is_pre_election: true
I20260608 12:40:04.993553  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba4ce4c13bf14fc4ad695ed0014e5be7" candidate_uuid: "c5e3b31e409947d39f9546566458d1ee" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" is_pre_election: true
I20260608 12:40:04.993011  1318 raft_consensus.cc:493] T ba4ce4c13bf14fc4ad695ed0014e5be7 P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:04.994890  1318 raft_consensus.cc:3060] T ba4ce4c13bf14fc4ad695ed0014e5be7 P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:04.992499  1140 leader_election.cc:304] T 6ca9edd7d79c4443956a51824e83d5ea P bfe54e75c6e34c52b0cbafce1a38094f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 83f9ab36381d4277ac4a8ca69a634ba2, bfe54e75c6e34c52b0cbafce1a38094f; no voters: 
I20260608 12:40:04.997424  1299 raft_consensus.cc:2804] T 6ca9edd7d79c4443956a51824e83d5ea P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:04.998540  1299 raft_consensus.cc:493] T 6ca9edd7d79c4443956a51824e83d5ea P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:04.999230  1299 raft_consensus.cc:3060] T 6ca9edd7d79c4443956a51824e83d5ea P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:40:04.999642  1140 leader_election.cc:343] T 5413fe55abc140fc83edd6a3fcd6292c P bfe54e75c6e34c52b0cbafce1a38094f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 83f9ab36381d4277ac4a8ca69a634ba2 (127.0.107.193:41199): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:04.998100  1297 tablet_bootstrap.cc:492] T 51cea560dd7f4b6daf0b1d376f713598 P 83f9ab36381d4277ac4a8ca69a634ba2: No bootstrap required, opened a new log
I20260608 12:40:05.006017  1297 ts_tablet_manager.cc:1403] T 51cea560dd7f4b6daf0b1d376f713598 P 83f9ab36381d4277ac4a8ca69a634ba2: Time spent bootstrapping tablet: real 0.105s	user 0.014s	sys 0.006s
I20260608 12:40:05.014235  1297 raft_consensus.cc:359] T 51cea560dd7f4b6daf0b1d376f713598 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:05.015122  1297 raft_consensus.cc:385] T 51cea560dd7f4b6daf0b1d376f713598 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:05.015472  1297 raft_consensus.cc:740] T 51cea560dd7f4b6daf0b1d376f713598 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83f9ab36381d4277ac4a8ca69a634ba2, State: Initialized, Role: FOLLOWER
I20260608 12:40:05.014110  1318 raft_consensus.cc:515] T ba4ce4c13bf14fc4ad695ed0014e5be7 P c5e3b31e409947d39f9546566458d1ee [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:05.017429  1248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5413fe55abc140fc83edd6a3fcd6292c" candidate_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5e3b31e409947d39f9546566458d1ee" is_pre_election: true
I20260608 12:40:05.018858  1293 tablet_bootstrap.cc:654] T 98df7c6309b0439f812270683145f4ee P c5e3b31e409947d39f9546566458d1ee: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:05.018759  1247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ca9edd7d79c4443956a51824e83d5ea" candidate_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5e3b31e409947d39f9546566458d1ee" is_pre_election: true
I20260608 12:40:05.018360  1248 raft_consensus.cc:2468] T 5413fe55abc140fc83edd6a3fcd6292c P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bfe54e75c6e34c52b0cbafce1a38094f in term 0.
W20260608 12:40:05.020579  1213 leader_election.cc:343] T ba4ce4c13bf14fc4ad695ed0014e5be7 P c5e3b31e409947d39f9546566458d1ee [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer bfe54e75c6e34c52b0cbafce1a38094f (127.0.107.194:37673): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:05.020447  1247 raft_consensus.cc:2468] T 6ca9edd7d79c4443956a51824e83d5ea P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bfe54e75c6e34c52b0cbafce1a38094f in term 0.
I20260608 12:40:05.022271  1297 consensus_queue.cc:260] T 51cea560dd7f4b6daf0b1d376f713598 P 83f9ab36381d4277ac4a8ca69a634ba2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:05.024008  1138 leader_election.cc:304] T 5413fe55abc140fc83edd6a3fcd6292c P bfe54e75c6e34c52b0cbafce1a38094f [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: bfe54e75c6e34c52b0cbafce1a38094f, c5e3b31e409947d39f9546566458d1ee; no voters: 83f9ab36381d4277ac4a8ca69a634ba2
I20260608 12:40:05.025491  1297 ts_tablet_manager.cc:1434] T 51cea560dd7f4b6daf0b1d376f713598 P 83f9ab36381d4277ac4a8ca69a634ba2: Time spent starting tablet: real 0.019s	user 0.010s	sys 0.001s
I20260608 12:40:05.033138  1099 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba4ce4c13bf14fc4ad695ed0014e5be7" candidate_uuid: "c5e3b31e409947d39f9546566458d1ee" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83f9ab36381d4277ac4a8ca69a634ba2"
I20260608 12:40:05.024996  1318 leader_election.cc:290] T ba4ce4c13bf14fc4ad695ed0014e5be7 P c5e3b31e409947d39f9546566458d1ee [CANDIDATE]: Term 1 election: Requested vote from peers 83f9ab36381d4277ac4a8ca69a634ba2 (127.0.107.193:41199), bfe54e75c6e34c52b0cbafce1a38094f (127.0.107.194:37673)
I20260608 12:40:05.035216  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba4ce4c13bf14fc4ad695ed0014e5be7" candidate_uuid: "c5e3b31e409947d39f9546566458d1ee" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bfe54e75c6e34c52b0cbafce1a38094f"
I20260608 12:40:05.034437  1099 raft_consensus.cc:3060] T ba4ce4c13bf14fc4ad695ed0014e5be7 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:05.038064  1297 tablet_bootstrap.cc:492] T 5413fe55abc140fc83edd6a3fcd6292c P 83f9ab36381d4277ac4a8ca69a634ba2: Bootstrap starting.
I20260608 12:40:05.042236  1303 raft_consensus.cc:493] T 633cbdee7a0b404c8c0aa504c2ad3708 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:05.042855  1303 raft_consensus.cc:515] T 633cbdee7a0b404c8c0aa504c2ad3708 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } }
I20260608 12:40:05.035351  1294 raft_consensus.cc:359] T ba4ce4c13bf14fc4ad695ed0014e5be7 P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:05.044987  1294 raft_consensus.cc:385] T ba4ce4c13bf14fc4ad695ed0014e5be7 P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:05.045421  1294 raft_consensus.cc:740] T ba4ce4c13bf14fc4ad695ed0014e5be7 P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bfe54e75c6e34c52b0cbafce1a38094f, State: Initialized, Role: FOLLOWER
I20260608 12:40:05.046417  1294 consensus_queue.cc:260] T ba4ce4c13bf14fc4ad695ed0014e5be7 P bfe54e75c6e34c52b0cbafce1a38094f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:05.047603  1174 raft_consensus.cc:3060] T ba4ce4c13bf14fc4ad695ed0014e5be7 P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:05.048861  1303 leader_election.cc:290] T 633cbdee7a0b404c8c0aa504c2ad3708 P 83f9ab36381d4277ac4a8ca69a634ba2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c5e3b31e409947d39f9546566458d1ee (127.0.107.195:40479), bfe54e75c6e34c52b0cbafce1a38094f (127.0.107.194:37673)
I20260608 12:40:05.055787  1099 raft_consensus.cc:2468] T ba4ce4c13bf14fc4ad695ed0014e5be7 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c5e3b31e409947d39f9546566458d1ee in term 1.
I20260608 12:40:05.059825  1214 leader_election.cc:304] T ba4ce4c13bf14fc4ad695ed0014e5be7 P c5e3b31e409947d39f9546566458d1ee [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: 83f9ab36381d4277ac4a8ca69a634ba2, c5e3b31e409947d39f9546566458d1ee; no voters: 
I20260608 12:40:05.060154  1247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ca9edd7d79c4443956a51824e83d5ea" candidate_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5e3b31e409947d39f9546566458d1ee" is_pre_election: true
I20260608 12:40:05.061096  1318 raft_consensus.cc:2804] T ba4ce4c13bf14fc4ad695ed0014e5be7 P c5e3b31e409947d39f9546566458d1ee [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:05.060204  1248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "633cbdee7a0b404c8c0aa504c2ad3708" candidate_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5e3b31e409947d39f9546566458d1ee" is_pre_election: true
I20260608 12:40:05.062120  1318 raft_consensus.cc:697] T ba4ce4c13bf14fc4ad695ed0014e5be7 P c5e3b31e409947d39f9546566458d1ee [term 1 LEADER]: Becoming Leader. State: Replica: c5e3b31e409947d39f9546566458d1ee, State: Running, Role: LEADER
I20260608 12:40:05.061226  1247 raft_consensus.cc:2468] T 6ca9edd7d79c4443956a51824e83d5ea P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 83f9ab36381d4277ac4a8ca69a634ba2 in term 0.
I20260608 12:40:05.063791  1318 consensus_queue.cc:237] T ba4ce4c13bf14fc4ad695ed0014e5be7 P c5e3b31e409947d39f9546566458d1ee [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:05.066035  1333 raft_consensus.cc:2804] T 5413fe55abc140fc83edd6a3fcd6292c P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:05.066550  1333 raft_consensus.cc:493] T 5413fe55abc140fc83edd6a3fcd6292c P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:05.067142  1333 raft_consensus.cc:3060] T 5413fe55abc140fc83edd6a3fcd6292c P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:40:05.070477  1063 leader_election.cc:343] T 633cbdee7a0b404c8c0aa504c2ad3708 P 83f9ab36381d4277ac4a8ca69a634ba2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c5e3b31e409947d39f9546566458d1ee (127.0.107.195:40479): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:05.071187  1174 raft_consensus.cc:2468] T ba4ce4c13bf14fc4ad695ed0014e5be7 P bfe54e75c6e34c52b0cbafce1a38094f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c5e3b31e409947d39f9546566458d1ee in term 1.
I20260608 12:40:05.071975  1063 leader_election.cc:304] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 83f9ab36381d4277ac4a8ca69a634ba2, c5e3b31e409947d39f9546566458d1ee; no voters: 
I20260608 12:40:05.073433  1303 raft_consensus.cc:2804] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:05.074709  1303 raft_consensus.cc:493] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:05.075757  1303 raft_consensus.cc:3060] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:05.088382  1173 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ca9edd7d79c4443956a51824e83d5ea" candidate_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" is_pre_election: true
I20260608 12:40:05.092692  1172 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "633cbdee7a0b404c8c0aa504c2ad3708" candidate_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" is_pre_election: true
I20260608 12:40:05.090746  1303 raft_consensus.cc:515] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
W20260608 12:40:05.098814  1064 leader_election.cc:343] T 633cbdee7a0b404c8c0aa504c2ad3708 P 83f9ab36381d4277ac4a8ca69a634ba2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer bfe54e75c6e34c52b0cbafce1a38094f (127.0.107.194:37673): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:05.095907  1293 tablet_bootstrap.cc:492] T 98df7c6309b0439f812270683145f4ee P c5e3b31e409947d39f9546566458d1ee: No bootstrap required, opened a new log
I20260608 12:40:05.099407  1064 leader_election.cc:304] T 633cbdee7a0b404c8c0aa504c2ad3708 P 83f9ab36381d4277ac4a8ca69a634ba2 [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: 83f9ab36381d4277ac4a8ca69a634ba2; no voters: bfe54e75c6e34c52b0cbafce1a38094f, c5e3b31e409947d39f9546566458d1ee
I20260608 12:40:05.099637  1303 leader_election.cc:290] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2 [CANDIDATE]: Term 1 election: Requested vote from peers bfe54e75c6e34c52b0cbafce1a38094f (127.0.107.194:37673), c5e3b31e409947d39f9546566458d1ee (127.0.107.195:40479)
I20260608 12:40:05.102365  1247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ca9edd7d79c4443956a51824e83d5ea" candidate_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5e3b31e409947d39f9546566458d1ee"
I20260608 12:40:05.103057  1247 raft_consensus.cc:3060] T 6ca9edd7d79c4443956a51824e83d5ea P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:05.103406  1303 raft_consensus.cc:2749] T 633cbdee7a0b404c8c0aa504c2ad3708 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:40:05.107316  1333 raft_consensus.cc:515] T 5413fe55abc140fc83edd6a3fcd6292c P bfe54e75c6e34c52b0cbafce1a38094f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:05.109405  1336 raft_consensus.cc:493] T 51cea560dd7f4b6daf0b1d376f713598 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:05.109972  1299 raft_consensus.cc:515] T 6ca9edd7d79c4443956a51824e83d5ea P bfe54e75c6e34c52b0cbafce1a38094f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:05.110067  1336 raft_consensus.cc:515] T 51cea560dd7f4b6daf0b1d376f713598 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:05.111555  1173 raft_consensus.cc:2393] T 6ca9edd7d79c4443956a51824e83d5ea P bfe54e75c6e34c52b0cbafce1a38094f [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 83f9ab36381d4277ac4a8ca69a634ba2 in current term 1: Already voted for candidate bfe54e75c6e34c52b0cbafce1a38094f in this term.
I20260608 12:40:05.111790  1099 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5413fe55abc140fc83edd6a3fcd6292c" candidate_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83f9ab36381d4277ac4a8ca69a634ba2"
I20260608 12:40:05.113308  1248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5413fe55abc140fc83edd6a3fcd6292c" candidate_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5e3b31e409947d39f9546566458d1ee"
I20260608 12:40:05.114027  1248 raft_consensus.cc:3060] T 5413fe55abc140fc83edd6a3fcd6292c P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:40:05.114265  1140 leader_election.cc:343] T 5413fe55abc140fc83edd6a3fcd6292c P bfe54e75c6e34c52b0cbafce1a38094f [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 83f9ab36381d4277ac4a8ca69a634ba2 (127.0.107.193:41199): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:05.117695  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ca9edd7d79c4443956a51824e83d5ea" candidate_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bfe54e75c6e34c52b0cbafce1a38094f"
I20260608 12:40:05.117733  1294 ts_tablet_manager.cc:1434] T ba4ce4c13bf14fc4ad695ed0014e5be7 P bfe54e75c6e34c52b0cbafce1a38094f: Time spent starting tablet: real 0.133s	user 0.013s	sys 0.002s
I20260608 12:40:05.118162  1099 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ca9edd7d79c4443956a51824e83d5ea" candidate_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83f9ab36381d4277ac4a8ca69a634ba2"
I20260608 12:40:05.116638  1333 leader_election.cc:290] T 5413fe55abc140fc83edd6a3fcd6292c P bfe54e75c6e34c52b0cbafce1a38094f [CANDIDATE]: Term 1 election: Requested vote from peers 83f9ab36381d4277ac4a8ca69a634ba2 (127.0.107.193:41199), c5e3b31e409947d39f9546566458d1ee (127.0.107.195:40479)
I20260608 12:40:05.117607  1246 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "51cea560dd7f4b6daf0b1d376f713598" candidate_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5e3b31e409947d39f9546566458d1ee" is_pre_election: true
I20260608 12:40:05.120021  1099 raft_consensus.cc:2393] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate bfe54e75c6e34c52b0cbafce1a38094f in current term 1: Already voted for candidate 83f9ab36381d4277ac4a8ca69a634ba2 in this term.
I20260608 12:40:05.116456  1293 ts_tablet_manager.cc:1403] T 98df7c6309b0439f812270683145f4ee P c5e3b31e409947d39f9546566458d1ee: Time spent bootstrapping tablet: real 0.211s	user 0.007s	sys 0.023s
I20260608 12:40:05.120579  1294 tablet_bootstrap.cc:492] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f: Bootstrap starting.
I20260608 12:40:05.120335  1246 raft_consensus.cc:2468] T 51cea560dd7f4b6daf0b1d376f713598 P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 83f9ab36381d4277ac4a8ca69a634ba2 in term 0.
I20260608 12:40:05.115437  1336 leader_election.cc:290] T 51cea560dd7f4b6daf0b1d376f713598 P 83f9ab36381d4277ac4a8ca69a634ba2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bfe54e75c6e34c52b0cbafce1a38094f (127.0.107.194:37673), c5e3b31e409947d39f9546566458d1ee (127.0.107.195:40479)
I20260608 12:40:05.124562  1172 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "51cea560dd7f4b6daf0b1d376f713598" candidate_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" is_pre_election: true
I20260608 12:40:05.126754  1063 leader_election.cc:304] T 51cea560dd7f4b6daf0b1d376f713598 P 83f9ab36381d4277ac4a8ca69a634ba2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 83f9ab36381d4277ac4a8ca69a634ba2, c5e3b31e409947d39f9546566458d1ee; no voters: 
I20260608 12:40:05.129235  1172 raft_consensus.cc:2468] T 51cea560dd7f4b6daf0b1d376f713598 P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 83f9ab36381d4277ac4a8ca69a634ba2 in term 0.
I20260608 12:40:05.130584  1336 raft_consensus.cc:2804] T 51cea560dd7f4b6daf0b1d376f713598 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:05.131039  1336 raft_consensus.cc:493] T 51cea560dd7f4b6daf0b1d376f713598 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:05.131434  1336 raft_consensus.cc:3060] T 51cea560dd7f4b6daf0b1d376f713598 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:05.131786  1246 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ca9edd7d79c4443956a51824e83d5ea" candidate_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5e3b31e409947d39f9546566458d1ee"
I20260608 12:40:05.132298  1333 raft_consensus.cc:493] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:05.134965  1138 leader_election.cc:304] T 6ca9edd7d79c4443956a51824e83d5ea P bfe54e75c6e34c52b0cbafce1a38094f [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: bfe54e75c6e34c52b0cbafce1a38094f; no voters: 83f9ab36381d4277ac4a8ca69a634ba2, c5e3b31e409947d39f9546566458d1ee
I20260608 12:40:05.136848  1333 raft_consensus.cc:515] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:05.132575  1299 leader_election.cc:290] T 6ca9edd7d79c4443956a51824e83d5ea P bfe54e75c6e34c52b0cbafce1a38094f [CANDIDATE]: Term 1 election: Requested vote from peers 83f9ab36381d4277ac4a8ca69a634ba2 (127.0.107.193:41199), c5e3b31e409947d39f9546566458d1ee (127.0.107.195:40479)
I20260608 12:40:05.138510  1299 raft_consensus.cc:2749] T 6ca9edd7d79c4443956a51824e83d5ea P bfe54e75c6e34c52b0cbafce1a38094f [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:40:05.138067   997 catalog_manager.cc:5696] T 17ea6138f0cf469d99775cf67e5ba151 P c5e3b31e409947d39f9546566458d1ee reported cstate change: term changed from 0 to 1, leader changed from <none> to c5e3b31e409947d39f9546566458d1ee (127.0.107.195). New cstate: current_term: 1 leader_uuid: "c5e3b31e409947d39f9546566458d1ee" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:05.147320  1336 raft_consensus.cc:515] T 51cea560dd7f4b6daf0b1d376f713598 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:05.149654   997 catalog_manager.cc:5696] T ba4ce4c13bf14fc4ad695ed0014e5be7 P c5e3b31e409947d39f9546566458d1ee reported cstate change: term changed from 0 to 1, leader changed from <none> to c5e3b31e409947d39f9546566458d1ee (127.0.107.195). New cstate: current_term: 1 leader_uuid: "c5e3b31e409947d39f9546566458d1ee" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:05.151151  1336 leader_election.cc:290] T 51cea560dd7f4b6daf0b1d376f713598 P 83f9ab36381d4277ac4a8ca69a634ba2 [CANDIDATE]: Term 1 election: Requested vote from peers bfe54e75c6e34c52b0cbafce1a38094f (127.0.107.194:37673), c5e3b31e409947d39f9546566458d1ee (127.0.107.195:40479)
I20260608 12:40:05.151398  1172 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "51cea560dd7f4b6daf0b1d376f713598" candidate_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bfe54e75c6e34c52b0cbafce1a38094f"
I20260608 12:40:05.152114  1172 raft_consensus.cc:3060] T 51cea560dd7f4b6daf0b1d376f713598 P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:05.152657  1294 tablet_bootstrap.cc:654] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:05.152529  1245 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "51cea560dd7f4b6daf0b1d376f713598" candidate_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5e3b31e409947d39f9546566458d1ee"
I20260608 12:40:05.140196  1293 raft_consensus.cc:359] T 98df7c6309b0439f812270683145f4ee P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:05.140573  1099 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "98df7c6309b0439f812270683145f4ee" candidate_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" is_pre_election: true
I20260608 12:40:05.155006  1293 raft_consensus.cc:385] T 98df7c6309b0439f812270683145f4ee P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:05.155472  1293 raft_consensus.cc:740] T 98df7c6309b0439f812270683145f4ee P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c5e3b31e409947d39f9546566458d1ee, State: Initialized, Role: FOLLOWER
W20260608 12:40:05.156368  1140 leader_election.cc:343] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 83f9ab36381d4277ac4a8ca69a634ba2 (127.0.107.193:41199): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:05.141701  1248 raft_consensus.cc:2468] T 5413fe55abc140fc83edd6a3fcd6292c P c5e3b31e409947d39f9546566458d1ee [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bfe54e75c6e34c52b0cbafce1a38094f in term 1.
I20260608 12:40:05.156572  1293 consensus_queue.cc:260] T 98df7c6309b0439f812270683145f4ee P c5e3b31e409947d39f9546566458d1ee [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:05.158601  1138 leader_election.cc:304] T 5413fe55abc140fc83edd6a3fcd6292c P bfe54e75c6e34c52b0cbafce1a38094f [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: bfe54e75c6e34c52b0cbafce1a38094f, c5e3b31e409947d39f9546566458d1ee; no voters: 83f9ab36381d4277ac4a8ca69a634ba2
I20260608 12:40:05.160594  1299 raft_consensus.cc:2804] T 5413fe55abc140fc83edd6a3fcd6292c P bfe54e75c6e34c52b0cbafce1a38094f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:05.161149  1299 raft_consensus.cc:697] T 5413fe55abc140fc83edd6a3fcd6292c P bfe54e75c6e34c52b0cbafce1a38094f [term 1 LEADER]: Becoming Leader. State: Replica: bfe54e75c6e34c52b0cbafce1a38094f, State: Running, Role: LEADER
I20260608 12:40:05.161369  1293 ts_tablet_manager.cc:1434] T 98df7c6309b0439f812270683145f4ee P c5e3b31e409947d39f9546566458d1ee: Time spent starting tablet: real 0.037s	user 0.006s	sys 0.003s
I20260608 12:40:05.162132  1299 consensus_queue.cc:237] T 5413fe55abc140fc83edd6a3fcd6292c P bfe54e75c6e34c52b0cbafce1a38094f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:05.162889  1293 tablet_bootstrap.cc:492] T 633cbdee7a0b404c8c0aa504c2ad3708 P c5e3b31e409947d39f9546566458d1ee: Bootstrap starting.
I20260608 12:40:05.144012  1333 leader_election.cc:290] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 83f9ab36381d4277ac4a8ca69a634ba2 (127.0.107.193:41199), c5e3b31e409947d39f9546566458d1ee (127.0.107.195:40479)
I20260608 12:40:05.145370  1246 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "98df7c6309b0439f812270683145f4ee" candidate_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5e3b31e409947d39f9546566458d1ee" is_pre_election: true
I20260608 12:40:05.164340  1246 raft_consensus.cc:2468] T 98df7c6309b0439f812270683145f4ee P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bfe54e75c6e34c52b0cbafce1a38094f in term 0.
I20260608 12:40:05.147120  1247 raft_consensus.cc:2468] T 6ca9edd7d79c4443956a51824e83d5ea P c5e3b31e409947d39f9546566458d1ee [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 83f9ab36381d4277ac4a8ca69a634ba2 in term 1.
I20260608 12:40:05.153411  1245 raft_consensus.cc:3060] T 51cea560dd7f4b6daf0b1d376f713598 P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:05.170810  1063 leader_election.cc:304] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2 [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: 83f9ab36381d4277ac4a8ca69a634ba2, c5e3b31e409947d39f9546566458d1ee; no voters: bfe54e75c6e34c52b0cbafce1a38094f
I20260608 12:40:05.172376  1336 raft_consensus.cc:2804] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:05.173059  1293 tablet_bootstrap.cc:654] T 633cbdee7a0b404c8c0aa504c2ad3708 P c5e3b31e409947d39f9546566458d1ee: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:05.173202  1336 raft_consensus.cc:697] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 LEADER]: Becoming Leader. State: Replica: 83f9ab36381d4277ac4a8ca69a634ba2, State: Running, Role: LEADER
I20260608 12:40:05.174230  1336 consensus_queue.cc:237] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:05.142522  1297 tablet_bootstrap.cc:654] T 5413fe55abc140fc83edd6a3fcd6292c P 83f9ab36381d4277ac4a8ca69a634ba2: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:05.162770  1172 raft_consensus.cc:2468] T 51cea560dd7f4b6daf0b1d376f713598 P bfe54e75c6e34c52b0cbafce1a38094f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 83f9ab36381d4277ac4a8ca69a634ba2 in term 1.
I20260608 12:40:05.182890  1138 leader_election.cc:304] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f [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: bfe54e75c6e34c52b0cbafce1a38094f, c5e3b31e409947d39f9546566458d1ee; no voters: 83f9ab36381d4277ac4a8ca69a634ba2
I20260608 12:40:05.183277  1064 leader_election.cc:304] T 51cea560dd7f4b6daf0b1d376f713598 P 83f9ab36381d4277ac4a8ca69a634ba2 [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: 83f9ab36381d4277ac4a8ca69a634ba2, bfe54e75c6e34c52b0cbafce1a38094f; no voters: 
I20260608 12:40:05.185842  1303 raft_consensus.cc:2804] T 51cea560dd7f4b6daf0b1d376f713598 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:05.187309  1333 raft_consensus.cc:2804] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:05.187830  1333 raft_consensus.cc:493] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:05.190009  1333 raft_consensus.cc:3060] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:05.191448  1303 raft_consensus.cc:697] T 51cea560dd7f4b6daf0b1d376f713598 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 LEADER]: Becoming Leader. State: Replica: 83f9ab36381d4277ac4a8ca69a634ba2, State: Running, Role: LEADER
I20260608 12:40:05.198338  1303 consensus_queue.cc:237] T 51cea560dd7f4b6daf0b1d376f713598 P 83f9ab36381d4277ac4a8ca69a634ba2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:05.202761  1333 raft_consensus.cc:515] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:05.207145  1294 tablet_bootstrap.cc:492] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f: No bootstrap required, opened a new log
I20260608 12:40:05.207777  1333 leader_election.cc:290] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f [CANDIDATE]: Term 1 election: Requested vote from peers 83f9ab36381d4277ac4a8ca69a634ba2 (127.0.107.193:41199), c5e3b31e409947d39f9546566458d1ee (127.0.107.195:40479)
I20260608 12:40:05.207930  1294 ts_tablet_manager.cc:1403] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f: Time spent bootstrapping tablet: real 0.088s	user 0.010s	sys 0.017s
I20260608 12:40:05.202117   997 catalog_manager.cc:5696] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 83f9ab36381d4277ac4a8ca69a634ba2 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:05.216347  1294 raft_consensus.cc:359] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } }
I20260608 12:40:05.217947  1294 raft_consensus.cc:385] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:05.218436  1294 raft_consensus.cc:740] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bfe54e75c6e34c52b0cbafce1a38094f, State: Initialized, Role: FOLLOWER
I20260608 12:40:05.213987  1099 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "98df7c6309b0439f812270683145f4ee" candidate_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83f9ab36381d4277ac4a8ca69a634ba2"
I20260608 12:40:05.214600  1248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "98df7c6309b0439f812270683145f4ee" candidate_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5e3b31e409947d39f9546566458d1ee"
I20260608 12:40:05.226207  1248 raft_consensus.cc:3060] T 98df7c6309b0439f812270683145f4ee P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:40:05.228073  1140 leader_election.cc:343] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 83f9ab36381d4277ac4a8ca69a634ba2 (127.0.107.193:41199): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:05.238179  1248 raft_consensus.cc:2468] T 98df7c6309b0439f812270683145f4ee P c5e3b31e409947d39f9546566458d1ee [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bfe54e75c6e34c52b0cbafce1a38094f in term 1.
I20260608 12:40:05.241324  1294 consensus_queue.cc:260] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } }
I20260608 12:40:05.244915  1294 ts_tablet_manager.cc:1434] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f: Time spent starting tablet: real 0.036s	user 0.008s	sys 0.000s
I20260608 12:40:05.245390  1138 leader_election.cc:304] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f [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: bfe54e75c6e34c52b0cbafce1a38094f, c5e3b31e409947d39f9546566458d1ee; no voters: 83f9ab36381d4277ac4a8ca69a634ba2
I20260608 12:40:05.247620  1293 tablet_bootstrap.cc:492] T 633cbdee7a0b404c8c0aa504c2ad3708 P c5e3b31e409947d39f9546566458d1ee: No bootstrap required, opened a new log
I20260608 12:40:05.248136  1293 ts_tablet_manager.cc:1403] T 633cbdee7a0b404c8c0aa504c2ad3708 P c5e3b31e409947d39f9546566458d1ee: Time spent bootstrapping tablet: real 0.086s	user 0.016s	sys 0.023s
I20260608 12:40:05.246783  1297 tablet_bootstrap.cc:492] T 5413fe55abc140fc83edd6a3fcd6292c P 83f9ab36381d4277ac4a8ca69a634ba2: No bootstrap required, opened a new log
I20260608 12:40:05.249286  1333 raft_consensus.cc:2804] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:05.250157  1333 raft_consensus.cc:697] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f [term 1 LEADER]: Becoming Leader. State: Replica: bfe54e75c6e34c52b0cbafce1a38094f, State: Running, Role: LEADER
I20260608 12:40:05.251097  1333 consensus_queue.cc:237] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:05.252660  1293 raft_consensus.cc:359] T 633cbdee7a0b404c8c0aa504c2ad3708 P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } }
I20260608 12:40:05.253582  1293 raft_consensus.cc:385] T 633cbdee7a0b404c8c0aa504c2ad3708 P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:05.253913  1293 raft_consensus.cc:740] T 633cbdee7a0b404c8c0aa504c2ad3708 P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c5e3b31e409947d39f9546566458d1ee, State: Initialized, Role: FOLLOWER
I20260608 12:40:05.254148  1297 ts_tablet_manager.cc:1403] T 5413fe55abc140fc83edd6a3fcd6292c P 83f9ab36381d4277ac4a8ca69a634ba2: Time spent bootstrapping tablet: real 0.220s	user 0.014s	sys 0.024s
I20260608 12:40:05.254738  1293 consensus_queue.cc:260] T 633cbdee7a0b404c8c0aa504c2ad3708 P c5e3b31e409947d39f9546566458d1ee [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } }
I20260608 12:40:05.233736   995 catalog_manager.cc:5696] T 5413fe55abc140fc83edd6a3fcd6292c P bfe54e75c6e34c52b0cbafce1a38094f reported cstate change: term changed from 0 to 1, leader changed from <none> to bfe54e75c6e34c52b0cbafce1a38094f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:05.257561  1293 ts_tablet_manager.cc:1434] T 633cbdee7a0b404c8c0aa504c2ad3708 P c5e3b31e409947d39f9546566458d1ee: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.004s
I20260608 12:40:05.258898  1297 raft_consensus.cc:359] T 5413fe55abc140fc83edd6a3fcd6292c P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:05.259562  1297 raft_consensus.cc:385] T 5413fe55abc140fc83edd6a3fcd6292c P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:05.259843  1297 raft_consensus.cc:740] T 5413fe55abc140fc83edd6a3fcd6292c P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83f9ab36381d4277ac4a8ca69a634ba2, State: Initialized, Role: FOLLOWER
I20260608 12:40:05.260601  1297 consensus_queue.cc:260] T 5413fe55abc140fc83edd6a3fcd6292c P 83f9ab36381d4277ac4a8ca69a634ba2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:05.262720  1297 ts_tablet_manager.cc:1434] T 5413fe55abc140fc83edd6a3fcd6292c P 83f9ab36381d4277ac4a8ca69a634ba2: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:40:05.262171   997 catalog_manager.cc:5696] T 51cea560dd7f4b6daf0b1d376f713598 P 83f9ab36381d4277ac4a8ca69a634ba2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 83f9ab36381d4277ac4a8ca69a634ba2 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:05.263753  1297 tablet_bootstrap.cc:492] T 98df7c6309b0439f812270683145f4ee P 83f9ab36381d4277ac4a8ca69a634ba2: Bootstrap starting.
I20260608 12:40:05.270875  1245 raft_consensus.cc:2468] T 51cea560dd7f4b6daf0b1d376f713598 P c5e3b31e409947d39f9546566458d1ee [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 83f9ab36381d4277ac4a8ca69a634ba2 in term 1.
I20260608 12:40:05.273185  1297 tablet_bootstrap.cc:654] T 98df7c6309b0439f812270683145f4ee P 83f9ab36381d4277ac4a8ca69a634ba2: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:05.284085  1297 tablet_bootstrap.cc:492] T 98df7c6309b0439f812270683145f4ee P 83f9ab36381d4277ac4a8ca69a634ba2: No bootstrap required, opened a new log
I20260608 12:40:05.284634  1297 ts_tablet_manager.cc:1403] T 98df7c6309b0439f812270683145f4ee P 83f9ab36381d4277ac4a8ca69a634ba2: Time spent bootstrapping tablet: real 0.021s	user 0.018s	sys 0.000s
I20260608 12:40:05.288168  1333 raft_consensus.cc:493] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:05.288802  1333 raft_consensus.cc:515] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } }
I20260608 12:40:05.288805  1297 raft_consensus.cc:359] T 98df7c6309b0439f812270683145f4ee P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:05.289880  1297 raft_consensus.cc:385] T 98df7c6309b0439f812270683145f4ee P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:05.290803  1297 raft_consensus.cc:740] T 98df7c6309b0439f812270683145f4ee P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83f9ab36381d4277ac4a8ca69a634ba2, State: Initialized, Role: FOLLOWER
I20260608 12:40:05.292568  1099 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "633cbdee7a0b404c8c0aa504c2ad3708" candidate_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" is_pre_election: true
I20260608 12:40:05.292521  1297 consensus_queue.cc:260] T 98df7c6309b0439f812270683145f4ee P 83f9ab36381d4277ac4a8ca69a634ba2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:05.292961  1245 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "633cbdee7a0b404c8c0aa504c2ad3708" candidate_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5e3b31e409947d39f9546566458d1ee" is_pre_election: true
I20260608 12:40:05.291631  1333 leader_election.cc:290] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 83f9ab36381d4277ac4a8ca69a634ba2 (127.0.107.193:41199), c5e3b31e409947d39f9546566458d1ee (127.0.107.195:40479)
I20260608 12:40:05.293502  1099 raft_consensus.cc:2468] T 633cbdee7a0b404c8c0aa504c2ad3708 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bfe54e75c6e34c52b0cbafce1a38094f in term 0.
I20260608 12:40:05.293751  1245 raft_consensus.cc:2468] T 633cbdee7a0b404c8c0aa504c2ad3708 P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bfe54e75c6e34c52b0cbafce1a38094f in term 0.
I20260608 12:40:05.293171   997 catalog_manager.cc:5696] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f reported cstate change: term changed from 0 to 1, leader changed from <none> to bfe54e75c6e34c52b0cbafce1a38094f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:05.295292  1140 leader_election.cc:304] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 83f9ab36381d4277ac4a8ca69a634ba2, bfe54e75c6e34c52b0cbafce1a38094f; no voters: 
I20260608 12:40:05.295850  1297 ts_tablet_manager.cc:1434] T 98df7c6309b0439f812270683145f4ee P 83f9ab36381d4277ac4a8ca69a634ba2: Time spent starting tablet: real 0.011s	user 0.009s	sys 0.001s
I20260608 12:40:05.298523  1333 raft_consensus.cc:2804] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:05.299147  1333 raft_consensus.cc:493] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:05.299691  1333 raft_consensus.cc:3060] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:05.308058  1333 raft_consensus.cc:515] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } }
I20260608 12:40:05.310621  1333 leader_election.cc:290] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f [CANDIDATE]: Term 1 election: Requested vote from peers 83f9ab36381d4277ac4a8ca69a634ba2 (127.0.107.193:41199), c5e3b31e409947d39f9546566458d1ee (127.0.107.195:40479)
I20260608 12:40:05.310923  1318 consensus_queue.cc:1048] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee [LEADER]: Connected to new peer: Peer: permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:05.311820  1099 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "633cbdee7a0b404c8c0aa504c2ad3708" candidate_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "83f9ab36381d4277ac4a8ca69a634ba2"
I20260608 12:40:05.312390  1099 raft_consensus.cc:3060] T 633cbdee7a0b404c8c0aa504c2ad3708 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:05.312904  1245 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "633cbdee7a0b404c8c0aa504c2ad3708" candidate_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5e3b31e409947d39f9546566458d1ee"
I20260608 12:40:05.313555  1245 raft_consensus.cc:3060] T 633cbdee7a0b404c8c0aa504c2ad3708 P c5e3b31e409947d39f9546566458d1ee [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:05.319602  1099 raft_consensus.cc:2468] T 633cbdee7a0b404c8c0aa504c2ad3708 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bfe54e75c6e34c52b0cbafce1a38094f in term 1.
I20260608 12:40:05.322012  1140 leader_election.cc:304] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f [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: 83f9ab36381d4277ac4a8ca69a634ba2, bfe54e75c6e34c52b0cbafce1a38094f; no voters: 
I20260608 12:40:05.323226  1333 raft_consensus.cc:2804] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:05.323813  1333 raft_consensus.cc:697] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f [term 1 LEADER]: Becoming Leader. State: Replica: bfe54e75c6e34c52b0cbafce1a38094f, State: Running, Role: LEADER
I20260608 12:40:05.324731  1333 consensus_queue.cc:237] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } }
I20260608 12:40:05.329526  1245 raft_consensus.cc:2468] T 633cbdee7a0b404c8c0aa504c2ad3708 P c5e3b31e409947d39f9546566458d1ee [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bfe54e75c6e34c52b0cbafce1a38094f in term 1.
I20260608 12:40:05.338393  1298 consensus_queue.cc:1048] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee [LEADER]: Connected to new peer: Peer: permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:05.350816  1318 consensus_queue.cc:1048] T 17ea6138f0cf469d99775cf67e5ba151 P c5e3b31e409947d39f9546566458d1ee [LEADER]: Connected to new peer: Peer: permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:05.354291   995 catalog_manager.cc:5696] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f reported cstate change: term changed from 0 to 1, leader changed from <none> to bfe54e75c6e34c52b0cbafce1a38094f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:05.369194  1308 consensus_queue.cc:1048] T 17ea6138f0cf469d99775cf67e5ba151 P c5e3b31e409947d39f9546566458d1ee [LEADER]: Connected to new peer: Peer: permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:05.403402  1303 raft_consensus.cc:493] T 5413fe55abc140fc83edd6a3fcd6292c P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:05.403988  1303 raft_consensus.cc:515] T 5413fe55abc140fc83edd6a3fcd6292c P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:05.406023  1303 leader_election.cc:290] T 5413fe55abc140fc83edd6a3fcd6292c P 83f9ab36381d4277ac4a8ca69a634ba2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bfe54e75c6e34c52b0cbafce1a38094f (127.0.107.194:37673), c5e3b31e409947d39f9546566458d1ee (127.0.107.195:40479)
I20260608 12:40:05.406937  1172 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5413fe55abc140fc83edd6a3fcd6292c" candidate_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" is_pre_election: true
I20260608 12:40:05.407132  1245 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5413fe55abc140fc83edd6a3fcd6292c" candidate_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5e3b31e409947d39f9546566458d1ee" is_pre_election: true
I20260608 12:40:05.407863  1245 raft_consensus.cc:2393] T 5413fe55abc140fc83edd6a3fcd6292c P c5e3b31e409947d39f9546566458d1ee [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 83f9ab36381d4277ac4a8ca69a634ba2 in current term 1: Already voted for candidate bfe54e75c6e34c52b0cbafce1a38094f in this term.
I20260608 12:40:05.408802  1063 leader_election.cc:304] T 5413fe55abc140fc83edd6a3fcd6292c P 83f9ab36381d4277ac4a8ca69a634ba2 [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: 83f9ab36381d4277ac4a8ca69a634ba2; no voters: bfe54e75c6e34c52b0cbafce1a38094f, c5e3b31e409947d39f9546566458d1ee
I20260608 12:40:05.409438  1303 raft_consensus.cc:3060] T 5413fe55abc140fc83edd6a3fcd6292c P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:05.415145  1303 raft_consensus.cc:2749] T 5413fe55abc140fc83edd6a3fcd6292c P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:40:05.452349  1308 consensus_queue.cc:1048] T ba4ce4c13bf14fc4ad695ed0014e5be7 P c5e3b31e409947d39f9546566458d1ee [LEADER]: Connected to new peer: Peer: permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:05.465117  1298 consensus_queue.cc:1048] T ba4ce4c13bf14fc4ad695ed0014e5be7 P c5e3b31e409947d39f9546566458d1ee [LEADER]: Connected to new peer: Peer: permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:05.532120  1303 raft_consensus.cc:493] T 98df7c6309b0439f812270683145f4ee P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:05.532635  1303 raft_consensus.cc:515] T 98df7c6309b0439f812270683145f4ee P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:05.535398  1303 leader_election.cc:290] T 98df7c6309b0439f812270683145f4ee P 83f9ab36381d4277ac4a8ca69a634ba2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bfe54e75c6e34c52b0cbafce1a38094f (127.0.107.194:37673), c5e3b31e409947d39f9546566458d1ee (127.0.107.195:40479)
I20260608 12:40:05.536509  1172 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "98df7c6309b0439f812270683145f4ee" candidate_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" is_pre_election: true
I20260608 12:40:05.536985  1245 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "98df7c6309b0439f812270683145f4ee" candidate_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5e3b31e409947d39f9546566458d1ee" is_pre_election: true
I20260608 12:40:05.538021  1245 raft_consensus.cc:2393] T 98df7c6309b0439f812270683145f4ee P c5e3b31e409947d39f9546566458d1ee [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 83f9ab36381d4277ac4a8ca69a634ba2 in current term 1: Already voted for candidate bfe54e75c6e34c52b0cbafce1a38094f in this term.
I20260608 12:40:05.539234  1063 leader_election.cc:304] T 98df7c6309b0439f812270683145f4ee P 83f9ab36381d4277ac4a8ca69a634ba2 [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: 83f9ab36381d4277ac4a8ca69a634ba2; no voters: bfe54e75c6e34c52b0cbafce1a38094f, c5e3b31e409947d39f9546566458d1ee
I20260608 12:40:05.540208  1303 raft_consensus.cc:3060] T 98df7c6309b0439f812270683145f4ee P 83f9ab36381d4277ac4a8ca69a634ba2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:05.546999  1303 raft_consensus.cc:2749] T 98df7c6309b0439f812270683145f4ee P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:40:05.560767  1333 consensus_queue.cc:1048] T 5413fe55abc140fc83edd6a3fcd6292c P bfe54e75c6e34c52b0cbafce1a38094f [LEADER]: Connected to new peer: Peer: permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:05.573740  1299 consensus_queue.cc:1048] T 5413fe55abc140fc83edd6a3fcd6292c P bfe54e75c6e34c52b0cbafce1a38094f [LEADER]: Connected to new peer: Peer: permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:05.587800   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:05.594863  1359 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:05.596666  1362 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:05.596915   431 server_base.cc:1061] running on GCE node
W20260608 12:40:05.596876  1360 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:05.598378   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:05.598681   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:05.598882   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922405598866 us; error 0 us; skew 500 ppm
I20260608 12:40:05.599496   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:05.602160   431 webserver.cc:533] Webserver started at http://127.0.107.196:34157/ using document root <none> and password file <none>
I20260608 12:40:05.602718   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:05.602932   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:05.603217   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:05.604332   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922397207313-431-0/minicluster-data/ts-3-root/instance:
uuid: "1a9326c485eb421689b5f084be91fd3e"
format_stamp: "Formatted at 2026-06-08 12:40:05 on dist-test-slave-1zds"
I20260608 12:40:05.609057   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.003s
I20260608 12:40:05.613632  1367 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.001s	user 0.000s	sys 0.000s
I20260608 12:40:05.614804   431 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.000s	sys 0.003s
I20260608 12:40:05.615113   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922397207313-431-0/minicluster-data/ts-3-root
uuid: "1a9326c485eb421689b5f084be91fd3e"
format_stamp: "Formatted at 2026-06-08 12:40:05 on dist-test-slave-1zds"
I20260608 12:40:05.615396   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922397207313-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922397207313-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922397207313-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:05.638849   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:05.639938   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:05.641400   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:05.644212   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:05.644403   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:05.644767   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:05.645016   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:05.647815  1337 consensus_queue.cc:1048] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f [LEADER]: Connected to new peer: Peer: permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:05.662338  1333 consensus_queue.cc:1048] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f [LEADER]: Connected to new peer: Peer: permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:05.691603  1303 consensus_queue.cc:1048] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:05.710059  1393 consensus_queue.cc:1048] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:05.760389   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:36661
I20260608 12:40:05.760509  1435 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:36661 every 8 connection(s)
I20260608 12:40:05.769809  1393 consensus_queue.cc:1048] T 51cea560dd7f4b6daf0b1d376f713598 P 83f9ab36381d4277ac4a8ca69a634ba2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:05.771313  1303 consensus_queue.cc:1048] T 51cea560dd7f4b6daf0b1d376f713598 P 83f9ab36381d4277ac4a8ca69a634ba2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:05.785936  1436 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46701
I20260608 12:40:05.786377  1436 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:05.787575  1436 heartbeater.cc:507] Master 127.0.107.254:46701 requested a full tablet report, sending...
I20260608 12:40:05.791570   995 ts_manager.cc:194] Registered new tserver with Master: 1a9326c485eb421689b5f084be91fd3e (127.0.107.196:36661)
I20260608 12:40:05.793640   995 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55962
I20260608 12:40:05.840055  1378 consensus_queue.cc:1048] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f [LEADER]: Connected to new peer: Peer: permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:05.855541  1378 consensus_queue.cc:1048] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f [LEADER]: Connected to new peer: Peer: permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:06.798017  1436 heartbeater.cc:499] Master 127.0.107.254:46701 was elected leader, sending a full tablet report...
I20260608 12:40:06.798556  1050 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:06.807994  1050 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:06.808629  1050 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:08.810264  1050 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:08.818426  1050 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:08.819069  1050 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:10.820253  1050 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:10.830243  1050 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:10.830780  1050 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:10.841902  1174 consensus_queue.cc:237] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f [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: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } attrs { replace: true } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "1a9326c485eb421689b5f084be91fd3e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36661 } attrs { promote: true } }
I20260608 12:40:10.855212  1245 raft_consensus.cc:1275] T 633cbdee7a0b404c8c0aa504c2ad3708 P c5e3b31e409947d39f9546566458d1ee [term 1 FOLLOWER]: Refusing update from remote peer bfe54e75c6e34c52b0cbafce1a38094f: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:40:10.859134  1099 raft_consensus.cc:1275] T 633cbdee7a0b404c8c0aa504c2ad3708 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 FOLLOWER]: Refusing update from remote peer bfe54e75c6e34c52b0cbafce1a38094f: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:40:10.859330  1454 consensus_queue.cc:1048] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f [LEADER]: Connected to new peer: Peer: permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:40:10.861383  1451 consensus_queue.cc:1048] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f [LEADER]: Connected to new peer: Peer: permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
W20260608 12:40:10.875094  1140 consensus_peers.cc:597] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f -> Peer 1a9326c485eb421689b5f084be91fd3e (127.0.107.196:36661): Couldn't send request to peer 1a9326c485eb421689b5f084be91fd3e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 633cbdee7a0b404c8c0aa504c2ad3708. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:10.874172  1454 raft_consensus.cc:2955] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1a9326c485eb421689b5f084be91fd3e (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } attrs { replace: true } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "1a9326c485eb421689b5f084be91fd3e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36661 } attrs { promote: true } } }
I20260608 12:40:10.877347  1245 raft_consensus.cc:2955] T 633cbdee7a0b404c8c0aa504c2ad3708 P c5e3b31e409947d39f9546566458d1ee [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1a9326c485eb421689b5f084be91fd3e (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } attrs { replace: true } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "1a9326c485eb421689b5f084be91fd3e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36661 } attrs { promote: true } } }
I20260608 12:40:10.884122  1099 raft_consensus.cc:2955] T 633cbdee7a0b404c8c0aa504c2ad3708 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1a9326c485eb421689b5f084be91fd3e (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } attrs { replace: true } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "1a9326c485eb421689b5f084be91fd3e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36661 } attrs { promote: true } } }
I20260608 12:40:10.900530   994 catalog_manager.cc:5696] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f reported cstate change: config changed from index -1 to 2, NON_VOTER 1a9326c485eb421689b5f084be91fd3e (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1a9326c485eb421689b5f084be91fd3e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36661 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:10.915000  1245 consensus_queue.cc:237] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee [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: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } attrs { replace: true } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "1a9326c485eb421689b5f084be91fd3e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36661 } attrs { promote: true } }
I20260608 12:40:10.926705  1174 raft_consensus.cc:1275] T 51d4a9de86124731821064c9a4d3a42b P bfe54e75c6e34c52b0cbafce1a38094f [term 1 FOLLOWER]: Refusing update from remote peer c5e3b31e409947d39f9546566458d1ee: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:40:10.929636  1298 consensus_queue.cc:1048] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee [LEADER]: Connected to new peer: Peer: permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
W20260608 12:40:10.943291  1214 consensus_peers.cc:597] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee -> Peer 1a9326c485eb421689b5f084be91fd3e (127.0.107.196:36661): Couldn't send request to peer 1a9326c485eb421689b5f084be91fd3e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 51d4a9de86124731821064c9a4d3a42b. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:10.944368  1098 raft_consensus.cc:1275] T 51d4a9de86124731821064c9a4d3a42b P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 FOLLOWER]: Refusing update from remote peer c5e3b31e409947d39f9546566458d1ee: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:40:10.946774  1298 consensus_queue.cc:1048] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee [LEADER]: Connected to new peer: Peer: permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:40:10.948498  1174 raft_consensus.cc:2955] T 51d4a9de86124731821064c9a4d3a42b P bfe54e75c6e34c52b0cbafce1a38094f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1a9326c485eb421689b5f084be91fd3e (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } attrs { replace: true } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "1a9326c485eb421689b5f084be91fd3e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36661 } attrs { promote: true } } }
I20260608 12:40:10.946276  1464 raft_consensus.cc:2955] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1a9326c485eb421689b5f084be91fd3e (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } attrs { replace: true } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "1a9326c485eb421689b5f084be91fd3e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36661 } attrs { promote: true } } }
I20260608 12:40:10.963268  1098 raft_consensus.cc:2955] T 51d4a9de86124731821064c9a4d3a42b P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1a9326c485eb421689b5f084be91fd3e (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } attrs { replace: true } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "1a9326c485eb421689b5f084be91fd3e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36661 } attrs { promote: true } } }
I20260608 12:40:10.966259  1174 consensus_queue.cc:237] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f [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: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "1a9326c485eb421689b5f084be91fd3e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36661 } attrs { promote: true } }
I20260608 12:40:10.966593   996 catalog_manager.cc:5696] T 51d4a9de86124731821064c9a4d3a42b P bfe54e75c6e34c52b0cbafce1a38094f reported cstate change: config changed from index -1 to 2, NON_VOTER 1a9326c485eb421689b5f084be91fd3e (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "c5e3b31e409947d39f9546566458d1ee" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } attrs { replace: true } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "1a9326c485eb421689b5f084be91fd3e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36661 } attrs { promote: true } } }
W20260608 12:40:10.983995  1140 consensus_peers.cc:597] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f -> Peer 1a9326c485eb421689b5f084be91fd3e (127.0.107.196:36661): Couldn't send request to peer 1a9326c485eb421689b5f084be91fd3e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 98df7c6309b0439f812270683145f4ee. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:10.989614  1245 raft_consensus.cc:1275] T 98df7c6309b0439f812270683145f4ee P c5e3b31e409947d39f9546566458d1ee [term 1 FOLLOWER]: Refusing update from remote peer bfe54e75c6e34c52b0cbafce1a38094f: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:40:10.990576  1098 raft_consensus.cc:1275] T 98df7c6309b0439f812270683145f4ee P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 FOLLOWER]: Refusing update from remote peer bfe54e75c6e34c52b0cbafce1a38094f: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:40:10.992048  1454 consensus_queue.cc:1048] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f [LEADER]: Connected to new peer: Peer: permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:40:10.993759  1445 consensus_queue.cc:1048] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f [LEADER]: Connected to new peer: Peer: permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:40:11.005910  1451 raft_consensus.cc:2955] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1a9326c485eb421689b5f084be91fd3e (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "1a9326c485eb421689b5f084be91fd3e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36661 } attrs { promote: true } } }
I20260608 12:40:11.008401  1245 raft_consensus.cc:2955] T 98df7c6309b0439f812270683145f4ee P c5e3b31e409947d39f9546566458d1ee [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1a9326c485eb421689b5f084be91fd3e (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "1a9326c485eb421689b5f084be91fd3e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36661 } attrs { promote: true } } }
I20260608 12:40:11.010700  1098 raft_consensus.cc:2955] T 98df7c6309b0439f812270683145f4ee P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1a9326c485eb421689b5f084be91fd3e (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "1a9326c485eb421689b5f084be91fd3e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36661 } attrs { promote: true } } }
I20260608 12:40:11.024396   995 catalog_manager.cc:5696] T 98df7c6309b0439f812270683145f4ee P 83f9ab36381d4277ac4a8ca69a634ba2 reported cstate change: config changed from index -1 to 2, NON_VOTER 1a9326c485eb421689b5f084be91fd3e (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "1a9326c485eb421689b5f084be91fd3e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36661 } attrs { promote: true } } }
I20260608 12:40:11.045682  1098 consensus_queue.cc:237] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2 [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: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "1a9326c485eb421689b5f084be91fd3e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36661 } attrs { promote: true } }
I20260608 12:40:11.056667  1245 raft_consensus.cc:1275] T 6ca9edd7d79c4443956a51824e83d5ea P c5e3b31e409947d39f9546566458d1ee [term 1 FOLLOWER]: Refusing update from remote peer 83f9ab36381d4277ac4a8ca69a634ba2: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:40:11.058199  1174 raft_consensus.cc:1275] T 6ca9edd7d79c4443956a51824e83d5ea P bfe54e75c6e34c52b0cbafce1a38094f [term 1 FOLLOWER]: Refusing update from remote peer 83f9ab36381d4277ac4a8ca69a634ba2: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:40:11.059064  1475 consensus_queue.cc:1048] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:40:11.060362  1446 consensus_queue.cc:1048] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
W20260608 12:40:11.070497  1065 consensus_peers.cc:597] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2 -> Peer 1a9326c485eb421689b5f084be91fd3e (127.0.107.196:36661): Couldn't send request to peer 1a9326c485eb421689b5f084be91fd3e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6ca9edd7d79c4443956a51824e83d5ea. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:11.071816  1446 raft_consensus.cc:2955] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1a9326c485eb421689b5f084be91fd3e (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "1a9326c485eb421689b5f084be91fd3e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36661 } attrs { promote: true } } }
I20260608 12:40:11.074383  1174 raft_consensus.cc:2955] T 6ca9edd7d79c4443956a51824e83d5ea P bfe54e75c6e34c52b0cbafce1a38094f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1a9326c485eb421689b5f084be91fd3e (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "1a9326c485eb421689b5f084be91fd3e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36661 } attrs { promote: true } } }
I20260608 12:40:11.078064  1245 raft_consensus.cc:2955] T 6ca9edd7d79c4443956a51824e83d5ea P c5e3b31e409947d39f9546566458d1ee [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1a9326c485eb421689b5f084be91fd3e (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "1a9326c485eb421689b5f084be91fd3e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36661 } attrs { promote: true } } }
I20260608 12:40:11.090960   996 catalog_manager.cc:5696] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2 reported cstate change: config changed from index -1 to 2, NON_VOTER 1a9326c485eb421689b5f084be91fd3e (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1a9326c485eb421689b5f084be91fd3e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36661 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:11.284168   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:40:11.329113   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:11.331743   431 tablet_replica.cc:333] T 98df7c6309b0439f812270683145f4ee P 83f9ab36381d4277ac4a8ca69a634ba2: stopping tablet replica
I20260608 12:40:11.332401  1479 ts_tablet_manager.cc:933] T 633cbdee7a0b404c8c0aa504c2ad3708 P 1a9326c485eb421689b5f084be91fd3e: Initiating tablet copy from peer bfe54e75c6e34c52b0cbafce1a38094f (127.0.107.194:37673)
I20260608 12:40:11.332973   431 raft_consensus.cc:2243] T 98df7c6309b0439f812270683145f4ee P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:11.333858   431 raft_consensus.cc:2272] T 98df7c6309b0439f812270683145f4ee P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:11.335216  1479 tablet_copy_client.cc:323] T 633cbdee7a0b404c8c0aa504c2ad3708 P 1a9326c485eb421689b5f084be91fd3e: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:37673
I20260608 12:40:11.339962   431 tablet_replica.cc:333] T 5413fe55abc140fc83edd6a3fcd6292c P 83f9ab36381d4277ac4a8ca69a634ba2: stopping tablet replica
I20260608 12:40:11.340778   431 raft_consensus.cc:2243] T 5413fe55abc140fc83edd6a3fcd6292c P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:11.341430   431 raft_consensus.cc:2272] T 5413fe55abc140fc83edd6a3fcd6292c P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:11.344096   431 tablet_replica.cc:333] T ba4ce4c13bf14fc4ad695ed0014e5be7 P 83f9ab36381d4277ac4a8ca69a634ba2: stopping tablet replica
I20260608 12:40:11.344907   431 raft_consensus.cc:2243] T ba4ce4c13bf14fc4ad695ed0014e5be7 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:11.345528   431 raft_consensus.cc:2272] T ba4ce4c13bf14fc4ad695ed0014e5be7 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:11.348688   431 tablet_replica.cc:333] T 51d4a9de86124731821064c9a4d3a42b P 83f9ab36381d4277ac4a8ca69a634ba2: stopping tablet replica
I20260608 12:40:11.349447   431 raft_consensus.cc:2243] T 51d4a9de86124731821064c9a4d3a42b P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:11.350041   431 raft_consensus.cc:2272] T 51d4a9de86124731821064c9a4d3a42b P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:11.350520  1184 tablet_copy_service.cc:140] P bfe54e75c6e34c52b0cbafce1a38094f: Received BeginTabletCopySession request for tablet 633cbdee7a0b404c8c0aa504c2ad3708 from peer 1a9326c485eb421689b5f084be91fd3e ({username='slave'} at 127.0.0.1:60398)
I20260608 12:40:11.351372  1184 tablet_copy_service.cc:161] P bfe54e75c6e34c52b0cbafce1a38094f: Beginning new tablet copy session on tablet 633cbdee7a0b404c8c0aa504c2ad3708 from peer 1a9326c485eb421689b5f084be91fd3e at {username='slave'} at 127.0.0.1:60398: session id = 1a9326c485eb421689b5f084be91fd3e-633cbdee7a0b404c8c0aa504c2ad3708
I20260608 12:40:11.355288   431 tablet_replica.cc:333] T 51cea560dd7f4b6daf0b1d376f713598 P 83f9ab36381d4277ac4a8ca69a634ba2: stopping tablet replica
I20260608 12:40:11.356185   431 raft_consensus.cc:2243] T 51cea560dd7f4b6daf0b1d376f713598 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:11.358088  1482 ts_tablet_manager.cc:933] T 51d4a9de86124731821064c9a4d3a42b P 1a9326c485eb421689b5f084be91fd3e: Initiating tablet copy from peer c5e3b31e409947d39f9546566458d1ee (127.0.107.195:40479)
I20260608 12:40:11.358577   431 raft_consensus.cc:2272] T 51cea560dd7f4b6daf0b1d376f713598 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:11.361263  1184 tablet_copy_source_session.cc:215] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:11.361544   431 tablet_replica.cc:333] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2: stopping tablet replica
I20260608 12:40:11.362447   431 raft_consensus.cc:2243] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:11.363803   431 raft_consensus.cc:2272] T 6ca9edd7d79c4443956a51824e83d5ea P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:11.367110   431 tablet_replica.cc:333] T 17ea6138f0cf469d99775cf67e5ba151 P 83f9ab36381d4277ac4a8ca69a634ba2: stopping tablet replica
I20260608 12:40:11.367789  1482 tablet_copy_client.cc:323] T 51d4a9de86124731821064c9a4d3a42b P 1a9326c485eb421689b5f084be91fd3e: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:40479
I20260608 12:40:11.367961   431 raft_consensus.cc:2243] T 17ea6138f0cf469d99775cf67e5ba151 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:11.370268  1479 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 633cbdee7a0b404c8c0aa504c2ad3708. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:11.370743   431 raft_consensus.cc:2272] T 17ea6138f0cf469d99775cf67e5ba151 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:11.374521   431 tablet_replica.cc:333] T 633cbdee7a0b404c8c0aa504c2ad3708 P 83f9ab36381d4277ac4a8ca69a634ba2: stopping tablet replica
I20260608 12:40:11.375483   431 raft_consensus.cc:2243] T 633cbdee7a0b404c8c0aa504c2ad3708 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:11.376168   431 raft_consensus.cc:2272] T 633cbdee7a0b404c8c0aa504c2ad3708 P 83f9ab36381d4277ac4a8ca69a634ba2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:11.385092  1258 tablet_copy_service.cc:140] P c5e3b31e409947d39f9546566458d1ee: Received BeginTabletCopySession request for tablet 51d4a9de86124731821064c9a4d3a42b from peer 1a9326c485eb421689b5f084be91fd3e ({username='slave'} at 127.0.0.1:41944)
I20260608 12:40:11.386000  1258 tablet_copy_service.cc:161] P c5e3b31e409947d39f9546566458d1ee: Beginning new tablet copy session on tablet 51d4a9de86124731821064c9a4d3a42b from peer 1a9326c485eb421689b5f084be91fd3e at {username='slave'} at 127.0.0.1:41944: session id = 1a9326c485eb421689b5f084be91fd3e-51d4a9de86124731821064c9a4d3a42b
I20260608 12:40:11.390596  1479 tablet_copy_client.cc:806] T 633cbdee7a0b404c8c0aa504c2ad3708 P 1a9326c485eb421689b5f084be91fd3e: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:11.391407  1479 tablet_copy_client.cc:670] T 633cbdee7a0b404c8c0aa504c2ad3708 P 1a9326c485eb421689b5f084be91fd3e: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:11.394735  1258 tablet_copy_source_session.cc:215] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:11.397595  1479 tablet_copy_client.cc:538] T 633cbdee7a0b404c8c0aa504c2ad3708 P 1a9326c485eb421689b5f084be91fd3e: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:11.398703  1482 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 51d4a9de86124731821064c9a4d3a42b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:11.409632  1479 tablet_bootstrap.cc:492] T 633cbdee7a0b404c8c0aa504c2ad3708 P 1a9326c485eb421689b5f084be91fd3e: Bootstrap starting.
I20260608 12:40:11.423008  1482 tablet_copy_client.cc:806] T 51d4a9de86124731821064c9a4d3a42b P 1a9326c485eb421689b5f084be91fd3e: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:11.423718  1482 tablet_copy_client.cc:670] T 51d4a9de86124731821064c9a4d3a42b P 1a9326c485eb421689b5f084be91fd3e: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:11.425962   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:40:11.429473  1482 tablet_copy_client.cc:538] T 51d4a9de86124731821064c9a4d3a42b P 1a9326c485eb421689b5f084be91fd3e: tablet copy: Tablet Copy complete. Replacing tablet superblock.
W20260608 12:40:11.442081  1214 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41199: connect: Connection refused (error 111) [suppressed 6 similar messages]
I20260608 12:40:11.444800  1482 tablet_bootstrap.cc:492] T 51d4a9de86124731821064c9a4d3a42b P 1a9326c485eb421689b5f084be91fd3e: Bootstrap starting.
W20260608 12:40:11.454246  1214 consensus_peers.cc:597] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee -> Peer 83f9ab36381d4277ac4a8ca69a634ba2 (127.0.107.193:41199): Couldn't send request to peer 83f9ab36381d4277ac4a8ca69a634ba2. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41199: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:11.475898  1479 tablet_bootstrap.cc:492] T 633cbdee7a0b404c8c0aa504c2ad3708 P 1a9326c485eb421689b5f084be91fd3e: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:11.476794   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:40:11.477527  1479 tablet_bootstrap.cc:492] T 633cbdee7a0b404c8c0aa504c2ad3708 P 1a9326c485eb421689b5f084be91fd3e: Bootstrap complete.
I20260608 12:40:11.478631  1479 ts_tablet_manager.cc:1403] T 633cbdee7a0b404c8c0aa504c2ad3708 P 1a9326c485eb421689b5f084be91fd3e: Time spent bootstrapping tablet: real 0.069s	user 0.031s	sys 0.020s
I20260608 12:40:11.483126  1479 raft_consensus.cc:359] T 633cbdee7a0b404c8c0aa504c2ad3708 P 1a9326c485eb421689b5f084be91fd3e [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } attrs { replace: true } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "1a9326c485eb421689b5f084be91fd3e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36661 } attrs { promote: true } }
I20260608 12:40:11.484319  1479 raft_consensus.cc:740] T 633cbdee7a0b404c8c0aa504c2ad3708 P 1a9326c485eb421689b5f084be91fd3e [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 1a9326c485eb421689b5f084be91fd3e, State: Initialized, Role: LEARNER
I20260608 12:40:11.485132  1479 consensus_queue.cc:260] T 633cbdee7a0b404c8c0aa504c2ad3708 P 1a9326c485eb421689b5f084be91fd3e [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: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } attrs { replace: true } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } } peers { permanent_uuid: "1a9326c485eb421689b5f084be91fd3e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36661 } attrs { promote: true } }
I20260608 12:40:11.492570  1479 ts_tablet_manager.cc:1434] T 633cbdee7a0b404c8c0aa504c2ad3708 P 1a9326c485eb421689b5f084be91fd3e: Time spent starting tablet: real 0.014s	user 0.005s	sys 0.004s
W20260608 12:40:11.504925  1213 consensus_peers.cc:597] T ba4ce4c13bf14fc4ad695ed0014e5be7 P c5e3b31e409947d39f9546566458d1ee -> Peer bfe54e75c6e34c52b0cbafce1a38094f (127.0.107.194:37673): Couldn't send request to peer bfe54e75c6e34c52b0cbafce1a38094f. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:11.506108   431 tablet_copy_service.cc:362] P bfe54e75c6e34c52b0cbafce1a38094f: Destroying tablet copy session 1a9326c485eb421689b5f084be91fd3e-633cbdee7a0b404c8c0aa504c2ad3708 due to service shutdown
I20260608 12:40:11.507479   431 tablet_copy_service.cc:434] P bfe54e75c6e34c52b0cbafce1a38094f: ending tablet copy session 1a9326c485eb421689b5f084be91fd3e-633cbdee7a0b404c8c0aa504c2ad3708 on tablet 633cbdee7a0b404c8c0aa504c2ad3708 with peer 1a9326c485eb421689b5f084be91fd3e
I20260608 12:40:11.516004  1488 ts_tablet_manager.cc:933] T 98df7c6309b0439f812270683145f4ee P 1a9326c485eb421689b5f084be91fd3e: Initiating tablet copy from peer bfe54e75c6e34c52b0cbafce1a38094f (127.0.107.194:37673)
I20260608 12:40:11.519019  1488 tablet_copy_client.cc:323] T 98df7c6309b0439f812270683145f4ee P 1a9326c485eb421689b5f084be91fd3e: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:37673
I20260608 12:40:11.521390  1482 tablet_bootstrap.cc:492] T 51d4a9de86124731821064c9a4d3a42b P 1a9326c485eb421689b5f084be91fd3e: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:11.528308  1482 tablet_bootstrap.cc:492] T 51d4a9de86124731821064c9a4d3a42b P 1a9326c485eb421689b5f084be91fd3e: Bootstrap complete.
I20260608 12:40:11.529147  1482 ts_tablet_manager.cc:1403] T 51d4a9de86124731821064c9a4d3a42b P 1a9326c485eb421689b5f084be91fd3e: Time spent bootstrapping tablet: real 0.085s	user 0.024s	sys 0.020s
I20260608 12:40:11.533941  1482 raft_consensus.cc:359] T 51d4a9de86124731821064c9a4d3a42b P 1a9326c485eb421689b5f084be91fd3e [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } attrs { replace: true } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "1a9326c485eb421689b5f084be91fd3e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36661 } attrs { promote: true } }
I20260608 12:40:11.534901  1482 raft_consensus.cc:740] T 51d4a9de86124731821064c9a4d3a42b P 1a9326c485eb421689b5f084be91fd3e [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 1a9326c485eb421689b5f084be91fd3e, State: Initialized, Role: LEARNER
I20260608 12:40:11.535633  1482 consensus_queue.cc:260] T 51d4a9de86124731821064c9a4d3a42b P 1a9326c485eb421689b5f084be91fd3e [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: "83f9ab36381d4277ac4a8ca69a634ba2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41199 } } peers { permanent_uuid: "bfe54e75c6e34c52b0cbafce1a38094f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37673 } attrs { replace: true } } peers { permanent_uuid: "c5e3b31e409947d39f9546566458d1ee" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "1a9326c485eb421689b5f084be91fd3e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36661 } attrs { promote: true } }
I20260608 12:40:11.546137  1482 ts_tablet_manager.cc:1434] T 51d4a9de86124731821064c9a4d3a42b P 1a9326c485eb421689b5f084be91fd3e: Time spent starting tablet: real 0.017s	user 0.004s	sys 0.006s
I20260608 12:40:11.548844  1258 tablet_copy_service.cc:342] P c5e3b31e409947d39f9546566458d1ee: Request end of tablet copy session 1a9326c485eb421689b5f084be91fd3e-51d4a9de86124731821064c9a4d3a42b received from {username='slave'} at 127.0.0.1:41944
I20260608 12:40:11.549378  1258 tablet_copy_service.cc:434] P c5e3b31e409947d39f9546566458d1ee: ending tablet copy session 1a9326c485eb421689b5f084be91fd3e-51d4a9de86124731821064c9a4d3a42b on tablet 51d4a9de86124731821064c9a4d3a42b with peer 1a9326c485eb421689b5f084be91fd3e
W20260608 12:40:11.555337  1140 consensus_peers.cc:597] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f -> Peer 83f9ab36381d4277ac4a8ca69a634ba2 (127.0.107.193:41199): Couldn't send request to peer 83f9ab36381d4277ac4a8ca69a634ba2. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41199: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:40:11.559420  1140 consensus_peers.cc:597] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f -> Peer 83f9ab36381d4277ac4a8ca69a634ba2 (127.0.107.193:41199): Couldn't send request to peer 83f9ab36381d4277ac4a8ca69a634ba2. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41199: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:40:11.559998  1140 consensus_peers.cc:597] T 5413fe55abc140fc83edd6a3fcd6292c P bfe54e75c6e34c52b0cbafce1a38094f -> Peer 83f9ab36381d4277ac4a8ca69a634ba2 (127.0.107.193:41199): Couldn't send request to peer 83f9ab36381d4277ac4a8ca69a634ba2. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41199: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:11.562381   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:11.563313   431 tablet_replica.cc:333] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f: stopping tablet replica
I20260608 12:40:11.564025   431 raft_consensus.cc:2243] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:11.565037   431 raft_consensus.cc:2272] T 633cbdee7a0b404c8c0aa504c2ad3708 P bfe54e75c6e34c52b0cbafce1a38094f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:11.568178   431 tablet_replica.cc:333] T ba4ce4c13bf14fc4ad695ed0014e5be7 P bfe54e75c6e34c52b0cbafce1a38094f: stopping tablet replica
I20260608 12:40:11.568890   431 raft_consensus.cc:2243] T ba4ce4c13bf14fc4ad695ed0014e5be7 P bfe54e75c6e34c52b0cbafce1a38094f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:11.569383   431 raft_consensus.cc:2272] T ba4ce4c13bf14fc4ad695ed0014e5be7 P bfe54e75c6e34c52b0cbafce1a38094f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:11.571527   431 tablet_replica.cc:333] T 51d4a9de86124731821064c9a4d3a42b P bfe54e75c6e34c52b0cbafce1a38094f: stopping tablet replica
I20260608 12:40:11.572093   431 raft_consensus.cc:2243] T 51d4a9de86124731821064c9a4d3a42b P bfe54e75c6e34c52b0cbafce1a38094f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:11.572577   431 raft_consensus.cc:2272] T 51d4a9de86124731821064c9a4d3a42b P bfe54e75c6e34c52b0cbafce1a38094f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:11.575091   431 tablet_replica.cc:333] T 6ca9edd7d79c4443956a51824e83d5ea P bfe54e75c6e34c52b0cbafce1a38094f: stopping tablet replica
I20260608 12:40:11.575906   431 raft_consensus.cc:2243] T 6ca9edd7d79c4443956a51824e83d5ea P bfe54e75c6e34c52b0cbafce1a38094f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:11.576412   431 raft_consensus.cc:2272] T 6ca9edd7d79c4443956a51824e83d5ea P bfe54e75c6e34c52b0cbafce1a38094f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:11.580063   431 tablet_replica.cc:333] T 51cea560dd7f4b6daf0b1d376f713598 P bfe54e75c6e34c52b0cbafce1a38094f: stopping tablet replica
W20260608 12:40:11.580428  1214 consensus_peers.cc:597] T ba4ce4c13bf14fc4ad695ed0014e5be7 P c5e3b31e409947d39f9546566458d1ee -> Peer 83f9ab36381d4277ac4a8ca69a634ba2 (127.0.107.193:41199): Couldn't send request to peer 83f9ab36381d4277ac4a8ca69a634ba2. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41199: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:11.580801   431 raft_consensus.cc:2243] T 51cea560dd7f4b6daf0b1d376f713598 P bfe54e75c6e34c52b0cbafce1a38094f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:11.581352   431 raft_consensus.cc:2272] T 51cea560dd7f4b6daf0b1d376f713598 P bfe54e75c6e34c52b0cbafce1a38094f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:11.583429   431 tablet_replica.cc:333] T 17ea6138f0cf469d99775cf67e5ba151 P bfe54e75c6e34c52b0cbafce1a38094f: stopping tablet replica
I20260608 12:40:11.583993   431 raft_consensus.cc:2243] T 17ea6138f0cf469d99775cf67e5ba151 P bfe54e75c6e34c52b0cbafce1a38094f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:11.584342   431 raft_consensus.cc:2272] T 17ea6138f0cf469d99775cf67e5ba151 P bfe54e75c6e34c52b0cbafce1a38094f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:11.586404   431 tablet_replica.cc:333] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f: stopping tablet replica
I20260608 12:40:11.586947   431 raft_consensus.cc:2243] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:11.587790   431 raft_consensus.cc:2272] T 98df7c6309b0439f812270683145f4ee P bfe54e75c6e34c52b0cbafce1a38094f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:11.590734   431 tablet_replica.cc:333] T 5413fe55abc140fc83edd6a3fcd6292c P bfe54e75c6e34c52b0cbafce1a38094f: stopping tablet replica
I20260608 12:40:11.591372   431 raft_consensus.cc:2243] T 5413fe55abc140fc83edd6a3fcd6292c P bfe54e75c6e34c52b0cbafce1a38094f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:11.592320   431 raft_consensus.cc:2272] T 5413fe55abc140fc83edd6a3fcd6292c P bfe54e75c6e34c52b0cbafce1a38094f [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:40:11.620133  1371 connection.cc:466] server connection from 127.0.0.1:55862 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:55862 (request call id 3) could send its response
I20260608 12:40:11.628273   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
W20260608 12:40:11.645285  1213 consensus_peers.cc:597] T 17ea6138f0cf469d99775cf67e5ba151 P c5e3b31e409947d39f9546566458d1ee -> Peer bfe54e75c6e34c52b0cbafce1a38094f (127.0.107.194:37673): Couldn't send request to peer bfe54e75c6e34c52b0cbafce1a38094f. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:37673: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:11.650584   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:40:11.681761   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:11.682682   431 tablet_replica.cc:333] T 633cbdee7a0b404c8c0aa504c2ad3708 P c5e3b31e409947d39f9546566458d1ee: stopping tablet replica
I20260608 12:40:11.683323   431 raft_consensus.cc:2243] T 633cbdee7a0b404c8c0aa504c2ad3708 P c5e3b31e409947d39f9546566458d1ee [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:11.683911   431 raft_consensus.cc:2272] T 633cbdee7a0b404c8c0aa504c2ad3708 P c5e3b31e409947d39f9546566458d1ee [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:11.686524   431 tablet_replica.cc:333] T 98df7c6309b0439f812270683145f4ee P c5e3b31e409947d39f9546566458d1ee: stopping tablet replica
I20260608 12:40:11.687078   431 raft_consensus.cc:2243] T 98df7c6309b0439f812270683145f4ee P c5e3b31e409947d39f9546566458d1ee [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:11.687547   431 raft_consensus.cc:2272] T 98df7c6309b0439f812270683145f4ee P c5e3b31e409947d39f9546566458d1ee [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:11.689966   431 tablet_replica.cc:333] T 5413fe55abc140fc83edd6a3fcd6292c P c5e3b31e409947d39f9546566458d1ee: stopping tablet replica
I20260608 12:40:11.690510   431 raft_consensus.cc:2243] T 5413fe55abc140fc83edd6a3fcd6292c P c5e3b31e409947d39f9546566458d1ee [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:11.690987   431 raft_consensus.cc:2272] T 5413fe55abc140fc83edd6a3fcd6292c P c5e3b31e409947d39f9546566458d1ee [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:11.692914   431 tablet_replica.cc:333] T ba4ce4c13bf14fc4ad695ed0014e5be7 P c5e3b31e409947d39f9546566458d1ee: stopping tablet replica
I20260608 12:40:11.693466   431 raft_consensus.cc:2243] T ba4ce4c13bf14fc4ad695ed0014e5be7 P c5e3b31e409947d39f9546566458d1ee [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:11.694329   431 raft_consensus.cc:2272] T ba4ce4c13bf14fc4ad695ed0014e5be7 P c5e3b31e409947d39f9546566458d1ee [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:11.696323   431 tablet_replica.cc:333] T 17ea6138f0cf469d99775cf67e5ba151 P c5e3b31e409947d39f9546566458d1ee: stopping tablet replica
I20260608 12:40:11.696880   431 raft_consensus.cc:2243] T 17ea6138f0cf469d99775cf67e5ba151 P c5e3b31e409947d39f9546566458d1ee [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:11.697651   431 raft_consensus.cc:2272] T 17ea6138f0cf469d99775cf67e5ba151 P c5e3b31e409947d39f9546566458d1ee [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:11.699642   431 tablet_replica.cc:333] T 6ca9edd7d79c4443956a51824e83d5ea P c5e3b31e409947d39f9546566458d1ee: stopping tablet replica
I20260608 12:40:11.700197   431 raft_consensus.cc:2243] T 6ca9edd7d79c4443956a51824e83d5ea P c5e3b31e409947d39f9546566458d1ee [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:11.700668   431 raft_consensus.cc:2272] T 6ca9edd7d79c4443956a51824e83d5ea P c5e3b31e409947d39f9546566458d1ee [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:11.703042   431 tablet_replica.cc:333] T 51cea560dd7f4b6daf0b1d376f713598 P c5e3b31e409947d39f9546566458d1ee: stopping tablet replica
I20260608 12:40:11.703578   431 raft_consensus.cc:2243] T 51cea560dd7f4b6daf0b1d376f713598 P c5e3b31e409947d39f9546566458d1ee [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:11.704057   431 raft_consensus.cc:2272] T 51cea560dd7f4b6daf0b1d376f713598 P c5e3b31e409947d39f9546566458d1ee [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:11.705989   431 tablet_replica.cc:333] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee: stopping tablet replica
I20260608 12:40:11.706445   431 raft_consensus.cc:2243] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:11.707340   431 raft_consensus.cc:2272] T 51d4a9de86124731821064c9a4d3a42b P c5e3b31e409947d39f9546566458d1ee [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:11.728648   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
W20260608 12:40:11.730937  1479 tablet_copy_client.cc:1131] T 633cbdee7a0b404c8c0aa504c2ad3708 P 1a9326c485eb421689b5f084be91fd3e: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.107.194:37673: connect: Connection refused (error 111)
I20260608 12:40:11.749186   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:40:11.780121   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:11.782593   431 tablet_replica.cc:333] T 51d4a9de86124731821064c9a4d3a42b P 1a9326c485eb421689b5f084be91fd3e: stopping tablet replica
I20260608 12:40:11.783200   431 raft_consensus.cc:2243] T 51d4a9de86124731821064c9a4d3a42b P 1a9326c485eb421689b5f084be91fd3e [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:40:11.783634   431 raft_consensus.cc:2272] T 51d4a9de86124731821064c9a4d3a42b P 1a9326c485eb421689b5f084be91fd3e [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:40:11.785730   431 tablet_replica.cc:333] T 633cbdee7a0b404c8c0aa504c2ad3708 P 1a9326c485eb421689b5f084be91fd3e: stopping tablet replica
I20260608 12:40:11.786381   431 raft_consensus.cc:2243] T 633cbdee7a0b404c8c0aa504c2ad3708 P 1a9326c485eb421689b5f084be91fd3e [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:40:11.786782   431 raft_consensus.cc:2272] T 633cbdee7a0b404c8c0aa504c2ad3708 P 1a9326c485eb421689b5f084be91fd3e [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:40:11.807328   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:40:11.820015   431 master.cc:562] Master@127.0.107.254:46701 shutting down...
W20260608 12:40:11.846912  1045 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:40:11.847167  1045 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:40:11.847414  1045 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:40:11.848564   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P e9e417cfeb644750921dff9745ae32ee [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:11.849073   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P e9e417cfeb644750921dff9745ae32ee [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:11.849409   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P e9e417cfeb644750921dff9745ae32ee: stopping tablet replica
I20260608 12:40:11.870731   431 master.cc:584] Master@127.0.107.254:46701 shutdown complete.
[       OK ] AutoRebalancerTest.AutoRebalancingTurnOffAndOn (9264 ms)
[ RUN      ] AutoRebalancerTest.NextLeaderResumesAutoRebalancing
I20260608 12:40:11.911974   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:44663,127.0.107.253:39091,127.0.107.252:42209
I20260608 12:40:11.913496   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:11.919560  1493 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:11.919545  1492 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:11.920661  1495 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:11.923211   431 server_base.cc:1061] running on GCE node
I20260608 12:40:11.924171   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:11.924356   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:11.924535   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922411924521 us; error 0 us; skew 500 ppm
I20260608 12:40:11.925169   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:11.927959   431 webserver.cc:533] Webserver started at http://127.0.107.254:42279/ using document root <none> and password file <none>
I20260608 12:40:11.928516   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:11.928685   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:11.929015   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:11.930299   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922397207313-431-0/minicluster-data/master-0-root/instance:
uuid: "11a2bafe7d684bcf847a6f9611dbc7ba"
format_stamp: "Formatted at 2026-06-08 12:40:11 on dist-test-slave-1zds"
I20260608 12:40:11.935318   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:40:11.939093  1500 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:11.940075   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 12:40:11.940330   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922397207313-431-0/minicluster-data/master-0-root
uuid: "11a2bafe7d684bcf847a6f9611dbc7ba"
format_stamp: "Formatted at 2026-06-08 12:40:11 on dist-test-slave-1zds"
I20260608 12:40:11.940584   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922397207313-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922397207313-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922397207313-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:11.969075   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:11.970793   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:12.016031   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:44663
I20260608 12:40:12.016150  1551 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:44663 every 8 connection(s)
I20260608 12:40:12.020279   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:40:12.020635  1552 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
W20260608 12:40:12.026015  1554 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:12.028461  1555 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:12.028366  1552 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44663 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:40:12.029381   431 server_base.cc:1061] running on GCE node
W20260608 12:40:12.030690  1557 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:12.031889   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:12.032323   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:12.032609   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922412032590 us; error 0 us; skew 500 ppm
I20260608 12:40:12.033558   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:12.037421   431 webserver.cc:533] Webserver started at http://127.0.107.253:36589/ using document root <none> and password file <none>
I20260608 12:40:12.038232   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:12.038508   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:12.038874   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:12.040472   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922397207313-431-0/minicluster-data/master-1-root/instance:
uuid: "2ffa013c7e914afb8ef00030acba60ec"
format_stamp: "Formatted at 2026-06-08 12:40:12 on dist-test-slave-1zds"
I20260608 12:40:12.044260  1552 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39091 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:40:12.047115   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.001s	sys 0.007s
W20260608 12:40:12.051398  1552 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:39091: Network error: Client connection negotiation failed: client connection to 127.0.107.253:39091: connect: Connection refused (error 111)
I20260608 12:40:12.051426  1565 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:12.052501   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 12:40:12.052801   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922397207313-431-0/minicluster-data/master-1-root
uuid: "2ffa013c7e914afb8ef00030acba60ec"
format_stamp: "Formatted at 2026-06-08 12:40:12 on dist-test-slave-1zds"
I20260608 12:40:12.053056   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922397207313-431-0/minicluster-data/master-1-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922397207313-431-0/minicluster-data/master-1-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922397207313-431-0/minicluster-data/master-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:12.073933  1552 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39091 } attempt: 1
I20260608 12:40:12.075362   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:12.076944   431 kserver.cc:163] Server-wide thread pool size limit: 3276
W20260608 12:40:12.079434  1552 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:39091: Network error: Client connection negotiation failed: client connection to 127.0.107.253:39091: connect: Connection refused (error 111)
I20260608 12:40:12.117461   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.253:39091
I20260608 12:40:12.117651  1616 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.253:39091 every 8 connection(s)
I20260608 12:40:12.121559   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:40:12.122044  1617 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
W20260608 12:40:12.127765  1619 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:12.130144  1552 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39091 } attempt: 2
I20260608 12:40:12.129750  1617 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44663 } has no permanent_uuid. Determining permanent_uuid...
W20260608 12:40:12.130533  1622 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:12.130337  1620 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:12.140712   431 server_base.cc:1061] running on GCE node
I20260608 12:40:12.141928   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:12.142190   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:12.142416   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922412142395 us; error 0 us; skew 500 ppm
I20260608 12:40:12.143352   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:12.148187   431 webserver.cc:533] Webserver started at http://127.0.107.252:43301/ using document root <none> and password file <none>
I20260608 12:40:12.149065   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:12.149367   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:12.149703   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:12.151262   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922397207313-431-0/minicluster-data/master-2-root/instance:
uuid: "7c917031e0f949c39e13353f7de8bfa7"
format_stamp: "Formatted at 2026-06-08 12:40:12 on dist-test-slave-1zds"
I20260608 12:40:12.151528  1617 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39091 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:40:12.153353  1552 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:40:12.157860   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.002s	sys 0.003s
W20260608 12:40:12.159667  1552 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:42209: Network error: Client connection negotiation failed: client connection to 127.0.107.252:42209: connect: Connection refused (error 111)
I20260608 12:40:12.162400  1629 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:12.163432   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:40:12.163836   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922397207313-431-0/minicluster-data/master-2-root
uuid: "7c917031e0f949c39e13353f7de8bfa7"
format_stamp: "Formatted at 2026-06-08 12:40:12 on dist-test-slave-1zds"
I20260608 12:40:12.164182   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922397207313-431-0/minicluster-data/master-2-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922397207313-431-0/minicluster-data/master-2-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922397207313-431-0/minicluster-data/master-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:12.164960  1617 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } has no permanent_uuid. Determining permanent_uuid...
W20260608 12:40:12.172320  1617 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:42209: Network error: Client connection negotiation failed: client connection to 127.0.107.252:42209: connect: Connection refused (error 111)
I20260608 12:40:12.189975  1617 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } attempt: 1
W20260608 12:40:12.195390  1617 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:42209: Network error: Client connection negotiation failed: client connection to 127.0.107.252:42209: connect: Connection refused (error 111)
I20260608 12:40:12.211509   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:12.212864   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:12.222193  1552 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } attempt: 1
W20260608 12:40:12.228581  1552 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:42209: Network error: Client connection negotiation failed: client connection to 127.0.107.252:42209: connect: Connection refused (error 111)
I20260608 12:40:12.246945  1617 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } attempt: 2
W20260608 12:40:12.253737  1617 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:42209: Network error: Client connection negotiation failed: client connection to 127.0.107.252:42209: connect: Connection refused (error 111)
I20260608 12:40:12.258185   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.252:42209
I20260608 12:40:12.258304  1681 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.252:42209 every 8 connection(s)
I20260608 12:40:12.261418   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:40:12.262275  1682 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:12.268985  1682 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44663 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:40:12.272145  1552 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } attempt: 2
I20260608 12:40:12.283984  1682 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39091 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:40:12.292865  1552 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba: Bootstrap starting.
I20260608 12:40:12.295152  1682 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:40:12.299353  1552 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:12.304451  1552 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba: No bootstrap required, opened a new log
I20260608 12:40:12.307224  1552 raft_consensus.cc:359] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11a2bafe7d684bcf847a6f9611dbc7ba" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44663 } } peers { permanent_uuid: "2ffa013c7e914afb8ef00030acba60ec" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39091 } } peers { permanent_uuid: "7c917031e0f949c39e13353f7de8bfa7" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } }
I20260608 12:40:12.307812  1552 raft_consensus.cc:385] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:12.308063  1552 raft_consensus.cc:740] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 11a2bafe7d684bcf847a6f9611dbc7ba, State: Initialized, Role: FOLLOWER
I20260608 12:40:12.308650  1552 consensus_queue.cc:260] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11a2bafe7d684bcf847a6f9611dbc7ba" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44663 } } peers { permanent_uuid: "2ffa013c7e914afb8ef00030acba60ec" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39091 } } peers { permanent_uuid: "7c917031e0f949c39e13353f7de8bfa7" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } }
I20260608 12:40:12.310683  1687 sys_catalog.cc:455] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba [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: "11a2bafe7d684bcf847a6f9611dbc7ba" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44663 } } peers { permanent_uuid: "2ffa013c7e914afb8ef00030acba60ec" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39091 } } peers { permanent_uuid: "7c917031e0f949c39e13353f7de8bfa7" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } } }
I20260608 12:40:12.311437  1687 sys_catalog.cc:458] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:40:12.312273  1552 sys_catalog.cc:565] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:40:12.312873  1682 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7: Bootstrap starting.
I20260608 12:40:12.319309  1682 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:12.320395  1617 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } attempt: 3
I20260608 12:40:12.326685  1682 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7: No bootstrap required, opened a new log
I20260608 12:40:12.327556   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 1
I20260608 12:40:12.330648  1682 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11a2bafe7d684bcf847a6f9611dbc7ba" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44663 } } peers { permanent_uuid: "2ffa013c7e914afb8ef00030acba60ec" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39091 } } peers { permanent_uuid: "7c917031e0f949c39e13353f7de8bfa7" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } }
I20260608 12:40:12.331480  1682 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:12.331828  1682 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7c917031e0f949c39e13353f7de8bfa7, State: Initialized, Role: FOLLOWER
W20260608 12:40:12.332376  1699 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:40:12.332765  1699 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260608 12:40:12.332717  1682 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11a2bafe7d684bcf847a6f9611dbc7ba" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44663 } } peers { permanent_uuid: "2ffa013c7e914afb8ef00030acba60ec" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39091 } } peers { permanent_uuid: "7c917031e0f949c39e13353f7de8bfa7" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } }
I20260608 12:40:12.335573  1700 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [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: "11a2bafe7d684bcf847a6f9611dbc7ba" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44663 } } peers { permanent_uuid: "2ffa013c7e914afb8ef00030acba60ec" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39091 } } peers { permanent_uuid: "7c917031e0f949c39e13353f7de8bfa7" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } } }
I20260608 12:40:12.336180  1700 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:40:12.337147  1682 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:40:12.343153  1617 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec: Bootstrap starting.
I20260608 12:40:12.353193  1617 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:12.359201  1617 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec: No bootstrap required, opened a new log
W20260608 12:40:12.359277  1711 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:40:12.359699  1711 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260608 12:40:12.363404  1617 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11a2bafe7d684bcf847a6f9611dbc7ba" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44663 } } peers { permanent_uuid: "2ffa013c7e914afb8ef00030acba60ec" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39091 } } peers { permanent_uuid: "7c917031e0f949c39e13353f7de8bfa7" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } }
I20260608 12:40:12.364321  1617 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:12.364703  1617 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2ffa013c7e914afb8ef00030acba60ec, State: Initialized, Role: FOLLOWER
I20260608 12:40:12.365690  1617 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11a2bafe7d684bcf847a6f9611dbc7ba" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44663 } } peers { permanent_uuid: "2ffa013c7e914afb8ef00030acba60ec" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39091 } } peers { permanent_uuid: "7c917031e0f949c39e13353f7de8bfa7" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } }
I20260608 12:40:12.368345  1713 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec [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: "11a2bafe7d684bcf847a6f9611dbc7ba" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44663 } } peers { permanent_uuid: "2ffa013c7e914afb8ef00030acba60ec" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39091 } } peers { permanent_uuid: "7c917031e0f949c39e13353f7de8bfa7" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } } }
I20260608 12:40:12.369217  1713 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:40:12.370200  1617 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:40:12.384891   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 2
I20260608 12:40:12.387502   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:12.389987  1724 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:40:12.390419  1724 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260608 12:40:12.397365  1725 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:12.399914  1728 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:12.402266  1726 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:12.403757   431 server_base.cc:1061] running on GCE node
I20260608 12:40:12.405077   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:12.405400   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:12.405651   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922412405629 us; error 0 us; skew 500 ppm
I20260608 12:40:12.406699   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:12.409772   431 webserver.cc:533] Webserver started at http://127.0.107.193:34889/ using document root <none> and password file <none>
I20260608 12:40:12.410351   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:12.410516   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:12.410737   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:12.411896   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922397207313-431-0/minicluster-data/ts-0-root/instance:
uuid: "9cd6607ac205402baae4c65663644e37"
format_stamp: "Formatted at 2026-06-08 12:40:12 on dist-test-slave-1zds"
I20260608 12:40:12.416934   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:40:12.421034  1733 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:12.421970   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:40:12.422325   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922397207313-431-0/minicluster-data/ts-0-root
uuid: "9cd6607ac205402baae4c65663644e37"
format_stamp: "Formatted at 2026-06-08 12:40:12 on dist-test-slave-1zds"
I20260608 12:40:12.422603   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922397207313-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922397207313-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922397207313-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:12.453131  1713 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:12.453723  1713 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11a2bafe7d684bcf847a6f9611dbc7ba" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44663 } } peers { permanent_uuid: "2ffa013c7e914afb8ef00030acba60ec" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39091 } } peers { permanent_uuid: "7c917031e0f949c39e13353f7de8bfa7" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } }
I20260608 12:40:12.456595  1713 leader_election.cc:290] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 11a2bafe7d684bcf847a6f9611dbc7ba (127.0.107.254:44663), 7c917031e0f949c39e13353f7de8bfa7 (127.0.107.252:42209)
I20260608 12:40:12.456979  1527 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2ffa013c7e914afb8ef00030acba60ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "11a2bafe7d684bcf847a6f9611dbc7ba" is_pre_election: true
I20260608 12:40:12.457377  1657 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2ffa013c7e914afb8ef00030acba60ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7c917031e0f949c39e13353f7de8bfa7" is_pre_election: true
I20260608 12:40:12.457846  1527 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2ffa013c7e914afb8ef00030acba60ec in term 0.
I20260608 12:40:12.458037  1657 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2ffa013c7e914afb8ef00030acba60ec in term 0.
I20260608 12:40:12.458282   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:12.459236  1568 leader_election.cc:304] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 11a2bafe7d684bcf847a6f9611dbc7ba, 2ffa013c7e914afb8ef00030acba60ec; no voters: 
I20260608 12:40:12.460167  1713 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:12.460600   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:12.460561  1713 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:12.461071  1713 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:12.462599   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:12.466264   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:12.466572   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:12.466897   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:12.467123   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:12.468902  1713 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11a2bafe7d684bcf847a6f9611dbc7ba" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44663 } } peers { permanent_uuid: "2ffa013c7e914afb8ef00030acba60ec" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39091 } } peers { permanent_uuid: "7c917031e0f949c39e13353f7de8bfa7" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } }
I20260608 12:40:12.471848  1713 leader_election.cc:290] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec [CANDIDATE]: Term 1 election: Requested vote from peers 11a2bafe7d684bcf847a6f9611dbc7ba (127.0.107.254:44663), 7c917031e0f949c39e13353f7de8bfa7 (127.0.107.252:42209)
I20260608 12:40:12.472337  1527 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2ffa013c7e914afb8ef00030acba60ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "11a2bafe7d684bcf847a6f9611dbc7ba"
I20260608 12:40:12.472496  1657 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2ffa013c7e914afb8ef00030acba60ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7c917031e0f949c39e13353f7de8bfa7"
I20260608 12:40:12.472949  1527 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:12.473074  1657 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:12.481253  1657 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2ffa013c7e914afb8ef00030acba60ec in term 1.
I20260608 12:40:12.481253  1527 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2ffa013c7e914afb8ef00030acba60ec in term 1.
I20260608 12:40:12.483075  1569 leader_election.cc:304] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec [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: 2ffa013c7e914afb8ef00030acba60ec, 7c917031e0f949c39e13353f7de8bfa7; no voters: 
I20260608 12:40:12.484601  1713 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:12.486411  1713 raft_consensus.cc:697] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec [term 1 LEADER]: Becoming Leader. State: Replica: 2ffa013c7e914afb8ef00030acba60ec, State: Running, Role: LEADER
I20260608 12:40:12.487572  1713 consensus_queue.cc:237] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11a2bafe7d684bcf847a6f9611dbc7ba" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44663 } } peers { permanent_uuid: "2ffa013c7e914afb8ef00030acba60ec" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39091 } } peers { permanent_uuid: "7c917031e0f949c39e13353f7de8bfa7" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } }
I20260608 12:40:12.495791  1749 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2ffa013c7e914afb8ef00030acba60ec. Latest consensus state: current_term: 1 leader_uuid: "2ffa013c7e914afb8ef00030acba60ec" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11a2bafe7d684bcf847a6f9611dbc7ba" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44663 } } peers { permanent_uuid: "2ffa013c7e914afb8ef00030acba60ec" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39091 } } peers { permanent_uuid: "7c917031e0f949c39e13353f7de8bfa7" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } } }
I20260608 12:40:12.496441  1749 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:12.498476  1760 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:40:12.504616  1760 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:40:12.517705  1657 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [term 1 FOLLOWER]: Refusing update from remote peer 2ffa013c7e914afb8ef00030acba60ec: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:40:12.518595  1527 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba [term 1 FOLLOWER]: Refusing update from remote peer 2ffa013c7e914afb8ef00030acba60ec: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:40:12.519829  1749 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "7c917031e0f949c39e13353f7de8bfa7" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:12.520545  1713 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "11a2bafe7d684bcf847a6f9611dbc7ba" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44663 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:12.532970  1687 sys_catalog.cc:455] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2ffa013c7e914afb8ef00030acba60ec. Latest consensus state: current_term: 1 leader_uuid: "2ffa013c7e914afb8ef00030acba60ec" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11a2bafe7d684bcf847a6f9611dbc7ba" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44663 } } peers { permanent_uuid: "2ffa013c7e914afb8ef00030acba60ec" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39091 } } peers { permanent_uuid: "7c917031e0f949c39e13353f7de8bfa7" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } } }
I20260608 12:40:12.534179  1687 sys_catalog.cc:458] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:40:12.537840  1700 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2ffa013c7e914afb8ef00030acba60ec. Latest consensus state: current_term: 1 leader_uuid: "2ffa013c7e914afb8ef00030acba60ec" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11a2bafe7d684bcf847a6f9611dbc7ba" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44663 } } peers { permanent_uuid: "2ffa013c7e914afb8ef00030acba60ec" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39091 } } peers { permanent_uuid: "7c917031e0f949c39e13353f7de8bfa7" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } } }
I20260608 12:40:12.538749  1700 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:40:12.549860  1760 catalog_manager.cc:1382] Generated new cluster ID: 5862a03ff05c4f27a2b764bd5a5c077e
I20260608 12:40:12.550366  1760 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:40:12.550933  1787 mvcc.cc:204] Tried to move back new op lower bound from 7294658201654255616 to 7294658201563041792. Current Snapshot: MvccSnapshot[applied={T|T < 7294658201654255616}]
I20260608 12:40:12.551378  1713 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "2ffa013c7e914afb8ef00030acba60ec" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11a2bafe7d684bcf847a6f9611dbc7ba" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44663 } } peers { permanent_uuid: "2ffa013c7e914afb8ef00030acba60ec" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39091 } } peers { permanent_uuid: "7c917031e0f949c39e13353f7de8bfa7" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } } }
I20260608 12:40:12.552259  1713 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:12.553220  1713 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "2ffa013c7e914afb8ef00030acba60ec" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11a2bafe7d684bcf847a6f9611dbc7ba" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44663 } } peers { permanent_uuid: "2ffa013c7e914afb8ef00030acba60ec" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39091 } } peers { permanent_uuid: "7c917031e0f949c39e13353f7de8bfa7" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } } }
I20260608 12:40:12.554010  1713 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:12.559314  1687 sys_catalog.cc:455] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "2ffa013c7e914afb8ef00030acba60ec" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11a2bafe7d684bcf847a6f9611dbc7ba" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44663 } } peers { permanent_uuid: "2ffa013c7e914afb8ef00030acba60ec" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39091 } } peers { permanent_uuid: "7c917031e0f949c39e13353f7de8bfa7" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } } }
I20260608 12:40:12.560292  1687 sys_catalog.cc:458] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:40:12.563776  1700 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "2ffa013c7e914afb8ef00030acba60ec" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11a2bafe7d684bcf847a6f9611dbc7ba" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44663 } } peers { permanent_uuid: "2ffa013c7e914afb8ef00030acba60ec" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39091 } } peers { permanent_uuid: "7c917031e0f949c39e13353f7de8bfa7" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } } }
I20260608 12:40:12.564661  1700 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:40:12.569010   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:46637
I20260608 12:40:12.569231  1806 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:46637 every 8 connection(s)
I20260608 12:40:12.585662   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:40:12.617759  1809 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44663
I20260608 12:40:12.618240  1809 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:12.618772  1760 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:40:12.619225  1809 heartbeater.cc:507] Master 127.0.107.254:44663 requested a full tablet report, sending...
I20260608 12:40:12.620720  1760 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:40:12.621351  1808 heartbeater.cc:344] Connected to a master server at 127.0.107.253:39091
I20260608 12:40:12.621753  1808 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:12.622728  1808 heartbeater.cc:507] Master 127.0.107.253:39091 requested a full tablet report, sending...
I20260608 12:40:12.623085  1517 ts_manager.cc:194] Registered new tserver with Master: 9cd6607ac205402baae4c65663644e37 (127.0.107.193:46637)
I20260608 12:40:12.625756  1582 ts_manager.cc:194] Registered new tserver with Master: 9cd6607ac205402baae4c65663644e37 (127.0.107.193:46637)
I20260608 12:40:12.626566  1807 heartbeater.cc:344] Connected to a master server at 127.0.107.252:42209
I20260608 12:40:12.627179  1807 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:12.628334  1807 heartbeater.cc:507] Master 127.0.107.252:42209 requested a full tablet report, sending...
W20260608 12:40:12.630663  1814 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:12.632077  1647 ts_manager.cc:194] Registered new tserver with Master: 9cd6607ac205402baae4c65663644e37 (127.0.107.193:46637)
W20260608 12:40:12.635370  1815 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:12.638595   431 server_base.cc:1061] running on GCE node
W20260608 12:40:12.639060  1817 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:12.640115   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:12.640390   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:12.640614   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922412640597 us; error 0 us; skew 500 ppm
I20260608 12:40:12.641373   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:12.644451   431 webserver.cc:533] Webserver started at http://127.0.107.194:33701/ using document root <none> and password file <none>
I20260608 12:40:12.645151   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:12.645426   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:12.645746   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:12.647368   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922397207313-431-0/minicluster-data/ts-1-root/instance:
uuid: "6a815836802041a6ad3c5eb3ff21f7b2"
format_stamp: "Formatted at 2026-06-08 12:40:12 on dist-test-slave-1zds"
I20260608 12:40:12.655803  1760 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec: Generated new TSK 0
I20260608 12:40:12.656668  1760 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:40:12.661686   431 fs_manager.cc:696] Time spent creating directory manager: real 0.014s	user 0.009s	sys 0.005s
I20260608 12:40:12.665726  1822 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:12.666896   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:40:12.667193   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922397207313-431-0/minicluster-data/ts-1-root
uuid: "6a815836802041a6ad3c5eb3ff21f7b2"
format_stamp: "Formatted at 2026-06-08 12:40:12 on dist-test-slave-1zds"
I20260608 12:40:12.667466   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922397207313-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922397207313-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922397207313-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:12.686995   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:12.688238   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:12.689692   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:12.692196   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:12.692407   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:12.692703   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:12.692847   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:12.735112   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:37781
I20260608 12:40:12.735291  1884 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:37781 every 8 connection(s)
I20260608 12:40:12.743695   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:40:12.770449  1885 heartbeater.cc:344] Connected to a master server at 127.0.107.252:42209
I20260608 12:40:12.771035  1885 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:12.778178  1885 heartbeater.cc:507] Master 127.0.107.252:42209 requested a full tablet report, sending...
I20260608 12:40:12.779997  1887 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44663
W20260608 12:40:12.780236  1892 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:12.780627  1887 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:12.781543  1647 ts_manager.cc:194] Registered new tserver with Master: 6a815836802041a6ad3c5eb3ff21f7b2 (127.0.107.194:37781)
I20260608 12:40:12.781960  1887 heartbeater.cc:507] Master 127.0.107.254:44663 requested a full tablet report, sending...
I20260608 12:40:12.786177  1517 ts_manager.cc:194] Registered new tserver with Master: 6a815836802041a6ad3c5eb3ff21f7b2 (127.0.107.194:37781)
W20260608 12:40:12.787840  1893 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:12.788704  1895 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:12.790666   431 server_base.cc:1061] running on GCE node
I20260608 12:40:12.791980   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:12.792300   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:12.792553   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922412792533 us; error 0 us; skew 500 ppm
I20260608 12:40:12.793212  1886 heartbeater.cc:344] Connected to a master server at 127.0.107.253:39091
I20260608 12:40:12.793478   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:12.793607  1886 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:12.794653  1886 heartbeater.cc:507] Master 127.0.107.253:39091 requested a full tablet report, sending...
I20260608 12:40:12.986146   431 webserver.cc:533] Webserver started at http://127.0.107.195:38585/ using document root <none> and password file <none>
I20260608 12:40:12.986966   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:12.987243   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:12.987618   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:12.990063   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922397207313-431-0/minicluster-data/ts-2-root/instance:
uuid: "ead6a98bfa0e4dbf94a97c196cea3bde"
format_stamp: "Formatted at 2026-06-08 12:40:12 on dist-test-slave-1zds"
I20260608 12:40:12.997124   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.001s
I20260608 12:40:13.003685  1900 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:13.005775   431 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.001s
I20260608 12:40:13.006426   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922397207313-431-0/minicluster-data/ts-2-root
uuid: "ead6a98bfa0e4dbf94a97c196cea3bde"
format_stamp: "Formatted at 2026-06-08 12:40:12 on dist-test-slave-1zds"
I20260608 12:40:13.006960   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922397207313-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922397207313-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922397207313-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:13.044600   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:13.046479   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:13.048844   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:13.052296   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:13.052575   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:13.052893   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:13.053129   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:12.800912  1582 ts_manager.cc:194] Registered new tserver with Master: 6a815836802041a6ad3c5eb3ff21f7b2 (127.0.107.194:37781)
I20260608 12:40:13.071197  1582 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:44114
I20260608 12:40:13.109454   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:37329
I20260608 12:40:13.109642  1962 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:37329 every 8 connection(s)
I20260608 12:40:13.140416  1963 heartbeater.cc:344] Connected to a master server at 127.0.107.252:42209
I20260608 12:40:13.140957  1963 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:13.142016  1963 heartbeater.cc:507] Master 127.0.107.252:42209 requested a full tablet report, sending...
I20260608 12:40:13.144579  1965 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44663
I20260608 12:40:13.145049  1965 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:13.144996  1647 ts_manager.cc:194] Registered new tserver with Master: ead6a98bfa0e4dbf94a97c196cea3bde (127.0.107.195:37329)
I20260608 12:40:13.146334  1965 heartbeater.cc:507] Master 127.0.107.254:44663 requested a full tablet report, sending...
I20260608 12:40:13.146654  1964 heartbeater.cc:344] Connected to a master server at 127.0.107.253:39091
I20260608 12:40:13.147058  1964 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:13.147975  1964 heartbeater.cc:507] Master 127.0.107.253:39091 requested a full tablet report, sending...
I20260608 12:40:13.149348  1517 ts_manager.cc:194] Registered new tserver with Master: ead6a98bfa0e4dbf94a97c196cea3bde (127.0.107.195:37329)
I20260608 12:40:13.150599  1582 ts_manager.cc:194] Registered new tserver with Master: ead6a98bfa0e4dbf94a97c196cea3bde (127.0.107.195:37329)
I20260608 12:40:13.151022   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.027834757s
I20260608 12:40:13.152251  1582 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:44124
I20260608 12:40:13.336916  1699 catalog_manager.cc:1294] Loaded cluster ID: 5862a03ff05c4f27a2b764bd5a5c077e
I20260608 12:40:13.337196  1699 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba: loading cluster ID for follower catalog manager: success
I20260608 12:40:13.341773  1699 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba: acquiring CA information for follower catalog manager: success
I20260608 12:40:13.345381  1699 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260608 12:40:13.363740  1711 catalog_manager.cc:1294] Loaded cluster ID: 5862a03ff05c4f27a2b764bd5a5c077e
I20260608 12:40:13.364037  1711 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7: loading cluster ID for follower catalog manager: success
I20260608 12:40:13.368587  1711 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7: acquiring CA information for follower catalog manager: success
I20260608 12:40:13.372188  1711 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260608 12:40:13.630918  1582 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:44104
W20260608 12:40:13.974444  1803 debug-util.cc:398] Leaking SignalData structure 0x7b080000e280 after lost signal to thread 434
W20260608 12:40:13.976444  1803 debug-util.cc:398] Leaking SignalData structure 0x7b08001c2b00 after lost signal to thread 1686
W20260608 12:40:13.977826  1803 debug-util.cc:398] Leaking SignalData structure 0x7b0800122e60 after lost signal to thread 1806
W20260608 12:40:13.978715  1803 debug-util.cc:398] Leaking SignalData structure 0x7b08001b9660 after lost signal to thread 1884
I20260608 12:40:14.077543  1886 heartbeater.cc:499] Master 127.0.107.253:39091 was elected leader, sending a full tablet report...
I20260608 12:40:14.155225  1964 heartbeater.cc:499] Master 127.0.107.253:39091 was elected leader, sending a full tablet report...
I20260608 12:40:14.384718  1723 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:14.516790  1582 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:53300:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 1
split_rows_range_bounds {
  rows: "\004\001\000\252\252\252*\004\001\000TUUU""\004\001\000\252\252\252*\004\001\000TUUU"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260608 12:40:14.633626  1808 heartbeater.cc:499] Master 127.0.107.253:39091 was elected leader, sending a full tablet report...
I20260608 12:40:14.638384  1764 tablet_service.cc:1511] Processing CreateTablet for tablet 457ba4c1961f440b99b0f5392ca87b0a (DEFAULT_TABLE table=test-workload [id=3a1a9a3166fd41d68622d4ba096eea96]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260608 12:40:14.639850  1764 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 457ba4c1961f440b99b0f5392ca87b0a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:14.661293  1928 tablet_service.cc:1511] Processing CreateTablet for tablet 17c26c3d6f934db4ab544afcc35db9a9 (DEFAULT_TABLE table=test-workload [id=3a1a9a3166fd41d68622d4ba096eea96]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260608 12:40:14.662995  1928 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 17c26c3d6f934db4ab544afcc35db9a9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:14.670786  1997 tablet_bootstrap.cc:492] T 457ba4c1961f440b99b0f5392ca87b0a P 9cd6607ac205402baae4c65663644e37: Bootstrap starting.
I20260608 12:40:14.675104  1850 tablet_service.cc:1511] Processing CreateTablet for tablet 62c9cd658477490bb24cb99b58a6e726 (DEFAULT_TABLE table=test-workload [id=3a1a9a3166fd41d68622d4ba096eea96]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260608 12:40:14.676801  1850 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 62c9cd658477490bb24cb99b58a6e726. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:14.684680  1997 tablet_bootstrap.cc:654] T 457ba4c1961f440b99b0f5392ca87b0a P 9cd6607ac205402baae4c65663644e37: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:14.695103  1998 tablet_bootstrap.cc:492] T 17c26c3d6f934db4ab544afcc35db9a9 P ead6a98bfa0e4dbf94a97c196cea3bde: Bootstrap starting.
I20260608 12:40:14.701879  1997 tablet_bootstrap.cc:492] T 457ba4c1961f440b99b0f5392ca87b0a P 9cd6607ac205402baae4c65663644e37: No bootstrap required, opened a new log
I20260608 12:40:14.702585  1997 ts_tablet_manager.cc:1403] T 457ba4c1961f440b99b0f5392ca87b0a P 9cd6607ac205402baae4c65663644e37: Time spent bootstrapping tablet: real 0.032s	user 0.016s	sys 0.000s
I20260608 12:40:14.702980  1998 tablet_bootstrap.cc:654] T 17c26c3d6f934db4ab544afcc35db9a9 P ead6a98bfa0e4dbf94a97c196cea3bde: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:14.703835  2000 tablet_bootstrap.cc:492] T 62c9cd658477490bb24cb99b58a6e726 P 6a815836802041a6ad3c5eb3ff21f7b2: Bootstrap starting.
I20260608 12:40:14.706311  1997 raft_consensus.cc:359] T 457ba4c1961f440b99b0f5392ca87b0a P 9cd6607ac205402baae4c65663644e37 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9cd6607ac205402baae4c65663644e37" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46637 } }
I20260608 12:40:14.707131  1997 raft_consensus.cc:385] T 457ba4c1961f440b99b0f5392ca87b0a P 9cd6607ac205402baae4c65663644e37 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:14.707509  1997 raft_consensus.cc:740] T 457ba4c1961f440b99b0f5392ca87b0a P 9cd6607ac205402baae4c65663644e37 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9cd6607ac205402baae4c65663644e37, State: Initialized, Role: FOLLOWER
I20260608 12:40:14.708590  1997 consensus_queue.cc:260] T 457ba4c1961f440b99b0f5392ca87b0a P 9cd6607ac205402baae4c65663644e37 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "9cd6607ac205402baae4c65663644e37" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46637 } }
I20260608 12:40:14.709407  1997 raft_consensus.cc:399] T 457ba4c1961f440b99b0f5392ca87b0a P 9cd6607ac205402baae4c65663644e37 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:40:14.709833  1997 raft_consensus.cc:493] T 457ba4c1961f440b99b0f5392ca87b0a P 9cd6607ac205402baae4c65663644e37 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:40:14.710265  1997 raft_consensus.cc:3060] T 457ba4c1961f440b99b0f5392ca87b0a P 9cd6607ac205402baae4c65663644e37 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:14.715440  1998 tablet_bootstrap.cc:492] T 17c26c3d6f934db4ab544afcc35db9a9 P ead6a98bfa0e4dbf94a97c196cea3bde: No bootstrap required, opened a new log
I20260608 12:40:14.716058  1998 ts_tablet_manager.cc:1403] T 17c26c3d6f934db4ab544afcc35db9a9 P ead6a98bfa0e4dbf94a97c196cea3bde: Time spent bootstrapping tablet: real 0.021s	user 0.013s	sys 0.006s
I20260608 12:40:14.717167  2000 tablet_bootstrap.cc:654] T 62c9cd658477490bb24cb99b58a6e726 P 6a815836802041a6ad3c5eb3ff21f7b2: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:14.717861  1997 raft_consensus.cc:515] T 457ba4c1961f440b99b0f5392ca87b0a P 9cd6607ac205402baae4c65663644e37 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9cd6607ac205402baae4c65663644e37" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46637 } }
I20260608 12:40:14.718837  1997 leader_election.cc:304] T 457ba4c1961f440b99b0f5392ca87b0a P 9cd6607ac205402baae4c65663644e37 [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: 9cd6607ac205402baae4c65663644e37; no voters: 
I20260608 12:40:14.719902  1998 raft_consensus.cc:359] T 17c26c3d6f934db4ab544afcc35db9a9 P ead6a98bfa0e4dbf94a97c196cea3bde [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ead6a98bfa0e4dbf94a97c196cea3bde" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37329 } }
I20260608 12:40:14.720777  1998 raft_consensus.cc:385] T 17c26c3d6f934db4ab544afcc35db9a9 P ead6a98bfa0e4dbf94a97c196cea3bde [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:14.721266  1998 raft_consensus.cc:740] T 17c26c3d6f934db4ab544afcc35db9a9 P ead6a98bfa0e4dbf94a97c196cea3bde [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ead6a98bfa0e4dbf94a97c196cea3bde, State: Initialized, Role: FOLLOWER
I20260608 12:40:14.722631  1998 consensus_queue.cc:260] T 17c26c3d6f934db4ab544afcc35db9a9 P ead6a98bfa0e4dbf94a97c196cea3bde [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "ead6a98bfa0e4dbf94a97c196cea3bde" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37329 } }
I20260608 12:40:14.723662  1998 raft_consensus.cc:399] T 17c26c3d6f934db4ab544afcc35db9a9 P ead6a98bfa0e4dbf94a97c196cea3bde [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:40:14.724161  1998 raft_consensus.cc:493] T 17c26c3d6f934db4ab544afcc35db9a9 P ead6a98bfa0e4dbf94a97c196cea3bde [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:40:14.724702  1998 raft_consensus.cc:3060] T 17c26c3d6f934db4ab544afcc35db9a9 P ead6a98bfa0e4dbf94a97c196cea3bde [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:14.727573  2002 raft_consensus.cc:2804] T 457ba4c1961f440b99b0f5392ca87b0a P 9cd6607ac205402baae4c65663644e37 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:14.728236  1997 leader_election.cc:290] T 457ba4c1961f440b99b0f5392ca87b0a P 9cd6607ac205402baae4c65663644e37 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:40:14.733270  1998 raft_consensus.cc:515] T 17c26c3d6f934db4ab544afcc35db9a9 P ead6a98bfa0e4dbf94a97c196cea3bde [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ead6a98bfa0e4dbf94a97c196cea3bde" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37329 } }
I20260608 12:40:14.735778  1998 leader_election.cc:304] T 17c26c3d6f934db4ab544afcc35db9a9 P ead6a98bfa0e4dbf94a97c196cea3bde [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: ead6a98bfa0e4dbf94a97c196cea3bde; no voters: 
I20260608 12:40:14.737155  2000 tablet_bootstrap.cc:492] T 62c9cd658477490bb24cb99b58a6e726 P 6a815836802041a6ad3c5eb3ff21f7b2: No bootstrap required, opened a new log
I20260608 12:40:14.738000  2000 ts_tablet_manager.cc:1403] T 62c9cd658477490bb24cb99b58a6e726 P 6a815836802041a6ad3c5eb3ff21f7b2: Time spent bootstrapping tablet: real 0.035s	user 0.021s	sys 0.004s
I20260608 12:40:14.740933  2002 raft_consensus.cc:697] T 457ba4c1961f440b99b0f5392ca87b0a P 9cd6607ac205402baae4c65663644e37 [term 1 LEADER]: Becoming Leader. State: Replica: 9cd6607ac205402baae4c65663644e37, State: Running, Role: LEADER
I20260608 12:40:14.742555  2000 raft_consensus.cc:359] T 62c9cd658477490bb24cb99b58a6e726 P 6a815836802041a6ad3c5eb3ff21f7b2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6a815836802041a6ad3c5eb3ff21f7b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37781 } }
I20260608 12:40:14.743453  2000 raft_consensus.cc:385] T 62c9cd658477490bb24cb99b58a6e726 P 6a815836802041a6ad3c5eb3ff21f7b2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:14.742547  2002 consensus_queue.cc:237] T 457ba4c1961f440b99b0f5392ca87b0a P 9cd6607ac205402baae4c65663644e37 [LEADER]: Queue going to LEADER mode. State: All 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: "9cd6607ac205402baae4c65663644e37" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46637 } }
I20260608 12:40:14.743912  2000 raft_consensus.cc:740] T 62c9cd658477490bb24cb99b58a6e726 P 6a815836802041a6ad3c5eb3ff21f7b2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6a815836802041a6ad3c5eb3ff21f7b2, State: Initialized, Role: FOLLOWER
I20260608 12:40:14.748909  2000 consensus_queue.cc:260] T 62c9cd658477490bb24cb99b58a6e726 P 6a815836802041a6ad3c5eb3ff21f7b2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "6a815836802041a6ad3c5eb3ff21f7b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37781 } }
I20260608 12:40:14.749711  2000 raft_consensus.cc:399] T 62c9cd658477490bb24cb99b58a6e726 P 6a815836802041a6ad3c5eb3ff21f7b2 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:40:14.750139  2000 raft_consensus.cc:493] T 62c9cd658477490bb24cb99b58a6e726 P 6a815836802041a6ad3c5eb3ff21f7b2 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:40:14.750540  2000 raft_consensus.cc:3060] T 62c9cd658477490bb24cb99b58a6e726 P 6a815836802041a6ad3c5eb3ff21f7b2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:14.755748  2000 raft_consensus.cc:515] T 62c9cd658477490bb24cb99b58a6e726 P 6a815836802041a6ad3c5eb3ff21f7b2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6a815836802041a6ad3c5eb3ff21f7b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37781 } }
I20260608 12:40:14.744158  2006 raft_consensus.cc:2804] T 17c26c3d6f934db4ab544afcc35db9a9 P ead6a98bfa0e4dbf94a97c196cea3bde [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:14.744494  1998 leader_election.cc:290] T 17c26c3d6f934db4ab544afcc35db9a9 P ead6a98bfa0e4dbf94a97c196cea3bde [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:40:14.747426  1997 ts_tablet_manager.cc:1434] T 457ba4c1961f440b99b0f5392ca87b0a P 9cd6607ac205402baae4c65663644e37: Time spent starting tablet: real 0.044s	user 0.013s	sys 0.017s
I20260608 12:40:14.756459  2000 leader_election.cc:304] T 62c9cd658477490bb24cb99b58a6e726 P 6a815836802041a6ad3c5eb3ff21f7b2 [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: 6a815836802041a6ad3c5eb3ff21f7b2; no voters: 
I20260608 12:40:14.767031  2000 leader_election.cc:290] T 62c9cd658477490bb24cb99b58a6e726 P 6a815836802041a6ad3c5eb3ff21f7b2 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:40:14.767508  2009 raft_consensus.cc:2804] T 62c9cd658477490bb24cb99b58a6e726 P 6a815836802041a6ad3c5eb3ff21f7b2 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:14.770387  1998 ts_tablet_manager.cc:1434] T 17c26c3d6f934db4ab544afcc35db9a9 P ead6a98bfa0e4dbf94a97c196cea3bde: Time spent starting tablet: real 0.054s	user 0.012s	sys 0.021s
I20260608 12:40:14.777689  2000 ts_tablet_manager.cc:1434] T 62c9cd658477490bb24cb99b58a6e726 P 6a815836802041a6ad3c5eb3ff21f7b2: Time spent starting tablet: real 0.039s	user 0.017s	sys 0.014s
I20260608 12:40:14.782326  2006 raft_consensus.cc:697] T 17c26c3d6f934db4ab544afcc35db9a9 P ead6a98bfa0e4dbf94a97c196cea3bde [term 1 LEADER]: Becoming Leader. State: Replica: ead6a98bfa0e4dbf94a97c196cea3bde, State: Running, Role: LEADER
I20260608 12:40:14.783141  2006 consensus_queue.cc:237] T 17c26c3d6f934db4ab544afcc35db9a9 P ead6a98bfa0e4dbf94a97c196cea3bde [LEADER]: Queue going to LEADER mode. State: All 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: "ead6a98bfa0e4dbf94a97c196cea3bde" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37329 } }
I20260608 12:40:14.798775  1582 catalog_manager.cc:5696] T 17c26c3d6f934db4ab544afcc35db9a9 P ead6a98bfa0e4dbf94a97c196cea3bde reported cstate change: term changed from 0 to 1, leader changed from <none> to ead6a98bfa0e4dbf94a97c196cea3bde (127.0.107.195). New cstate: current_term: 1 leader_uuid: "ead6a98bfa0e4dbf94a97c196cea3bde" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ead6a98bfa0e4dbf94a97c196cea3bde" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37329 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:14.851598  1581 catalog_manager.cc:5696] T 457ba4c1961f440b99b0f5392ca87b0a P 9cd6607ac205402baae4c65663644e37 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9cd6607ac205402baae4c65663644e37 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "9cd6607ac205402baae4c65663644e37" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9cd6607ac205402baae4c65663644e37" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46637 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:14.862545  2009 raft_consensus.cc:697] T 62c9cd658477490bb24cb99b58a6e726 P 6a815836802041a6ad3c5eb3ff21f7b2 [term 1 LEADER]: Becoming Leader. State: Replica: 6a815836802041a6ad3c5eb3ff21f7b2, State: Running, Role: LEADER
I20260608 12:40:14.866773  2009 consensus_queue.cc:237] T 62c9cd658477490bb24cb99b58a6e726 P 6a815836802041a6ad3c5eb3ff21f7b2 [LEADER]: Queue going to LEADER mode. State: All 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: "6a815836802041a6ad3c5eb3ff21f7b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37781 } }
I20260608 12:40:14.900799  1581 catalog_manager.cc:5696] T 62c9cd658477490bb24cb99b58a6e726 P 6a815836802041a6ad3c5eb3ff21f7b2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6a815836802041a6ad3c5eb3ff21f7b2 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "6a815836802041a6ad3c5eb3ff21f7b2" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6a815836802041a6ad3c5eb3ff21f7b2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37781 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:14.938120   431 master.cc:562] Master@127.0.107.253:39091 shutting down...
I20260608 12:40:14.960103   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:14.960984   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:14.961978   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 2ffa013c7e914afb8ef00030acba60ec: stopping tablet replica
I20260608 12:40:14.986980   431 master.cc:584] Master@127.0.107.253:39091 shutdown complete.
W20260608 12:40:15.871102  1964 heartbeater.cc:646] Failed to heartbeat to 127.0.107.253:39091 (0 consecutive failures): Network error: Failed to send heartbeat to master: Client connection negotiation failed: client connection to 127.0.107.253:39091: connect: Connection refused (error 111)
I20260608 12:40:16.429527  2022 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 2ffa013c7e914afb8ef00030acba60ec)
I20260608 12:40:16.430135  2022 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11a2bafe7d684bcf847a6f9611dbc7ba" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44663 } } peers { permanent_uuid: "2ffa013c7e914afb8ef00030acba60ec" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39091 } } peers { permanent_uuid: "7c917031e0f949c39e13353f7de8bfa7" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } }
I20260608 12:40:16.432150  2022 leader_election.cc:290] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 11a2bafe7d684bcf847a6f9611dbc7ba (127.0.107.254:44663), 2ffa013c7e914afb8ef00030acba60ec (127.0.107.253:39091)
I20260608 12:40:16.433421  1526 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7c917031e0f949c39e13353f7de8bfa7" candidate_term: 2 candidate_status { last_received { term: 1 index: 9 } } ignore_live_leader: false dest_uuid: "11a2bafe7d684bcf847a6f9611dbc7ba" is_pre_election: true
I20260608 12:40:16.434372  1526 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7c917031e0f949c39e13353f7de8bfa7 in term 1.
I20260608 12:40:16.436475  1632 leader_election.cc:304] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [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: 11a2bafe7d684bcf847a6f9611dbc7ba, 7c917031e0f949c39e13353f7de8bfa7; no voters: 
I20260608 12:40:16.438396  2022 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:40:16.438506  2024 raft_consensus.cc:493] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 2ffa013c7e914afb8ef00030acba60ec)
I20260608 12:40:16.439157  2022 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 2ffa013c7e914afb8ef00030acba60ec)
I20260608 12:40:16.439698  2022 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:16.439426  2024 raft_consensus.cc:515] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11a2bafe7d684bcf847a6f9611dbc7ba" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44663 } } peers { permanent_uuid: "2ffa013c7e914afb8ef00030acba60ec" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39091 } } peers { permanent_uuid: "7c917031e0f949c39e13353f7de8bfa7" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } }
I20260608 12:40:16.448675  2024 leader_election.cc:290] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 2ffa013c7e914afb8ef00030acba60ec (127.0.107.253:39091), 7c917031e0f949c39e13353f7de8bfa7 (127.0.107.252:42209)
I20260608 12:40:16.450894  2022 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11a2bafe7d684bcf847a6f9611dbc7ba" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44663 } } peers { permanent_uuid: "2ffa013c7e914afb8ef00030acba60ec" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39091 } } peers { permanent_uuid: "7c917031e0f949c39e13353f7de8bfa7" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } }
I20260608 12:40:16.451058  1657 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "11a2bafe7d684bcf847a6f9611dbc7ba" candidate_term: 2 candidate_status { last_received { term: 1 index: 9 } } ignore_live_leader: false dest_uuid: "7c917031e0f949c39e13353f7de8bfa7" is_pre_election: true
I20260608 12:40:16.452554  1657 raft_consensus.cc:2393] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 11a2bafe7d684bcf847a6f9611dbc7ba in current term 2: Already voted for candidate 7c917031e0f949c39e13353f7de8bfa7 in this term.
I20260608 12:40:16.454655  2022 leader_election.cc:290] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [CANDIDATE]: Term 2 election: Requested vote from peers 11a2bafe7d684bcf847a6f9611dbc7ba (127.0.107.254:44663), 2ffa013c7e914afb8ef00030acba60ec (127.0.107.253:39091)
I20260608 12:40:16.454483  1526 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7c917031e0f949c39e13353f7de8bfa7" candidate_term: 2 candidate_status { last_received { term: 1 index: 9 } } ignore_live_leader: false dest_uuid: "11a2bafe7d684bcf847a6f9611dbc7ba"
I20260608 12:40:16.455513  1526 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:40:16.449975  1634 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.253:39091: connect: Connection refused (error 111) [suppressed 14 similar messages]
I20260608 12:40:16.464883  1526 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7c917031e0f949c39e13353f7de8bfa7 in term 2.
W20260608 12:40:16.465832  1504 leader_election.cc:336] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 2ffa013c7e914afb8ef00030acba60ec (127.0.107.253:39091): Network error: Client connection negotiation failed: client connection to 127.0.107.253:39091: connect: Connection refused (error 111)
I20260608 12:40:16.466430  1632 leader_election.cc:304] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [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: 11a2bafe7d684bcf847a6f9611dbc7ba, 7c917031e0f949c39e13353f7de8bfa7; no voters: 
I20260608 12:40:16.466432  1504 leader_election.cc:304] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba [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: 11a2bafe7d684bcf847a6f9611dbc7ba; no voters: 2ffa013c7e914afb8ef00030acba60ec, 7c917031e0f949c39e13353f7de8bfa7
I20260608 12:40:16.468046  2022 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:40:16.468380  2024 raft_consensus.cc:2749] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba [term 2 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260608 12:40:16.469805  1634 leader_election.cc:336] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 2ffa013c7e914afb8ef00030acba60ec (127.0.107.253:39091): Network error: Client connection negotiation failed: client connection to 127.0.107.253:39091: connect: Connection refused (error 111)
I20260608 12:40:16.470373  2022 raft_consensus.cc:697] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [term 2 LEADER]: Becoming Leader. State: Replica: 7c917031e0f949c39e13353f7de8bfa7, State: Running, Role: LEADER
I20260608 12:40:16.471406  2022 consensus_queue.cc:237] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [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: "11a2bafe7d684bcf847a6f9611dbc7ba" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44663 } } peers { permanent_uuid: "2ffa013c7e914afb8ef00030acba60ec" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39091 } } peers { permanent_uuid: "7c917031e0f949c39e13353f7de8bfa7" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } }
W20260608 12:40:16.473515  1634 leader_election.cc:336] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 2ffa013c7e914afb8ef00030acba60ec (127.0.107.253:39091): Network error: Client connection negotiation failed: client connection to 127.0.107.253:39091: connect: Connection refused (error 111)
I20260608 12:40:16.476260  2028 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7c917031e0f949c39e13353f7de8bfa7. Latest consensus state: current_term: 2 leader_uuid: "7c917031e0f949c39e13353f7de8bfa7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11a2bafe7d684bcf847a6f9611dbc7ba" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44663 } } peers { permanent_uuid: "2ffa013c7e914afb8ef00030acba60ec" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39091 } } peers { permanent_uuid: "7c917031e0f949c39e13353f7de8bfa7" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } } }
I20260608 12:40:16.476907  2028 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:16.478677  2030 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:40:16.484436  2030 catalog_manager.cc:679] Loaded metadata for table test-workload [id=3a1a9a3166fd41d68622d4ba096eea96]
I20260608 12:40:16.489333  2030 tablet_loader.cc:96] loaded metadata for tablet 17c26c3d6f934db4ab544afcc35db9a9 (table test-workload [id=3a1a9a3166fd41d68622d4ba096eea96])
I20260608 12:40:16.490479  2030 tablet_loader.cc:96] loaded metadata for tablet 457ba4c1961f440b99b0f5392ca87b0a (table test-workload [id=3a1a9a3166fd41d68622d4ba096eea96])
I20260608 12:40:16.491451  2030 tablet_loader.cc:96] loaded metadata for tablet 62c9cd658477490bb24cb99b58a6e726 (table test-workload [id=3a1a9a3166fd41d68622d4ba096eea96])
I20260608 12:40:16.492442  2030 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:40:16.495648  2030 catalog_manager.cc:1294] Loaded cluster ID: 5862a03ff05c4f27a2b764bd5a5c077e
I20260608 12:40:16.495975  2030 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:40:16.499822  2030 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:40:16.503386  2030 catalog_manager.cc:6080] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7: Loaded TSK: 0
I20260608 12:40:16.504413  2030 catalog_manager.cc:1549] Initializing in-progress tserver states...
W20260608 12:40:16.889032  1634 consensus_peers.cc:597] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 -> Peer 2ffa013c7e914afb8ef00030acba60ec (127.0.107.253:39091): Couldn't send request to peer 2ffa013c7e914afb8ef00030acba60ec. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.253:39091: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:16.994539  1526 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba [term 2 FOLLOWER]: Refusing update from remote peer 7c917031e0f949c39e13353f7de8bfa7: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 2 index: 10. (index mismatch)
I20260608 12:40:16.996819  2028 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "11a2bafe7d684bcf847a6f9611dbc7ba" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44663 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
I20260608 12:40:17.005168  2034 sys_catalog.cc:455] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7c917031e0f949c39e13353f7de8bfa7. Latest consensus state: current_term: 2 leader_uuid: "7c917031e0f949c39e13353f7de8bfa7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11a2bafe7d684bcf847a6f9611dbc7ba" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44663 } } peers { permanent_uuid: "2ffa013c7e914afb8ef00030acba60ec" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39091 } } peers { permanent_uuid: "7c917031e0f949c39e13353f7de8bfa7" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } } }
I20260608 12:40:17.006196  2034 sys_catalog.cc:458] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:40:17.009163  2028 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 2 leader_uuid: "7c917031e0f949c39e13353f7de8bfa7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11a2bafe7d684bcf847a6f9611dbc7ba" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44663 } } peers { permanent_uuid: "2ffa013c7e914afb8ef00030acba60ec" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39091 } } peers { permanent_uuid: "7c917031e0f949c39e13353f7de8bfa7" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } } }
I20260608 12:40:17.010231  2028 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:17.012965  2034 sys_catalog.cc:455] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 2 leader_uuid: "7c917031e0f949c39e13353f7de8bfa7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "11a2bafe7d684bcf847a6f9611dbc7ba" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 44663 } } peers { permanent_uuid: "2ffa013c7e914afb8ef00030acba60ec" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 39091 } } peers { permanent_uuid: "7c917031e0f949c39e13353f7de8bfa7" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 42209 } } }
I20260608 12:40:17.013737  2034 sys_catalog.cc:458] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:40:17.839031  1807 heartbeater.cc:499] Master 127.0.107.252:42209 was elected leader, sending a full tablet report...
I20260608 12:40:17.878100  1963 heartbeater.cc:499] Master 127.0.107.252:42209 was elected leader, sending a full tablet report...
I20260608 12:40:17.920783  1885 heartbeater.cc:499] Master 127.0.107.252:42209 was elected leader, sending a full tablet report...
I20260608 12:40:18.355851  1710 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:18.356249  1710 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:18.569259   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:40:18.593961   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:18.594802   431 tablet_replica.cc:333] T 457ba4c1961f440b99b0f5392ca87b0a P 9cd6607ac205402baae4c65663644e37: stopping tablet replica
I20260608 12:40:18.595440   431 raft_consensus.cc:2243] T 457ba4c1961f440b99b0f5392ca87b0a P 9cd6607ac205402baae4c65663644e37 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:18.596081   431 raft_consensus.cc:2272] T 457ba4c1961f440b99b0f5392ca87b0a P 9cd6607ac205402baae4c65663644e37 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:18.636359   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:40:18.648088   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:40:18.670359   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:18.671113   431 tablet_replica.cc:333] T 62c9cd658477490bb24cb99b58a6e726 P 6a815836802041a6ad3c5eb3ff21f7b2: stopping tablet replica
I20260608 12:40:18.671664   431 raft_consensus.cc:2243] T 62c9cd658477490bb24cb99b58a6e726 P 6a815836802041a6ad3c5eb3ff21f7b2 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:18.672250   431 raft_consensus.cc:2272] T 62c9cd658477490bb24cb99b58a6e726 P 6a815836802041a6ad3c5eb3ff21f7b2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:18.691536   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:40:18.701449   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:40:18.722672   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:18.723526   431 tablet_replica.cc:333] T 17c26c3d6f934db4ab544afcc35db9a9 P ead6a98bfa0e4dbf94a97c196cea3bde: stopping tablet replica
I20260608 12:40:18.724141   431 raft_consensus.cc:2243] T 17c26c3d6f934db4ab544afcc35db9a9 P ead6a98bfa0e4dbf94a97c196cea3bde [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:18.724700   431 raft_consensus.cc:2272] T 17c26c3d6f934db4ab544afcc35db9a9 P ead6a98bfa0e4dbf94a97c196cea3bde [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:18.743921   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:40:18.754225   431 master.cc:562] Master@127.0.107.254:44663 shutting down...
I20260608 12:40:18.773957   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:18.774582   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:18.774950   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 11a2bafe7d684bcf847a6f9611dbc7ba: stopping tablet replica
I20260608 12:40:18.795957   431 master.cc:584] Master@127.0.107.254:44663 shutdown complete.
I20260608 12:40:18.811471   431 master.cc:562] Master@127.0.107.252:42209 shutting down...
I20260608 12:40:18.830021   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:40:18.831025   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:18.831396   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 7c917031e0f949c39e13353f7de8bfa7: stopping tablet replica
I20260608 12:40:18.851104   431 master.cc:584] Master@127.0.107.252:42209 shutdown complete.
[       OK ] AutoRebalancerTest.NextLeaderResumesAutoRebalancing (6972 ms)
[ RUN      ] AutoRebalancerTest.MovesScheduledIfAddTserver
I20260608 12:40:18.884685   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:33991
I20260608 12:40:18.886032   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:18.892479  2048 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:18.892448  2049 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:18.893640  2051 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:18.894160   431 server_base.cc:1061] running on GCE node
I20260608 12:40:18.894953   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:18.895179   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:18.895355   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922418895339 us; error 0 us; skew 500 ppm
I20260608 12:40:18.895990   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:18.898648   431 webserver.cc:533] Webserver started at http://127.0.107.254:43801/ using document root <none> and password file <none>
I20260608 12:40:18.899178   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:18.899389   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:18.899672   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:18.900969   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922397207313-431-0/minicluster-data/master-0-root/instance:
uuid: "1406d086c3a448f5ac3103d5d5e8e521"
format_stamp: "Formatted at 2026-06-08 12:40:18 on dist-test-slave-1zds"
I20260608 12:40:18.905987   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260608 12:40:18.909993  2056 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:18.910964   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:40:18.911237   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922397207313-431-0/minicluster-data/master-0-root
uuid: "1406d086c3a448f5ac3103d5d5e8e521"
format_stamp: "Formatted at 2026-06-08 12:40:18 on dist-test-slave-1zds"
I20260608 12:40:18.911480   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922397207313-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922397207313-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922397207313-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:18.934197   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:18.935448   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:18.974761   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:33991
I20260608 12:40:18.974885  2107 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:33991 every 8 connection(s)
I20260608 12:40:18.979338  2108 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:18.990821  2108 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1406d086c3a448f5ac3103d5d5e8e521: Bootstrap starting.
I20260608 12:40:18.996083  2108 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1406d086c3a448f5ac3103d5d5e8e521: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:19.000697  2108 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1406d086c3a448f5ac3103d5d5e8e521: No bootstrap required, opened a new log
I20260608 12:40:19.003216  2108 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1406d086c3a448f5ac3103d5d5e8e521 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1406d086c3a448f5ac3103d5d5e8e521" member_type: VOTER }
I20260608 12:40:19.003635  2108 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1406d086c3a448f5ac3103d5d5e8e521 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:19.003937  2108 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1406d086c3a448f5ac3103d5d5e8e521 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1406d086c3a448f5ac3103d5d5e8e521, State: Initialized, Role: FOLLOWER
I20260608 12:40:19.004734  2108 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1406d086c3a448f5ac3103d5d5e8e521 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "1406d086c3a448f5ac3103d5d5e8e521" member_type: VOTER }
I20260608 12:40:19.005275  2108 raft_consensus.cc:399] T 00000000000000000000000000000000 P 1406d086c3a448f5ac3103d5d5e8e521 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:40:19.005505  2108 raft_consensus.cc:493] T 00000000000000000000000000000000 P 1406d086c3a448f5ac3103d5d5e8e521 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:40:19.005868  2108 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1406d086c3a448f5ac3103d5d5e8e521 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:19.011071  2108 raft_consensus.cc:515] T 00000000000000000000000000000000 P 1406d086c3a448f5ac3103d5d5e8e521 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1406d086c3a448f5ac3103d5d5e8e521" member_type: VOTER }
I20260608 12:40:19.011715  2108 leader_election.cc:304] T 00000000000000000000000000000000 P 1406d086c3a448f5ac3103d5d5e8e521 [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: 1406d086c3a448f5ac3103d5d5e8e521; no voters: 
I20260608 12:40:19.013046  2108 leader_election.cc:290] T 00000000000000000000000000000000 P 1406d086c3a448f5ac3103d5d5e8e521 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:40:19.013484  2111 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 1406d086c3a448f5ac3103d5d5e8e521 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:19.014876  2111 raft_consensus.cc:697] T 00000000000000000000000000000000 P 1406d086c3a448f5ac3103d5d5e8e521 [term 1 LEADER]: Becoming Leader. State: Replica: 1406d086c3a448f5ac3103d5d5e8e521, State: Running, Role: LEADER
I20260608 12:40:19.015712  2111 consensus_queue.cc:237] T 00000000000000000000000000000000 P 1406d086c3a448f5ac3103d5d5e8e521 [LEADER]: Queue going to LEADER mode. State: All 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: "1406d086c3a448f5ac3103d5d5e8e521" member_type: VOTER }
I20260608 12:40:19.016729  2108 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1406d086c3a448f5ac3103d5d5e8e521 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:40:19.019112  2113 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1406d086c3a448f5ac3103d5d5e8e521 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 1406d086c3a448f5ac3103d5d5e8e521. Latest consensus state: current_term: 1 leader_uuid: "1406d086c3a448f5ac3103d5d5e8e521" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1406d086c3a448f5ac3103d5d5e8e521" member_type: VOTER } }
I20260608 12:40:19.019281  2112 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1406d086c3a448f5ac3103d5d5e8e521 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "1406d086c3a448f5ac3103d5d5e8e521" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1406d086c3a448f5ac3103d5d5e8e521" member_type: VOTER } }
I20260608 12:40:19.019955  2112 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1406d086c3a448f5ac3103d5d5e8e521 [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:19.019906  2113 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1406d086c3a448f5ac3103d5d5e8e521 [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:19.028117  2117 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:40:19.033179  2117 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:40:19.034535   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:40:19.043071  2117 catalog_manager.cc:1382] Generated new cluster ID: 012c20c53b63415bafa515be3d6b9bdd
I20260608 12:40:19.043395  2117 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:40:19.055420  2117 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:40:19.056679  2117 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:40:19.071911  2117 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 1406d086c3a448f5ac3103d5d5e8e521: Generated new TSK 0
I20260608 12:40:19.072554  2117 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:40:19.101931   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:19.108258  2129 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:19.109433  2130 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:19.111559   431 server_base.cc:1061] running on GCE node
W20260608 12:40:19.112077  2132 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:19.113015   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:19.113242   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:19.113462   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922419113441 us; error 0 us; skew 500 ppm
I20260608 12:40:19.114174   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:19.116593   431 webserver.cc:533] Webserver started at http://127.0.107.193:39575/ using document root <none> and password file <none>
I20260608 12:40:19.117142   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:19.117344   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:19.117627   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:19.118947   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922397207313-431-0/minicluster-data/ts-0-root/instance:
uuid: "31127d783f58498f85b2a3bd9d901cd4"
format_stamp: "Formatted at 2026-06-08 12:40:19 on dist-test-slave-1zds"
I20260608 12:40:19.123730   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:40:19.127315  2137 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:19.128229   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:40:19.128537   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922397207313-431-0/minicluster-data/ts-0-root
uuid: "31127d783f58498f85b2a3bd9d901cd4"
format_stamp: "Formatted at 2026-06-08 12:40:19 on dist-test-slave-1zds"
I20260608 12:40:19.128849   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922397207313-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922397207313-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922397207313-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:19.146622   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:19.147910   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:19.149451   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:19.152017   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:19.152256   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:19.152534   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:19.152716   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:19.194761   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:34805
I20260608 12:40:19.194896  2199 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:34805 every 8 connection(s)
I20260608 12:40:19.200282   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:19.208586  2204 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:19.210299  2205 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:19.215590   431 server_base.cc:1061] running on GCE node
W20260608 12:40:19.215627  2207 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:19.215973  2200 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33991
I20260608 12:40:19.216472  2200 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:19.217089   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:19.217370   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:19.217406  2200 heartbeater.cc:507] Master 127.0.107.254:33991 requested a full tablet report, sending...
I20260608 12:40:19.217764   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922419217741 us; error 0 us; skew 500 ppm
I20260608 12:40:19.218650   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:19.220010  2073 ts_manager.cc:194] Registered new tserver with Master: 31127d783f58498f85b2a3bd9d901cd4 (127.0.107.193:34805)
I20260608 12:40:19.221575   431 webserver.cc:533] Webserver started at http://127.0.107.194:33669/ using document root <none> and password file <none>
I20260608 12:40:19.222147   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:19.222175  2073 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50226
I20260608 12:40:19.222469   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:19.222880   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:19.224121   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922397207313-431-0/minicluster-data/ts-1-root/instance:
uuid: "9b4d0882e68349cea1d6d268763f49e6"
format_stamp: "Formatted at 2026-06-08 12:40:19 on dist-test-slave-1zds"
I20260608 12:40:19.228842   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260608 12:40:19.232837  2212 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:19.233640   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:40:19.234179   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922397207313-431-0/minicluster-data/ts-1-root
uuid: "9b4d0882e68349cea1d6d268763f49e6"
format_stamp: "Formatted at 2026-06-08 12:40:19 on dist-test-slave-1zds"
I20260608 12:40:19.234484   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922397207313-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922397207313-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922397207313-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:19.254917   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:19.256182   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:19.257685   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:19.260040   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:19.260277   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:19.260541   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:19.260721   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:19.303124   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:33889
I20260608 12:40:19.303256  2274 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:33889 every 8 connection(s)
I20260608 12:40:19.308321   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:19.316112  2278 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:19.317937  2279 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:19.321094  2281 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:19.321846  2275 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33991
I20260608 12:40:19.322235  2275 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:19.322502   431 server_base.cc:1061] running on GCE node
I20260608 12:40:19.323093  2275 heartbeater.cc:507] Master 127.0.107.254:33991 requested a full tablet report, sending...
I20260608 12:40:19.323468   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:19.323746   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:19.323932   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922419323915 us; error 0 us; skew 500 ppm
I20260608 12:40:19.324573   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:19.325416  2073 ts_manager.cc:194] Registered new tserver with Master: 9b4d0882e68349cea1d6d268763f49e6 (127.0.107.194:33889)
I20260608 12:40:19.327490  2073 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50238
I20260608 12:40:19.327540   431 webserver.cc:533] Webserver started at http://127.0.107.195:35241/ using document root <none> and password file <none>
I20260608 12:40:19.328385   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:19.328649   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:19.329013   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:19.330329   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922397207313-431-0/minicluster-data/ts-2-root/instance:
uuid: "b749f84c22284408b9d83cc93a87a689"
format_stamp: "Formatted at 2026-06-08 12:40:19 on dist-test-slave-1zds"
I20260608 12:40:19.334863   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.003s
I20260608 12:40:19.338452  2286 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:19.339322   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.002s
I20260608 12:40:19.339574   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922397207313-431-0/minicluster-data/ts-2-root
uuid: "b749f84c22284408b9d83cc93a87a689"
format_stamp: "Formatted at 2026-06-08 12:40:19 on dist-test-slave-1zds"
I20260608 12:40:19.339805   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922397207313-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922397207313-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922397207313-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:19.367381   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:19.368616   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:19.370062   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:19.372411   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:19.372596   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:19.372884   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:19.373044   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:19.412789   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:34077
I20260608 12:40:19.412989  2348 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:34077 every 8 connection(s)
I20260608 12:40:19.427481  2349 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33991
I20260608 12:40:19.427874  2349 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:19.428550  2349 heartbeater.cc:507] Master 127.0.107.254:33991 requested a full tablet report, sending...
I20260608 12:40:19.430622  2073 ts_manager.cc:194] Registered new tserver with Master: b749f84c22284408b9d83cc93a87a689 (127.0.107.195:34077)
I20260608 12:40:19.431089   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014962102s
I20260608 12:40:19.432126  2073 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50246
I20260608 12:40:20.225350  2200 heartbeater.cc:499] Master 127.0.107.254:33991 was elected leader, sending a full tablet report...
I20260608 12:40:20.330475  2275 heartbeater.cc:499] Master 127.0.107.254:33991 was elected leader, sending a full tablet report...
I20260608 12:40:20.435181  2349 heartbeater.cc:499] Master 127.0.107.254:33991 was elected leader, sending a full tablet report...
I20260608 12:40:20.495169  2073 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:50248:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377?""\004\001\000\377\377\377?"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:40:20.498363  2073 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:40:20.573500  2240 tablet_service.cc:1511] Processing CreateTablet for tablet 8e2853f54d5f472888687f1ffc09e719 (DEFAULT_TABLE table=test-workload [id=781d3f23db9446c4ac21682d7fa59843]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260608 12:40:20.575414  2240 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8e2853f54d5f472888687f1ffc09e719. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:20.576344  2239 tablet_service.cc:1511] Processing CreateTablet for tablet 5ae7ccadbb8d45dbb5b1334652cf39ee (DEFAULT_TABLE table=test-workload [id=781d3f23db9446c4ac21682d7fa59843]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260608 12:40:20.577929  2239 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5ae7ccadbb8d45dbb5b1334652cf39ee. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:20.587078  2165 tablet_service.cc:1511] Processing CreateTablet for tablet 8e2853f54d5f472888687f1ffc09e719 (DEFAULT_TABLE table=test-workload [id=781d3f23db9446c4ac21682d7fa59843]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260608 12:40:20.588137  2164 tablet_service.cc:1511] Processing CreateTablet for tablet 5ae7ccadbb8d45dbb5b1334652cf39ee (DEFAULT_TABLE table=test-workload [id=781d3f23db9446c4ac21682d7fa59843]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260608 12:40:20.588815  2165 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8e2853f54d5f472888687f1ffc09e719. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:20.589680  2164 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5ae7ccadbb8d45dbb5b1334652cf39ee. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:20.596325  2314 tablet_service.cc:1511] Processing CreateTablet for tablet 8e2853f54d5f472888687f1ffc09e719 (DEFAULT_TABLE table=test-workload [id=781d3f23db9446c4ac21682d7fa59843]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260608 12:40:20.598270  2314 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8e2853f54d5f472888687f1ffc09e719. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:20.603974  2313 tablet_service.cc:1511] Processing CreateTablet for tablet 5ae7ccadbb8d45dbb5b1334652cf39ee (DEFAULT_TABLE table=test-workload [id=781d3f23db9446c4ac21682d7fa59843]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260608 12:40:20.605720  2313 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5ae7ccadbb8d45dbb5b1334652cf39ee. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:20.612630  2369 tablet_bootstrap.cc:492] T 8e2853f54d5f472888687f1ffc09e719 P 9b4d0882e68349cea1d6d268763f49e6: Bootstrap starting.
I20260608 12:40:20.621035  2369 tablet_bootstrap.cc:654] T 8e2853f54d5f472888687f1ffc09e719 P 9b4d0882e68349cea1d6d268763f49e6: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:20.632691  2372 tablet_bootstrap.cc:492] T 5ae7ccadbb8d45dbb5b1334652cf39ee P b749f84c22284408b9d83cc93a87a689: Bootstrap starting.
I20260608 12:40:20.637147  2370 tablet_bootstrap.cc:492] T 8e2853f54d5f472888687f1ffc09e719 P 31127d783f58498f85b2a3bd9d901cd4: Bootstrap starting.
I20260608 12:40:20.640868  2369 tablet_bootstrap.cc:492] T 8e2853f54d5f472888687f1ffc09e719 P 9b4d0882e68349cea1d6d268763f49e6: No bootstrap required, opened a new log
I20260608 12:40:20.641954  2369 ts_tablet_manager.cc:1403] T 8e2853f54d5f472888687f1ffc09e719 P 9b4d0882e68349cea1d6d268763f49e6: Time spent bootstrapping tablet: real 0.030s	user 0.011s	sys 0.017s
I20260608 12:40:20.645287  2372 tablet_bootstrap.cc:654] T 5ae7ccadbb8d45dbb5b1334652cf39ee P b749f84c22284408b9d83cc93a87a689: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:20.645915  2369 raft_consensus.cc:359] T 8e2853f54d5f472888687f1ffc09e719 P 9b4d0882e68349cea1d6d268763f49e6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } } peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } }
I20260608 12:40:20.647044  2369 raft_consensus.cc:385] T 8e2853f54d5f472888687f1ffc09e719 P 9b4d0882e68349cea1d6d268763f49e6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:20.648341  2369 raft_consensus.cc:740] T 8e2853f54d5f472888687f1ffc09e719 P 9b4d0882e68349cea1d6d268763f49e6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9b4d0882e68349cea1d6d268763f49e6, State: Initialized, Role: FOLLOWER
I20260608 12:40:20.650259  2370 tablet_bootstrap.cc:654] T 8e2853f54d5f472888687f1ffc09e719 P 31127d783f58498f85b2a3bd9d901cd4: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:20.649641  2369 consensus_queue.cc:260] T 8e2853f54d5f472888687f1ffc09e719 P 9b4d0882e68349cea1d6d268763f49e6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } } peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } }
I20260608 12:40:20.657964  2369 ts_tablet_manager.cc:1434] T 8e2853f54d5f472888687f1ffc09e719 P 9b4d0882e68349cea1d6d268763f49e6: Time spent starting tablet: real 0.016s	user 0.013s	sys 0.001s
I20260608 12:40:20.658092  2372 tablet_bootstrap.cc:492] T 5ae7ccadbb8d45dbb5b1334652cf39ee P b749f84c22284408b9d83cc93a87a689: No bootstrap required, opened a new log
I20260608 12:40:20.658866  2372 ts_tablet_manager.cc:1403] T 5ae7ccadbb8d45dbb5b1334652cf39ee P b749f84c22284408b9d83cc93a87a689: Time spent bootstrapping tablet: real 0.027s	user 0.010s	sys 0.011s
I20260608 12:40:20.659412  2369 tablet_bootstrap.cc:492] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9b4d0882e68349cea1d6d268763f49e6: Bootstrap starting.
I20260608 12:40:20.662567  2372 raft_consensus.cc:359] T 5ae7ccadbb8d45dbb5b1334652cf39ee P b749f84c22284408b9d83cc93a87a689 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } }
I20260608 12:40:20.663488  2372 raft_consensus.cc:385] T 5ae7ccadbb8d45dbb5b1334652cf39ee P b749f84c22284408b9d83cc93a87a689 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:20.663857  2372 raft_consensus.cc:740] T 5ae7ccadbb8d45dbb5b1334652cf39ee P b749f84c22284408b9d83cc93a87a689 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b749f84c22284408b9d83cc93a87a689, State: Initialized, Role: FOLLOWER
I20260608 12:40:20.664912  2372 consensus_queue.cc:260] T 5ae7ccadbb8d45dbb5b1334652cf39ee P b749f84c22284408b9d83cc93a87a689 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } }
I20260608 12:40:20.671693  2369 tablet_bootstrap.cc:654] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9b4d0882e68349cea1d6d268763f49e6: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:20.675585  2372 ts_tablet_manager.cc:1434] T 5ae7ccadbb8d45dbb5b1334652cf39ee P b749f84c22284408b9d83cc93a87a689: Time spent starting tablet: real 0.016s	user 0.007s	sys 0.007s
I20260608 12:40:20.684188  2372 tablet_bootstrap.cc:492] T 8e2853f54d5f472888687f1ffc09e719 P b749f84c22284408b9d83cc93a87a689: Bootstrap starting.
I20260608 12:40:20.696370  2372 tablet_bootstrap.cc:654] T 8e2853f54d5f472888687f1ffc09e719 P b749f84c22284408b9d83cc93a87a689: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:20.698962  2370 tablet_bootstrap.cc:492] T 8e2853f54d5f472888687f1ffc09e719 P 31127d783f58498f85b2a3bd9d901cd4: No bootstrap required, opened a new log
I20260608 12:40:20.699707  2370 ts_tablet_manager.cc:1403] T 8e2853f54d5f472888687f1ffc09e719 P 31127d783f58498f85b2a3bd9d901cd4: Time spent bootstrapping tablet: real 0.063s	user 0.025s	sys 0.027s
I20260608 12:40:20.703922  2372 tablet_bootstrap.cc:492] T 8e2853f54d5f472888687f1ffc09e719 P b749f84c22284408b9d83cc93a87a689: No bootstrap required, opened a new log
I20260608 12:40:20.704550  2372 ts_tablet_manager.cc:1403] T 8e2853f54d5f472888687f1ffc09e719 P b749f84c22284408b9d83cc93a87a689: Time spent bootstrapping tablet: real 0.021s	user 0.015s	sys 0.000s
I20260608 12:40:20.704423  2370 raft_consensus.cc:359] T 8e2853f54d5f472888687f1ffc09e719 P 31127d783f58498f85b2a3bd9d901cd4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } } peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } }
I20260608 12:40:20.705058  2369 tablet_bootstrap.cc:492] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9b4d0882e68349cea1d6d268763f49e6: No bootstrap required, opened a new log
I20260608 12:40:20.705324  2370 raft_consensus.cc:385] T 8e2853f54d5f472888687f1ffc09e719 P 31127d783f58498f85b2a3bd9d901cd4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:20.705665  2370 raft_consensus.cc:740] T 8e2853f54d5f472888687f1ffc09e719 P 31127d783f58498f85b2a3bd9d901cd4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 31127d783f58498f85b2a3bd9d901cd4, State: Initialized, Role: FOLLOWER
I20260608 12:40:20.705744  2369 ts_tablet_manager.cc:1403] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9b4d0882e68349cea1d6d268763f49e6: Time spent bootstrapping tablet: real 0.047s	user 0.022s	sys 0.021s
I20260608 12:40:20.706776  2370 consensus_queue.cc:260] T 8e2853f54d5f472888687f1ffc09e719 P 31127d783f58498f85b2a3bd9d901cd4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } } peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } }
I20260608 12:40:20.707983  2372 raft_consensus.cc:359] T 8e2853f54d5f472888687f1ffc09e719 P b749f84c22284408b9d83cc93a87a689 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } } peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } }
I20260608 12:40:20.708714  2372 raft_consensus.cc:385] T 8e2853f54d5f472888687f1ffc09e719 P b749f84c22284408b9d83cc93a87a689 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:20.709085  2372 raft_consensus.cc:740] T 8e2853f54d5f472888687f1ffc09e719 P b749f84c22284408b9d83cc93a87a689 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b749f84c22284408b9d83cc93a87a689, State: Initialized, Role: FOLLOWER
I20260608 12:40:20.709656  2369 raft_consensus.cc:359] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9b4d0882e68349cea1d6d268763f49e6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } }
I20260608 12:40:20.710518  2369 raft_consensus.cc:385] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9b4d0882e68349cea1d6d268763f49e6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:20.710623  2370 ts_tablet_manager.cc:1434] T 8e2853f54d5f472888687f1ffc09e719 P 31127d783f58498f85b2a3bd9d901cd4: Time spent starting tablet: real 0.010s	user 0.010s	sys 0.000s
I20260608 12:40:20.710379  2372 consensus_queue.cc:260] T 8e2853f54d5f472888687f1ffc09e719 P b749f84c22284408b9d83cc93a87a689 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } } peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } }
I20260608 12:40:20.711040  2369 raft_consensus.cc:740] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9b4d0882e68349cea1d6d268763f49e6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9b4d0882e68349cea1d6d268763f49e6, State: Initialized, Role: FOLLOWER
I20260608 12:40:20.712167  2369 consensus_queue.cc:260] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9b4d0882e68349cea1d6d268763f49e6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } }
I20260608 12:40:20.713557  2372 ts_tablet_manager.cc:1434] T 8e2853f54d5f472888687f1ffc09e719 P b749f84c22284408b9d83cc93a87a689: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.005s
I20260608 12:40:20.715057  2369 ts_tablet_manager.cc:1434] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9b4d0882e68349cea1d6d268763f49e6: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 12:40:20.715713  2370 tablet_bootstrap.cc:492] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4: Bootstrap starting.
I20260608 12:40:20.724249  2370 tablet_bootstrap.cc:654] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:20.731930  2370 tablet_bootstrap.cc:492] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4: No bootstrap required, opened a new log
I20260608 12:40:20.732630  2370 ts_tablet_manager.cc:1403] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4: Time spent bootstrapping tablet: real 0.021s	user 0.015s	sys 0.000s
I20260608 12:40:20.735416  2370 raft_consensus.cc:359] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } }
I20260608 12:40:20.736064  2370 raft_consensus.cc:385] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:20.736321  2370 raft_consensus.cc:740] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 31127d783f58498f85b2a3bd9d901cd4, State: Initialized, Role: FOLLOWER
I20260608 12:40:20.737454  2370 consensus_queue.cc:260] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } }
I20260608 12:40:20.739591  2370 ts_tablet_manager.cc:1434] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:40:20.768016  2379 raft_consensus.cc:493] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:20.768648  2379 raft_consensus.cc:515] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } }
I20260608 12:40:20.771497  2379 leader_election.cc:290] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9b4d0882e68349cea1d6d268763f49e6 (127.0.107.194:33889), b749f84c22284408b9d83cc93a87a689 (127.0.107.195:34077)
I20260608 12:40:20.785060  2324 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5ae7ccadbb8d45dbb5b1334652cf39ee" candidate_uuid: "31127d783f58498f85b2a3bd9d901cd4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b749f84c22284408b9d83cc93a87a689" is_pre_election: true
I20260608 12:40:20.785048  2250 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5ae7ccadbb8d45dbb5b1334652cf39ee" candidate_uuid: "31127d783f58498f85b2a3bd9d901cd4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9b4d0882e68349cea1d6d268763f49e6" is_pre_election: true
I20260608 12:40:20.785953  2324 raft_consensus.cc:2468] T 5ae7ccadbb8d45dbb5b1334652cf39ee P b749f84c22284408b9d83cc93a87a689 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 31127d783f58498f85b2a3bd9d901cd4 in term 0.
I20260608 12:40:20.786079  2250 raft_consensus.cc:2468] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9b4d0882e68349cea1d6d268763f49e6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 31127d783f58498f85b2a3bd9d901cd4 in term 0.
I20260608 12:40:20.787519  2141 leader_election.cc:304] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 31127d783f58498f85b2a3bd9d901cd4, b749f84c22284408b9d83cc93a87a689; no voters: 
I20260608 12:40:20.788309  2379 raft_consensus.cc:2804] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:20.788589  2379 raft_consensus.cc:493] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:20.788899  2379 raft_consensus.cc:3060] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:20.817296  2379 raft_consensus.cc:515] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } }
I20260608 12:40:20.819809  2379 leader_election.cc:290] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [CANDIDATE]: Term 1 election: Requested vote from peers 9b4d0882e68349cea1d6d268763f49e6 (127.0.107.194:33889), b749f84c22284408b9d83cc93a87a689 (127.0.107.195:34077)
I20260608 12:40:20.820668  2250 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5ae7ccadbb8d45dbb5b1334652cf39ee" candidate_uuid: "31127d783f58498f85b2a3bd9d901cd4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9b4d0882e68349cea1d6d268763f49e6"
I20260608 12:40:20.821133  2324 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5ae7ccadbb8d45dbb5b1334652cf39ee" candidate_uuid: "31127d783f58498f85b2a3bd9d901cd4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b749f84c22284408b9d83cc93a87a689"
I20260608 12:40:20.821367  2250 raft_consensus.cc:3060] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9b4d0882e68349cea1d6d268763f49e6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:20.821753  2324 raft_consensus.cc:3060] T 5ae7ccadbb8d45dbb5b1334652cf39ee P b749f84c22284408b9d83cc93a87a689 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:20.875459  2374 raft_consensus.cc:493] T 8e2853f54d5f472888687f1ffc09e719 P 9b4d0882e68349cea1d6d268763f49e6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:20.876142  2374 raft_consensus.cc:515] T 8e2853f54d5f472888687f1ffc09e719 P 9b4d0882e68349cea1d6d268763f49e6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } } peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } }
I20260608 12:40:20.878863  2374 leader_election.cc:290] T 8e2853f54d5f472888687f1ffc09e719 P 9b4d0882e68349cea1d6d268763f49e6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 31127d783f58498f85b2a3bd9d901cd4 (127.0.107.193:34805), b749f84c22284408b9d83cc93a87a689 (127.0.107.195:34077)
I20260608 12:40:20.891388  2175 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8e2853f54d5f472888687f1ffc09e719" candidate_uuid: "9b4d0882e68349cea1d6d268763f49e6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "31127d783f58498f85b2a3bd9d901cd4" is_pre_election: true
I20260608 12:40:20.892220  2175 raft_consensus.cc:2468] T 8e2853f54d5f472888687f1ffc09e719 P 31127d783f58498f85b2a3bd9d901cd4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9b4d0882e68349cea1d6d268763f49e6 in term 0.
I20260608 12:40:20.893210  2323 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8e2853f54d5f472888687f1ffc09e719" candidate_uuid: "9b4d0882e68349cea1d6d268763f49e6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b749f84c22284408b9d83cc93a87a689" is_pre_election: true
I20260608 12:40:20.893599  2215 leader_election.cc:304] T 8e2853f54d5f472888687f1ffc09e719 P 9b4d0882e68349cea1d6d268763f49e6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 31127d783f58498f85b2a3bd9d901cd4, 9b4d0882e68349cea1d6d268763f49e6; no voters: 
I20260608 12:40:20.893981  2323 raft_consensus.cc:2468] T 8e2853f54d5f472888687f1ffc09e719 P b749f84c22284408b9d83cc93a87a689 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9b4d0882e68349cea1d6d268763f49e6 in term 0.
I20260608 12:40:20.894579  2374 raft_consensus.cc:2804] T 8e2853f54d5f472888687f1ffc09e719 P 9b4d0882e68349cea1d6d268763f49e6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:20.895017  2374 raft_consensus.cc:493] T 8e2853f54d5f472888687f1ffc09e719 P 9b4d0882e68349cea1d6d268763f49e6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:20.895366  2374 raft_consensus.cc:3060] T 8e2853f54d5f472888687f1ffc09e719 P 9b4d0882e68349cea1d6d268763f49e6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:20.908531  2250 raft_consensus.cc:2468] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9b4d0882e68349cea1d6d268763f49e6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 31127d783f58498f85b2a3bd9d901cd4 in term 1.
I20260608 12:40:20.908531  2324 raft_consensus.cc:2468] T 5ae7ccadbb8d45dbb5b1334652cf39ee P b749f84c22284408b9d83cc93a87a689 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 31127d783f58498f85b2a3bd9d901cd4 in term 1.
I20260608 12:40:20.910481  2141 leader_election.cc:304] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [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: 31127d783f58498f85b2a3bd9d901cd4, b749f84c22284408b9d83cc93a87a689; no voters: 
I20260608 12:40:20.911419  2379 raft_consensus.cc:2804] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:20.913260  2379 raft_consensus.cc:697] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [term 1 LEADER]: Becoming Leader. State: Replica: 31127d783f58498f85b2a3bd9d901cd4, State: Running, Role: LEADER
I20260608 12:40:20.914925  2379 consensus_queue.cc:237] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } }
I20260608 12:40:20.924481  2072 catalog_manager.cc:5696] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 31127d783f58498f85b2a3bd9d901cd4 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "31127d783f58498f85b2a3bd9d901cd4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:21.008381  2374 raft_consensus.cc:515] T 8e2853f54d5f472888687f1ffc09e719 P 9b4d0882e68349cea1d6d268763f49e6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } } peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } }
I20260608 12:40:21.011945  2374 leader_election.cc:290] T 8e2853f54d5f472888687f1ffc09e719 P 9b4d0882e68349cea1d6d268763f49e6 [CANDIDATE]: Term 1 election: Requested vote from peers 31127d783f58498f85b2a3bd9d901cd4 (127.0.107.193:34805), b749f84c22284408b9d83cc93a87a689 (127.0.107.195:34077)
I20260608 12:40:21.012492  2175 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8e2853f54d5f472888687f1ffc09e719" candidate_uuid: "9b4d0882e68349cea1d6d268763f49e6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "31127d783f58498f85b2a3bd9d901cd4"
I20260608 12:40:21.012631  2324 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8e2853f54d5f472888687f1ffc09e719" candidate_uuid: "9b4d0882e68349cea1d6d268763f49e6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b749f84c22284408b9d83cc93a87a689"
I20260608 12:40:21.013453  2324 raft_consensus.cc:3060] T 8e2853f54d5f472888687f1ffc09e719 P b749f84c22284408b9d83cc93a87a689 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:21.013360  2175 raft_consensus.cc:3060] T 8e2853f54d5f472888687f1ffc09e719 P 31127d783f58498f85b2a3bd9d901cd4 [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:40:21.030331  2121 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:40:21.034170  2126 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
W20260608 12:40:21.035006  2126 auto_leader_rebalancer.cc:460] the master instance isn't leader: Service unavailable: Tablet not running
I20260608 12:40:21.112922  2324 raft_consensus.cc:2468] T 8e2853f54d5f472888687f1ffc09e719 P b749f84c22284408b9d83cc93a87a689 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9b4d0882e68349cea1d6d268763f49e6 in term 1.
I20260608 12:40:21.112929  2175 raft_consensus.cc:2468] T 8e2853f54d5f472888687f1ffc09e719 P 31127d783f58498f85b2a3bd9d901cd4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9b4d0882e68349cea1d6d268763f49e6 in term 1.
I20260608 12:40:21.114634  2215 leader_election.cc:304] T 8e2853f54d5f472888687f1ffc09e719 P 9b4d0882e68349cea1d6d268763f49e6 [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: 31127d783f58498f85b2a3bd9d901cd4, 9b4d0882e68349cea1d6d268763f49e6; no voters: 
I20260608 12:40:21.115373  2374 raft_consensus.cc:2804] T 8e2853f54d5f472888687f1ffc09e719 P 9b4d0882e68349cea1d6d268763f49e6 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:21.116416  2374 raft_consensus.cc:697] T 8e2853f54d5f472888687f1ffc09e719 P 9b4d0882e68349cea1d6d268763f49e6 [term 1 LEADER]: Becoming Leader. State: Replica: 9b4d0882e68349cea1d6d268763f49e6, State: Running, Role: LEADER
I20260608 12:40:21.117285  2374 consensus_queue.cc:237] T 8e2853f54d5f472888687f1ffc09e719 P 9b4d0882e68349cea1d6d268763f49e6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } } peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } }
I20260608 12:40:21.125365  2072 catalog_manager.cc:5696] T 8e2853f54d5f472888687f1ffc09e719 P 9b4d0882e68349cea1d6d268763f49e6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9b4d0882e68349cea1d6d268763f49e6 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "9b4d0882e68349cea1d6d268763f49e6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:21.317255  2379 consensus_queue.cc:1048] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:21.331321  2379 consensus_queue.cc:1048] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:21.706851  2374 consensus_queue.cc:1048] T 8e2853f54d5f472888687f1ffc09e719 P 9b4d0882e68349cea1d6d268763f49e6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:21.718554  2396 consensus_queue.cc:1048] T 8e2853f54d5f472888687f1ffc09e719 P 9b4d0882e68349cea1d6d268763f49e6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:23.036293  2126 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:23.038980  2126 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:23.039466  2126 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:25.040477  2126 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:25.042745  2126 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:25.043105  2126 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:27.044003  2126 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:27.046066  2126 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:27.046365  2126 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:29.047649  2126 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:29.050493  2126 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:29.051004  2126 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:31.052075  2126 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:31.054419  2126 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:31.054827  2126 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:33.056026  2126 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:33.058467  2126 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:33.058905  2126 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:33.220755   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:33.231050  2409 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:33.231213  2410 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:33.238552  2412 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:33.239815   431 server_base.cc:1061] running on GCE node
I20260608 12:40:33.241530   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:33.241889   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:33.242094   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922433242074 us; error 0 us; skew 500 ppm
I20260608 12:40:33.242738   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:33.246049   431 webserver.cc:533] Webserver started at http://127.0.107.196:43093/ using document root <none> and password file <none>
I20260608 12:40:33.246626   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:33.246814   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:33.247130   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:33.248661   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922397207313-431-0/minicluster-data/ts-3-root/instance:
uuid: "9ed79d6aae7a427bb7f7716dada45357"
format_stamp: "Formatted at 2026-06-08 12:40:33 on dist-test-slave-1zds"
I20260608 12:40:33.254568   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260608 12:40:33.258782  2417 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:33.259881   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260608 12:40:33.260236   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922397207313-431-0/minicluster-data/ts-3-root
uuid: "9ed79d6aae7a427bb7f7716dada45357"
format_stamp: "Formatted at 2026-06-08 12:40:33 on dist-test-slave-1zds"
I20260608 12:40:33.260583   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922397207313-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922397207313-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922397207313-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:33.275732   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:33.277382   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:33.279287   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:33.282583   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:33.282953   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:33.283304   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:33.283573   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:33.337193   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:37177
I20260608 12:40:33.337369  2479 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:37177 every 8 connection(s)
I20260608 12:40:33.356127  2480 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33991
I20260608 12:40:33.356616  2480 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:33.357556  2480 heartbeater.cc:507] Master 127.0.107.254:33991 requested a full tablet report, sending...
I20260608 12:40:33.360059  2070 ts_manager.cc:194] Registered new tserver with Master: 9ed79d6aae7a427bb7f7716dada45357 (127.0.107.196:37177)
I20260608 12:40:33.362223  2070 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57880
I20260608 12:40:34.116820  2175 consensus_queue.cc:237] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [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: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } attrs { replace: true } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } } peers { permanent_uuid: "9ed79d6aae7a427bb7f7716dada45357" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37177 } attrs { promote: true } }
I20260608 12:40:34.125741  2324 raft_consensus.cc:1275] T 5ae7ccadbb8d45dbb5b1334652cf39ee P b749f84c22284408b9d83cc93a87a689 [term 1 FOLLOWER]: Refusing update from remote peer 31127d783f58498f85b2a3bd9d901cd4: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:40:34.127373  2250 raft_consensus.cc:1275] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9b4d0882e68349cea1d6d268763f49e6 [term 1 FOLLOWER]: Refusing update from remote peer 31127d783f58498f85b2a3bd9d901cd4: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:40:34.128062  2401 consensus_queue.cc:1048] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:40:34.129773  2489 consensus_queue.cc:1048] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:40:34.141435  2401 raft_consensus.cc:2955] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 9ed79d6aae7a427bb7f7716dada45357 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } attrs { replace: true } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } } peers { permanent_uuid: "9ed79d6aae7a427bb7f7716dada45357" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37177 } attrs { promote: true } } }
I20260608 12:40:34.143819  2324 raft_consensus.cc:2955] T 5ae7ccadbb8d45dbb5b1334652cf39ee P b749f84c22284408b9d83cc93a87a689 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 9ed79d6aae7a427bb7f7716dada45357 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } attrs { replace: true } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } } peers { permanent_uuid: "9ed79d6aae7a427bb7f7716dada45357" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37177 } attrs { promote: true } } }
I20260608 12:40:34.147137  2250 raft_consensus.cc:2955] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9b4d0882e68349cea1d6d268763f49e6 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 9ed79d6aae7a427bb7f7716dada45357 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } attrs { replace: true } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } } peers { permanent_uuid: "9ed79d6aae7a427bb7f7716dada45357" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37177 } attrs { promote: true } } }
W20260608 12:40:34.159252  2139 consensus_peers.cc:597] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 -> Peer 9ed79d6aae7a427bb7f7716dada45357 (127.0.107.196:37177): Couldn't send request to peer 9ed79d6aae7a427bb7f7716dada45357. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 5ae7ccadbb8d45dbb5b1334652cf39ee. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:34.161190  2070 catalog_manager.cc:5696] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 reported cstate change: config changed from index -1 to 2, NON_VOTER 9ed79d6aae7a427bb7f7716dada45357 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "31127d783f58498f85b2a3bd9d901cd4" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9ed79d6aae7a427bb7f7716dada45357" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37177 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:34.365443  2480 heartbeater.cc:499] Master 127.0.107.254:33991 was elected leader, sending a full tablet report...
I20260608 12:40:35.089560  2126 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:35.092617  2126 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:35.093096  2126 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:35.173236  2502 ts_tablet_manager.cc:933] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9ed79d6aae7a427bb7f7716dada45357: Initiating tablet copy from peer 31127d783f58498f85b2a3bd9d901cd4 (127.0.107.193:34805)
I20260608 12:40:35.179662  2502 tablet_copy_client.cc:323] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9ed79d6aae7a427bb7f7716dada45357: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:34805
I20260608 12:40:35.194516  2185 tablet_copy_service.cc:140] P 31127d783f58498f85b2a3bd9d901cd4: Received BeginTabletCopySession request for tablet 5ae7ccadbb8d45dbb5b1334652cf39ee from peer 9ed79d6aae7a427bb7f7716dada45357 ({username='slave'} at 127.0.0.1:54046)
I20260608 12:40:35.195132  2185 tablet_copy_service.cc:161] P 31127d783f58498f85b2a3bd9d901cd4: Beginning new tablet copy session on tablet 5ae7ccadbb8d45dbb5b1334652cf39ee from peer 9ed79d6aae7a427bb7f7716dada45357 at {username='slave'} at 127.0.0.1:54046: session id = 9ed79d6aae7a427bb7f7716dada45357-5ae7ccadbb8d45dbb5b1334652cf39ee
I20260608 12:40:35.204026  2185 tablet_copy_source_session.cc:215] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:35.207476  2502 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5ae7ccadbb8d45dbb5b1334652cf39ee. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:35.218640  2502 tablet_copy_client.cc:806] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9ed79d6aae7a427bb7f7716dada45357: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:35.219308  2502 tablet_copy_client.cc:670] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9ed79d6aae7a427bb7f7716dada45357: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:35.223229  2502 tablet_copy_client.cc:538] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9ed79d6aae7a427bb7f7716dada45357: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:35.234206  2502 tablet_bootstrap.cc:492] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9ed79d6aae7a427bb7f7716dada45357: Bootstrap starting.
I20260608 12:40:35.253739  2502 tablet_bootstrap.cc:492] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9ed79d6aae7a427bb7f7716dada45357: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:35.254552  2502 tablet_bootstrap.cc:492] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9ed79d6aae7a427bb7f7716dada45357: Bootstrap complete.
I20260608 12:40:35.255137  2502 ts_tablet_manager.cc:1403] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9ed79d6aae7a427bb7f7716dada45357: Time spent bootstrapping tablet: real 0.021s	user 0.019s	sys 0.000s
I20260608 12:40:35.257591  2502 raft_consensus.cc:359] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9ed79d6aae7a427bb7f7716dada45357 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } attrs { replace: true } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } } peers { permanent_uuid: "9ed79d6aae7a427bb7f7716dada45357" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37177 } attrs { promote: true } }
I20260608 12:40:35.258273  2502 raft_consensus.cc:740] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9ed79d6aae7a427bb7f7716dada45357 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 9ed79d6aae7a427bb7f7716dada45357, State: Initialized, Role: LEARNER
I20260608 12:40:35.258850  2502 consensus_queue.cc:260] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9ed79d6aae7a427bb7f7716dada45357 [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: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } attrs { replace: true } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } } peers { permanent_uuid: "9ed79d6aae7a427bb7f7716dada45357" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37177 } attrs { promote: true } }
I20260608 12:40:35.261281  2502 ts_tablet_manager.cc:1434] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9ed79d6aae7a427bb7f7716dada45357: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260608 12:40:35.263299  2185 tablet_copy_service.cc:342] P 31127d783f58498f85b2a3bd9d901cd4: Request end of tablet copy session 9ed79d6aae7a427bb7f7716dada45357-5ae7ccadbb8d45dbb5b1334652cf39ee received from {username='slave'} at 127.0.0.1:54046
I20260608 12:40:35.263811  2185 tablet_copy_service.cc:434] P 31127d783f58498f85b2a3bd9d901cd4: ending tablet copy session 9ed79d6aae7a427bb7f7716dada45357-5ae7ccadbb8d45dbb5b1334652cf39ee on tablet 5ae7ccadbb8d45dbb5b1334652cf39ee with peer 9ed79d6aae7a427bb7f7716dada45357
W20260608 12:40:35.554384  2104 debug-util.cc:398] Leaking SignalData structure 0x7b08001a5d80 after lost signal to thread 434
W20260608 12:40:35.555299  2104 debug-util.cc:398] Leaking SignalData structure 0x7b08001e0e00 after lost signal to thread 2107
W20260608 12:40:35.556918  2104 debug-util.cc:398] Leaking SignalData structure 0x7b08001711a0 after lost signal to thread 2274
W20260608 12:40:35.557767  2104 debug-util.cc:398] Leaking SignalData structure 0x7b080021d6e0 after lost signal to thread 2348
W20260608 12:40:35.558673  2104 debug-util.cc:398] Leaking SignalData structure 0x7b0800167500 after lost signal to thread 2479
I20260608 12:40:35.612452  2455 raft_consensus.cc:1217] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9ed79d6aae7a427bb7f7716dada45357 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:40:36.031976  2488 raft_consensus.cc:1064] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4: attempting to promote NON_VOTER 9ed79d6aae7a427bb7f7716dada45357 to VOTER
I20260608 12:40:36.035075  2488 consensus_queue.cc:237] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [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: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } attrs { replace: true } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } } peers { permanent_uuid: "9ed79d6aae7a427bb7f7716dada45357" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37177 } attrs { promote: false } }
I20260608 12:40:36.043977  2324 raft_consensus.cc:1275] T 5ae7ccadbb8d45dbb5b1334652cf39ee P b749f84c22284408b9d83cc93a87a689 [term 1 FOLLOWER]: Refusing update from remote peer 31127d783f58498f85b2a3bd9d901cd4: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:40:36.047283  2489 consensus_queue.cc:1048] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:36.048774  2455 raft_consensus.cc:1275] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9ed79d6aae7a427bb7f7716dada45357 [term 1 LEARNER]: Refusing update from remote peer 31127d783f58498f85b2a3bd9d901cd4: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:40:36.049587  2250 raft_consensus.cc:1275] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9b4d0882e68349cea1d6d268763f49e6 [term 1 FOLLOWER]: Refusing update from remote peer 31127d783f58498f85b2a3bd9d901cd4: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:40:36.054946  2510 consensus_queue.cc:1048] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ed79d6aae7a427bb7f7716dada45357" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37177 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:40:36.058049  2510 consensus_queue.cc:1048] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:40:36.084558  2488 raft_consensus.cc:2955] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 9ed79d6aae7a427bb7f7716dada45357 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } attrs { replace: true } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } } peers { permanent_uuid: "9ed79d6aae7a427bb7f7716dada45357" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37177 } attrs { promote: false } } }
I20260608 12:40:36.088829  2455 raft_consensus.cc:2955] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9ed79d6aae7a427bb7f7716dada45357 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 9ed79d6aae7a427bb7f7716dada45357 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } attrs { replace: true } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } } peers { permanent_uuid: "9ed79d6aae7a427bb7f7716dada45357" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37177 } attrs { promote: false } } }
I20260608 12:40:36.093380  2250 raft_consensus.cc:2955] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9b4d0882e68349cea1d6d268763f49e6 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 9ed79d6aae7a427bb7f7716dada45357 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } attrs { replace: true } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } } peers { permanent_uuid: "9ed79d6aae7a427bb7f7716dada45357" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37177 } attrs { promote: false } } }
I20260608 12:40:36.106511  2072 catalog_manager.cc:5696] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9ed79d6aae7a427bb7f7716dada45357 reported cstate change: config changed from index 2 to 3, 9ed79d6aae7a427bb7f7716dada45357 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "31127d783f58498f85b2a3bd9d901cd4" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } attrs { replace: true } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } } peers { permanent_uuid: "9ed79d6aae7a427bb7f7716dada45357" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37177 } attrs { promote: false } } }
I20260608 12:40:36.108711  2324 raft_consensus.cc:2955] T 5ae7ccadbb8d45dbb5b1334652cf39ee P b749f84c22284408b9d83cc93a87a689 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 9ed79d6aae7a427bb7f7716dada45357 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "9b4d0882e68349cea1d6d268763f49e6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33889 } attrs { replace: true } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } } peers { permanent_uuid: "9ed79d6aae7a427bb7f7716dada45357" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37177 } attrs { promote: false } } }
I20260608 12:40:36.148458  2175 consensus_queue.cc:237] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [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: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } } peers { permanent_uuid: "9ed79d6aae7a427bb7f7716dada45357" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37177 } attrs { promote: false } }
I20260608 12:40:36.156719  2455 raft_consensus.cc:1275] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9ed79d6aae7a427bb7f7716dada45357 [term 1 FOLLOWER]: Refusing update from remote peer 31127d783f58498f85b2a3bd9d901cd4: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:40:36.158841  2488 consensus_queue.cc:1048] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ed79d6aae7a427bb7f7716dada45357" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37177 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:40:36.163719  2324 raft_consensus.cc:1275] T 5ae7ccadbb8d45dbb5b1334652cf39ee P b749f84c22284408b9d83cc93a87a689 [term 1 FOLLOWER]: Refusing update from remote peer 31127d783f58498f85b2a3bd9d901cd4: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:40:36.165453  2488 consensus_queue.cc:1048] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:36.168817  2509 raft_consensus.cc:2955] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 9b4d0882e68349cea1d6d268763f49e6 (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } } peers { permanent_uuid: "9ed79d6aae7a427bb7f7716dada45357" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37177 } attrs { promote: false } } }
I20260608 12:40:36.176626  2324 raft_consensus.cc:2955] T 5ae7ccadbb8d45dbb5b1334652cf39ee P b749f84c22284408b9d83cc93a87a689 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 9b4d0882e68349cea1d6d268763f49e6 (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } } peers { permanent_uuid: "9ed79d6aae7a427bb7f7716dada45357" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37177 } attrs { promote: false } } }
I20260608 12:40:36.180202  2059 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 5ae7ccadbb8d45dbb5b1334652cf39ee with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:36.178753  2455 raft_consensus.cc:2955] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9ed79d6aae7a427bb7f7716dada45357 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 9b4d0882e68349cea1d6d268763f49e6 (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } } peers { permanent_uuid: "9ed79d6aae7a427bb7f7716dada45357" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37177 } attrs { promote: false } } }
I20260608 12:40:36.190429  2070 catalog_manager.cc:5696] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 reported cstate change: config changed from index 3 to 4, VOTER 9b4d0882e68349cea1d6d268763f49e6 (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "31127d783f58498f85b2a3bd9d901cd4" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9ed79d6aae7a427bb7f7716dada45357" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37177 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:36.206349  2239 tablet_service.cc:1558] Processing DeleteTablet for tablet 5ae7ccadbb8d45dbb5b1334652cf39ee with delete_type TABLET_DATA_TOMBSTONED (TS 9b4d0882e68349cea1d6d268763f49e6 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:55090
I20260608 12:40:36.214262  2519 tablet_replica.cc:333] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9b4d0882e68349cea1d6d268763f49e6: stopping tablet replica
I20260608 12:40:36.215065  2519 raft_consensus.cc:2243] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9b4d0882e68349cea1d6d268763f49e6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:36.215642  2519 raft_consensus.cc:2272] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9b4d0882e68349cea1d6d268763f49e6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:36.218518  2519 ts_tablet_manager.cc:1916] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9b4d0882e68349cea1d6d268763f49e6: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:36.229318  2519 ts_tablet_manager.cc:1929] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9b4d0882e68349cea1d6d268763f49e6: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:40:36.229722  2519 log.cc:1199] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9b4d0882e68349cea1d6d268763f49e6: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922397207313-431-0/minicluster-data/ts-1-root/wals/5ae7ccadbb8d45dbb5b1334652cf39ee
I20260608 12:40:36.231490  2058 catalog_manager.cc:5027] TS 9b4d0882e68349cea1d6d268763f49e6 (127.0.107.194:33889): tablet 5ae7ccadbb8d45dbb5b1334652cf39ee (table test-workload [id=781d3f23db9446c4ac21682d7fa59843]) successfully deleted
I20260608 12:40:37.094223  2126 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:37.096477  2126 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:37.096889  2126 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:39.098115  2126 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:39.100440  2126 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:39.100806  2126 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:41.102077  2126 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:41.104472  2126 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:41.104902  2126 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:43.106011  2126 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:43.108250  2126 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:43.108615  2126 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:45.109597  2126 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:45.111718  2126 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:45.112097  2126 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:47.781991  2126 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:47.784894  2126 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:47.785290  2126 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:47.810602   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
W20260608 12:40:47.813957  2345 debug-util.cc:398] Leaking SignalData structure 0x7b080004f420 after lost signal to thread 434
W20260608 12:40:47.815433  2345 debug-util.cc:398] Leaking SignalData structure 0x7b080004fb00 after lost signal to thread 2107
W20260608 12:40:47.817152  2345 debug-util.cc:398] Leaking SignalData structure 0x7b08000d8f60 after lost signal to thread 2199
W20260608 12:40:47.819150  2345 debug-util.cc:398] Leaking SignalData structure 0x7b080015ee60 after lost signal to thread 2274
W20260608 12:40:47.820510  2345 debug-util.cc:398] Leaking SignalData structure 0x7b0800161dc0 after lost signal to thread 2348
W20260608 12:40:47.823253  2345 debug-util.cc:398] Leaking SignalData structure 0x7b080016b900 after lost signal to thread 2479
I20260608 12:40:47.852655   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:47.853646   431 tablet_replica.cc:333] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4: stopping tablet replica
I20260608 12:40:47.854525   431 raft_consensus.cc:2243] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:47.855927   431 raft_consensus.cc:2272] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 31127d783f58498f85b2a3bd9d901cd4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.859318   431 tablet_replica.cc:333] T 8e2853f54d5f472888687f1ffc09e719 P 31127d783f58498f85b2a3bd9d901cd4: stopping tablet replica
I20260608 12:40:47.859838   431 raft_consensus.cc:2243] T 8e2853f54d5f472888687f1ffc09e719 P 31127d783f58498f85b2a3bd9d901cd4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:47.860345   431 raft_consensus.cc:2272] T 8e2853f54d5f472888687f1ffc09e719 P 31127d783f58498f85b2a3bd9d901cd4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.886255   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:40:47.903437   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:40:47.934077   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:47.935086   431 tablet_replica.cc:333] T 8e2853f54d5f472888687f1ffc09e719 P 9b4d0882e68349cea1d6d268763f49e6: stopping tablet replica
I20260608 12:40:47.935704   431 raft_consensus.cc:2243] T 8e2853f54d5f472888687f1ffc09e719 P 9b4d0882e68349cea1d6d268763f49e6 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:47.936671   431 raft_consensus.cc:2272] T 8e2853f54d5f472888687f1ffc09e719 P 9b4d0882e68349cea1d6d268763f49e6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:47.959929   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:40:47.974669   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:40:48.009549   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:48.010617   431 tablet_replica.cc:333] T 8e2853f54d5f472888687f1ffc09e719 P b749f84c22284408b9d83cc93a87a689: stopping tablet replica
I20260608 12:40:48.011612   431 raft_consensus.cc:2243] T 8e2853f54d5f472888687f1ffc09e719 P b749f84c22284408b9d83cc93a87a689 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:48.012329   431 raft_consensus.cc:2272] T 8e2853f54d5f472888687f1ffc09e719 P b749f84c22284408b9d83cc93a87a689 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:48.015981   431 tablet_replica.cc:333] T 5ae7ccadbb8d45dbb5b1334652cf39ee P b749f84c22284408b9d83cc93a87a689: stopping tablet replica
I20260608 12:40:48.016721   431 raft_consensus.cc:2243] T 5ae7ccadbb8d45dbb5b1334652cf39ee P b749f84c22284408b9d83cc93a87a689 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:48.017913   431 raft_consensus.cc:2272] T 5ae7ccadbb8d45dbb5b1334652cf39ee P b749f84c22284408b9d83cc93a87a689 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:40:48.403452  2104 debug-util.cc:398] Leaking SignalData structure 0x7b08001675e0 after lost signal to thread 434
W20260608 12:40:48.404412  2104 debug-util.cc:398] Leaking SignalData structure 0x7b080016b940 after lost signal to thread 2107
W20260608 12:40:48.405380  2104 debug-util.cc:398] Leaking SignalData structure 0x7b08001294c0 after lost signal to thread 2199
W20260608 12:40:48.406278  2104 debug-util.cc:398] Leaking SignalData structure 0x7b080011a220 after lost signal to thread 2274
W20260608 12:40:48.407092  2104 debug-util.cc:398] Leaking SignalData structure 0x7b08000485c0 after lost signal to thread 2348
W20260608 12:40:48.407980  2104 debug-util.cc:398] Leaking SignalData structure 0x7b08000481a0 after lost signal to thread 2479
W20260608 12:40:49.041262   431 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 2345)
I20260608 12:40:49.319298  2529 raft_consensus.cc:493] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9ed79d6aae7a427bb7f7716dada45357 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 31127d783f58498f85b2a3bd9d901cd4)
I20260608 12:40:49.319898  2529 raft_consensus.cc:515] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9ed79d6aae7a427bb7f7716dada45357 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "31127d783f58498f85b2a3bd9d901cd4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34805 } } peers { permanent_uuid: "b749f84c22284408b9d83cc93a87a689" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34077 } } peers { permanent_uuid: "9ed79d6aae7a427bb7f7716dada45357" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37177 } attrs { promote: false } }
I20260608 12:40:49.322841  2529 leader_election.cc:290] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9ed79d6aae7a427bb7f7716dada45357 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 31127d783f58498f85b2a3bd9d901cd4 (127.0.107.193:34805), b749f84c22284408b9d83cc93a87a689 (127.0.107.195:34077)
W20260608 12:40:49.327399  2420 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34805: connect: Connection refused (error 111) [suppressed 7 similar messages]
W20260608 12:40:49.331636  2421 leader_election.cc:336] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9ed79d6aae7a427bb7f7716dada45357 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b749f84c22284408b9d83cc93a87a689 (127.0.107.195:34077): Network error: Client connection negotiation failed: client connection to 127.0.107.195:34077: connect: Connection refused (error 111)
W20260608 12:40:49.332356  2420 leader_election.cc:336] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9ed79d6aae7a427bb7f7716dada45357 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 31127d783f58498f85b2a3bd9d901cd4 (127.0.107.193:34805): Network error: Client connection negotiation failed: client connection to 127.0.107.193:34805: connect: Connection refused (error 111)
I20260608 12:40:49.332792  2420 leader_election.cc:304] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9ed79d6aae7a427bb7f7716dada45357 [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: 9ed79d6aae7a427bb7f7716dada45357; no voters: 31127d783f58498f85b2a3bd9d901cd4, b749f84c22284408b9d83cc93a87a689
I20260608 12:40:49.333535  2529 raft_consensus.cc:2749] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9ed79d6aae7a427bb7f7716dada45357 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:40:49.786409  2126 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:49.789578  2126 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:49.790124  2126 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:40:50.042035   431 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 2345)
I20260608 12:40:50.327443   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:40:50.340873   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:40:50.365329   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:50.366196   431 tablet_replica.cc:333] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9ed79d6aae7a427bb7f7716dada45357: stopping tablet replica
I20260608 12:40:50.366732   431 raft_consensus.cc:2243] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9ed79d6aae7a427bb7f7716dada45357 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:50.367429   431 raft_consensus.cc:2272] T 5ae7ccadbb8d45dbb5b1334652cf39ee P 9ed79d6aae7a427bb7f7716dada45357 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:50.387351   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:40:50.398345   431 master.cc:562] Master@127.0.107.254:33991 shutting down...
I20260608 12:40:50.418479   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 1406d086c3a448f5ac3103d5d5e8e521 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:50.419184   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 1406d086c3a448f5ac3103d5d5e8e521 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:50.419538   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 1406d086c3a448f5ac3103d5d5e8e521: stopping tablet replica
I20260608 12:40:50.462122   431 master.cc:584] Master@127.0.107.254:33991 shutdown complete.
[       OK ] AutoRebalancerTest.MovesScheduledIfAddTserver (31617 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfNoTservers
I20260608 12:40:50.502923   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:33545
I20260608 12:40:50.504297   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:50.511065  2534 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:50.511170  2533 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:50.511571  2536 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:50.512705   431 server_base.cc:1061] running on GCE node
I20260608 12:40:50.513897   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:50.514101   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:50.514230   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922450514216 us; error 0 us; skew 500 ppm
I20260608 12:40:50.514807   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:50.517328   431 webserver.cc:533] Webserver started at http://127.0.107.254:40297/ using document root <none> and password file <none>
I20260608 12:40:50.517946   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:50.518136   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:50.518393   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:50.519654   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780922397207313-431-0/minicluster-data/master-0-root/instance:
uuid: "df067cd22392485da4f17b468d3789fa"
format_stamp: "Formatted at 2026-06-08 12:40:50 on dist-test-slave-1zds"
I20260608 12:40:50.525110   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:40:50.529184  2541 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:50.530067   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:40:50.530422   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780922397207313-431-0/minicluster-data/master-0-root
uuid: "df067cd22392485da4f17b468d3789fa"
format_stamp: "Formatted at 2026-06-08 12:40:50 on dist-test-slave-1zds"
I20260608 12:40:50.530781   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780922397207313-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780922397207313-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780922397207313-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:50.556717   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:50.558118   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:50.598191   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:33545
I20260608 12:40:50.598325  2592 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:33545 every 8 connection(s)
I20260608 12:40:50.602600  2593 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:50.612943  2593 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P df067cd22392485da4f17b468d3789fa: Bootstrap starting.
I20260608 12:40:50.617923  2593 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P df067cd22392485da4f17b468d3789fa: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:50.622718  2593 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P df067cd22392485da4f17b468d3789fa: No bootstrap required, opened a new log
I20260608 12:40:50.625113  2593 raft_consensus.cc:359] T 00000000000000000000000000000000 P df067cd22392485da4f17b468d3789fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "df067cd22392485da4f17b468d3789fa" member_type: VOTER }
I20260608 12:40:50.625511  2593 raft_consensus.cc:385] T 00000000000000000000000000000000 P df067cd22392485da4f17b468d3789fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:50.625811  2593 raft_consensus.cc:740] T 00000000000000000000000000000000 P df067cd22392485da4f17b468d3789fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: df067cd22392485da4f17b468d3789fa, State: Initialized, Role: FOLLOWER
I20260608 12:40:50.626457  2593 consensus_queue.cc:260] T 00000000000000000000000000000000 P df067cd22392485da4f17b468d3789fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "df067cd22392485da4f17b468d3789fa" member_type: VOTER }
I20260608 12:40:50.626917  2593 raft_consensus.cc:399] T 00000000000000000000000000000000 P df067cd22392485da4f17b468d3789fa [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:40:50.627148  2593 raft_consensus.cc:493] T 00000000000000000000000000000000 P df067cd22392485da4f17b468d3789fa [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:40:50.627437  2593 raft_consensus.cc:3060] T 00000000000000000000000000000000 P df067cd22392485da4f17b468d3789fa [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:50.632150  2593 raft_consensus.cc:515] T 00000000000000000000000000000000 P df067cd22392485da4f17b468d3789fa [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "df067cd22392485da4f17b468d3789fa" member_type: VOTER }
I20260608 12:40:50.632741  2593 leader_election.cc:304] T 00000000000000000000000000000000 P df067cd22392485da4f17b468d3789fa [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: df067cd22392485da4f17b468d3789fa; no voters: 
I20260608 12:40:50.634037  2593 leader_election.cc:290] T 00000000000000000000000000000000 P df067cd22392485da4f17b468d3789fa [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:40:50.634450  2596 raft_consensus.cc:2804] T 00000000000000000000000000000000 P df067cd22392485da4f17b468d3789fa [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:50.635875  2596 raft_consensus.cc:697] T 00000000000000000000000000000000 P df067cd22392485da4f17b468d3789fa [term 1 LEADER]: Becoming Leader. State: Replica: df067cd22392485da4f17b468d3789fa, State: Running, Role: LEADER
I20260608 12:40:50.636535  2596 consensus_queue.cc:237] T 00000000000000000000000000000000 P df067cd22392485da4f17b468d3789fa [LEADER]: Queue going to LEADER mode. State: All 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: "df067cd22392485da4f17b468d3789fa" member_type: VOTER }
I20260608 12:40:50.637106  2593 sys_catalog.cc:565] T 00000000000000000000000000000000 P df067cd22392485da4f17b468d3789fa [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:40:50.642566  2598 sys_catalog.cc:455] T 00000000000000000000000000000000 P df067cd22392485da4f17b468d3789fa [sys.catalog]: SysCatalogTable state changed. Reason: New leader df067cd22392485da4f17b468d3789fa. Latest consensus state: current_term: 1 leader_uuid: "df067cd22392485da4f17b468d3789fa" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "df067cd22392485da4f17b468d3789fa" member_type: VOTER } }
I20260608 12:40:50.643347  2598 sys_catalog.cc:458] T 00000000000000000000000000000000 P df067cd22392485da4f17b468d3789fa [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:50.643471  2597 sys_catalog.cc:455] T 00000000000000000000000000000000 P df067cd22392485da4f17b468d3789fa [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "df067cd22392485da4f17b468d3789fa" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "df067cd22392485da4f17b468d3789fa" member_type: VOTER } }
I20260608 12:40:50.644127  2597 sys_catalog.cc:458] T 00000000000000000000000000000000 P df067cd22392485da4f17b468d3789fa [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:50.645697  2605 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:40:50.652210  2605 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:40:50.653218   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:40:50.661935  2605 catalog_manager.cc:1382] Generated new cluster ID: 107e4a3738044dc1a1d88076208a5b7f
I20260608 12:40:50.662258  2605 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:40:50.680205  2605 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:40:50.681529  2605 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:40:50.696357  2605 catalog_manager.cc:6069] T 00000000000000000000000000000000 P df067cd22392485da4f17b468d3789fa: Generated new TSK 0
I20260608 12:40:50.697003  2605 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:40:50.718775   431 internal_mini_cluster.cc:371] 0 TS(s) registered with all masters after 0.000195157s
I20260608 12:41:02.819005   431 master.cc:562] Master@127.0.107.254:33545 shutting down...
I20260608 12:41:02.849319   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P df067cd22392485da4f17b468d3789fa [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:02.850260   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P df067cd22392485da4f17b468d3789fa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:02.850628   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P df067cd22392485da4f17b468d3789fa: stopping tablet replica
I20260608 12:41:02.871651   431 master.cc:584] Master@127.0.107.254:33545 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfNoTservers (12405 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfNoTablets
I20260608 12:41:02.908378   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:33805
I20260608 12:41:02.909613   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:02.916429  2616 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:02.917897  2617 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:02.918419  2619 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:02.919595   431 server_base.cc:1061] running on GCE node
I20260608 12:41:02.920346   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:02.920527   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:02.920682   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922462920669 us; error 0 us; skew 500 ppm
I20260608 12:41:02.921200   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:02.923964   431 webserver.cc:533] Webserver started at http://127.0.107.254:43649/ using document root <none> and password file <none>
I20260608 12:41:02.924463   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:02.924628   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:02.924857   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:02.926141   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922397207313-431-0/minicluster-data/master-0-root/instance:
uuid: "120f4a4aa09d4194b851b3c047395944"
format_stamp: "Formatted at 2026-06-08 12:41:02 on dist-test-slave-1zds"
I20260608 12:41:02.931298   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:41:02.935410  2624 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:02.936302   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260608 12:41:02.936640   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922397207313-431-0/minicluster-data/master-0-root
uuid: "120f4a4aa09d4194b851b3c047395944"
format_stamp: "Formatted at 2026-06-08 12:41:02 on dist-test-slave-1zds"
I20260608 12:41:02.936980   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922397207313-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922397207313-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922397207313-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:02.948050   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:02.949373   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:02.992328   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:33805
I20260608 12:41:02.992447  2675 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:33805 every 8 connection(s)
I20260608 12:41:02.996842  2676 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:03.008229  2676 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 120f4a4aa09d4194b851b3c047395944: Bootstrap starting.
I20260608 12:41:03.013417  2676 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 120f4a4aa09d4194b851b3c047395944: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:03.018452  2676 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 120f4a4aa09d4194b851b3c047395944: No bootstrap required, opened a new log
I20260608 12:41:03.020936  2676 raft_consensus.cc:359] T 00000000000000000000000000000000 P 120f4a4aa09d4194b851b3c047395944 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "120f4a4aa09d4194b851b3c047395944" member_type: VOTER }
I20260608 12:41:03.021396  2676 raft_consensus.cc:385] T 00000000000000000000000000000000 P 120f4a4aa09d4194b851b3c047395944 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:03.021677  2676 raft_consensus.cc:740] T 00000000000000000000000000000000 P 120f4a4aa09d4194b851b3c047395944 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 120f4a4aa09d4194b851b3c047395944, State: Initialized, Role: FOLLOWER
I20260608 12:41:03.022461  2676 consensus_queue.cc:260] T 00000000000000000000000000000000 P 120f4a4aa09d4194b851b3c047395944 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "120f4a4aa09d4194b851b3c047395944" member_type: VOTER }
I20260608 12:41:03.022972  2676 raft_consensus.cc:399] T 00000000000000000000000000000000 P 120f4a4aa09d4194b851b3c047395944 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:03.023203  2676 raft_consensus.cc:493] T 00000000000000000000000000000000 P 120f4a4aa09d4194b851b3c047395944 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:03.023491  2676 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 120f4a4aa09d4194b851b3c047395944 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:03.028321  2676 raft_consensus.cc:515] T 00000000000000000000000000000000 P 120f4a4aa09d4194b851b3c047395944 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "120f4a4aa09d4194b851b3c047395944" member_type: VOTER }
I20260608 12:41:03.028929  2676 leader_election.cc:304] T 00000000000000000000000000000000 P 120f4a4aa09d4194b851b3c047395944 [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: 120f4a4aa09d4194b851b3c047395944; no voters: 
I20260608 12:41:03.030134  2676 leader_election.cc:290] T 00000000000000000000000000000000 P 120f4a4aa09d4194b851b3c047395944 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:03.030685  2679 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 120f4a4aa09d4194b851b3c047395944 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:03.032181  2679 raft_consensus.cc:697] T 00000000000000000000000000000000 P 120f4a4aa09d4194b851b3c047395944 [term 1 LEADER]: Becoming Leader. State: Replica: 120f4a4aa09d4194b851b3c047395944, State: Running, Role: LEADER
I20260608 12:41:03.032991  2679 consensus_queue.cc:237] T 00000000000000000000000000000000 P 120f4a4aa09d4194b851b3c047395944 [LEADER]: Queue going to LEADER mode. State: All 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: "120f4a4aa09d4194b851b3c047395944" member_type: VOTER }
I20260608 12:41:03.033269  2676 sys_catalog.cc:565] T 00000000000000000000000000000000 P 120f4a4aa09d4194b851b3c047395944 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:03.036286  2681 sys_catalog.cc:455] T 00000000000000000000000000000000 P 120f4a4aa09d4194b851b3c047395944 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 120f4a4aa09d4194b851b3c047395944. Latest consensus state: current_term: 1 leader_uuid: "120f4a4aa09d4194b851b3c047395944" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "120f4a4aa09d4194b851b3c047395944" member_type: VOTER } }
I20260608 12:41:03.036350  2680 sys_catalog.cc:455] T 00000000000000000000000000000000 P 120f4a4aa09d4194b851b3c047395944 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "120f4a4aa09d4194b851b3c047395944" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "120f4a4aa09d4194b851b3c047395944" member_type: VOTER } }
I20260608 12:41:03.037043  2681 sys_catalog.cc:458] T 00000000000000000000000000000000 P 120f4a4aa09d4194b851b3c047395944 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:03.037110  2680 sys_catalog.cc:458] T 00000000000000000000000000000000 P 120f4a4aa09d4194b851b3c047395944 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:03.047204  2684 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:03.056517  2684 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:03.057653   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:03.067373  2684 catalog_manager.cc:1382] Generated new cluster ID: a538a47c135944e7b5217a880e4b52c1
I20260608 12:41:03.067729  2684 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:03.094877  2684 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:03.096309  2684 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:03.109962  2684 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 120f4a4aa09d4194b851b3c047395944: Generated new TSK 0
I20260608 12:41:03.110574  2684 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:03.124604   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:03.131956  2697 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:03.133191  2698 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:03.134519  2700 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:03.135195   431 server_base.cc:1061] running on GCE node
I20260608 12:41:03.136075   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:03.136309   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:03.136505   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922463136485 us; error 0 us; skew 500 ppm
I20260608 12:41:03.137183   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:03.140003   431 webserver.cc:533] Webserver started at http://127.0.107.193:41313/ using document root <none> and password file <none>
I20260608 12:41:03.140554   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:03.140775   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:03.141085   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:03.142547   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922397207313-431-0/minicluster-data/ts-0-root/instance:
uuid: "b14cdce0721c4ab2aa14432a907f63c9"
format_stamp: "Formatted at 2026-06-08 12:41:03 on dist-test-slave-1zds"
I20260608 12:41:03.148104   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:41:03.152252  2705 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:03.153290   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:41:03.153568   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922397207313-431-0/minicluster-data/ts-0-root
uuid: "b14cdce0721c4ab2aa14432a907f63c9"
format_stamp: "Formatted at 2026-06-08 12:41:03 on dist-test-slave-1zds"
I20260608 12:41:03.153894   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922397207313-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922397207313-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922397207313-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:03.171295   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:03.172560   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:03.174180   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:03.177008   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:03.177222   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:03.177561   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:03.177721   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:03.221699   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:34809
I20260608 12:41:03.221889  2767 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:34809 every 8 connection(s)
I20260608 12:41:03.227540   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:03.236079  2772 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:03.238765  2773 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:03.240396   431 server_base.cc:1061] running on GCE node
W20260608 12:41:03.240716  2775 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:03.242043   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:03.242352   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:03.242586   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922463242564 us; error 0 us; skew 500 ppm
I20260608 12:41:03.243422   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:03.243510  2768 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33805
I20260608 12:41:03.244019  2768 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:03.245033  2768 heartbeater.cc:507] Master 127.0.107.254:33805 requested a full tablet report, sending...
I20260608 12:41:03.246605   431 webserver.cc:533] Webserver started at http://127.0.107.194:41239/ using document root <none> and password file <none>
I20260608 12:41:03.247318   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:03.247560   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:03.247905   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:03.247987  2641 ts_manager.cc:194] Registered new tserver with Master: b14cdce0721c4ab2aa14432a907f63c9 (127.0.107.193:34809)
I20260608 12:41:03.249331   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922397207313-431-0/minicluster-data/ts-1-root/instance:
uuid: "270eacae332a40bb942ba52aac058c39"
format_stamp: "Formatted at 2026-06-08 12:41:03 on dist-test-slave-1zds"
I20260608 12:41:03.250317  2641 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54608
I20260608 12:41:03.255223   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.000s	sys 0.004s
I20260608 12:41:03.259415  2780 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:03.260298   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.004s
I20260608 12:41:03.260635   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922397207313-431-0/minicluster-data/ts-1-root
uuid: "270eacae332a40bb942ba52aac058c39"
format_stamp: "Formatted at 2026-06-08 12:41:03 on dist-test-slave-1zds"
I20260608 12:41:03.260910   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922397207313-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922397207313-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922397207313-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:03.278659   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:03.280067   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:03.281766   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:03.284403   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:03.284644   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:03.284950   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:03.285140   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:03.331038   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:38853
I20260608 12:41:03.331140  2842 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:38853 every 8 connection(s)
I20260608 12:41:03.336530   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:03.344485  2846 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:03.346520  2847 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:03.348650  2850 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:03.349157   431 server_base.cc:1061] running on GCE node
I20260608 12:41:03.349901  2843 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33805
I20260608 12:41:03.350167   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:41:03.350261  2843 heartbeater.cc:461] Registering TS with master...
W20260608 12:41:03.350462   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:03.350657   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922463350627 us; error 0 us; skew 500 ppm
I20260608 12:41:03.351126  2843 heartbeater.cc:507] Master 127.0.107.254:33805 requested a full tablet report, sending...
I20260608 12:41:03.351329   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:03.353592  2641 ts_manager.cc:194] Registered new tserver with Master: 270eacae332a40bb942ba52aac058c39 (127.0.107.194:38853)
I20260608 12:41:03.354208   431 webserver.cc:533] Webserver started at http://127.0.107.195:42255/ using document root <none> and password file <none>
I20260608 12:41:03.354730   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:03.354939   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:03.355265   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:03.355345  2641 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54622
I20260608 12:41:03.356784   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922397207313-431-0/minicluster-data/ts-2-root/instance:
uuid: "1f0b96378bdf4158bc2069267b9ffe66"
format_stamp: "Formatted at 2026-06-08 12:41:03 on dist-test-slave-1zds"
I20260608 12:41:03.362356   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.001s	sys 0.007s
I20260608 12:41:03.366156  2854 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:03.367106   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 12:41:03.367426   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922397207313-431-0/minicluster-data/ts-2-root
uuid: "1f0b96378bdf4158bc2069267b9ffe66"
format_stamp: "Formatted at 2026-06-08 12:41:03 on dist-test-slave-1zds"
I20260608 12:41:03.367743   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922397207313-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922397207313-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922397207313-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:03.379410   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:03.380743   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:03.382326   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:03.384737   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:03.384970   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:03.385210   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:03.385394   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:03.428808   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:32893
I20260608 12:41:03.428867  2916 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:32893 every 8 connection(s)
I20260608 12:41:03.444862  2917 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33805
I20260608 12:41:03.445375  2917 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:03.446270  2917 heartbeater.cc:507] Master 127.0.107.254:33805 requested a full tablet report, sending...
I20260608 12:41:03.448458  2641 ts_manager.cc:194] Registered new tserver with Master: 1f0b96378bdf4158bc2069267b9ffe66 (127.0.107.195:32893)
I20260608 12:41:03.448642   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016122935s
I20260608 12:41:03.450145  2641 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54628
I20260608 12:41:04.253466  2768 heartbeater.cc:499] Master 127.0.107.254:33805 was elected leader, sending a full tablet report...
I20260608 12:41:04.358507  2843 heartbeater.cc:499] Master 127.0.107.254:33805 was elected leader, sending a full tablet report...
I20260608 12:41:04.453023  2917 heartbeater.cc:499] Master 127.0.107.254:33805 was elected leader, sending a full tablet report...
I20260608 12:41:05.051792  2694 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:07.052819  2694 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:09.054421  2694 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:11.055943  2694 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:13.057294  2694 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:15.058629  2694 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:15.549461   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:15.586151   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:15.605228   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:15.618083   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:15.649060   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:15.667160   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:15.679744   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:15.706126   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:15.723876   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:15.736415   431 master.cc:562] Master@127.0.107.254:33805 shutting down...
I20260608 12:41:15.762125   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 120f4a4aa09d4194b851b3c047395944 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:15.763010   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 120f4a4aa09d4194b851b3c047395944 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:15.763367   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 120f4a4aa09d4194b851b3c047395944: stopping tablet replica
I20260608 12:41:15.783960   431 master.cc:584] Master@127.0.107.254:33805 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfNoTablets (12911 ms)
[ RUN      ] AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange
I20260608 12:41:15.824330   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:37229
I20260608 12:41:15.825881   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:15.833257  2923 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:15.833312  2922 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:15.834156  2925 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:15.835096   431 server_base.cc:1061] running on GCE node
I20260608 12:41:15.836153   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:15.836350   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:15.836480   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922475836468 us; error 0 us; skew 500 ppm
I20260608 12:41:15.837064   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:15.840520   431 webserver.cc:533] Webserver started at http://127.0.107.254:33341/ using document root <none> and password file <none>
I20260608 12:41:15.841154   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:15.841336   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:15.841588   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:15.843034   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922397207313-431-0/minicluster-data/master-0-root/instance:
uuid: "5b84f7dcfccb4e6db011d61258d3801b"
format_stamp: "Formatted at 2026-06-08 12:41:15 on dist-test-slave-1zds"
I20260608 12:41:15.848278   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.001s
I20260608 12:41:15.852553  2930 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:15.853549   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:41:15.854043   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922397207313-431-0/minicluster-data/master-0-root
uuid: "5b84f7dcfccb4e6db011d61258d3801b"
format_stamp: "Formatted at 2026-06-08 12:41:15 on dist-test-slave-1zds"
I20260608 12:41:15.854357   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922397207313-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922397207313-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922397207313-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:15.867895   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:15.869350   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:15.918723   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:37229
I20260608 12:41:15.918854  2981 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:37229 every 8 connection(s)
I20260608 12:41:15.924057  2982 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:15.937743  2982 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5b84f7dcfccb4e6db011d61258d3801b: Bootstrap starting.
I20260608 12:41:15.944309  2982 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5b84f7dcfccb4e6db011d61258d3801b: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:15.950101  2982 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5b84f7dcfccb4e6db011d61258d3801b: No bootstrap required, opened a new log
I20260608 12:41:15.953326  2982 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5b84f7dcfccb4e6db011d61258d3801b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5b84f7dcfccb4e6db011d61258d3801b" member_type: VOTER }
I20260608 12:41:15.953979  2982 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5b84f7dcfccb4e6db011d61258d3801b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:15.954298  2982 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5b84f7dcfccb4e6db011d61258d3801b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5b84f7dcfccb4e6db011d61258d3801b, State: Initialized, Role: FOLLOWER
I20260608 12:41:15.955116  2982 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5b84f7dcfccb4e6db011d61258d3801b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "5b84f7dcfccb4e6db011d61258d3801b" member_type: VOTER }
I20260608 12:41:15.955749  2982 raft_consensus.cc:399] T 00000000000000000000000000000000 P 5b84f7dcfccb4e6db011d61258d3801b [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:15.956043  2982 raft_consensus.cc:493] T 00000000000000000000000000000000 P 5b84f7dcfccb4e6db011d61258d3801b [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:15.956475  2982 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5b84f7dcfccb4e6db011d61258d3801b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:15.962270  2982 raft_consensus.cc:515] T 00000000000000000000000000000000 P 5b84f7dcfccb4e6db011d61258d3801b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5b84f7dcfccb4e6db011d61258d3801b" member_type: VOTER }
I20260608 12:41:15.962944  2982 leader_election.cc:304] T 00000000000000000000000000000000 P 5b84f7dcfccb4e6db011d61258d3801b [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: 5b84f7dcfccb4e6db011d61258d3801b; no voters: 
I20260608 12:41:15.964351  2982 leader_election.cc:290] T 00000000000000000000000000000000 P 5b84f7dcfccb4e6db011d61258d3801b [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:15.964844  2985 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 5b84f7dcfccb4e6db011d61258d3801b [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:15.966432  2985 raft_consensus.cc:697] T 00000000000000000000000000000000 P 5b84f7dcfccb4e6db011d61258d3801b [term 1 LEADER]: Becoming Leader. State: Replica: 5b84f7dcfccb4e6db011d61258d3801b, State: Running, Role: LEADER
I20260608 12:41:15.967344  2985 consensus_queue.cc:237] T 00000000000000000000000000000000 P 5b84f7dcfccb4e6db011d61258d3801b [LEADER]: Queue going to LEADER mode. State: All 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: "5b84f7dcfccb4e6db011d61258d3801b" member_type: VOTER }
I20260608 12:41:15.968288  2982 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5b84f7dcfccb4e6db011d61258d3801b [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:15.970919  2987 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5b84f7dcfccb4e6db011d61258d3801b [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5b84f7dcfccb4e6db011d61258d3801b. Latest consensus state: current_term: 1 leader_uuid: "5b84f7dcfccb4e6db011d61258d3801b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5b84f7dcfccb4e6db011d61258d3801b" member_type: VOTER } }
I20260608 12:41:15.971596  2987 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5b84f7dcfccb4e6db011d61258d3801b [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:15.972352  2986 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5b84f7dcfccb4e6db011d61258d3801b [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "5b84f7dcfccb4e6db011d61258d3801b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5b84f7dcfccb4e6db011d61258d3801b" member_type: VOTER } }
I20260608 12:41:15.973037  2986 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5b84f7dcfccb4e6db011d61258d3801b [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:15.977522  2991 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:15.985077  2991 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:15.987238   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:15.997128  2991 catalog_manager.cc:1382] Generated new cluster ID: ce3c0bfa578b427d85b8262ecda00493
I20260608 12:41:15.997521  2991 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:16.023751  2991 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:16.025331  2991 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:16.042253  2991 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 5b84f7dcfccb4e6db011d61258d3801b: Generated new TSK 0
I20260608 12:41:16.042941  2991 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:16.054524   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:16.061237  3003 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:16.062393  3004 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:16.063862  3006 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:16.064239   431 server_base.cc:1061] running on GCE node
I20260608 12:41:16.065157   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:16.065346   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:16.065469   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922476065456 us; error 0 us; skew 500 ppm
I20260608 12:41:16.066115   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:16.068617   431 webserver.cc:533] Webserver started at http://127.0.107.193:43705/ using document root <none> and password file <none>
I20260608 12:41:16.069145   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:16.069308   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:16.069527   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:16.070957   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922397207313-431-0/minicluster-data/ts-0-root/instance:
uuid: "8c1230bb67e1422b80f5c6e66791194c"
format_stamp: "Formatted at 2026-06-08 12:41:16 on dist-test-slave-1zds"
I20260608 12:41:16.076938   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.001s	sys 0.005s
I20260608 12:41:16.080744  3011 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:16.081737   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:41:16.082192   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922397207313-431-0/minicluster-data/ts-0-root
uuid: "8c1230bb67e1422b80f5c6e66791194c"
format_stamp: "Formatted at 2026-06-08 12:41:16 on dist-test-slave-1zds"
I20260608 12:41:16.082561   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922397207313-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922397207313-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922397207313-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:16.105430   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:16.107081   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:16.108690   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:16.111403   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:16.111655   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:16.111933   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:16.112138   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:16.157528   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:43291
I20260608 12:41:16.157656  3073 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:43291 every 8 connection(s)
I20260608 12:41:16.163110   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:16.170516  3078 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:16.171739  3079 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:16.174922   431 server_base.cc:1061] running on GCE node
W20260608 12:41:16.175573  3081 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:16.176772   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:16.177052   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:16.177256   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922476177237 us; error 0 us; skew 500 ppm
I20260608 12:41:16.177811  3074 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37229
I20260608 12:41:16.178108   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:16.178232  3074 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:16.179224  3074 heartbeater.cc:507] Master 127.0.107.254:37229 requested a full tablet report, sending...
I20260608 12:41:16.182055   431 webserver.cc:533] Webserver started at http://127.0.107.194:34863/ using document root <none> and password file <none>
I20260608 12:41:16.182262  2947 ts_manager.cc:194] Registered new tserver with Master: 8c1230bb67e1422b80f5c6e66791194c (127.0.107.193:43291)
I20260608 12:41:16.182884   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:16.183169   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:16.183504   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:16.185036  2947 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41266
I20260608 12:41:16.185204   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922397207313-431-0/minicluster-data/ts-1-root/instance:
uuid: "e12f05cb759849f5ab918b3c8a67f5f9"
format_stamp: "Formatted at 2026-06-08 12:41:16 on dist-test-slave-1zds"
I20260608 12:41:16.190752   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.000s	sys 0.004s
I20260608 12:41:16.194375  3086 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:16.195196   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.002s
I20260608 12:41:16.195506   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922397207313-431-0/minicluster-data/ts-1-root
uuid: "e12f05cb759849f5ab918b3c8a67f5f9"
format_stamp: "Formatted at 2026-06-08 12:41:16 on dist-test-slave-1zds"
I20260608 12:41:16.195765   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922397207313-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922397207313-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922397207313-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:16.213994   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:16.215207   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:16.216652   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:16.219031   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:16.219213   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:16.219529   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:16.219694   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:16.261554   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:41271
I20260608 12:41:16.261683  3148 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:41271 every 8 connection(s)
I20260608 12:41:16.266855   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:16.274605  3152 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:16.276859  3153 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:16.277994   431 server_base.cc:1061] running on GCE node
W20260608 12:41:16.279018  3155 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:16.280114   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:16.280424   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:16.280656   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922476280635 us; error 0 us; skew 500 ppm
I20260608 12:41:16.280722  3149 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37229
I20260608 12:41:16.281175  3149 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:16.281500   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:16.282397  3149 heartbeater.cc:507] Master 127.0.107.254:37229 requested a full tablet report, sending...
I20260608 12:41:16.284713   431 webserver.cc:533] Webserver started at http://127.0.107.195:38137/ using document root <none> and password file <none>
I20260608 12:41:16.285173  2947 ts_manager.cc:194] Registered new tserver with Master: e12f05cb759849f5ab918b3c8a67f5f9 (127.0.107.194:41271)
I20260608 12:41:16.285298   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:16.285636   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:16.285943   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:16.286808  2947 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41280
I20260608 12:41:16.287254   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922397207313-431-0/minicluster-data/ts-2-root/instance:
uuid: "08d59afcf653434faacde261e222f89f"
format_stamp: "Formatted at 2026-06-08 12:41:16 on dist-test-slave-1zds"
I20260608 12:41:16.292784   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:41:16.296502  3160 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:16.297454   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:41:16.297776   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922397207313-431-0/minicluster-data/ts-2-root
uuid: "08d59afcf653434faacde261e222f89f"
format_stamp: "Formatted at 2026-06-08 12:41:16 on dist-test-slave-1zds"
I20260608 12:41:16.298111   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922397207313-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922397207313-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922397207313-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:16.315014   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:16.316308   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:16.317910   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:16.320231   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:16.320475   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:16.320724   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:16.320900   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:16.362725   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:39179
I20260608 12:41:16.362862  3222 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:39179 every 8 connection(s)
I20260608 12:41:16.378463  3223 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37229
I20260608 12:41:16.378918  3223 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:16.379726  3223 heartbeater.cc:507] Master 127.0.107.254:37229 requested a full tablet report, sending...
I20260608 12:41:16.382162  2947 ts_manager.cc:194] Registered new tserver with Master: 08d59afcf653434faacde261e222f89f (127.0.107.195:39179)
I20260608 12:41:16.382390   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016191582s
I20260608 12:41:16.383663  2947 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41292
I20260608 12:41:17.188596  3074 heartbeater.cc:499] Master 127.0.107.254:37229 was elected leader, sending a full tablet report...
I20260608 12:41:17.289501  3149 heartbeater.cc:499] Master 127.0.107.254:37229 was elected leader, sending a full tablet report...
I20260608 12:41:17.386847  3223 heartbeater.cc:499] Master 127.0.107.254:37229 was elected leader, sending a full tablet report...
I20260608 12:41:17.444208  2947 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:41304:
name: "range_aware_auto_rebalancer_test"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\006\001\000\000\000\000\007\001\n\000\000\000\006\001\n\000\000\000\007\001\024\000\000\000""\006\001\000\000\000\000\007\001\n\000\000\000\006\001\n\000\000\000\007\001\024\000\000\000"
  indirect_data: """"
}
partition_schema {
  hash_schema {
    columns {
      name: "key"
    }
    num_buckets: 2
    seed: 0
  }
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:41:17.447392  2947 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table range_aware_auto_rebalancer_test in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:41:17.518198  3188 tablet_service.cc:1511] Processing CreateTablet for tablet 672c32ce171545a38facbe800840b526 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=33d6307fe2874c37b5f7dd7f7893523b]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:41:17.520658  3188 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 672c32ce171545a38facbe800840b526. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.524027  3187 tablet_service.cc:1511] Processing CreateTablet for tablet bb97d93559e8404e816714cbcdabdd18 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=33d6307fe2874c37b5f7dd7f7893523b]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:41:17.526063  3187 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bb97d93559e8404e816714cbcdabdd18. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.530260  3114 tablet_service.cc:1511] Processing CreateTablet for tablet 672c32ce171545a38facbe800840b526 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=33d6307fe2874c37b5f7dd7f7893523b]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:41:17.531219  3038 tablet_service.cc:1511] Processing CreateTablet for tablet bb97d93559e8404e816714cbcdabdd18 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=33d6307fe2874c37b5f7dd7f7893523b]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:41:17.532344  3114 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 672c32ce171545a38facbe800840b526. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.533102  3038 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bb97d93559e8404e816714cbcdabdd18. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.535415  3113 tablet_service.cc:1511] Processing CreateTablet for tablet bb97d93559e8404e816714cbcdabdd18 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=33d6307fe2874c37b5f7dd7f7893523b]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:41:17.537391  3113 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bb97d93559e8404e816714cbcdabdd18. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.529706  3037 tablet_service.cc:1511] Processing CreateTablet for tablet 6f9d067d993449699f3524f5082f7f0c (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=33d6307fe2874c37b5f7dd7f7893523b]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:41:17.538811  3037 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6f9d067d993449699f3524f5082f7f0c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.539209  3039 tablet_service.cc:1511] Processing CreateTablet for tablet 672c32ce171545a38facbe800840b526 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=33d6307fe2874c37b5f7dd7f7893523b]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:41:17.540818  3039 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 672c32ce171545a38facbe800840b526. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.529706  3112 tablet_service.cc:1511] Processing CreateTablet for tablet 6f9d067d993449699f3524f5082f7f0c (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=33d6307fe2874c37b5f7dd7f7893523b]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:41:17.546403  3112 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6f9d067d993449699f3524f5082f7f0c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.557898  3186 tablet_service.cc:1511] Processing CreateTablet for tablet 6f9d067d993449699f3524f5082f7f0c (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=33d6307fe2874c37b5f7dd7f7893523b]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:41:17.560097  3186 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6f9d067d993449699f3524f5082f7f0c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.560813  3036 tablet_service.cc:1511] Processing CreateTablet for tablet 9cd6be9aa47b42c8912462a52c046a2b (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=33d6307fe2874c37b5f7dd7f7893523b]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:41:17.563177  3036 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9cd6be9aa47b42c8912462a52c046a2b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.576114  3185 tablet_service.cc:1511] Processing CreateTablet for tablet 9cd6be9aa47b42c8912462a52c046a2b (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=33d6307fe2874c37b5f7dd7f7893523b]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:41:17.578668  3111 tablet_service.cc:1511] Processing CreateTablet for tablet 9cd6be9aa47b42c8912462a52c046a2b (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=33d6307fe2874c37b5f7dd7f7893523b]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:41:17.580706  3111 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9cd6be9aa47b42c8912462a52c046a2b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.582333  3185 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9cd6be9aa47b42c8912462a52c046a2b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.617179  3244 tablet_bootstrap.cc:492] T bb97d93559e8404e816714cbcdabdd18 P e12f05cb759849f5ab918b3c8a67f5f9: Bootstrap starting.
I20260608 12:41:17.669598  3244 tablet_bootstrap.cc:654] T bb97d93559e8404e816714cbcdabdd18 P e12f05cb759849f5ab918b3c8a67f5f9: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:17.674278  3243 tablet_bootstrap.cc:492] T bb97d93559e8404e816714cbcdabdd18 P 8c1230bb67e1422b80f5c6e66791194c: Bootstrap starting.
I20260608 12:41:17.680411  3245 tablet_bootstrap.cc:492] T 672c32ce171545a38facbe800840b526 P 08d59afcf653434faacde261e222f89f: Bootstrap starting.
I20260608 12:41:17.685053  3244 tablet_bootstrap.cc:492] T bb97d93559e8404e816714cbcdabdd18 P e12f05cb759849f5ab918b3c8a67f5f9: No bootstrap required, opened a new log
I20260608 12:41:17.685913  3244 ts_tablet_manager.cc:1403] T bb97d93559e8404e816714cbcdabdd18 P e12f05cb759849f5ab918b3c8a67f5f9: Time spent bootstrapping tablet: real 0.069s	user 0.016s	sys 0.005s
I20260608 12:41:17.687703  3243 tablet_bootstrap.cc:654] T bb97d93559e8404e816714cbcdabdd18 P 8c1230bb67e1422b80f5c6e66791194c: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:17.690538  3244 raft_consensus.cc:359] T bb97d93559e8404e816714cbcdabdd18 P e12f05cb759849f5ab918b3c8a67f5f9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } }
I20260608 12:41:17.691584  3244 raft_consensus.cc:385] T bb97d93559e8404e816714cbcdabdd18 P e12f05cb759849f5ab918b3c8a67f5f9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:17.691999  3244 raft_consensus.cc:740] T bb97d93559e8404e816714cbcdabdd18 P e12f05cb759849f5ab918b3c8a67f5f9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e12f05cb759849f5ab918b3c8a67f5f9, State: Initialized, Role: FOLLOWER
I20260608 12:41:17.693351  3244 consensus_queue.cc:260] T bb97d93559e8404e816714cbcdabdd18 P e12f05cb759849f5ab918b3c8a67f5f9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } }
I20260608 12:41:17.715781  3243 tablet_bootstrap.cc:492] T bb97d93559e8404e816714cbcdabdd18 P 8c1230bb67e1422b80f5c6e66791194c: No bootstrap required, opened a new log
I20260608 12:41:17.718472  3243 ts_tablet_manager.cc:1403] T bb97d93559e8404e816714cbcdabdd18 P 8c1230bb67e1422b80f5c6e66791194c: Time spent bootstrapping tablet: real 0.052s	user 0.020s	sys 0.005s
I20260608 12:41:17.723711  3243 raft_consensus.cc:359] T bb97d93559e8404e816714cbcdabdd18 P 8c1230bb67e1422b80f5c6e66791194c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } }
I20260608 12:41:17.724870  3243 raft_consensus.cc:385] T bb97d93559e8404e816714cbcdabdd18 P 8c1230bb67e1422b80f5c6e66791194c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:17.725359  3243 raft_consensus.cc:740] T bb97d93559e8404e816714cbcdabdd18 P 8c1230bb67e1422b80f5c6e66791194c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8c1230bb67e1422b80f5c6e66791194c, State: Initialized, Role: FOLLOWER
I20260608 12:41:17.725823  3244 ts_tablet_manager.cc:1434] T bb97d93559e8404e816714cbcdabdd18 P e12f05cb759849f5ab918b3c8a67f5f9: Time spent starting tablet: real 0.039s	user 0.008s	sys 0.004s
I20260608 12:41:17.726533  3243 consensus_queue.cc:260] T bb97d93559e8404e816714cbcdabdd18 P 8c1230bb67e1422b80f5c6e66791194c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } }
I20260608 12:41:17.727497  3244 tablet_bootstrap.cc:492] T 672c32ce171545a38facbe800840b526 P e12f05cb759849f5ab918b3c8a67f5f9: Bootstrap starting.
I20260608 12:41:17.733080  3245 tablet_bootstrap.cc:654] T 672c32ce171545a38facbe800840b526 P 08d59afcf653434faacde261e222f89f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:17.805003  3243 ts_tablet_manager.cc:1434] T bb97d93559e8404e816714cbcdabdd18 P 8c1230bb67e1422b80f5c6e66791194c: Time spent starting tablet: real 0.086s	user 0.006s	sys 0.020s
I20260608 12:41:17.806488  3243 tablet_bootstrap.cc:492] T 9cd6be9aa47b42c8912462a52c046a2b P 8c1230bb67e1422b80f5c6e66791194c: Bootstrap starting.
I20260608 12:41:17.814774  3243 tablet_bootstrap.cc:654] T 9cd6be9aa47b42c8912462a52c046a2b P 8c1230bb67e1422b80f5c6e66791194c: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:17.822871  3243 tablet_bootstrap.cc:492] T 9cd6be9aa47b42c8912462a52c046a2b P 8c1230bb67e1422b80f5c6e66791194c: No bootstrap required, opened a new log
I20260608 12:41:17.823441  3243 ts_tablet_manager.cc:1403] T 9cd6be9aa47b42c8912462a52c046a2b P 8c1230bb67e1422b80f5c6e66791194c: Time spent bootstrapping tablet: real 0.017s	user 0.009s	sys 0.005s
I20260608 12:41:17.826973  3243 raft_consensus.cc:359] T 9cd6be9aa47b42c8912462a52c046a2b P 8c1230bb67e1422b80f5c6e66791194c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } }
I20260608 12:41:17.827841  3243 raft_consensus.cc:385] T 9cd6be9aa47b42c8912462a52c046a2b P 8c1230bb67e1422b80f5c6e66791194c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:17.828207  3243 raft_consensus.cc:740] T 9cd6be9aa47b42c8912462a52c046a2b P 8c1230bb67e1422b80f5c6e66791194c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8c1230bb67e1422b80f5c6e66791194c, State: Initialized, Role: FOLLOWER
I20260608 12:41:17.829133  3243 consensus_queue.cc:260] T 9cd6be9aa47b42c8912462a52c046a2b P 8c1230bb67e1422b80f5c6e66791194c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } }
I20260608 12:41:17.831629  3243 ts_tablet_manager.cc:1434] T 9cd6be9aa47b42c8912462a52c046a2b P 8c1230bb67e1422b80f5c6e66791194c: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:41:17.832765  3243 tablet_bootstrap.cc:492] T 672c32ce171545a38facbe800840b526 P 8c1230bb67e1422b80f5c6e66791194c: Bootstrap starting.
I20260608 12:41:17.840687  3243 tablet_bootstrap.cc:654] T 672c32ce171545a38facbe800840b526 P 8c1230bb67e1422b80f5c6e66791194c: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:17.847434  3243 tablet_bootstrap.cc:492] T 672c32ce171545a38facbe800840b526 P 8c1230bb67e1422b80f5c6e66791194c: No bootstrap required, opened a new log
I20260608 12:41:17.848012  3243 ts_tablet_manager.cc:1403] T 672c32ce171545a38facbe800840b526 P 8c1230bb67e1422b80f5c6e66791194c: Time spent bootstrapping tablet: real 0.016s	user 0.012s	sys 0.001s
I20260608 12:41:17.851480  3243 raft_consensus.cc:359] T 672c32ce171545a38facbe800840b526 P 8c1230bb67e1422b80f5c6e66791194c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } }
I20260608 12:41:17.852237  3243 raft_consensus.cc:385] T 672c32ce171545a38facbe800840b526 P 8c1230bb67e1422b80f5c6e66791194c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:17.852620  3243 raft_consensus.cc:740] T 672c32ce171545a38facbe800840b526 P 8c1230bb67e1422b80f5c6e66791194c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8c1230bb67e1422b80f5c6e66791194c, State: Initialized, Role: FOLLOWER
I20260608 12:41:17.853510  3243 consensus_queue.cc:260] T 672c32ce171545a38facbe800840b526 P 8c1230bb67e1422b80f5c6e66791194c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } }
I20260608 12:41:17.856360  3243 ts_tablet_manager.cc:1434] T 672c32ce171545a38facbe800840b526 P 8c1230bb67e1422b80f5c6e66791194c: Time spent starting tablet: real 0.008s	user 0.009s	sys 0.000s
I20260608 12:41:17.857513  3243 tablet_bootstrap.cc:492] T 6f9d067d993449699f3524f5082f7f0c P 8c1230bb67e1422b80f5c6e66791194c: Bootstrap starting.
I20260608 12:41:17.865847  3243 tablet_bootstrap.cc:654] T 6f9d067d993449699f3524f5082f7f0c P 8c1230bb67e1422b80f5c6e66791194c: Neither blocks nor log segments found. Creating new log.
W20260608 12:41:17.871793  3150 tablet.cc:2404] T bb97d93559e8404e816714cbcdabdd18 P e12f05cb759849f5ab918b3c8a67f5f9: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:41:17.872509  3245 tablet_bootstrap.cc:492] T 672c32ce171545a38facbe800840b526 P 08d59afcf653434faacde261e222f89f: No bootstrap required, opened a new log
I20260608 12:41:17.872522  3243 tablet_bootstrap.cc:492] T 6f9d067d993449699f3524f5082f7f0c P 8c1230bb67e1422b80f5c6e66791194c: No bootstrap required, opened a new log
I20260608 12:41:17.873358  3243 ts_tablet_manager.cc:1403] T 6f9d067d993449699f3524f5082f7f0c P 8c1230bb67e1422b80f5c6e66791194c: Time spent bootstrapping tablet: real 0.016s	user 0.011s	sys 0.004s
I20260608 12:41:17.873338  3245 ts_tablet_manager.cc:1403] T 672c32ce171545a38facbe800840b526 P 08d59afcf653434faacde261e222f89f: Time spent bootstrapping tablet: real 0.194s	user 0.007s	sys 0.017s
I20260608 12:41:17.874817  3244 tablet_bootstrap.cc:654] T 672c32ce171545a38facbe800840b526 P e12f05cb759849f5ab918b3c8a67f5f9: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:17.876534  3243 raft_consensus.cc:359] T 6f9d067d993449699f3524f5082f7f0c P 8c1230bb67e1422b80f5c6e66791194c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } }
I20260608 12:41:17.877170  3243 raft_consensus.cc:385] T 6f9d067d993449699f3524f5082f7f0c P 8c1230bb67e1422b80f5c6e66791194c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:17.877435  3243 raft_consensus.cc:740] T 6f9d067d993449699f3524f5082f7f0c P 8c1230bb67e1422b80f5c6e66791194c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8c1230bb67e1422b80f5c6e66791194c, State: Initialized, Role: FOLLOWER
I20260608 12:41:17.877909  3245 raft_consensus.cc:359] T 672c32ce171545a38facbe800840b526 P 08d59afcf653434faacde261e222f89f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } }
I20260608 12:41:17.878274  3243 consensus_queue.cc:260] T 6f9d067d993449699f3524f5082f7f0c P 8c1230bb67e1422b80f5c6e66791194c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } }
I20260608 12:41:17.878821  3245 raft_consensus.cc:385] T 672c32ce171545a38facbe800840b526 P 08d59afcf653434faacde261e222f89f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:17.879297  3245 raft_consensus.cc:740] T 672c32ce171545a38facbe800840b526 P 08d59afcf653434faacde261e222f89f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 08d59afcf653434faacde261e222f89f, State: Initialized, Role: FOLLOWER
I20260608 12:41:17.880934  3243 ts_tablet_manager.cc:1434] T 6f9d067d993449699f3524f5082f7f0c P 8c1230bb67e1422b80f5c6e66791194c: Time spent starting tablet: real 0.007s	user 0.000s	sys 0.004s
I20260608 12:41:17.880472  3245 consensus_queue.cc:260] T 672c32ce171545a38facbe800840b526 P 08d59afcf653434faacde261e222f89f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } }
I20260608 12:41:17.911934  3244 tablet_bootstrap.cc:492] T 672c32ce171545a38facbe800840b526 P e12f05cb759849f5ab918b3c8a67f5f9: No bootstrap required, opened a new log
I20260608 12:41:17.913750  3244 ts_tablet_manager.cc:1403] T 672c32ce171545a38facbe800840b526 P e12f05cb759849f5ab918b3c8a67f5f9: Time spent bootstrapping tablet: real 0.187s	user 0.021s	sys 0.008s
I20260608 12:41:17.917999  3248 raft_consensus.cc:493] T bb97d93559e8404e816714cbcdabdd18 P e12f05cb759849f5ab918b3c8a67f5f9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:17.919401  3248 raft_consensus.cc:515] T bb97d93559e8404e816714cbcdabdd18 P e12f05cb759849f5ab918b3c8a67f5f9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } }
I20260608 12:41:17.923492  3244 raft_consensus.cc:359] T 672c32ce171545a38facbe800840b526 P e12f05cb759849f5ab918b3c8a67f5f9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } }
I20260608 12:41:17.924696  3244 raft_consensus.cc:385] T 672c32ce171545a38facbe800840b526 P e12f05cb759849f5ab918b3c8a67f5f9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:17.925201  3244 raft_consensus.cc:740] T 672c32ce171545a38facbe800840b526 P e12f05cb759849f5ab918b3c8a67f5f9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e12f05cb759849f5ab918b3c8a67f5f9, State: Initialized, Role: FOLLOWER
I20260608 12:41:17.926774  3244 consensus_queue.cc:260] T 672c32ce171545a38facbe800840b526 P e12f05cb759849f5ab918b3c8a67f5f9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } }
I20260608 12:41:17.927866  3245 ts_tablet_manager.cc:1434] T 672c32ce171545a38facbe800840b526 P 08d59afcf653434faacde261e222f89f: Time spent starting tablet: real 0.053s	user 0.005s	sys 0.004s
I20260608 12:41:17.930428  3245 tablet_bootstrap.cc:492] T bb97d93559e8404e816714cbcdabdd18 P 08d59afcf653434faacde261e222f89f: Bootstrap starting.
I20260608 12:41:17.933554  3244 ts_tablet_manager.cc:1434] T 672c32ce171545a38facbe800840b526 P e12f05cb759849f5ab918b3c8a67f5f9: Time spent starting tablet: real 0.019s	user 0.010s	sys 0.003s
I20260608 12:41:17.936635  3244 tablet_bootstrap.cc:492] T 9cd6be9aa47b42c8912462a52c046a2b P e12f05cb759849f5ab918b3c8a67f5f9: Bootstrap starting.
I20260608 12:41:17.935488  3248 leader_election.cc:290] T bb97d93559e8404e816714cbcdabdd18 P e12f05cb759849f5ab918b3c8a67f5f9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8c1230bb67e1422b80f5c6e66791194c (127.0.107.193:43291), 08d59afcf653434faacde261e222f89f (127.0.107.195:39179)
I20260608 12:41:17.951375  3244 tablet_bootstrap.cc:654] T 9cd6be9aa47b42c8912462a52c046a2b P e12f05cb759849f5ab918b3c8a67f5f9: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:17.964290  3245 tablet_bootstrap.cc:654] T bb97d93559e8404e816714cbcdabdd18 P 08d59afcf653434faacde261e222f89f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:17.967448  3049 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb97d93559e8404e816714cbcdabdd18" candidate_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8c1230bb67e1422b80f5c6e66791194c" is_pre_election: true
I20260608 12:41:17.968853  3049 raft_consensus.cc:2468] T bb97d93559e8404e816714cbcdabdd18 P 8c1230bb67e1422b80f5c6e66791194c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e12f05cb759849f5ab918b3c8a67f5f9 in term 0.
I20260608 12:41:17.972685  3089 leader_election.cc:304] T bb97d93559e8404e816714cbcdabdd18 P e12f05cb759849f5ab918b3c8a67f5f9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8c1230bb67e1422b80f5c6e66791194c, e12f05cb759849f5ab918b3c8a67f5f9; no voters: 
I20260608 12:41:17.974339  3248 raft_consensus.cc:2804] T bb97d93559e8404e816714cbcdabdd18 P e12f05cb759849f5ab918b3c8a67f5f9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:17.974895  3248 raft_consensus.cc:493] T bb97d93559e8404e816714cbcdabdd18 P e12f05cb759849f5ab918b3c8a67f5f9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:17.975423  3248 raft_consensus.cc:3060] T bb97d93559e8404e816714cbcdabdd18 P e12f05cb759849f5ab918b3c8a67f5f9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:17.983270  3244 tablet_bootstrap.cc:492] T 9cd6be9aa47b42c8912462a52c046a2b P e12f05cb759849f5ab918b3c8a67f5f9: No bootstrap required, opened a new log
I20260608 12:41:17.984154  3244 ts_tablet_manager.cc:1403] T 9cd6be9aa47b42c8912462a52c046a2b P e12f05cb759849f5ab918b3c8a67f5f9: Time spent bootstrapping tablet: real 0.049s	user 0.032s	sys 0.010s
W20260608 12:41:17.984336  2995 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:41:17.983999  3198 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb97d93559e8404e816714cbcdabdd18" candidate_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "08d59afcf653434faacde261e222f89f" is_pre_election: true
W20260608 12:41:17.987116  3090 leader_election.cc:343] T bb97d93559e8404e816714cbcdabdd18 P e12f05cb759849f5ab918b3c8a67f5f9 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 08d59afcf653434faacde261e222f89f (127.0.107.195:39179): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:17.987654  3000 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_auto_rebalancer_test
I20260608 12:41:17.989027  3244 raft_consensus.cc:359] T 9cd6be9aa47b42c8912462a52c046a2b P e12f05cb759849f5ab918b3c8a67f5f9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } }
W20260608 12:41:17.989236  3000 auto_leader_rebalancer.cc:460] the master instance isn't leader: Service unavailable: Tablet not running
I20260608 12:41:17.989920  3244 raft_consensus.cc:385] T 9cd6be9aa47b42c8912462a52c046a2b P e12f05cb759849f5ab918b3c8a67f5f9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:17.990365  3244 raft_consensus.cc:740] T 9cd6be9aa47b42c8912462a52c046a2b P e12f05cb759849f5ab918b3c8a67f5f9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e12f05cb759849f5ab918b3c8a67f5f9, State: Initialized, Role: FOLLOWER
I20260608 12:41:17.991430  3244 consensus_queue.cc:260] T 9cd6be9aa47b42c8912462a52c046a2b P e12f05cb759849f5ab918b3c8a67f5f9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } }
I20260608 12:41:17.993685  3245 tablet_bootstrap.cc:492] T bb97d93559e8404e816714cbcdabdd18 P 08d59afcf653434faacde261e222f89f: No bootstrap required, opened a new log
I20260608 12:41:17.994257  3244 ts_tablet_manager.cc:1434] T 9cd6be9aa47b42c8912462a52c046a2b P e12f05cb759849f5ab918b3c8a67f5f9: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.004s
I20260608 12:41:17.994390  3245 ts_tablet_manager.cc:1403] T bb97d93559e8404e816714cbcdabdd18 P 08d59afcf653434faacde261e222f89f: Time spent bootstrapping tablet: real 0.064s	user 0.023s	sys 0.003s
I20260608 12:41:17.995950  3244 tablet_bootstrap.cc:492] T 6f9d067d993449699f3524f5082f7f0c P e12f05cb759849f5ab918b3c8a67f5f9: Bootstrap starting.
I20260608 12:41:17.997550  3248 raft_consensus.cc:515] T bb97d93559e8404e816714cbcdabdd18 P e12f05cb759849f5ab918b3c8a67f5f9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } }
I20260608 12:41:17.999037  3245 raft_consensus.cc:359] T bb97d93559e8404e816714cbcdabdd18 P 08d59afcf653434faacde261e222f89f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } }
I20260608 12:41:18.000057  3245 raft_consensus.cc:385] T bb97d93559e8404e816714cbcdabdd18 P 08d59afcf653434faacde261e222f89f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:18.000474  3245 raft_consensus.cc:740] T bb97d93559e8404e816714cbcdabdd18 P 08d59afcf653434faacde261e222f89f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 08d59afcf653434faacde261e222f89f, State: Initialized, Role: FOLLOWER
I20260608 12:41:18.001398  3049 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb97d93559e8404e816714cbcdabdd18" candidate_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8c1230bb67e1422b80f5c6e66791194c"
I20260608 12:41:18.002082  3049 raft_consensus.cc:3060] T bb97d93559e8404e816714cbcdabdd18 P 8c1230bb67e1422b80f5c6e66791194c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:18.001582  3245 consensus_queue.cc:260] T bb97d93559e8404e816714cbcdabdd18 P 08d59afcf653434faacde261e222f89f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } }
I20260608 12:41:18.004487  3245 ts_tablet_manager.cc:1434] T bb97d93559e8404e816714cbcdabdd18 P 08d59afcf653434faacde261e222f89f: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260608 12:41:18.005136  3244 tablet_bootstrap.cc:654] T 6f9d067d993449699f3524f5082f7f0c P e12f05cb759849f5ab918b3c8a67f5f9: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:18.006101  3245 tablet_bootstrap.cc:492] T 9cd6be9aa47b42c8912462a52c046a2b P 08d59afcf653434faacde261e222f89f: Bootstrap starting.
I20260608 12:41:18.007053  3249 raft_consensus.cc:493] T 6f9d067d993449699f3524f5082f7f0c P 8c1230bb67e1422b80f5c6e66791194c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:18.007604  3249 raft_consensus.cc:515] T 6f9d067d993449699f3524f5082f7f0c P 8c1230bb67e1422b80f5c6e66791194c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } }
I20260608 12:41:18.017282  3245 tablet_bootstrap.cc:654] T 9cd6be9aa47b42c8912462a52c046a2b P 08d59afcf653434faacde261e222f89f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:18.025170  3249 leader_election.cc:290] T 6f9d067d993449699f3524f5082f7f0c P 8c1230bb67e1422b80f5c6e66791194c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e12f05cb759849f5ab918b3c8a67f5f9 (127.0.107.194:41271), 08d59afcf653434faacde261e222f89f (127.0.107.195:39179)
I20260608 12:41:18.033075  3245 tablet_bootstrap.cc:492] T 9cd6be9aa47b42c8912462a52c046a2b P 08d59afcf653434faacde261e222f89f: No bootstrap required, opened a new log
I20260608 12:41:18.034057  3245 ts_tablet_manager.cc:1403] T 9cd6be9aa47b42c8912462a52c046a2b P 08d59afcf653434faacde261e222f89f: Time spent bootstrapping tablet: real 0.028s	user 0.014s	sys 0.012s
I20260608 12:41:18.034651  3049 raft_consensus.cc:2468] T bb97d93559e8404e816714cbcdabdd18 P 8c1230bb67e1422b80f5c6e66791194c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e12f05cb759849f5ab918b3c8a67f5f9 in term 1.
I20260608 12:41:18.036312  3089 leader_election.cc:304] T bb97d93559e8404e816714cbcdabdd18 P e12f05cb759849f5ab918b3c8a67f5f9 [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: 8c1230bb67e1422b80f5c6e66791194c, e12f05cb759849f5ab918b3c8a67f5f9; no voters: 
I20260608 12:41:18.037569  3257 raft_consensus.cc:2804] T bb97d93559e8404e816714cbcdabdd18 P e12f05cb759849f5ab918b3c8a67f5f9 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:18.039122  3245 raft_consensus.cc:359] T 9cd6be9aa47b42c8912462a52c046a2b P 08d59afcf653434faacde261e222f89f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } }
I20260608 12:41:18.040244  3245 raft_consensus.cc:385] T 9cd6be9aa47b42c8912462a52c046a2b P 08d59afcf653434faacde261e222f89f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:18.040719  3245 raft_consensus.cc:740] T 9cd6be9aa47b42c8912462a52c046a2b P 08d59afcf653434faacde261e222f89f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 08d59afcf653434faacde261e222f89f, State: Initialized, Role: FOLLOWER
I20260608 12:41:18.042183  3245 consensus_queue.cc:260] T 9cd6be9aa47b42c8912462a52c046a2b P 08d59afcf653434faacde261e222f89f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } }
I20260608 12:41:18.046182  3245 ts_tablet_manager.cc:1434] T 9cd6be9aa47b42c8912462a52c046a2b P 08d59afcf653434faacde261e222f89f: Time spent starting tablet: real 0.012s	user 0.010s	sys 0.000s
I20260608 12:41:18.048107  3245 tablet_bootstrap.cc:492] T 6f9d067d993449699f3524f5082f7f0c P 08d59afcf653434faacde261e222f89f: Bootstrap starting.
I20260608 12:41:18.055630  3248 leader_election.cc:290] T bb97d93559e8404e816714cbcdabdd18 P e12f05cb759849f5ab918b3c8a67f5f9 [CANDIDATE]: Term 1 election: Requested vote from peers 8c1230bb67e1422b80f5c6e66791194c (127.0.107.193:43291), 08d59afcf653434faacde261e222f89f (127.0.107.195:39179)
I20260608 12:41:18.058791  3245 tablet_bootstrap.cc:654] T 6f9d067d993449699f3524f5082f7f0c P 08d59afcf653434faacde261e222f89f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:18.060242  3248 raft_consensus.cc:493] T 672c32ce171545a38facbe800840b526 P e12f05cb759849f5ab918b3c8a67f5f9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:18.060784  3248 raft_consensus.cc:515] T 672c32ce171545a38facbe800840b526 P e12f05cb759849f5ab918b3c8a67f5f9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } }
I20260608 12:41:18.064800  3048 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "672c32ce171545a38facbe800840b526" candidate_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8c1230bb67e1422b80f5c6e66791194c" is_pre_election: true
I20260608 12:41:18.065645  3048 raft_consensus.cc:2468] T 672c32ce171545a38facbe800840b526 P 8c1230bb67e1422b80f5c6e66791194c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e12f05cb759849f5ab918b3c8a67f5f9 in term 0.
I20260608 12:41:18.067118  3089 leader_election.cc:304] T 672c32ce171545a38facbe800840b526 P e12f05cb759849f5ab918b3c8a67f5f9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8c1230bb67e1422b80f5c6e66791194c, e12f05cb759849f5ab918b3c8a67f5f9; no voters: 
I20260608 12:41:18.068096  3257 raft_consensus.cc:697] T bb97d93559e8404e816714cbcdabdd18 P e12f05cb759849f5ab918b3c8a67f5f9 [term 1 LEADER]: Becoming Leader. State: Replica: e12f05cb759849f5ab918b3c8a67f5f9, State: Running, Role: LEADER
I20260608 12:41:18.069512  3249 raft_consensus.cc:493] T 9cd6be9aa47b42c8912462a52c046a2b P 8c1230bb67e1422b80f5c6e66791194c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:18.070119  3249 raft_consensus.cc:515] T 9cd6be9aa47b42c8912462a52c046a2b P 8c1230bb67e1422b80f5c6e66791194c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } }
I20260608 12:41:18.073323  3245 tablet_bootstrap.cc:492] T 6f9d067d993449699f3524f5082f7f0c P 08d59afcf653434faacde261e222f89f: No bootstrap required, opened a new log
I20260608 12:41:18.073707  3249 leader_election.cc:290] T 9cd6be9aa47b42c8912462a52c046a2b P 8c1230bb67e1422b80f5c6e66791194c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e12f05cb759849f5ab918b3c8a67f5f9 (127.0.107.194:41271), 08d59afcf653434faacde261e222f89f (127.0.107.195:39179)
I20260608 12:41:18.074005  3245 ts_tablet_manager.cc:1403] T 6f9d067d993449699f3524f5082f7f0c P 08d59afcf653434faacde261e222f89f: Time spent bootstrapping tablet: real 0.027s	user 0.016s	sys 0.008s
I20260608 12:41:18.074446  3257 consensus_queue.cc:237] T bb97d93559e8404e816714cbcdabdd18 P e12f05cb759849f5ab918b3c8a67f5f9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } }
I20260608 12:41:18.078184  3248 leader_election.cc:290] T 672c32ce171545a38facbe800840b526 P e12f05cb759849f5ab918b3c8a67f5f9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 08d59afcf653434faacde261e222f89f (127.0.107.195:39179), 8c1230bb67e1422b80f5c6e66791194c (127.0.107.193:43291)
I20260608 12:41:18.077868  3245 raft_consensus.cc:359] T 6f9d067d993449699f3524f5082f7f0c P 08d59afcf653434faacde261e222f89f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } }
I20260608 12:41:18.078697  3245 raft_consensus.cc:385] T 6f9d067d993449699f3524f5082f7f0c P 08d59afcf653434faacde261e222f89f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:18.079025  3245 raft_consensus.cc:740] T 6f9d067d993449699f3524f5082f7f0c P 08d59afcf653434faacde261e222f89f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 08d59afcf653434faacde261e222f89f, State: Initialized, Role: FOLLOWER
I20260608 12:41:18.080029  3198 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6f9d067d993449699f3524f5082f7f0c" candidate_uuid: "8c1230bb67e1422b80f5c6e66791194c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "08d59afcf653434faacde261e222f89f" is_pre_election: true
I20260608 12:41:18.073666  3267 raft_consensus.cc:2804] T 672c32ce171545a38facbe800840b526 P e12f05cb759849f5ab918b3c8a67f5f9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:18.079901  3245 consensus_queue.cc:260] T 6f9d067d993449699f3524f5082f7f0c P 08d59afcf653434faacde261e222f89f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } }
I20260608 12:41:18.080874  3267 raft_consensus.cc:493] T 672c32ce171545a38facbe800840b526 P e12f05cb759849f5ab918b3c8a67f5f9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:18.081162  3198 raft_consensus.cc:2468] T 6f9d067d993449699f3524f5082f7f0c P 08d59afcf653434faacde261e222f89f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8c1230bb67e1422b80f5c6e66791194c in term 0.
I20260608 12:41:18.081389  3197 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9cd6be9aa47b42c8912462a52c046a2b" candidate_uuid: "8c1230bb67e1422b80f5c6e66791194c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "08d59afcf653434faacde261e222f89f" is_pre_election: true
I20260608 12:41:18.081955  3124 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6f9d067d993449699f3524f5082f7f0c" candidate_uuid: "8c1230bb67e1422b80f5c6e66791194c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" is_pre_election: true
I20260608 12:41:18.082070  3197 raft_consensus.cc:2468] T 9cd6be9aa47b42c8912462a52c046a2b P 08d59afcf653434faacde261e222f89f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8c1230bb67e1422b80f5c6e66791194c in term 0.
I20260608 12:41:18.083273  3244 tablet_bootstrap.cc:492] T 6f9d067d993449699f3524f5082f7f0c P e12f05cb759849f5ab918b3c8a67f5f9: No bootstrap required, opened a new log
I20260608 12:41:18.083560  3196 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb97d93559e8404e816714cbcdabdd18" candidate_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "08d59afcf653434faacde261e222f89f"
I20260608 12:41:18.083815  3244 ts_tablet_manager.cc:1403] T 6f9d067d993449699f3524f5082f7f0c P e12f05cb759849f5ab918b3c8a67f5f9: Time spent bootstrapping tablet: real 0.088s	user 0.035s	sys 0.039s
I20260608 12:41:18.083932  3124 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9cd6be9aa47b42c8912462a52c046a2b" candidate_uuid: "8c1230bb67e1422b80f5c6e66791194c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" is_pre_election: true
I20260608 12:41:18.084213  3196 raft_consensus.cc:3060] T bb97d93559e8404e816714cbcdabdd18 P 08d59afcf653434faacde261e222f89f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:18.084604  3124 raft_consensus.cc:2468] T 9cd6be9aa47b42c8912462a52c046a2b P e12f05cb759849f5ab918b3c8a67f5f9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8c1230bb67e1422b80f5c6e66791194c in term 0.
I20260608 12:41:18.085881  3245 ts_tablet_manager.cc:1434] T 6f9d067d993449699f3524f5082f7f0c P 08d59afcf653434faacde261e222f89f: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.002s
W20260608 12:41:18.086108  3013 leader_election.cc:343] T 6f9d067d993449699f3524f5082f7f0c P 8c1230bb67e1422b80f5c6e66791194c [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer e12f05cb759849f5ab918b3c8a67f5f9 (127.0.107.194:41271): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:18.086525  3195 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "672c32ce171545a38facbe800840b526" candidate_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "08d59afcf653434faacde261e222f89f" is_pre_election: true
I20260608 12:41:18.087234  3195 raft_consensus.cc:2468] T 672c32ce171545a38facbe800840b526 P 08d59afcf653434faacde261e222f89f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e12f05cb759849f5ab918b3c8a67f5f9 in term 0.
I20260608 12:41:18.087251  3013 leader_election.cc:304] T 9cd6be9aa47b42c8912462a52c046a2b P 8c1230bb67e1422b80f5c6e66791194c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8c1230bb67e1422b80f5c6e66791194c, e12f05cb759849f5ab918b3c8a67f5f9; no voters: 
I20260608 12:41:18.087448  3244 raft_consensus.cc:359] T 6f9d067d993449699f3524f5082f7f0c P e12f05cb759849f5ab918b3c8a67f5f9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } }
I20260608 12:41:18.088223  3249 raft_consensus.cc:2804] T 9cd6be9aa47b42c8912462a52c046a2b P 8c1230bb67e1422b80f5c6e66791194c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:18.088641  3244 raft_consensus.cc:385] T 6f9d067d993449699f3524f5082f7f0c P e12f05cb759849f5ab918b3c8a67f5f9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:18.088707  3249 raft_consensus.cc:493] T 9cd6be9aa47b42c8912462a52c046a2b P 8c1230bb67e1422b80f5c6e66791194c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:18.089309  3249 raft_consensus.cc:3060] T 9cd6be9aa47b42c8912462a52c046a2b P 8c1230bb67e1422b80f5c6e66791194c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:18.089215  3244 raft_consensus.cc:740] T 6f9d067d993449699f3524f5082f7f0c P e12f05cb759849f5ab918b3c8a67f5f9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e12f05cb759849f5ab918b3c8a67f5f9, State: Initialized, Role: FOLLOWER
I20260608 12:41:18.090821  3015 leader_election.cc:304] T 6f9d067d993449699f3524f5082f7f0c P 8c1230bb67e1422b80f5c6e66791194c [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: 08d59afcf653434faacde261e222f89f, 8c1230bb67e1422b80f5c6e66791194c; no voters: e12f05cb759849f5ab918b3c8a67f5f9
I20260608 12:41:18.090641  3244 consensus_queue.cc:260] T 6f9d067d993449699f3524f5082f7f0c P e12f05cb759849f5ab918b3c8a67f5f9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } }
I20260608 12:41:18.093909  3244 ts_tablet_manager.cc:1434] T 6f9d067d993449699f3524f5082f7f0c P e12f05cb759849f5ab918b3c8a67f5f9: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.001s
I20260608 12:41:18.097651  3249 raft_consensus.cc:515] T 9cd6be9aa47b42c8912462a52c046a2b P 8c1230bb67e1422b80f5c6e66791194c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } }
I20260608 12:41:18.098917  3196 raft_consensus.cc:2468] T bb97d93559e8404e816714cbcdabdd18 P 08d59afcf653434faacde261e222f89f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e12f05cb759849f5ab918b3c8a67f5f9 in term 1.
I20260608 12:41:18.100558  3249 leader_election.cc:290] T 9cd6be9aa47b42c8912462a52c046a2b P 8c1230bb67e1422b80f5c6e66791194c [CANDIDATE]: Term 1 election: Requested vote from peers e12f05cb759849f5ab918b3c8a67f5f9 (127.0.107.194:41271), 08d59afcf653434faacde261e222f89f (127.0.107.195:39179)
I20260608 12:41:18.101116  3249 raft_consensus.cc:2804] T 6f9d067d993449699f3524f5082f7f0c P 8c1230bb67e1422b80f5c6e66791194c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:18.101446  3249 raft_consensus.cc:493] T 6f9d067d993449699f3524f5082f7f0c P 8c1230bb67e1422b80f5c6e66791194c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:18.101831  3249 raft_consensus.cc:3060] T 6f9d067d993449699f3524f5082f7f0c P 8c1230bb67e1422b80f5c6e66791194c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:18.102934  3124 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9cd6be9aa47b42c8912462a52c046a2b" candidate_uuid: "8c1230bb67e1422b80f5c6e66791194c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e12f05cb759849f5ab918b3c8a67f5f9"
I20260608 12:41:18.103521  3124 raft_consensus.cc:3060] T 9cd6be9aa47b42c8912462a52c046a2b P e12f05cb759849f5ab918b3c8a67f5f9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:18.081409  3267 raft_consensus.cc:3060] T 672c32ce171545a38facbe800840b526 P e12f05cb759849f5ab918b3c8a67f5f9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:18.108981  3249 raft_consensus.cc:515] T 6f9d067d993449699f3524f5082f7f0c P 8c1230bb67e1422b80f5c6e66791194c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } }
I20260608 12:41:18.112264  3249 leader_election.cc:290] T 6f9d067d993449699f3524f5082f7f0c P 8c1230bb67e1422b80f5c6e66791194c [CANDIDATE]: Term 1 election: Requested vote from peers e12f05cb759849f5ab918b3c8a67f5f9 (127.0.107.194:41271), 08d59afcf653434faacde261e222f89f (127.0.107.195:39179)
I20260608 12:41:18.112511  3123 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6f9d067d993449699f3524f5082f7f0c" candidate_uuid: "8c1230bb67e1422b80f5c6e66791194c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e12f05cb759849f5ab918b3c8a67f5f9"
I20260608 12:41:18.113283  3123 raft_consensus.cc:3060] T 6f9d067d993449699f3524f5082f7f0c P e12f05cb759849f5ab918b3c8a67f5f9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:18.114960  3124 raft_consensus.cc:2468] T 9cd6be9aa47b42c8912462a52c046a2b P e12f05cb759849f5ab918b3c8a67f5f9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8c1230bb67e1422b80f5c6e66791194c in term 1.
I20260608 12:41:18.116348  3195 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6f9d067d993449699f3524f5082f7f0c" candidate_uuid: "8c1230bb67e1422b80f5c6e66791194c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "08d59afcf653434faacde261e222f89f"
I20260608 12:41:18.116978  3195 raft_consensus.cc:3060] T 6f9d067d993449699f3524f5082f7f0c P 08d59afcf653434faacde261e222f89f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:18.123795  3123 raft_consensus.cc:2468] T 6f9d067d993449699f3524f5082f7f0c P e12f05cb759849f5ab918b3c8a67f5f9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8c1230bb67e1422b80f5c6e66791194c in term 1.
I20260608 12:41:18.124822  3195 raft_consensus.cc:2468] T 6f9d067d993449699f3524f5082f7f0c P 08d59afcf653434faacde261e222f89f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8c1230bb67e1422b80f5c6e66791194c in term 1.
I20260608 12:41:18.122673  3267 raft_consensus.cc:515] T 672c32ce171545a38facbe800840b526 P e12f05cb759849f5ab918b3c8a67f5f9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } }
I20260608 12:41:18.125855  3013 leader_election.cc:304] T 6f9d067d993449699f3524f5082f7f0c P 8c1230bb67e1422b80f5c6e66791194c [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: 8c1230bb67e1422b80f5c6e66791194c, e12f05cb759849f5ab918b3c8a67f5f9; no voters: 
I20260608 12:41:18.127501  3270 raft_consensus.cc:2804] T 6f9d067d993449699f3524f5082f7f0c P 8c1230bb67e1422b80f5c6e66791194c [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:18.127812  3267 leader_election.cc:290] T 672c32ce171545a38facbe800840b526 P e12f05cb759849f5ab918b3c8a67f5f9 [CANDIDATE]: Term 1 election: Requested vote from peers 08d59afcf653434faacde261e222f89f (127.0.107.195:39179), 8c1230bb67e1422b80f5c6e66791194c (127.0.107.193:43291)
I20260608 12:41:18.128297  3270 raft_consensus.cc:697] T 6f9d067d993449699f3524f5082f7f0c P 8c1230bb67e1422b80f5c6e66791194c [term 1 LEADER]: Becoming Leader. State: Replica: 8c1230bb67e1422b80f5c6e66791194c, State: Running, Role: LEADER
I20260608 12:41:18.129649  3196 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9cd6be9aa47b42c8912462a52c046a2b" candidate_uuid: "8c1230bb67e1422b80f5c6e66791194c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "08d59afcf653434faacde261e222f89f"
I20260608 12:41:18.130837  3196 raft_consensus.cc:3060] T 9cd6be9aa47b42c8912462a52c046a2b P 08d59afcf653434faacde261e222f89f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:18.131124  3049 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "672c32ce171545a38facbe800840b526" candidate_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8c1230bb67e1422b80f5c6e66791194c"
I20260608 12:41:18.131711  3049 raft_consensus.cc:3060] T 672c32ce171545a38facbe800840b526 P 8c1230bb67e1422b80f5c6e66791194c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:18.136268  3197 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "672c32ce171545a38facbe800840b526" candidate_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "08d59afcf653434faacde261e222f89f"
I20260608 12:41:18.136261  3013 leader_election.cc:304] T 9cd6be9aa47b42c8912462a52c046a2b P 8c1230bb67e1422b80f5c6e66791194c [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: 8c1230bb67e1422b80f5c6e66791194c, e12f05cb759849f5ab918b3c8a67f5f9; no voters: 
I20260608 12:41:18.137169  3197 raft_consensus.cc:3060] T 672c32ce171545a38facbe800840b526 P 08d59afcf653434faacde261e222f89f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:18.129706  3270 consensus_queue.cc:237] T 6f9d067d993449699f3524f5082f7f0c P 8c1230bb67e1422b80f5c6e66791194c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } }
I20260608 12:41:18.138697  3049 raft_consensus.cc:2468] T 672c32ce171545a38facbe800840b526 P 8c1230bb67e1422b80f5c6e66791194c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e12f05cb759849f5ab918b3c8a67f5f9 in term 1.
I20260608 12:41:18.139285  3249 raft_consensus.cc:2804] T 9cd6be9aa47b42c8912462a52c046a2b P 8c1230bb67e1422b80f5c6e66791194c [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:18.140456  3089 leader_election.cc:304] T 672c32ce171545a38facbe800840b526 P e12f05cb759849f5ab918b3c8a67f5f9 [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: 8c1230bb67e1422b80f5c6e66791194c, e12f05cb759849f5ab918b3c8a67f5f9; no voters: 
I20260608 12:41:18.141692  3267 raft_consensus.cc:2804] T 672c32ce171545a38facbe800840b526 P e12f05cb759849f5ab918b3c8a67f5f9 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:18.142285  3267 raft_consensus.cc:697] T 672c32ce171545a38facbe800840b526 P e12f05cb759849f5ab918b3c8a67f5f9 [term 1 LEADER]: Becoming Leader. State: Replica: e12f05cb759849f5ab918b3c8a67f5f9, State: Running, Role: LEADER
I20260608 12:41:18.143172  3267 consensus_queue.cc:237] T 672c32ce171545a38facbe800840b526 P e12f05cb759849f5ab918b3c8a67f5f9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } }
I20260608 12:41:18.147167  3197 raft_consensus.cc:2468] T 672c32ce171545a38facbe800840b526 P 08d59afcf653434faacde261e222f89f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e12f05cb759849f5ab918b3c8a67f5f9 in term 1.
I20260608 12:41:18.154723  3249 raft_consensus.cc:697] T 9cd6be9aa47b42c8912462a52c046a2b P 8c1230bb67e1422b80f5c6e66791194c [term 1 LEADER]: Becoming Leader. State: Replica: 8c1230bb67e1422b80f5c6e66791194c, State: Running, Role: LEADER
I20260608 12:41:18.155723  3196 raft_consensus.cc:2468] T 9cd6be9aa47b42c8912462a52c046a2b P 08d59afcf653434faacde261e222f89f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8c1230bb67e1422b80f5c6e66791194c in term 1.
I20260608 12:41:18.155901  3249 consensus_queue.cc:237] T 9cd6be9aa47b42c8912462a52c046a2b P 8c1230bb67e1422b80f5c6e66791194c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } } peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } }
I20260608 12:41:18.157308  2943 catalog_manager.cc:5696] T bb97d93559e8404e816714cbcdabdd18 P e12f05cb759849f5ab918b3c8a67f5f9 reported cstate change: term changed from 0 to 1, leader changed from <none> to e12f05cb759849f5ab918b3c8a67f5f9 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:18.163632  2947 catalog_manager.cc:5696] T 6f9d067d993449699f3524f5082f7f0c P 8c1230bb67e1422b80f5c6e66791194c reported cstate change: term changed from 0 to 1, leader changed from <none> to 8c1230bb67e1422b80f5c6e66791194c (127.0.107.193). New cstate: current_term: 1 leader_uuid: "8c1230bb67e1422b80f5c6e66791194c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:18.179690  2947 catalog_manager.cc:5696] T 9cd6be9aa47b42c8912462a52c046a2b P 8c1230bb67e1422b80f5c6e66791194c reported cstate change: term changed from 0 to 1, leader changed from <none> to 8c1230bb67e1422b80f5c6e66791194c (127.0.107.193). New cstate: current_term: 1 leader_uuid: "8c1230bb67e1422b80f5c6e66791194c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:18.180840  2943 catalog_manager.cc:5696] T 672c32ce171545a38facbe800840b526 P e12f05cb759849f5ab918b3c8a67f5f9 reported cstate change: term changed from 0 to 1, leader changed from <none> to e12f05cb759849f5ab918b3c8a67f5f9 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "08d59afcf653434faacde261e222f89f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39179 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e12f05cb759849f5ab918b3c8a67f5f9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41271 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8c1230bb67e1422b80f5c6e66791194c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43291 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:18.258983   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:18.282016   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:18.283063   431 tablet_replica.cc:333] T 6f9d067d993449699f3524f5082f7f0c P 8c1230bb67e1422b80f5c6e66791194c: stopping tablet replica
I20260608 12:41:18.283666   431 raft_consensus.cc:2243] T 6f9d067d993449699f3524f5082f7f0c P 8c1230bb67e1422b80f5c6e66791194c [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:18.284334   431 pending_rounds.cc:70] T 6f9d067d993449699f3524f5082f7f0c P 8c1230bb67e1422b80f5c6e66791194c: Trying to abort 1 pending ops.
I20260608 12:41:18.284552   431 pending_rounds.cc:77] T 6f9d067d993449699f3524f5082f7f0c P 8c1230bb67e1422b80f5c6e66791194c: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658470485463040 op_type: NO_OP noop_request { }
I20260608 12:41:18.284930   431 raft_consensus.cc:2889] T 6f9d067d993449699f3524f5082f7f0c P 8c1230bb67e1422b80f5c6e66791194c [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:18.285187   431 raft_consensus.cc:2272] T 6f9d067d993449699f3524f5082f7f0c P 8c1230bb67e1422b80f5c6e66791194c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:18.287834   431 tablet_replica.cc:333] T 672c32ce171545a38facbe800840b526 P 8c1230bb67e1422b80f5c6e66791194c: stopping tablet replica
I20260608 12:41:18.288341   431 raft_consensus.cc:2243] T 672c32ce171545a38facbe800840b526 P 8c1230bb67e1422b80f5c6e66791194c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:18.288687   431 raft_consensus.cc:2272] T 672c32ce171545a38facbe800840b526 P 8c1230bb67e1422b80f5c6e66791194c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:18.291220   431 tablet_replica.cc:333] T 9cd6be9aa47b42c8912462a52c046a2b P 8c1230bb67e1422b80f5c6e66791194c: stopping tablet replica
I20260608 12:41:18.291679   431 raft_consensus.cc:2243] T 9cd6be9aa47b42c8912462a52c046a2b P 8c1230bb67e1422b80f5c6e66791194c [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:18.292176   431 pending_rounds.cc:70] T 9cd6be9aa47b42c8912462a52c046a2b P 8c1230bb67e1422b80f5c6e66791194c: Trying to abort 1 pending ops.
I20260608 12:41:18.292337   431 pending_rounds.cc:77] T 9cd6be9aa47b42c8912462a52c046a2b P 8c1230bb67e1422b80f5c6e66791194c: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658470540496896 op_type: NO_OP noop_request { }
I20260608 12:41:18.292562   431 raft_consensus.cc:2889] T 9cd6be9aa47b42c8912462a52c046a2b P 8c1230bb67e1422b80f5c6e66791194c [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:18.292785   431 raft_consensus.cc:2272] T 9cd6be9aa47b42c8912462a52c046a2b P 8c1230bb67e1422b80f5c6e66791194c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:18.295266   431 tablet_replica.cc:333] T bb97d93559e8404e816714cbcdabdd18 P 8c1230bb67e1422b80f5c6e66791194c: stopping tablet replica
I20260608 12:41:18.295712   431 raft_consensus.cc:2243] T bb97d93559e8404e816714cbcdabdd18 P 8c1230bb67e1422b80f5c6e66791194c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:18.296041   431 raft_consensus.cc:2272] T bb97d93559e8404e816714cbcdabdd18 P 8c1230bb67e1422b80f5c6e66791194c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:18.320443   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:18.334450   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:18.355397   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:18.356519   431 tablet_replica.cc:333] T 6f9d067d993449699f3524f5082f7f0c P e12f05cb759849f5ab918b3c8a67f5f9: stopping tablet replica
I20260608 12:41:18.357136   431 raft_consensus.cc:2243] T 6f9d067d993449699f3524f5082f7f0c P e12f05cb759849f5ab918b3c8a67f5f9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:18.357530   431 raft_consensus.cc:2272] T 6f9d067d993449699f3524f5082f7f0c P e12f05cb759849f5ab918b3c8a67f5f9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:18.359584   431 tablet_replica.cc:333] T 672c32ce171545a38facbe800840b526 P e12f05cb759849f5ab918b3c8a67f5f9: stopping tablet replica
I20260608 12:41:18.360062   431 raft_consensus.cc:2243] T 672c32ce171545a38facbe800840b526 P e12f05cb759849f5ab918b3c8a67f5f9 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:18.360600   431 pending_rounds.cc:70] T 672c32ce171545a38facbe800840b526 P e12f05cb759849f5ab918b3c8a67f5f9: Trying to abort 1 pending ops.
I20260608 12:41:18.360788   431 pending_rounds.cc:77] T 672c32ce171545a38facbe800840b526 P e12f05cb759849f5ab918b3c8a67f5f9: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658470484635648 op_type: NO_OP noop_request { }
I20260608 12:41:18.361019   431 raft_consensus.cc:2889] T 672c32ce171545a38facbe800840b526 P e12f05cb759849f5ab918b3c8a67f5f9 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:18.361232   431 raft_consensus.cc:2272] T 672c32ce171545a38facbe800840b526 P e12f05cb759849f5ab918b3c8a67f5f9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:18.363631   431 tablet_replica.cc:333] T 9cd6be9aa47b42c8912462a52c046a2b P e12f05cb759849f5ab918b3c8a67f5f9: stopping tablet replica
I20260608 12:41:18.364096   431 raft_consensus.cc:2243] T 9cd6be9aa47b42c8912462a52c046a2b P e12f05cb759849f5ab918b3c8a67f5f9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:18.364418   431 raft_consensus.cc:2272] T 9cd6be9aa47b42c8912462a52c046a2b P e12f05cb759849f5ab918b3c8a67f5f9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:18.366397   431 tablet_replica.cc:333] T bb97d93559e8404e816714cbcdabdd18 P e12f05cb759849f5ab918b3c8a67f5f9: stopping tablet replica
I20260608 12:41:18.366843   431 raft_consensus.cc:2243] T bb97d93559e8404e816714cbcdabdd18 P e12f05cb759849f5ab918b3c8a67f5f9 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:18.367365   431 pending_rounds.cc:70] T bb97d93559e8404e816714cbcdabdd18 P e12f05cb759849f5ab918b3c8a67f5f9: Trying to abort 1 pending ops.
I20260608 12:41:18.367538   431 pending_rounds.cc:77] T bb97d93559e8404e816714cbcdabdd18 P e12f05cb759849f5ab918b3c8a67f5f9: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658470215045120 op_type: NO_OP noop_request { }
I20260608 12:41:18.367764   431 raft_consensus.cc:2889] T bb97d93559e8404e816714cbcdabdd18 P e12f05cb759849f5ab918b3c8a67f5f9 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:18.367983   431 raft_consensus.cc:2272] T bb97d93559e8404e816714cbcdabdd18 P e12f05cb759849f5ab918b3c8a67f5f9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:18.391690   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:18.404945   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:18.426779   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:18.427817   431 tablet_replica.cc:333] T 9cd6be9aa47b42c8912462a52c046a2b P 08d59afcf653434faacde261e222f89f: stopping tablet replica
I20260608 12:41:18.428486   431 raft_consensus.cc:2243] T 9cd6be9aa47b42c8912462a52c046a2b P 08d59afcf653434faacde261e222f89f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:18.428910   431 raft_consensus.cc:2272] T 9cd6be9aa47b42c8912462a52c046a2b P 08d59afcf653434faacde261e222f89f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:18.431015   431 tablet_replica.cc:333] T bb97d93559e8404e816714cbcdabdd18 P 08d59afcf653434faacde261e222f89f: stopping tablet replica
I20260608 12:41:18.431576   431 raft_consensus.cc:2243] T bb97d93559e8404e816714cbcdabdd18 P 08d59afcf653434faacde261e222f89f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:18.431969   431 raft_consensus.cc:2272] T bb97d93559e8404e816714cbcdabdd18 P 08d59afcf653434faacde261e222f89f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:18.433895   431 tablet_replica.cc:333] T 6f9d067d993449699f3524f5082f7f0c P 08d59afcf653434faacde261e222f89f: stopping tablet replica
I20260608 12:41:18.434407   431 raft_consensus.cc:2243] T 6f9d067d993449699f3524f5082f7f0c P 08d59afcf653434faacde261e222f89f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:18.434778   431 raft_consensus.cc:2272] T 6f9d067d993449699f3524f5082f7f0c P 08d59afcf653434faacde261e222f89f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:18.436630   431 tablet_replica.cc:333] T 672c32ce171545a38facbe800840b526 P 08d59afcf653434faacde261e222f89f: stopping tablet replica
I20260608 12:41:18.437125   431 raft_consensus.cc:2243] T 672c32ce171545a38facbe800840b526 P 08d59afcf653434faacde261e222f89f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:18.437517   431 raft_consensus.cc:2272] T 672c32ce171545a38facbe800840b526 P 08d59afcf653434faacde261e222f89f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:18.459952   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:18.473196   431 master.cc:562] Master@127.0.107.254:37229 shutting down...
I20260608 12:41:18.490777   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 5b84f7dcfccb4e6db011d61258d3801b [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:18.491366   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 5b84f7dcfccb4e6db011d61258d3801b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:18.491731   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 5b84f7dcfccb4e6db011d61258d3801b: stopping tablet replica
W20260608 12:41:18.743641  2978 debug-util.cc:398] Leaking SignalData structure 0x7b0800147b40 after lost signal to thread 434
W20260608 12:41:19.511364   431 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 2978)
W20260608 12:41:20.512012   431 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 2978)
W20260608 12:41:21.512560   431 thread.cc:527] Waited for 3000ms trying to join with diag-logger (tid 2978)
I20260608 12:41:21.861337   431 master.cc:584] Master@127.0.107.254:37229 shutdown complete.
[       OK ] AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange (6081 ms)
[ RUN      ] AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas
I20260608 12:41:21.903204   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:42315
I20260608 12:41:21.904317   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:21.910261  3279 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:21.910408  3280 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:21.911782  3282 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:21.911896   431 server_base.cc:1061] running on GCE node
I20260608 12:41:21.914094   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:21.914281   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:21.914463   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922481914448 us; error 0 us; skew 500 ppm
I20260608 12:41:21.915086   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:21.917718   431 webserver.cc:533] Webserver started at http://127.0.107.254:34359/ using document root <none> and password file <none>
I20260608 12:41:21.918465   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:21.918661   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:21.918967   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:21.920145   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/master-0-root/instance:
uuid: "7be92e23ca7443ed9002d10c0e3f5bcc"
format_stamp: "Formatted at 2026-06-08 12:41:21 on dist-test-slave-1zds"
I20260608 12:41:21.925022   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:41:21.928654  3287 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:21.929440   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:21.929745   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/master-0-root
uuid: "7be92e23ca7443ed9002d10c0e3f5bcc"
format_stamp: "Formatted at 2026-06-08 12:41:21 on dist-test-slave-1zds"
I20260608 12:41:21.930121   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:21.942878   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:21.944146   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:21.984201   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:42315
I20260608 12:41:21.984326  3338 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:42315 every 8 connection(s)
I20260608 12:41:21.988732  3339 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:22.000348  3339 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7be92e23ca7443ed9002d10c0e3f5bcc: Bootstrap starting.
I20260608 12:41:22.006400  3339 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7be92e23ca7443ed9002d10c0e3f5bcc: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:22.011197  3339 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7be92e23ca7443ed9002d10c0e3f5bcc: No bootstrap required, opened a new log
I20260608 12:41:22.013584  3339 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7be92e23ca7443ed9002d10c0e3f5bcc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7be92e23ca7443ed9002d10c0e3f5bcc" member_type: VOTER }
I20260608 12:41:22.014019  3339 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7be92e23ca7443ed9002d10c0e3f5bcc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:22.014222  3339 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7be92e23ca7443ed9002d10c0e3f5bcc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7be92e23ca7443ed9002d10c0e3f5bcc, State: Initialized, Role: FOLLOWER
I20260608 12:41:22.014781  3339 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7be92e23ca7443ed9002d10c0e3f5bcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "7be92e23ca7443ed9002d10c0e3f5bcc" member_type: VOTER }
I20260608 12:41:22.015245  3339 raft_consensus.cc:399] T 00000000000000000000000000000000 P 7be92e23ca7443ed9002d10c0e3f5bcc [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:22.015465  3339 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7be92e23ca7443ed9002d10c0e3f5bcc [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:22.015736  3339 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7be92e23ca7443ed9002d10c0e3f5bcc [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:22.020941  3339 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7be92e23ca7443ed9002d10c0e3f5bcc [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7be92e23ca7443ed9002d10c0e3f5bcc" member_type: VOTER }
I20260608 12:41:22.021625  3339 leader_election.cc:304] T 00000000000000000000000000000000 P 7be92e23ca7443ed9002d10c0e3f5bcc [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: 7be92e23ca7443ed9002d10c0e3f5bcc; no voters: 
I20260608 12:41:22.022941  3339 leader_election.cc:290] T 00000000000000000000000000000000 P 7be92e23ca7443ed9002d10c0e3f5bcc [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:22.023474  3342 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7be92e23ca7443ed9002d10c0e3f5bcc [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:22.024909  3342 raft_consensus.cc:697] T 00000000000000000000000000000000 P 7be92e23ca7443ed9002d10c0e3f5bcc [term 1 LEADER]: Becoming Leader. State: Replica: 7be92e23ca7443ed9002d10c0e3f5bcc, State: Running, Role: LEADER
I20260608 12:41:22.025645  3342 consensus_queue.cc:237] T 00000000000000000000000000000000 P 7be92e23ca7443ed9002d10c0e3f5bcc [LEADER]: Queue going to LEADER mode. State: All 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: "7be92e23ca7443ed9002d10c0e3f5bcc" member_type: VOTER }
I20260608 12:41:22.026407  3339 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7be92e23ca7443ed9002d10c0e3f5bcc [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:22.030705  3343 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7be92e23ca7443ed9002d10c0e3f5bcc [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "7be92e23ca7443ed9002d10c0e3f5bcc" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7be92e23ca7443ed9002d10c0e3f5bcc" member_type: VOTER } }
I20260608 12:41:22.031281  3343 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7be92e23ca7443ed9002d10c0e3f5bcc [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:22.032151  3344 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7be92e23ca7443ed9002d10c0e3f5bcc [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7be92e23ca7443ed9002d10c0e3f5bcc. Latest consensus state: current_term: 1 leader_uuid: "7be92e23ca7443ed9002d10c0e3f5bcc" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7be92e23ca7443ed9002d10c0e3f5bcc" member_type: VOTER } }
I20260608 12:41:22.032764  3344 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7be92e23ca7443ed9002d10c0e3f5bcc [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:22.036264  3351 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:22.043334  3351 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:22.044382   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:22.053476  3351 catalog_manager.cc:1382] Generated new cluster ID: f0bc6dc7207a4e768e7ff782402dea3a
I20260608 12:41:22.053768  3351 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:22.076776  3351 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:22.078104  3351 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:22.103564  3351 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 7be92e23ca7443ed9002d10c0e3f5bcc: Generated new TSK 0
I20260608 12:41:22.104206  3351 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:22.110682   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:22.117571  3360 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:22.118639  3361 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:22.120589   431 server_base.cc:1061] running on GCE node
W20260608 12:41:22.120618  3363 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:22.121919   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:22.122113   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:22.122243   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922482122232 us; error 0 us; skew 500 ppm
I20260608 12:41:22.122776   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:22.125109   431 webserver.cc:533] Webserver started at http://127.0.107.193:43583/ using document root <none> and password file <none>
I20260608 12:41:22.125610   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:22.125841   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:22.126091   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:22.127156   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/ts-0-root/instance:
uuid: "1e0637c447ba4844b6cd2472e48e2f8e"
format_stamp: "Formatted at 2026-06-08 12:41:22 on dist-test-slave-1zds"
I20260608 12:41:22.131966   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:41:22.135982  3368 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:22.138484   431 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.000s
I20260608 12:41:22.138957   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/ts-0-root
uuid: "1e0637c447ba4844b6cd2472e48e2f8e"
format_stamp: "Formatted at 2026-06-08 12:41:22 on dist-test-slave-1zds"
I20260608 12:41:22.139379   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:22.167470   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:22.168709   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:22.170434   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:22.173326   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:22.173623   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:22.173954   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:22.174158   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:22.218619   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:44129
I20260608 12:41:22.218751  3430 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:44129 every 8 connection(s)
I20260608 12:41:22.224056   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:22.232755  3436 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:22.235539  3435 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:22.239046   431 server_base.cc:1061] running on GCE node
W20260608 12:41:22.238961  3438 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:22.240891   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:22.241189   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:22.241415   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922482241393 us; error 0 us; skew 500 ppm
I20260608 12:41:22.242336   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:22.243376  3431 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42315
I20260608 12:41:22.243749  3431 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:22.244606  3431 heartbeater.cc:507] Master 127.0.107.254:42315 requested a full tablet report, sending...
I20260608 12:41:22.245569   431 webserver.cc:533] Webserver started at http://127.0.107.194:32987/ using document root <none> and password file <none>
I20260608 12:41:22.246266   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:22.246505   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:22.246820   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:22.247169  3304 ts_manager.cc:194] Registered new tserver with Master: 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129)
I20260608 12:41:22.248112   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/ts-1-root/instance:
uuid: "1c54b535b94844088af8988614d94b3f"
format_stamp: "Formatted at 2026-06-08 12:41:22 on dist-test-slave-1zds"
I20260608 12:41:22.249162  3304 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41680
I20260608 12:41:22.253228   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260608 12:41:22.257154  3443 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:22.258107   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:41:22.258459   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/ts-1-root
uuid: "1c54b535b94844088af8988614d94b3f"
format_stamp: "Formatted at 2026-06-08 12:41:22 on dist-test-slave-1zds"
I20260608 12:41:22.258780   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:22.288738   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:22.290436   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:22.292357   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:22.295094   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:22.295344   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:22.295648   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:22.295855   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:22.339771   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:43127
I20260608 12:41:22.339943  3505 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:43127 every 8 connection(s)
I20260608 12:41:22.345357   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:22.354302  3509 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:22.354997  3510 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:22.358935  3506 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42315
I20260608 12:41:22.359442  3506 heartbeater.cc:461] Registering TS with master...
W20260608 12:41:22.360224  3512 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:22.360412   431 server_base.cc:1061] running on GCE node
I20260608 12:41:22.360584  3506 heartbeater.cc:507] Master 127.0.107.254:42315 requested a full tablet report, sending...
I20260608 12:41:22.361694   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:22.362035   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:22.362249   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922482362231 us; error 0 us; skew 500 ppm
I20260608 12:41:22.363173   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:22.363440  3304 ts_manager.cc:194] Registered new tserver with Master: 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127)
I20260608 12:41:22.365681  3304 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41684
I20260608 12:41:22.366524   431 webserver.cc:533] Webserver started at http://127.0.107.195:44105/ using document root <none> and password file <none>
I20260608 12:41:22.367250   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:22.367439   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:22.367657   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:22.368958   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/ts-2-root/instance:
uuid: "5a65cd92fcde4ba2bc6cec83b54c9771"
format_stamp: "Formatted at 2026-06-08 12:41:22 on dist-test-slave-1zds"
I20260608 12:41:22.374239   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260608 12:41:22.377985  3517 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:22.378772   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:41:22.379143   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/ts-2-root
uuid: "5a65cd92fcde4ba2bc6cec83b54c9771"
format_stamp: "Formatted at 2026-06-08 12:41:22 on dist-test-slave-1zds"
I20260608 12:41:22.379451   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:22.399550   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:22.400735   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:22.402244   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:22.404651   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:22.404896   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:22.405146   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:22.405326   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:22.449754   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:46747
I20260608 12:41:22.449999  3579 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:46747 every 8 connection(s)
I20260608 12:41:22.464818  3580 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42315
I20260608 12:41:22.465302  3580 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:22.466163  3580 heartbeater.cc:507] Master 127.0.107.254:42315 requested a full tablet report, sending...
I20260608 12:41:22.468266  3304 ts_manager.cc:194] Registered new tserver with Master: 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747)
I20260608 12:41:22.469172   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015963571s
I20260608 12:41:22.470054  3304 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41688
I20260608 12:41:23.252226  3431 heartbeater.cc:499] Master 127.0.107.254:42315 was elected leader, sending a full tablet report...
I20260608 12:41:23.568163  3580 heartbeater.cc:499] Master 127.0.107.254:42315 was elected leader, sending a full tablet report...
I20260608 12:41:23.603327  3506 heartbeater.cc:499] Master 127.0.107.254:42315 was elected leader, sending a full tablet report...
I20260608 12:41:23.655441  3304 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:41696:
name: "range_aware_rebalance_new_range"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\006\001\000\000\000\000\007\001\n\000\000\000""\006\001\000\000\000\000\007\001\n\000\000\000"
  indirect_data: """"
}
partition_schema {
  hash_schema {
    columns {
      name: "key"
    }
    num_buckets: 8
    seed: 0
  }
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:41:23.657846  3304 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table range_aware_rebalance_new_range in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:41:23.738210  3396 tablet_service.cc:1511] Processing CreateTablet for tablet e9f4d7287602496a923e7293513ab50b (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:41:23.738557  3395 tablet_service.cc:1511] Processing CreateTablet for tablet 170755a0695749408308f1a30172b725 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:41:23.738931  3394 tablet_service.cc:1511] Processing CreateTablet for tablet 60468640e7f345da948d5d485d7a9ba7 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:41:23.739974  3396 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e9f4d7287602496a923e7293513ab50b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.740658  3394 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 60468640e7f345da948d5d485d7a9ba7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.741485  3395 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 170755a0695749408308f1a30172b725. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.741590  3393 tablet_service.cc:1511] Processing CreateTablet for tablet 3345f706b73248898b6e7b0bbba79374 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:41:23.743167  3393 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3345f706b73248898b6e7b0bbba79374. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.743131  3391 tablet_service.cc:1511] Processing CreateTablet for tablet fed134e9e5164d2a9656a637bfa833d7 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:41:23.745251  3391 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fed134e9e5164d2a9656a637bfa833d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.745623  3392 tablet_service.cc:1511] Processing CreateTablet for tablet 318f562fc65b433696a541217aebf979 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:41:23.747167  3392 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 318f562fc65b433696a541217aebf979. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.748095  3545 tablet_service.cc:1511] Processing CreateTablet for tablet e9f4d7287602496a923e7293513ab50b (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:41:23.748829  3543 tablet_service.cc:1511] Processing CreateTablet for tablet 60468640e7f345da948d5d485d7a9ba7 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:41:23.749650  3545 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e9f4d7287602496a923e7293513ab50b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.749306  3544 tablet_service.cc:1511] Processing CreateTablet for tablet 170755a0695749408308f1a30172b725 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:41:23.751587  3390 tablet_service.cc:1511] Processing CreateTablet for tablet 40af8bd277464c0c86baa03be99553fb (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:41:23.753397  3390 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 40af8bd277464c0c86baa03be99553fb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.750296  3543 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 60468640e7f345da948d5d485d7a9ba7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.755105  3544 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 170755a0695749408308f1a30172b725. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.767824  3542 tablet_service.cc:1511] Processing CreateTablet for tablet 3345f706b73248898b6e7b0bbba79374 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:41:23.768052  3541 tablet_service.cc:1511] Processing CreateTablet for tablet 318f562fc65b433696a541217aebf979 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:41:23.769629  3542 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3345f706b73248898b6e7b0bbba79374. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.770411  3541 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 318f562fc65b433696a541217aebf979. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.770097  3540 tablet_service.cc:1511] Processing CreateTablet for tablet fed134e9e5164d2a9656a637bfa833d7 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:41:23.771636  3540 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fed134e9e5164d2a9656a637bfa833d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.767820  3389 tablet_service.cc:1511] Processing CreateTablet for tablet 28df50b4114c401d88eee62f8de5bbd4 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:41:23.772871  3389 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 28df50b4114c401d88eee62f8de5bbd4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.783483  3539 tablet_service.cc:1511] Processing CreateTablet for tablet 40af8bd277464c0c86baa03be99553fb (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:41:23.783923  3538 tablet_service.cc:1511] Processing CreateTablet for tablet 28df50b4114c401d88eee62f8de5bbd4 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:41:23.785099  3539 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 40af8bd277464c0c86baa03be99553fb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.785826  3538 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 28df50b4114c401d88eee62f8de5bbd4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.821830  3600 tablet_bootstrap.cc:492] T fed134e9e5164d2a9656a637bfa833d7 P 1e0637c447ba4844b6cd2472e48e2f8e: Bootstrap starting.
I20260608 12:41:23.826807  3470 tablet_service.cc:1511] Processing CreateTablet for tablet 170755a0695749408308f1a30172b725 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:41:23.828388  3470 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 170755a0695749408308f1a30172b725. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.830842  3469 tablet_service.cc:1511] Processing CreateTablet for tablet 60468640e7f345da948d5d485d7a9ba7 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:41:23.833012  3468 tablet_service.cc:1511] Processing CreateTablet for tablet 3345f706b73248898b6e7b0bbba79374 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:41:23.833074  3464 tablet_service.cc:1511] Processing CreateTablet for tablet 28df50b4114c401d88eee62f8de5bbd4 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:41:23.834064  3466 tablet_service.cc:1511] Processing CreateTablet for tablet fed134e9e5164d2a9656a637bfa833d7 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:41:23.834760  3468 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3345f706b73248898b6e7b0bbba79374. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.835860  3465 tablet_service.cc:1511] Processing CreateTablet for tablet 40af8bd277464c0c86baa03be99553fb (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:41:23.837672  3471 tablet_service.cc:1511] Processing CreateTablet for tablet e9f4d7287602496a923e7293513ab50b (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:41:23.838580  3466 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fed134e9e5164d2a9656a637bfa833d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.839766  3465 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 40af8bd277464c0c86baa03be99553fb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.833012  3467 tablet_service.cc:1511] Processing CreateTablet for tablet 318f562fc65b433696a541217aebf979 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:41:23.844015  3469 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 60468640e7f345da948d5d485d7a9ba7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.846189  3464 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 28df50b4114c401d88eee62f8de5bbd4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.847193  3600 tablet_bootstrap.cc:654] T fed134e9e5164d2a9656a637bfa833d7 P 1e0637c447ba4844b6cd2472e48e2f8e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:23.850853  3467 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 318f562fc65b433696a541217aebf979. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.852715  3471 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e9f4d7287602496a923e7293513ab50b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:23.892910  3601 tablet_bootstrap.cc:492] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771: Bootstrap starting.
I20260608 12:41:23.896843  3600 tablet_bootstrap.cc:492] T fed134e9e5164d2a9656a637bfa833d7 P 1e0637c447ba4844b6cd2472e48e2f8e: No bootstrap required, opened a new log
I20260608 12:41:23.897439  3600 ts_tablet_manager.cc:1403] T fed134e9e5164d2a9656a637bfa833d7 P 1e0637c447ba4844b6cd2472e48e2f8e: Time spent bootstrapping tablet: real 0.076s	user 0.005s	sys 0.007s
I20260608 12:41:23.900267  3601 tablet_bootstrap.cc:654] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:23.900570  3600 raft_consensus.cc:359] T fed134e9e5164d2a9656a637bfa833d7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:23.901363  3600 raft_consensus.cc:385] T fed134e9e5164d2a9656a637bfa833d7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:23.906067  3603 tablet_bootstrap.cc:492] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f: Bootstrap starting.
I20260608 12:41:23.901671  3600 raft_consensus.cc:740] T fed134e9e5164d2a9656a637bfa833d7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1e0637c447ba4844b6cd2472e48e2f8e, State: Initialized, Role: FOLLOWER
I20260608 12:41:23.918221  3603 tablet_bootstrap.cc:654] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:23.919694  3600 consensus_queue.cc:260] T fed134e9e5164d2a9656a637bfa833d7 P 1e0637c447ba4844b6cd2472e48e2f8e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:23.923938  3600 ts_tablet_manager.cc:1434] T fed134e9e5164d2a9656a637bfa833d7 P 1e0637c447ba4844b6cd2472e48e2f8e: Time spent starting tablet: real 0.026s	user 0.008s	sys 0.001s
I20260608 12:41:23.925041  3600 tablet_bootstrap.cc:492] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e: Bootstrap starting.
I20260608 12:41:23.926090  3603 tablet_bootstrap.cc:492] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f: No bootstrap required, opened a new log
I20260608 12:41:23.926862  3603 ts_tablet_manager.cc:1403] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f: Time spent bootstrapping tablet: real 0.021s	user 0.013s	sys 0.003s
I20260608 12:41:23.931564  3600 tablet_bootstrap.cc:654] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:23.931039  3603 raft_consensus.cc:359] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:23.932279  3603 raft_consensus.cc:385] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:23.932790  3603 raft_consensus.cc:740] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1c54b535b94844088af8988614d94b3f, State: Initialized, Role: FOLLOWER
I20260608 12:41:23.934047  3603 consensus_queue.cc:260] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:23.944554  3603 ts_tablet_manager.cc:1434] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f: Time spent starting tablet: real 0.017s	user 0.012s	sys 0.004s
I20260608 12:41:23.944658  3601 tablet_bootstrap.cc:492] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771: No bootstrap required, opened a new log
I20260608 12:41:23.945309  3601 ts_tablet_manager.cc:1403] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771: Time spent bootstrapping tablet: real 0.053s	user 0.012s	sys 0.018s
I20260608 12:41:23.946033  3603 tablet_bootstrap.cc:492] T 28df50b4114c401d88eee62f8de5bbd4 P 1c54b535b94844088af8988614d94b3f: Bootstrap starting.
I20260608 12:41:23.946112  3600 tablet_bootstrap.cc:492] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e: No bootstrap required, opened a new log
I20260608 12:41:23.946893  3600 ts_tablet_manager.cc:1403] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e: Time spent bootstrapping tablet: real 0.022s	user 0.013s	sys 0.007s
I20260608 12:41:23.948553  3601 raft_consensus.cc:359] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:23.949342  3601 raft_consensus.cc:385] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:23.949649  3601 raft_consensus.cc:740] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a65cd92fcde4ba2bc6cec83b54c9771, State: Initialized, Role: FOLLOWER
I20260608 12:41:23.949975  3600 raft_consensus.cc:359] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:23.950722  3600 raft_consensus.cc:385] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:23.952741  3600 raft_consensus.cc:740] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1e0637c447ba4844b6cd2472e48e2f8e, State: Initialized, Role: FOLLOWER
I20260608 12:41:23.950770  3601 consensus_queue.cc:260] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:23.951339  3608 raft_consensus.cc:493] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:23.954540  3603 tablet_bootstrap.cc:654] T 28df50b4114c401d88eee62f8de5bbd4 P 1c54b535b94844088af8988614d94b3f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:23.954413  3608 raft_consensus.cc:515] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:23.955945  3601 ts_tablet_manager.cc:1434] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.002s
I20260608 12:41:23.953557  3600 consensus_queue.cc:260] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:23.967201  3600 ts_tablet_manager.cc:1434] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e: Time spent starting tablet: real 0.020s	user 0.008s	sys 0.000s
I20260608 12:41:23.968276  3600 tablet_bootstrap.cc:492] T 28df50b4114c401d88eee62f8de5bbd4 P 1e0637c447ba4844b6cd2472e48e2f8e: Bootstrap starting.
I20260608 12:41:23.969437  3601 tablet_bootstrap.cc:492] T 170755a0695749408308f1a30172b725 P 5a65cd92fcde4ba2bc6cec83b54c9771: Bootstrap starting.
I20260608 12:41:23.981799  3608 leader_election.cc:290] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129), 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747)
I20260608 12:41:23.990214  3600 tablet_bootstrap.cc:654] T 28df50b4114c401d88eee62f8de5bbd4 P 1e0637c447ba4844b6cd2472e48e2f8e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:23.990082  3605 raft_consensus.cc:493] T fed134e9e5164d2a9656a637bfa833d7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:23.990944  3605 raft_consensus.cc:515] T fed134e9e5164d2a9656a637bfa833d7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:23.990121  3601 tablet_bootstrap.cc:654] T 170755a0695749408308f1a30172b725 P 5a65cd92fcde4ba2bc6cec83b54c9771: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:24.000803  3603 tablet_bootstrap.cc:492] T 28df50b4114c401d88eee62f8de5bbd4 P 1c54b535b94844088af8988614d94b3f: No bootstrap required, opened a new log
I20260608 12:41:24.001346  3603 ts_tablet_manager.cc:1403] T 28df50b4114c401d88eee62f8de5bbd4 P 1c54b535b94844088af8988614d94b3f: Time spent bootstrapping tablet: real 0.056s	user 0.028s	sys 0.023s
I20260608 12:41:24.004616  3603 raft_consensus.cc:359] T 28df50b4114c401d88eee62f8de5bbd4 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.005378  3603 raft_consensus.cc:385] T 28df50b4114c401d88eee62f8de5bbd4 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:24.006803  3406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fed134e9e5164d2a9656a637bfa833d7" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" is_pre_election: true
I20260608 12:41:24.007506  3406 raft_consensus.cc:2468] T fed134e9e5164d2a9656a637bfa833d7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1c54b535b94844088af8988614d94b3f in term 0.
I20260608 12:41:24.008219  3605 leader_election.cc:290] T fed134e9e5164d2a9656a637bfa833d7 P 1e0637c447ba4844b6cd2472e48e2f8e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127), 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747)
I20260608 12:41:24.009078  3444 leader_election.cc:304] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1c54b535b94844088af8988614d94b3f, 1e0637c447ba4844b6cd2472e48e2f8e; no voters: 
I20260608 12:41:24.010095  3608 raft_consensus.cc:2804] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:24.010576  3608 raft_consensus.cc:493] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:24.011013  3608 raft_consensus.cc:3060] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.005712  3603 raft_consensus.cc:740] T 28df50b4114c401d88eee62f8de5bbd4 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1c54b535b94844088af8988614d94b3f, State: Initialized, Role: FOLLOWER
I20260608 12:41:24.013931  3601 tablet_bootstrap.cc:492] T 170755a0695749408308f1a30172b725 P 5a65cd92fcde4ba2bc6cec83b54c9771: No bootstrap required, opened a new log
I20260608 12:41:24.014465  3601 ts_tablet_manager.cc:1403] T 170755a0695749408308f1a30172b725 P 5a65cd92fcde4ba2bc6cec83b54c9771: Time spent bootstrapping tablet: real 0.058s	user 0.007s	sys 0.009s
I20260608 12:41:24.016016  3603 consensus_queue.cc:260] T 28df50b4114c401d88eee62f8de5bbd4 P 1c54b535b94844088af8988614d94b3f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.017655  3601 raft_consensus.cc:359] T 170755a0695749408308f1a30172b725 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.018497  3601 raft_consensus.cc:385] T 170755a0695749408308f1a30172b725 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:24.019326  3608 raft_consensus.cc:515] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.018816  3601 raft_consensus.cc:740] T 170755a0695749408308f1a30172b725 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a65cd92fcde4ba2bc6cec83b54c9771, State: Initialized, Role: FOLLOWER
I20260608 12:41:24.022477  3608 leader_election.cc:290] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 election: Requested vote from peers 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129), 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747)
I20260608 12:41:24.022539  3406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fed134e9e5164d2a9656a637bfa833d7" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1e0637c447ba4844b6cd2472e48e2f8e"
I20260608 12:41:24.023101  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fed134e9e5164d2a9656a637bfa833d7" candidate_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c54b535b94844088af8988614d94b3f" is_pre_election: true
I20260608 12:41:24.023425  3406 raft_consensus.cc:3060] T fed134e9e5164d2a9656a637bfa833d7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.024286  3481 raft_consensus.cc:2393] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 1e0637c447ba4844b6cd2472e48e2f8e in current term 1: Already voted for candidate 1c54b535b94844088af8988614d94b3f in this term.
I20260608 12:41:24.021128  3601 consensus_queue.cc:260] T 170755a0695749408308f1a30172b725 P 5a65cd92fcde4ba2bc6cec83b54c9771 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.038687  3555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fed134e9e5164d2a9656a637bfa833d7" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" is_pre_election: true
I20260608 12:41:24.038928  3605 raft_consensus.cc:493] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:24.039156  3554 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fed134e9e5164d2a9656a637bfa833d7" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771"
W20260608 12:41:24.040423  3447 leader_election.cc:343] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747): Illegal state: must be running to vote when last-logged opid is not known
W20260608 12:41:24.041816  3447 leader_election.cc:343] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:24.042104  3357 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
I20260608 12:41:24.039525  3605 raft_consensus.cc:515] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
W20260608 12:41:24.043397  3357 auto_leader_rebalancer.cc:460] the master instance isn't leader: Service unavailable: Tablet not running
I20260608 12:41:24.045724  3605 leader_election.cc:290] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127), 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747)
I20260608 12:41:24.047809  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "170755a0695749408308f1a30172b725" candidate_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c54b535b94844088af8988614d94b3f" is_pre_election: true
W20260608 12:41:24.050381  3369 leader_election.cc:343] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:24.057017  3601 ts_tablet_manager.cc:1434] T 170755a0695749408308f1a30172b725 P 5a65cd92fcde4ba2bc6cec83b54c9771: Time spent starting tablet: real 0.042s	user 0.004s	sys 0.003s
I20260608 12:41:24.058346  3406 raft_consensus.cc:2468] T fed134e9e5164d2a9656a637bfa833d7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1c54b535b94844088af8988614d94b3f in term 1.
I20260608 12:41:24.058545  3603 ts_tablet_manager.cc:1434] T 28df50b4114c401d88eee62f8de5bbd4 P 1c54b535b94844088af8988614d94b3f: Time spent starting tablet: real 0.057s	user 0.017s	sys 0.027s
I20260608 12:41:24.059628  3444 leader_election.cc:304] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [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: 1c54b535b94844088af8988614d94b3f, 1e0637c447ba4844b6cd2472e48e2f8e; no voters: 5a65cd92fcde4ba2bc6cec83b54c9771
I20260608 12:41:24.061692  3603 tablet_bootstrap.cc:492] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f: Bootstrap starting.
I20260608 12:41:24.063674  3618 raft_consensus.cc:2804] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:24.067142  3618 raft_consensus.cc:697] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [term 1 LEADER]: Becoming Leader. State: Replica: 1c54b535b94844088af8988614d94b3f, State: Running, Role: LEADER
I20260608 12:41:24.069392  3601 tablet_bootstrap.cc:492] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771: Bootstrap starting.
I20260608 12:41:24.069510  3603 tablet_bootstrap.cc:654] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:24.068404  3618 consensus_queue.cc:237] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.073807  3600 tablet_bootstrap.cc:492] T 28df50b4114c401d88eee62f8de5bbd4 P 1e0637c447ba4844b6cd2472e48e2f8e: No bootstrap required, opened a new log
I20260608 12:41:24.074376  3600 ts_tablet_manager.cc:1403] T 28df50b4114c401d88eee62f8de5bbd4 P 1e0637c447ba4844b6cd2472e48e2f8e: Time spent bootstrapping tablet: real 0.106s	user 0.028s	sys 0.046s
I20260608 12:41:24.077659  3600 raft_consensus.cc:359] T 28df50b4114c401d88eee62f8de5bbd4 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.078449  3600 raft_consensus.cc:385] T 28df50b4114c401d88eee62f8de5bbd4 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:24.078670  3601 tablet_bootstrap.cc:654] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:24.078824  3600 raft_consensus.cc:740] T 28df50b4114c401d88eee62f8de5bbd4 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1e0637c447ba4844b6cd2472e48e2f8e, State: Initialized, Role: FOLLOWER
I20260608 12:41:24.079056  3555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "170755a0695749408308f1a30172b725" candidate_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" is_pre_election: true
I20260608 12:41:24.079770  3555 raft_consensus.cc:2468] T 170755a0695749408308f1a30172b725 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1e0637c447ba4844b6cd2472e48e2f8e in term 0.
I20260608 12:41:24.080031  3600 consensus_queue.cc:260] T 28df50b4114c401d88eee62f8de5bbd4 P 1e0637c447ba4844b6cd2472e48e2f8e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.081460  3603 tablet_bootstrap.cc:492] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f: No bootstrap required, opened a new log
I20260608 12:41:24.081720  3372 leader_election.cc:304] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [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: 1e0637c447ba4844b6cd2472e48e2f8e, 5a65cd92fcde4ba2bc6cec83b54c9771; no voters: 1c54b535b94844088af8988614d94b3f
I20260608 12:41:24.082099  3603 ts_tablet_manager.cc:1403] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f: Time spent bootstrapping tablet: real 0.021s	user 0.010s	sys 0.010s
I20260608 12:41:24.082965  3605 raft_consensus.cc:2804] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:24.083367  3605 raft_consensus.cc:493] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:24.083715  3605 raft_consensus.cc:3060] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.085727  3600 ts_tablet_manager.cc:1434] T 28df50b4114c401d88eee62f8de5bbd4 P 1e0637c447ba4844b6cd2472e48e2f8e: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.001s
I20260608 12:41:24.085976  3603 raft_consensus.cc:359] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.086763  3603 raft_consensus.cc:385] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:24.087062  3603 raft_consensus.cc:740] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1c54b535b94844088af8988614d94b3f, State: Initialized, Role: FOLLOWER
I20260608 12:41:24.087307  3600 tablet_bootstrap.cc:492] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e: Bootstrap starting.
I20260608 12:41:24.087997  3603 consensus_queue.cc:260] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.078688  3554 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fed134e9e5164d2a9656a637bfa833d7" candidate_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" is_pre_election: true
I20260608 12:41:24.090700  3603 ts_tablet_manager.cc:1434] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.001s
W20260608 12:41:24.091055  3372 leader_election.cc:343] T fed134e9e5164d2a9656a637bfa833d7 P 1e0637c447ba4844b6cd2472e48e2f8e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:24.091576  3372 leader_election.cc:304] T fed134e9e5164d2a9656a637bfa833d7 P 1e0637c447ba4844b6cd2472e48e2f8e [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: 1e0637c447ba4844b6cd2472e48e2f8e; no voters: 1c54b535b94844088af8988614d94b3f, 5a65cd92fcde4ba2bc6cec83b54c9771
I20260608 12:41:24.091976  3603 tablet_bootstrap.cc:492] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f: Bootstrap starting.
I20260608 12:41:24.094660  3605 raft_consensus.cc:515] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.095502  3600 tablet_bootstrap.cc:654] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:24.097867  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "170755a0695749408308f1a30172b725" candidate_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c54b535b94844088af8988614d94b3f"
W20260608 12:41:24.099619  3369 leader_election.cc:343] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:24.101166  3603 tablet_bootstrap.cc:654] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:24.102217  3601 tablet_bootstrap.cc:492] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771: No bootstrap required, opened a new log
I20260608 12:41:24.102870  3601 ts_tablet_manager.cc:1403] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771: Time spent bootstrapping tablet: real 0.034s	user 0.010s	sys 0.007s
I20260608 12:41:24.107187  3601 raft_consensus.cc:359] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.108084  3605 leader_election.cc:290] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [CANDIDATE]: Term 1 election: Requested vote from peers 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127), 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747)
I20260608 12:41:24.108397  3601 raft_consensus.cc:385] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:24.109156  3601 raft_consensus.cc:740] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a65cd92fcde4ba2bc6cec83b54c9771, State: Initialized, Role: FOLLOWER
I20260608 12:41:24.110546  3601 consensus_queue.cc:260] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.113466  3603 tablet_bootstrap.cc:492] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f: No bootstrap required, opened a new log
I20260608 12:41:24.108688  3605 raft_consensus.cc:2749] T fed134e9e5164d2a9656a637bfa833d7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:24.114061  3603 ts_tablet_manager.cc:1403] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f: Time spent bootstrapping tablet: real 0.022s	user 0.017s	sys 0.003s
I20260608 12:41:24.117825  3554 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "170755a0695749408308f1a30172b725" candidate_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771"
I20260608 12:41:24.117864  3603 raft_consensus.cc:359] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.118889  3554 raft_consensus.cc:3060] T 170755a0695749408308f1a30172b725 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.118971  3603 raft_consensus.cc:385] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:24.119652  3603 raft_consensus.cc:740] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1c54b535b94844088af8988614d94b3f, State: Initialized, Role: FOLLOWER
I20260608 12:41:24.120667  3603 consensus_queue.cc:260] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.122088  3601 ts_tablet_manager.cc:1434] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771: Time spent starting tablet: real 0.019s	user 0.009s	sys 0.000s
I20260608 12:41:24.123584  3603 ts_tablet_manager.cc:1434] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.001s
I20260608 12:41:24.124778  3603 tablet_bootstrap.cc:492] T e9f4d7287602496a923e7293513ab50b P 1c54b535b94844088af8988614d94b3f: Bootstrap starting.
I20260608 12:41:24.129491  3554 raft_consensus.cc:2468] T 170755a0695749408308f1a30172b725 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1e0637c447ba4844b6cd2472e48e2f8e in term 1.
I20260608 12:41:24.131366  3601 tablet_bootstrap.cc:492] T 28df50b4114c401d88eee62f8de5bbd4 P 5a65cd92fcde4ba2bc6cec83b54c9771: Bootstrap starting.
I20260608 12:41:24.131820  3372 leader_election.cc:304] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [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: 1e0637c447ba4844b6cd2472e48e2f8e, 5a65cd92fcde4ba2bc6cec83b54c9771; no voters: 1c54b535b94844088af8988614d94b3f
I20260608 12:41:24.132295  3603 tablet_bootstrap.cc:654] T e9f4d7287602496a923e7293513ab50b P 1c54b535b94844088af8988614d94b3f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:24.133502  3605 raft_consensus.cc:2804] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:24.134233  3605 raft_consensus.cc:697] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 LEADER]: Becoming Leader. State: Replica: 1e0637c447ba4844b6cd2472e48e2f8e, State: Running, Role: LEADER
I20260608 12:41:24.135461  3605 consensus_queue.cc:237] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.142127  3601 tablet_bootstrap.cc:654] T 28df50b4114c401d88eee62f8de5bbd4 P 5a65cd92fcde4ba2bc6cec83b54c9771: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:24.145182  3603 tablet_bootstrap.cc:492] T e9f4d7287602496a923e7293513ab50b P 1c54b535b94844088af8988614d94b3f: No bootstrap required, opened a new log
I20260608 12:41:24.145864  3603 ts_tablet_manager.cc:1403] T e9f4d7287602496a923e7293513ab50b P 1c54b535b94844088af8988614d94b3f: Time spent bootstrapping tablet: real 0.021s	user 0.015s	sys 0.005s
I20260608 12:41:24.149688  3603 raft_consensus.cc:359] T e9f4d7287602496a923e7293513ab50b P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.150779  3603 raft_consensus.cc:385] T e9f4d7287602496a923e7293513ab50b P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:24.149652  3303 catalog_manager.cc:5696] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f reported cstate change: term changed from 0 to 1, leader changed from <none> to 1c54b535b94844088af8988614d94b3f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "1c54b535b94844088af8988614d94b3f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:24.151163  3603 raft_consensus.cc:740] T e9f4d7287602496a923e7293513ab50b P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1c54b535b94844088af8988614d94b3f, State: Initialized, Role: FOLLOWER
I20260608 12:41:24.152213  3603 consensus_queue.cc:260] T e9f4d7287602496a923e7293513ab50b P 1c54b535b94844088af8988614d94b3f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.152858  3600 tablet_bootstrap.cc:492] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e: No bootstrap required, opened a new log
I20260608 12:41:24.153702  3600 ts_tablet_manager.cc:1403] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e: Time spent bootstrapping tablet: real 0.067s	user 0.037s	sys 0.024s
I20260608 12:41:24.155213  3603 ts_tablet_manager.cc:1434] T e9f4d7287602496a923e7293513ab50b P 1c54b535b94844088af8988614d94b3f: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.001s
I20260608 12:41:24.156265  3603 tablet_bootstrap.cc:492] T 3345f706b73248898b6e7b0bbba79374 P 1c54b535b94844088af8988614d94b3f: Bootstrap starting.
I20260608 12:41:24.158143  3600 raft_consensus.cc:359] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.159279  3600 raft_consensus.cc:385] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:24.159761  3600 raft_consensus.cc:740] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1e0637c447ba4844b6cd2472e48e2f8e, State: Initialized, Role: FOLLOWER
I20260608 12:41:24.161098  3600 consensus_queue.cc:260] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.163673  3603 tablet_bootstrap.cc:654] T 3345f706b73248898b6e7b0bbba79374 P 1c54b535b94844088af8988614d94b3f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:24.166905  3600 ts_tablet_manager.cc:1434] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e: Time spent starting tablet: real 0.013s	user 0.008s	sys 0.000s
I20260608 12:41:24.168114  3600 tablet_bootstrap.cc:492] T 60468640e7f345da948d5d485d7a9ba7 P 1e0637c447ba4844b6cd2472e48e2f8e: Bootstrap starting.
I20260608 12:41:24.169480  3302 catalog_manager.cc:5696] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e reported cstate change: term changed from 0 to 1, leader changed from <none> to 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193). New cstate: current_term: 1 leader_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:24.174816  3603 tablet_bootstrap.cc:492] T 3345f706b73248898b6e7b0bbba79374 P 1c54b535b94844088af8988614d94b3f: No bootstrap required, opened a new log
I20260608 12:41:24.175087  3600 tablet_bootstrap.cc:654] T 60468640e7f345da948d5d485d7a9ba7 P 1e0637c447ba4844b6cd2472e48e2f8e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:24.175580  3603 ts_tablet_manager.cc:1403] T 3345f706b73248898b6e7b0bbba79374 P 1c54b535b94844088af8988614d94b3f: Time spent bootstrapping tablet: real 0.020s	user 0.014s	sys 0.000s
I20260608 12:41:24.179819  3603 raft_consensus.cc:359] T 3345f706b73248898b6e7b0bbba79374 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.180567  3603 raft_consensus.cc:385] T 3345f706b73248898b6e7b0bbba79374 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:24.180878  3603 raft_consensus.cc:740] T 3345f706b73248898b6e7b0bbba79374 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1c54b535b94844088af8988614d94b3f, State: Initialized, Role: FOLLOWER
I20260608 12:41:24.181344  3601 tablet_bootstrap.cc:492] T 28df50b4114c401d88eee62f8de5bbd4 P 5a65cd92fcde4ba2bc6cec83b54c9771: No bootstrap required, opened a new log
I20260608 12:41:24.182024  3601 ts_tablet_manager.cc:1403] T 28df50b4114c401d88eee62f8de5bbd4 P 5a65cd92fcde4ba2bc6cec83b54c9771: Time spent bootstrapping tablet: real 0.051s	user 0.014s	sys 0.010s
I20260608 12:41:24.181676  3603 consensus_queue.cc:260] T 3345f706b73248898b6e7b0bbba79374 P 1c54b535b94844088af8988614d94b3f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.183094  3618 raft_consensus.cc:493] T 28df50b4114c401d88eee62f8de5bbd4 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:24.183555  3618 raft_consensus.cc:515] T 28df50b4114c401d88eee62f8de5bbd4 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.184038  3603 ts_tablet_manager.cc:1434] T 3345f706b73248898b6e7b0bbba79374 P 1c54b535b94844088af8988614d94b3f: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:41:24.185101  3603 tablet_bootstrap.cc:492] T 40af8bd277464c0c86baa03be99553fb P 1c54b535b94844088af8988614d94b3f: Bootstrap starting.
I20260608 12:41:24.187146  3406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "28df50b4114c401d88eee62f8de5bbd4" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" is_pre_election: true
I20260608 12:41:24.187800  3406 raft_consensus.cc:2468] T 28df50b4114c401d88eee62f8de5bbd4 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1c54b535b94844088af8988614d94b3f in term 0.
I20260608 12:41:24.189240  3444 leader_election.cc:304] T 28df50b4114c401d88eee62f8de5bbd4 P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1c54b535b94844088af8988614d94b3f, 1e0637c447ba4844b6cd2472e48e2f8e; no voters: 
I20260608 12:41:24.190193  3608 raft_consensus.cc:2804] T 28df50b4114c401d88eee62f8de5bbd4 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:24.190564  3608 raft_consensus.cc:493] T 28df50b4114c401d88eee62f8de5bbd4 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:24.190908  3608 raft_consensus.cc:3060] T 28df50b4114c401d88eee62f8de5bbd4 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.191843  3603 tablet_bootstrap.cc:654] T 40af8bd277464c0c86baa03be99553fb P 1c54b535b94844088af8988614d94b3f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:24.199517  3554 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "28df50b4114c401d88eee62f8de5bbd4" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" is_pre_election: true
I20260608 12:41:24.200439  3618 leader_election.cc:290] T 28df50b4114c401d88eee62f8de5bbd4 P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129), 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747)
I20260608 12:41:24.206310  3600 tablet_bootstrap.cc:492] T 60468640e7f345da948d5d485d7a9ba7 P 1e0637c447ba4844b6cd2472e48e2f8e: No bootstrap required, opened a new log
I20260608 12:41:24.206977  3600 ts_tablet_manager.cc:1403] T 60468640e7f345da948d5d485d7a9ba7 P 1e0637c447ba4844b6cd2472e48e2f8e: Time spent bootstrapping tablet: real 0.039s	user 0.020s	sys 0.015s
I20260608 12:41:24.207680  3601 raft_consensus.cc:359] T 28df50b4114c401d88eee62f8de5bbd4 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.208410  3601 raft_consensus.cc:385] T 28df50b4114c401d88eee62f8de5bbd4 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:24.208710  3601 raft_consensus.cc:740] T 28df50b4114c401d88eee62f8de5bbd4 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a65cd92fcde4ba2bc6cec83b54c9771, State: Initialized, Role: FOLLOWER
I20260608 12:41:24.209523  3601 consensus_queue.cc:260] T 28df50b4114c401d88eee62f8de5bbd4 P 5a65cd92fcde4ba2bc6cec83b54c9771 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.210548  3554 raft_consensus.cc:2468] T 28df50b4114c401d88eee62f8de5bbd4 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1c54b535b94844088af8988614d94b3f in term 0.
I20260608 12:41:24.212822  3605 raft_consensus.cc:493] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:24.213299  3605 raft_consensus.cc:515] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.215538  3605 leader_election.cc:290] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127), 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747)
I20260608 12:41:24.215581  3608 raft_consensus.cc:515] T 28df50b4114c401d88eee62f8de5bbd4 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.217463  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40af8bd277464c0c86baa03be99553fb" candidate_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c54b535b94844088af8988614d94b3f" is_pre_election: true
W20260608 12:41:24.219419  3369 leader_election.cc:343] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:24.219554  3554 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40af8bd277464c0c86baa03be99553fb" candidate_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" is_pre_election: true
I20260608 12:41:24.219775  3406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "28df50b4114c401d88eee62f8de5bbd4" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1e0637c447ba4844b6cd2472e48e2f8e"
I20260608 12:41:24.220147  3554 raft_consensus.cc:2468] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1e0637c447ba4844b6cd2472e48e2f8e in term 0.
I20260608 12:41:24.220541  3406 raft_consensus.cc:3060] T 28df50b4114c401d88eee62f8de5bbd4 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.221211  3372 leader_election.cc:304] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [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: 1e0637c447ba4844b6cd2472e48e2f8e, 5a65cd92fcde4ba2bc6cec83b54c9771; no voters: 1c54b535b94844088af8988614d94b3f
I20260608 12:41:24.222187  3601 ts_tablet_manager.cc:1434] T 28df50b4114c401d88eee62f8de5bbd4 P 5a65cd92fcde4ba2bc6cec83b54c9771: Time spent starting tablet: real 0.040s	user 0.008s	sys 0.000s
I20260608 12:41:24.222522  3605 raft_consensus.cc:2804] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:24.222893  3605 raft_consensus.cc:493] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:24.223215  3605 raft_consensus.cc:3060] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.229809  3601 tablet_bootstrap.cc:492] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771: Bootstrap starting.
I20260608 12:41:24.231324  3600 raft_consensus.cc:359] T 60468640e7f345da948d5d485d7a9ba7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.232131  3600 raft_consensus.cc:385] T 60468640e7f345da948d5d485d7a9ba7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:24.232061  3554 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "28df50b4114c401d88eee62f8de5bbd4" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771"
I20260608 12:41:24.233636  3605 raft_consensus.cc:515] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.234212  3600 raft_consensus.cc:740] T 60468640e7f345da948d5d485d7a9ba7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1e0637c447ba4844b6cd2472e48e2f8e, State: Initialized, Role: FOLLOWER
I20260608 12:41:24.232860  3608 leader_election.cc:290] T 28df50b4114c401d88eee62f8de5bbd4 P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 election: Requested vote from peers 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129), 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747)
I20260608 12:41:24.234388  3554 raft_consensus.cc:3060] T 28df50b4114c401d88eee62f8de5bbd4 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.233537  3406 raft_consensus.cc:2468] T 28df50b4114c401d88eee62f8de5bbd4 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1c54b535b94844088af8988614d94b3f in term 1.
I20260608 12:41:24.235560  3600 consensus_queue.cc:260] T 60468640e7f345da948d5d485d7a9ba7 P 1e0637c447ba4844b6cd2472e48e2f8e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.238843  3601 tablet_bootstrap.cc:654] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:24.240619  3603 tablet_bootstrap.cc:492] T 40af8bd277464c0c86baa03be99553fb P 1c54b535b94844088af8988614d94b3f: No bootstrap required, opened a new log
I20260608 12:41:24.241154  3603 ts_tablet_manager.cc:1403] T 40af8bd277464c0c86baa03be99553fb P 1c54b535b94844088af8988614d94b3f: Time spent bootstrapping tablet: real 0.056s	user 0.024s	sys 0.024s
I20260608 12:41:24.242072  3444 leader_election.cc:304] T 28df50b4114c401d88eee62f8de5bbd4 P 1c54b535b94844088af8988614d94b3f [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: 1c54b535b94844088af8988614d94b3f, 1e0637c447ba4844b6cd2472e48e2f8e; no voters: 
I20260608 12:41:24.243175  3554 raft_consensus.cc:2468] T 28df50b4114c401d88eee62f8de5bbd4 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1c54b535b94844088af8988614d94b3f in term 1.
I20260608 12:41:24.244835  3603 raft_consensus.cc:359] T 40af8bd277464c0c86baa03be99553fb P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.245641  3600 ts_tablet_manager.cc:1434] T 60468640e7f345da948d5d485d7a9ba7 P 1e0637c447ba4844b6cd2472e48e2f8e: Time spent starting tablet: real 0.038s	user 0.003s	sys 0.004s
I20260608 12:41:24.245868  3603 raft_consensus.cc:385] T 40af8bd277464c0c86baa03be99553fb P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:24.246337  3603 raft_consensus.cc:740] T 40af8bd277464c0c86baa03be99553fb P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1c54b535b94844088af8988614d94b3f, State: Initialized, Role: FOLLOWER
I20260608 12:41:24.246740  3600 tablet_bootstrap.cc:492] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e: Bootstrap starting.
W20260608 12:41:24.247931  3502 debug-util.cc:398] Leaking SignalData structure 0x7b08000c82c0 after lost signal to thread 434
I20260608 12:41:24.247510  3603 consensus_queue.cc:260] T 40af8bd277464c0c86baa03be99553fb P 1c54b535b94844088af8988614d94b3f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
W20260608 12:41:24.250435  3352 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:41:24.250567  3605 leader_election.cc:290] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [CANDIDATE]: Term 1 election: Requested vote from peers 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127), 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747)
I20260608 12:41:24.250718  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40af8bd277464c0c86baa03be99553fb" candidate_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c54b535b94844088af8988614d94b3f"
I20260608 12:41:24.250999  3618 raft_consensus.cc:2804] T 28df50b4114c401d88eee62f8de5bbd4 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:24.251343  3481 raft_consensus.cc:3060] T 40af8bd277464c0c86baa03be99553fb P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.255599  3600 tablet_bootstrap.cc:654] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:24.257403  3609 raft_consensus.cc:493] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:24.257921  3609 raft_consensus.cc:515] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.259552  3481 raft_consensus.cc:2468] T 40af8bd277464c0c86baa03be99553fb P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1e0637c447ba4844b6cd2472e48e2f8e in term 1.
I20260608 12:41:24.260848  3369 leader_election.cc:304] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [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: 1c54b535b94844088af8988614d94b3f, 1e0637c447ba4844b6cd2472e48e2f8e; no voters: 
I20260608 12:41:24.261744  3605 raft_consensus.cc:2804] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:24.262267  3605 raft_consensus.cc:697] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 LEADER]: Becoming Leader. State: Replica: 1e0637c447ba4844b6cd2472e48e2f8e, State: Running, Role: LEADER
I20260608 12:41:24.262454  3554 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40af8bd277464c0c86baa03be99553fb" candidate_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771"
I20260608 12:41:24.263008  3554 raft_consensus.cc:3060] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.263134  3605 consensus_queue.cc:237] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.266429  3609 leader_election.cc:290] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129), 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127)
I20260608 12:41:24.267426  3603 ts_tablet_manager.cc:1434] T 40af8bd277464c0c86baa03be99553fb P 1c54b535b94844088af8988614d94b3f: Time spent starting tablet: real 0.026s	user 0.006s	sys 0.004s
I20260608 12:41:24.269914  3603 tablet_bootstrap.cc:492] T 318f562fc65b433696a541217aebf979 P 1c54b535b94844088af8988614d94b3f: Bootstrap starting.
I20260608 12:41:24.273731  3554 raft_consensus.cc:2468] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1e0637c447ba4844b6cd2472e48e2f8e in term 1.
I20260608 12:41:24.281387  3603 tablet_bootstrap.cc:654] T 318f562fc65b433696a541217aebf979 P 1c54b535b94844088af8988614d94b3f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:24.285606  3601 tablet_bootstrap.cc:492] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771: No bootstrap required, opened a new log
I20260608 12:41:24.287612  3618 raft_consensus.cc:697] T 28df50b4114c401d88eee62f8de5bbd4 P 1c54b535b94844088af8988614d94b3f [term 1 LEADER]: Becoming Leader. State: Replica: 1c54b535b94844088af8988614d94b3f, State: Running, Role: LEADER
I20260608 12:41:24.289026  3618 consensus_queue.cc:237] T 28df50b4114c401d88eee62f8de5bbd4 P 1c54b535b94844088af8988614d94b3f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.296123  3302 catalog_manager.cc:5696] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e reported cstate change: term changed from 0 to 1, leader changed from <none> to 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193). New cstate: current_term: 1 leader_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:24.300474  3632 raft_consensus.cc:493] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:24.292691  3601 ts_tablet_manager.cc:1403] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771: Time spent bootstrapping tablet: real 0.063s	user 0.010s	sys 0.009s
I20260608 12:41:24.301280  3632 raft_consensus.cc:515] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.313609  3600 tablet_bootstrap.cc:492] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e: No bootstrap required, opened a new log
I20260608 12:41:24.314208  3600 ts_tablet_manager.cc:1403] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e: Time spent bootstrapping tablet: real 0.068s	user 0.031s	sys 0.027s
I20260608 12:41:24.315601  3406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fed134e9e5164d2a9656a637bfa833d7" candidate_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" is_pre_election: true
I20260608 12:41:24.316573  3406 raft_consensus.cc:2393] T fed134e9e5164d2a9656a637bfa833d7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 5a65cd92fcde4ba2bc6cec83b54c9771 in current term 1: Already voted for candidate 1c54b535b94844088af8988614d94b3f in this term.
I20260608 12:41:24.320446  3632 leader_election.cc:290] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129), 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747)
I20260608 12:41:24.322865  3554 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60468640e7f345da948d5d485d7a9ba7" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" is_pre_election: true
I20260608 12:41:24.323629  3406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60468640e7f345da948d5d485d7a9ba7" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" is_pre_election: true
I20260608 12:41:24.326339  3406 raft_consensus.cc:2468] T 60468640e7f345da948d5d485d7a9ba7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1c54b535b94844088af8988614d94b3f in term 0.
I20260608 12:41:24.327661  3444 leader_election.cc:304] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1c54b535b94844088af8988614d94b3f, 1e0637c447ba4844b6cd2472e48e2f8e; no voters: 
W20260608 12:41:24.329515  3447 leader_election.cc:343] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:24.324745  3601 raft_consensus.cc:359] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.333724  3601 raft_consensus.cc:385] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:24.334129  3601 raft_consensus.cc:740] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a65cd92fcde4ba2bc6cec83b54c9771, State: Initialized, Role: FOLLOWER
I20260608 12:41:24.334645  3603 tablet_bootstrap.cc:492] T 318f562fc65b433696a541217aebf979 P 1c54b535b94844088af8988614d94b3f: No bootstrap required, opened a new log
I20260608 12:41:24.335126  3603 ts_tablet_manager.cc:1403] T 318f562fc65b433696a541217aebf979 P 1c54b535b94844088af8988614d94b3f: Time spent bootstrapping tablet: real 0.066s	user 0.023s	sys 0.033s
I20260608 12:41:24.335496  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fed134e9e5164d2a9656a637bfa833d7" candidate_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c54b535b94844088af8988614d94b3f" is_pre_election: true
I20260608 12:41:24.335225  3601 consensus_queue.cc:260] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.335321  3304 catalog_manager.cc:5696] T 28df50b4114c401d88eee62f8de5bbd4 P 1c54b535b94844088af8988614d94b3f reported cstate change: term changed from 0 to 1, leader changed from <none> to 1c54b535b94844088af8988614d94b3f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "1c54b535b94844088af8988614d94b3f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:24.337469  3518 leader_election.cc:304] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [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: 5a65cd92fcde4ba2bc6cec83b54c9771; no voters: 1c54b535b94844088af8988614d94b3f, 1e0637c447ba4844b6cd2472e48e2f8e
I20260608 12:41:24.338069  3603 raft_consensus.cc:359] T 318f562fc65b433696a541217aebf979 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.330657  3632 raft_consensus.cc:2804] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:24.339143  3609 raft_consensus.cc:3060] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.346093  3603 raft_consensus.cc:385] T 318f562fc65b433696a541217aebf979 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:24.346518  3603 raft_consensus.cc:740] T 318f562fc65b433696a541217aebf979 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1c54b535b94844088af8988614d94b3f, State: Initialized, Role: FOLLOWER
I20260608 12:41:24.347353  3603 consensus_queue.cc:260] T 318f562fc65b433696a541217aebf979 P 1c54b535b94844088af8988614d94b3f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.349759  3603 ts_tablet_manager.cc:1434] T 318f562fc65b433696a541217aebf979 P 1c54b535b94844088af8988614d94b3f: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.000s
I20260608 12:41:24.352910  3609 raft_consensus.cc:2749] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:24.340328  3600 raft_consensus.cc:359] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.353678  3632 raft_consensus.cc:493] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:24.354055  3600 raft_consensus.cc:385] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:24.354137  3632 raft_consensus.cc:3060] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.354574  3600 raft_consensus.cc:740] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1e0637c447ba4844b6cd2472e48e2f8e, State: Initialized, Role: FOLLOWER
I20260608 12:41:24.355564  3600 consensus_queue.cc:260] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.340881  3601 ts_tablet_manager.cc:1434] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771: Time spent starting tablet: real 0.038s	user 0.007s	sys 0.000s
I20260608 12:41:24.358837  3601 tablet_bootstrap.cc:492] T 3345f706b73248898b6e7b0bbba79374 P 5a65cd92fcde4ba2bc6cec83b54c9771: Bootstrap starting.
I20260608 12:41:24.365809  3601 tablet_bootstrap.cc:654] T 3345f706b73248898b6e7b0bbba79374 P 5a65cd92fcde4ba2bc6cec83b54c9771: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:24.365667  3632 raft_consensus.cc:515] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.369082  3632 leader_election.cc:290] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 election: Requested vote from peers 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129), 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747)
I20260608 12:41:24.369803  3600 ts_tablet_manager.cc:1434] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e: Time spent starting tablet: real 0.055s	user 0.007s	sys 0.001s
I20260608 12:41:24.370537  3554 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60468640e7f345da948d5d485d7a9ba7" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771"
I20260608 12:41:24.371037  3600 tablet_bootstrap.cc:492] T 318f562fc65b433696a541217aebf979 P 1e0637c447ba4844b6cd2472e48e2f8e: Bootstrap starting.
W20260608 12:41:24.371948  3447 leader_election.cc:343] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:24.374465  3406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60468640e7f345da948d5d485d7a9ba7" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1e0637c447ba4844b6cd2472e48e2f8e"
I20260608 12:41:24.375077  3406 raft_consensus.cc:3060] T 60468640e7f345da948d5d485d7a9ba7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.378845  3600 tablet_bootstrap.cc:654] T 318f562fc65b433696a541217aebf979 P 1e0637c447ba4844b6cd2472e48e2f8e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:24.381068  3406 raft_consensus.cc:2468] T 60468640e7f345da948d5d485d7a9ba7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1c54b535b94844088af8988614d94b3f in term 1.
I20260608 12:41:24.382638  3444 leader_election.cc:304] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [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: 1c54b535b94844088af8988614d94b3f, 1e0637c447ba4844b6cd2472e48e2f8e; no voters: 5a65cd92fcde4ba2bc6cec83b54c9771
I20260608 12:41:24.384456  3632 raft_consensus.cc:2804] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:24.385226  3632 raft_consensus.cc:697] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [term 1 LEADER]: Becoming Leader. State: Replica: 1c54b535b94844088af8988614d94b3f, State: Running, Role: LEADER
I20260608 12:41:24.386194  3632 consensus_queue.cc:237] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.390866  3601 tablet_bootstrap.cc:492] T 3345f706b73248898b6e7b0bbba79374 P 5a65cd92fcde4ba2bc6cec83b54c9771: No bootstrap required, opened a new log
I20260608 12:41:24.391455  3601 ts_tablet_manager.cc:1403] T 3345f706b73248898b6e7b0bbba79374 P 5a65cd92fcde4ba2bc6cec83b54c9771: Time spent bootstrapping tablet: real 0.033s	user 0.012s	sys 0.006s
I20260608 12:41:24.392803  3600 tablet_bootstrap.cc:492] T 318f562fc65b433696a541217aebf979 P 1e0637c447ba4844b6cd2472e48e2f8e: No bootstrap required, opened a new log
I20260608 12:41:24.393448  3600 ts_tablet_manager.cc:1403] T 318f562fc65b433696a541217aebf979 P 1e0637c447ba4844b6cd2472e48e2f8e: Time spent bootstrapping tablet: real 0.023s	user 0.010s	sys 0.004s
I20260608 12:41:24.395125  3601 raft_consensus.cc:359] T 3345f706b73248898b6e7b0bbba79374 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.396008  3601 raft_consensus.cc:385] T 3345f706b73248898b6e7b0bbba79374 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:24.396340  3601 raft_consensus.cc:740] T 3345f706b73248898b6e7b0bbba79374 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a65cd92fcde4ba2bc6cec83b54c9771, State: Initialized, Role: FOLLOWER
I20260608 12:41:24.397307  3601 consensus_queue.cc:260] T 3345f706b73248898b6e7b0bbba79374 P 5a65cd92fcde4ba2bc6cec83b54c9771 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.397460  3600 raft_consensus.cc:359] T 318f562fc65b433696a541217aebf979 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.398481  3600 raft_consensus.cc:385] T 318f562fc65b433696a541217aebf979 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:24.398797  3600 raft_consensus.cc:740] T 318f562fc65b433696a541217aebf979 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1e0637c447ba4844b6cd2472e48e2f8e, State: Initialized, Role: FOLLOWER
I20260608 12:41:24.399574  3600 consensus_queue.cc:260] T 318f562fc65b433696a541217aebf979 P 1e0637c447ba4844b6cd2472e48e2f8e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.400347  3601 ts_tablet_manager.cc:1434] T 3345f706b73248898b6e7b0bbba79374 P 5a65cd92fcde4ba2bc6cec83b54c9771: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260608 12:41:24.401453  3601 tablet_bootstrap.cc:492] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771: Bootstrap starting.
I20260608 12:41:24.402129  3600 ts_tablet_manager.cc:1434] T 318f562fc65b433696a541217aebf979 P 1e0637c447ba4844b6cd2472e48e2f8e: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.004s
I20260608 12:41:24.411410  3601 tablet_bootstrap.cc:654] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:24.412772  3600 tablet_bootstrap.cc:492] T e9f4d7287602496a923e7293513ab50b P 1e0637c447ba4844b6cd2472e48e2f8e: Bootstrap starting.
I20260608 12:41:24.419782  3600 tablet_bootstrap.cc:654] T e9f4d7287602496a923e7293513ab50b P 1e0637c447ba4844b6cd2472e48e2f8e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:24.423161  3601 tablet_bootstrap.cc:492] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771: No bootstrap required, opened a new log
I20260608 12:41:24.423722  3601 ts_tablet_manager.cc:1403] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771: Time spent bootstrapping tablet: real 0.023s	user 0.011s	sys 0.007s
I20260608 12:41:24.424333  3632 raft_consensus.cc:493] T e9f4d7287602496a923e7293513ab50b P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:24.426589  3632 raft_consensus.cc:515] T e9f4d7287602496a923e7293513ab50b P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.427186  3601 raft_consensus.cc:359] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.427989  3601 raft_consensus.cc:385] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:24.423506  3304 catalog_manager.cc:5696] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f reported cstate change: term changed from 0 to 1, leader changed from <none> to 1c54b535b94844088af8988614d94b3f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "1c54b535b94844088af8988614d94b3f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:24.428325  3601 raft_consensus.cc:740] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a65cd92fcde4ba2bc6cec83b54c9771, State: Initialized, Role: FOLLOWER
I20260608 12:41:24.429461  3601 consensus_queue.cc:260] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.433743  3406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e9f4d7287602496a923e7293513ab50b" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" is_pre_election: true
I20260608 12:41:24.435061  3601 ts_tablet_manager.cc:1434] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.000s
W20260608 12:41:24.435917  3444 leader_election.cc:343] T e9f4d7287602496a923e7293513ab50b P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:24.436353  3601 tablet_bootstrap.cc:492] T e9f4d7287602496a923e7293513ab50b P 5a65cd92fcde4ba2bc6cec83b54c9771: Bootstrap starting.
I20260608 12:41:24.441195  3554 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e9f4d7287602496a923e7293513ab50b" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" is_pre_election: true
W20260608 12:41:24.442765  3447 leader_election.cc:343] T e9f4d7287602496a923e7293513ab50b P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:24.443235  3447 leader_election.cc:304] T e9f4d7287602496a923e7293513ab50b P 1c54b535b94844088af8988614d94b3f [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: 1c54b535b94844088af8988614d94b3f; no voters: 1e0637c447ba4844b6cd2472e48e2f8e, 5a65cd92fcde4ba2bc6cec83b54c9771
I20260608 12:41:24.444159  3618 raft_consensus.cc:2749] T e9f4d7287602496a923e7293513ab50b P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:24.444860  3632 leader_election.cc:290] T e9f4d7287602496a923e7293513ab50b P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129), 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747)
I20260608 12:41:24.445845  3601 tablet_bootstrap.cc:654] T e9f4d7287602496a923e7293513ab50b P 5a65cd92fcde4ba2bc6cec83b54c9771: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:24.447947  3600 tablet_bootstrap.cc:492] T e9f4d7287602496a923e7293513ab50b P 1e0637c447ba4844b6cd2472e48e2f8e: No bootstrap required, opened a new log
I20260608 12:41:24.448377  3600 ts_tablet_manager.cc:1403] T e9f4d7287602496a923e7293513ab50b P 1e0637c447ba4844b6cd2472e48e2f8e: Time spent bootstrapping tablet: real 0.036s	user 0.011s	sys 0.015s
I20260608 12:41:24.450911  3600 raft_consensus.cc:359] T e9f4d7287602496a923e7293513ab50b P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.451599  3600 raft_consensus.cc:385] T e9f4d7287602496a923e7293513ab50b P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:24.451872  3600 raft_consensus.cc:740] T e9f4d7287602496a923e7293513ab50b P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1e0637c447ba4844b6cd2472e48e2f8e, State: Initialized, Role: FOLLOWER
I20260608 12:41:24.452546  3600 consensus_queue.cc:260] T e9f4d7287602496a923e7293513ab50b P 1e0637c447ba4844b6cd2472e48e2f8e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.453096  3632 raft_consensus.cc:493] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:24.453862  3632 raft_consensus.cc:515] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.456730  3406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "170755a0695749408308f1a30172b725" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" is_pre_election: true
I20260608 12:41:24.457722  3600 ts_tablet_manager.cc:1434] T e9f4d7287602496a923e7293513ab50b P 1e0637c447ba4844b6cd2472e48e2f8e: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.001s
I20260608 12:41:24.460408  3605 raft_consensus.cc:493] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:24.460557  3632 leader_election.cc:290] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129), 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747)
I20260608 12:41:24.461318  3601 tablet_bootstrap.cc:492] T e9f4d7287602496a923e7293513ab50b P 5a65cd92fcde4ba2bc6cec83b54c9771: No bootstrap required, opened a new log
I20260608 12:41:24.461867  3601 ts_tablet_manager.cc:1403] T e9f4d7287602496a923e7293513ab50b P 5a65cd92fcde4ba2bc6cec83b54c9771: Time spent bootstrapping tablet: real 0.026s	user 0.012s	sys 0.011s
I20260608 12:41:24.462397  3554 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "170755a0695749408308f1a30172b725" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" is_pre_election: true
I20260608 12:41:24.463199  3554 raft_consensus.cc:2393] T 170755a0695749408308f1a30172b725 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 1c54b535b94844088af8988614d94b3f in current term 1: Already voted for candidate 1e0637c447ba4844b6cd2472e48e2f8e in this term.
I20260608 12:41:24.464398  3447 leader_election.cc:304] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [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: 1c54b535b94844088af8988614d94b3f; no voters: 1e0637c447ba4844b6cd2472e48e2f8e, 5a65cd92fcde4ba2bc6cec83b54c9771
I20260608 12:41:24.464608  3601 raft_consensus.cc:359] T e9f4d7287602496a923e7293513ab50b P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.460925  3605 raft_consensus.cc:515] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.465341  3601 raft_consensus.cc:385] T e9f4d7287602496a923e7293513ab50b P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:24.465673  3601 raft_consensus.cc:740] T e9f4d7287602496a923e7293513ab50b P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a65cd92fcde4ba2bc6cec83b54c9771, State: Initialized, Role: FOLLOWER
I20260608 12:41:24.466532  3601 consensus_queue.cc:260] T e9f4d7287602496a923e7293513ab50b P 5a65cd92fcde4ba2bc6cec83b54c9771 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.467181  3605 leader_election.cc:290] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127), 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747)
I20260608 12:41:24.469161  3601 ts_tablet_manager.cc:1434] T e9f4d7287602496a923e7293513ab50b P 5a65cd92fcde4ba2bc6cec83b54c9771: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:41:24.469753  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3345f706b73248898b6e7b0bbba79374" candidate_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c54b535b94844088af8988614d94b3f" is_pre_election: true
I20260608 12:41:24.470278  3554 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3345f706b73248898b6e7b0bbba79374" candidate_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" is_pre_election: true
I20260608 12:41:24.470482  3481 raft_consensus.cc:2468] T 3345f706b73248898b6e7b0bbba79374 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1e0637c447ba4844b6cd2472e48e2f8e in term 0.
I20260608 12:41:24.470888  3554 raft_consensus.cc:2468] T 3345f706b73248898b6e7b0bbba79374 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1e0637c447ba4844b6cd2472e48e2f8e in term 0.
I20260608 12:41:24.471822  3369 leader_election.cc:304] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1c54b535b94844088af8988614d94b3f, 1e0637c447ba4844b6cd2472e48e2f8e; no voters: 
I20260608 12:41:24.472777  3605 raft_consensus.cc:2804] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:24.473150  3605 raft_consensus.cc:493] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:24.473457  3605 raft_consensus.cc:3060] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.471851  3632 raft_consensus.cc:3060] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.480808  3632 raft_consensus.cc:2749] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:24.481266  3605 raft_consensus.cc:515] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.483273  3605 leader_election.cc:290] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [CANDIDATE]: Term 1 election: Requested vote from peers 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127), 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747)
I20260608 12:41:24.484006  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3345f706b73248898b6e7b0bbba79374" candidate_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c54b535b94844088af8988614d94b3f"
I20260608 12:41:24.484555  3481 raft_consensus.cc:3060] T 3345f706b73248898b6e7b0bbba79374 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.484469  3554 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3345f706b73248898b6e7b0bbba79374" candidate_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771"
I20260608 12:41:24.485205  3554 raft_consensus.cc:3060] T 3345f706b73248898b6e7b0bbba79374 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.491639  3554 raft_consensus.cc:2468] T 3345f706b73248898b6e7b0bbba79374 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1e0637c447ba4844b6cd2472e48e2f8e in term 1.
I20260608 12:41:24.491640  3481 raft_consensus.cc:2468] T 3345f706b73248898b6e7b0bbba79374 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1e0637c447ba4844b6cd2472e48e2f8e in term 1.
I20260608 12:41:24.493228  3369 leader_election.cc:304] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [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: 1c54b535b94844088af8988614d94b3f, 1e0637c447ba4844b6cd2472e48e2f8e; no voters: 
I20260608 12:41:24.493984  3605 raft_consensus.cc:2804] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:24.494622  3605 raft_consensus.cc:697] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 LEADER]: Becoming Leader. State: Replica: 1e0637c447ba4844b6cd2472e48e2f8e, State: Running, Role: LEADER
I20260608 12:41:24.495316  3605 consensus_queue.cc:237] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.503656  3303 catalog_manager.cc:5696] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e reported cstate change: term changed from 0 to 1, leader changed from <none> to 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193). New cstate: current_term: 1 leader_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:24.529485  3605 consensus_queue.cc:1048] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:24.539754  3632 consensus_queue.cc:1048] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [LEADER]: Connected to new peer: Peer: permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:24.572079  3608 consensus_queue.cc:1048] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:24.583053  3621 raft_consensus.cc:493] T e9f4d7287602496a923e7293513ab50b P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:24.584408  3609 raft_consensus.cc:493] T e9f4d7287602496a923e7293513ab50b P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:24.585044  3609 raft_consensus.cc:515] T e9f4d7287602496a923e7293513ab50b P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.583819  3621 raft_consensus.cc:515] T e9f4d7287602496a923e7293513ab50b P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.589097  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e9f4d7287602496a923e7293513ab50b" candidate_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c54b535b94844088af8988614d94b3f" is_pre_election: true
I20260608 12:41:24.589890  3481 raft_consensus.cc:2468] T e9f4d7287602496a923e7293513ab50b P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5a65cd92fcde4ba2bc6cec83b54c9771 in term 0.
I20260608 12:41:24.590934  3621 leader_election.cc:290] T e9f4d7287602496a923e7293513ab50b P 1e0637c447ba4844b6cd2472e48e2f8e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127), 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747)
I20260608 12:41:24.592578  3518 leader_election.cc:304] T e9f4d7287602496a923e7293513ab50b P 5a65cd92fcde4ba2bc6cec83b54c9771 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1c54b535b94844088af8988614d94b3f, 5a65cd92fcde4ba2bc6cec83b54c9771; no voters: 
I20260608 12:41:24.594209  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e9f4d7287602496a923e7293513ab50b" candidate_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c54b535b94844088af8988614d94b3f" is_pre_election: true
I20260608 12:41:24.594906  3656 raft_consensus.cc:2804] T e9f4d7287602496a923e7293513ab50b P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:24.595289  3481 raft_consensus.cc:2468] T e9f4d7287602496a923e7293513ab50b P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1e0637c447ba4844b6cd2472e48e2f8e in term 0.
I20260608 12:41:24.595614  3656 raft_consensus.cc:493] T e9f4d7287602496a923e7293513ab50b P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:24.596246  3656 raft_consensus.cc:3060] T e9f4d7287602496a923e7293513ab50b P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.596951  3369 leader_election.cc:304] T e9f4d7287602496a923e7293513ab50b P 1e0637c447ba4844b6cd2472e48e2f8e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1c54b535b94844088af8988614d94b3f, 1e0637c447ba4844b6cd2472e48e2f8e; no voters: 
I20260608 12:41:24.598135  3621 raft_consensus.cc:2804] T e9f4d7287602496a923e7293513ab50b P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:24.598613  3621 raft_consensus.cc:493] T e9f4d7287602496a923e7293513ab50b P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:24.599025  3621 raft_consensus.cc:3060] T e9f4d7287602496a923e7293513ab50b P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.602720  3609 leader_election.cc:290] T e9f4d7287602496a923e7293513ab50b P 5a65cd92fcde4ba2bc6cec83b54c9771 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127), 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129)
I20260608 12:41:24.606698  3656 raft_consensus.cc:515] T e9f4d7287602496a923e7293513ab50b P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.609750  3405 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e9f4d7287602496a923e7293513ab50b" candidate_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" is_pre_election: true
I20260608 12:41:24.611016  3656 leader_election.cc:290] T e9f4d7287602496a923e7293513ab50b P 5a65cd92fcde4ba2bc6cec83b54c9771 [CANDIDATE]: Term 1 election: Requested vote from peers 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127), 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129)
I20260608 12:41:24.611076  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e9f4d7287602496a923e7293513ab50b" candidate_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c54b535b94844088af8988614d94b3f"
I20260608 12:41:24.611943  3481 raft_consensus.cc:3060] T e9f4d7287602496a923e7293513ab50b P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.614866  3406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e9f4d7287602496a923e7293513ab50b" candidate_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1e0637c447ba4844b6cd2472e48e2f8e"
I20260608 12:41:24.582764  3650 consensus_queue.cc:1048] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:24.629319  3481 raft_consensus.cc:2468] T e9f4d7287602496a923e7293513ab50b P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5a65cd92fcde4ba2bc6cec83b54c9771 in term 1.
W20260608 12:41:24.633942  3372 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:46747, user_credentials={real_user=slave}} blocked reactor thread for 86135.8us
I20260608 12:41:24.635851  3554 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e9f4d7287602496a923e7293513ab50b" candidate_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" is_pre_election: true
I20260608 12:41:24.636910  3554 raft_consensus.cc:2393] T e9f4d7287602496a923e7293513ab50b P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 1e0637c447ba4844b6cd2472e48e2f8e in current term 1: Already voted for candidate 5a65cd92fcde4ba2bc6cec83b54c9771 in this term.
I20260608 12:41:24.644888  3518 leader_election.cc:304] T e9f4d7287602496a923e7293513ab50b P 5a65cd92fcde4ba2bc6cec83b54c9771 [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: 1c54b535b94844088af8988614d94b3f, 5a65cd92fcde4ba2bc6cec83b54c9771; no voters: 1e0637c447ba4844b6cd2472e48e2f8e
I20260608 12:41:24.653693  3656 raft_consensus.cc:2804] T e9f4d7287602496a923e7293513ab50b P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:24.654281  3656 raft_consensus.cc:697] T e9f4d7287602496a923e7293513ab50b P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 LEADER]: Becoming Leader. State: Replica: 5a65cd92fcde4ba2bc6cec83b54c9771, State: Running, Role: LEADER
I20260608 12:41:24.655128  3656 consensus_queue.cc:237] T e9f4d7287602496a923e7293513ab50b P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.646515  3655 raft_consensus.cc:493] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:24.658555  3655 raft_consensus.cc:515] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.664266  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "318f562fc65b433696a541217aebf979" candidate_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c54b535b94844088af8988614d94b3f" is_pre_election: true
I20260608 12:41:24.665011  3481 raft_consensus.cc:2468] T 318f562fc65b433696a541217aebf979 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5a65cd92fcde4ba2bc6cec83b54c9771 in term 0.
I20260608 12:41:24.666384  3655 leader_election.cc:290] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127), 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129)
I20260608 12:41:24.666311  3518 leader_election.cc:304] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1c54b535b94844088af8988614d94b3f, 5a65cd92fcde4ba2bc6cec83b54c9771; no voters: 
I20260608 12:41:24.644060  3621 raft_consensus.cc:515] T e9f4d7287602496a923e7293513ab50b P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.666689  3651 consensus_queue.cc:1048] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:24.667994  3405 raft_consensus.cc:2393] T e9f4d7287602496a923e7293513ab50b P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 5a65cd92fcde4ba2bc6cec83b54c9771 in current term 1: Already voted for candidate 1e0637c447ba4844b6cd2472e48e2f8e in this term.
I20260608 12:41:24.668409  3406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "318f562fc65b433696a541217aebf979" candidate_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" is_pre_election: true
I20260608 12:41:24.669086  3406 raft_consensus.cc:2468] T 318f562fc65b433696a541217aebf979 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5a65cd92fcde4ba2bc6cec83b54c9771 in term 0.
I20260608 12:41:24.669905  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e9f4d7287602496a923e7293513ab50b" candidate_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c54b535b94844088af8988614d94b3f"
I20260608 12:41:24.670747  3481 raft_consensus.cc:2393] T e9f4d7287602496a923e7293513ab50b P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 1e0637c447ba4844b6cd2472e48e2f8e in current term 1: Already voted for candidate 5a65cd92fcde4ba2bc6cec83b54c9771 in this term.
I20260608 12:41:24.672578  3621 leader_election.cc:290] T e9f4d7287602496a923e7293513ab50b P 1e0637c447ba4844b6cd2472e48e2f8e [CANDIDATE]: Term 1 election: Requested vote from peers 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127), 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747)
I20260608 12:41:24.673879  3656 raft_consensus.cc:2804] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:24.674244  3555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e9f4d7287602496a923e7293513ab50b" candidate_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771"
I20260608 12:41:24.674300  3656 raft_consensus.cc:493] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:24.674944  3656 raft_consensus.cc:3060] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.672801  3303 catalog_manager.cc:5696] T e9f4d7287602496a923e7293513ab50b P 5a65cd92fcde4ba2bc6cec83b54c9771 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:24.676390  3372 leader_election.cc:304] T e9f4d7287602496a923e7293513ab50b P 1e0637c447ba4844b6cd2472e48e2f8e [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: 1e0637c447ba4844b6cd2472e48e2f8e; no voters: 1c54b535b94844088af8988614d94b3f, 5a65cd92fcde4ba2bc6cec83b54c9771
I20260608 12:41:24.679136  3651 raft_consensus.cc:2749] T e9f4d7287602496a923e7293513ab50b P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:41:24.684237  3656 raft_consensus.cc:515] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.687480  3656 leader_election.cc:290] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [CANDIDATE]: Term 1 election: Requested vote from peers 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127), 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129)
I20260608 12:41:24.688148  3406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "318f562fc65b433696a541217aebf979" candidate_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1e0637c447ba4844b6cd2472e48e2f8e"
I20260608 12:41:24.693528  3406 raft_consensus.cc:3060] T 318f562fc65b433696a541217aebf979 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.687276  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "318f562fc65b433696a541217aebf979" candidate_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c54b535b94844088af8988614d94b3f"
I20260608 12:41:24.694492  3481 raft_consensus.cc:3060] T 318f562fc65b433696a541217aebf979 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.703547  3481 raft_consensus.cc:2468] T 318f562fc65b433696a541217aebf979 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5a65cd92fcde4ba2bc6cec83b54c9771 in term 1.
I20260608 12:41:24.705190  3653 consensus_queue.cc:1048] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:24.707026  3518 leader_election.cc:304] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [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: 1c54b535b94844088af8988614d94b3f, 5a65cd92fcde4ba2bc6cec83b54c9771; no voters: 
I20260608 12:41:24.708824  3656 raft_consensus.cc:2804] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:24.709633  3656 raft_consensus.cc:697] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 LEADER]: Becoming Leader. State: Replica: 5a65cd92fcde4ba2bc6cec83b54c9771, State: Running, Role: LEADER
I20260608 12:41:24.710669  3656 consensus_queue.cc:237] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:24.711133  3406 raft_consensus.cc:2468] T 318f562fc65b433696a541217aebf979 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5a65cd92fcde4ba2bc6cec83b54c9771 in term 1.
I20260608 12:41:24.724596  3303 catalog_manager.cc:5696] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:24.801435  3554 raft_consensus.cc:3060] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.807574  3632 consensus_queue.cc:1048] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:24.821079  3618 consensus_queue.cc:1048] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [LEADER]: Connected to new peer: Peer: permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:24.873423  3618 consensus_queue.cc:1048] T 28df50b4114c401d88eee62f8de5bbd4 P 1c54b535b94844088af8988614d94b3f [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:24.886365  3608 consensus_queue.cc:1048] T 28df50b4114c401d88eee62f8de5bbd4 P 1c54b535b94844088af8988614d94b3f [LEADER]: Connected to new peer: Peer: permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:24.906587   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:41:24.912423  3653 consensus_queue.cc:1048] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:41:24.915692  3666 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:24.924013  3667 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:24.936363  3671 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:24.943141  3653 consensus_queue.cc:1048] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:24.944787   431 server_base.cc:1061] running on GCE node
I20260608 12:41:24.946137   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:24.946480   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:24.946755   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922484946735 us; error 0 us; skew 500 ppm
I20260608 12:41:24.947714   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:24.961206   431 webserver.cc:533] Webserver started at http://127.0.107.196:43907/ using document root <none> and password file <none>
I20260608 12:41:24.962061   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:24.962386   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:24.962786   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:24.964321   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/ts-3-root/instance:
uuid: "3ff9ccf1e6304b658084e5d1fc7c016d"
format_stamp: "Formatted at 2026-06-08 12:41:24 on dist-test-slave-1zds"
I20260608 12:41:24.970099   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.001s
I20260608 12:41:24.974027  3676 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:24.974970   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 12:41:24.975327   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/ts-3-root
uuid: "3ff9ccf1e6304b658084e5d1fc7c016d"
format_stamp: "Formatted at 2026-06-08 12:41:24 on dist-test-slave-1zds"
I20260608 12:41:24.975628   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:25.007369   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:25.008849   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:25.010784   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:25.013604   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:25.013854   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:41:25.014122   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:25.014298   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:25.075055   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:43909
I20260608 12:41:25.075203  3738 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:43909 every 8 connection(s)
I20260608 12:41:25.083359  3304 catalog_manager.cc:3569] Servicing AlterTable request from {username='slave'} at 127.0.0.1:41696:
table { table_name: "range_aware_rebalance_new_range" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "\006\001\n\000\000\000\007\001\024\000\000\000""\006\001\n\000\000\000\007\001\024\000\000\000" indirect_data: """" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false } } modify_external_catalogs: true
I20260608 12:41:25.096516  3739 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42315
I20260608 12:41:25.097004  3739 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:25.097828  3739 heartbeater.cc:507] Master 127.0.107.254:42315 requested a full tablet report, sending...
I20260608 12:41:25.099893  3303 ts_manager.cc:194] Registered new tserver with Master: 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909)
I20260608 12:41:25.101337  3303 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47598
W20260608 12:41:25.111755  3304 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 8bca4e33dcc14962a71108cb4e0af4a7 has no consensus state
W20260608 12:41:25.113220  3304 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet bc0c5dc529d744fda6ac213cc7c805af has no consensus state
W20260608 12:41:25.114949  3304 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 114f921b1fc74e46b9817d8c0d518bc6 has no consensus state
W20260608 12:41:25.116456  3304 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet fe6a8d3493e84f1aa5479a398c98cfbd has no consensus state
W20260608 12:41:25.118029  3304 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 5f56b8c6bebf48e7894f0a64e9d1d841 has no consensus state
W20260608 12:41:25.122846  3304 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 35184673a7ca44e59c0267287fc1552e has no consensus state
W20260608 12:41:25.124341  3304 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet b60c9826b9f640bfbbe8755cc4a2a0d6 has no consensus state
W20260608 12:41:25.125895  3304 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 3c7035f800a24a8cb89aca68cc01088c has no consensus state
W20260608 12:41:25.137565  3290 catalog_manager.cc:4809] Async tablet task AlterTable RPC for tablet bc0c5dc529d744fda6ac213cc7c805af (table range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet bc0c5dc529d744fda6ac213cc7c805af has no consensus state
I20260608 12:41:25.159668  3656 consensus_queue.cc:1048] T e9f4d7287602496a923e7293513ab50b P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:25.160787  3396 tablet_service.cc:1511] Processing CreateTablet for tablet 8bca4e33dcc14962a71108cb4e0af4a7 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:41:25.162739  3396 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8bca4e33dcc14962a71108cb4e0af4a7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:25.184504  3656 consensus_queue.cc:1048] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:25.217448  3465 tablet_service.cc:1511] Processing CreateTablet for tablet 8bca4e33dcc14962a71108cb4e0af4a7 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:41:25.219484  3465 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8bca4e33dcc14962a71108cb4e0af4a7. 1 dirs total, 0 dirs full, 0 dirs failed
W20260608 12:41:25.254089  3352 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:41:25.267191  3392 tablet_service.cc:1511] Processing CreateTablet for tablet bc0c5dc529d744fda6ac213cc7c805af (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:41:25.269210  3392 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bc0c5dc529d744fda6ac213cc7c805af. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:25.271067  3545 tablet_service.cc:1511] Processing CreateTablet for tablet bc0c5dc529d744fda6ac213cc7c805af (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:41:25.272517  3545 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bc0c5dc529d744fda6ac213cc7c805af. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:25.273623  3542 tablet_service.cc:1511] Processing CreateTablet for tablet 114f921b1fc74e46b9817d8c0d518bc6 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:41:25.275048  3542 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 114f921b1fc74e46b9817d8c0d518bc6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:25.284754  3467 tablet_service.cc:1511] Processing CreateTablet for tablet 114f921b1fc74e46b9817d8c0d518bc6 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:41:25.286849  3467 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 114f921b1fc74e46b9817d8c0d518bc6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:25.287478  3468 tablet_service.cc:1511] Processing CreateTablet for tablet fe6a8d3493e84f1aa5479a398c98cfbd (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:41:25.288882  3468 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fe6a8d3493e84f1aa5479a398c98cfbd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:25.284910  3393 tablet_service.cc:1511] Processing CreateTablet for tablet fe6a8d3493e84f1aa5479a398c98cfbd (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:41:25.294601  3393 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fe6a8d3493e84f1aa5479a398c98cfbd. 1 dirs total, 0 dirs full, 0 dirs failed
W20260608 12:41:25.299208  3518 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:44129, user_credentials={real_user=slave}} blocked reactor thread for 104291us
I20260608 12:41:25.311964  3543 tablet_service.cc:1511] Processing CreateTablet for tablet 5f56b8c6bebf48e7894f0a64e9d1d841 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:41:25.312208  3471 tablet_service.cc:1511] Processing CreateTablet for tablet 35184673a7ca44e59c0267287fc1552e (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:41:25.313448  3543 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5f56b8c6bebf48e7894f0a64e9d1d841. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:25.313635  3471 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 35184673a7ca44e59c0267287fc1552e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:25.317776  3470 tablet_service.cc:1511] Processing CreateTablet for tablet b60c9826b9f640bfbbe8755cc4a2a0d6 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:41:25.319610  3470 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b60c9826b9f640bfbbe8755cc4a2a0d6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:25.318817  3394 tablet_service.cc:1511] Processing CreateTablet for tablet 5f56b8c6bebf48e7894f0a64e9d1d841 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:41:25.328490  3748 consensus_queue.cc:1048] T e9f4d7287602496a923e7293513ab50b P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:25.329279  3539 tablet_service.cc:1511] Processing CreateTablet for tablet 35184673a7ca44e59c0267287fc1552e (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:41:25.330920  3539 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 35184673a7ca44e59c0267287fc1552e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:25.337980  3394 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5f56b8c6bebf48e7894f0a64e9d1d841. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:25.359413  3391 tablet_service.cc:1511] Processing CreateTablet for tablet b60c9826b9f640bfbbe8755cc4a2a0d6 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:41:25.360882  3391 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b60c9826b9f640bfbbe8755cc4a2a0d6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:25.354554  3748 consensus_queue.cc:1048] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
I20260608 12:41:25.368003  3390 tablet_service.cc:1511] Processing CreateTablet for tablet 3c7035f800a24a8cb89aca68cc01088c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:41:25.370609  3390 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3c7035f800a24a8cb89aca68cc01088c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:25.381182  3704 tablet_service.cc:1511] Processing CreateTablet for tablet 8bca4e33dcc14962a71108cb4e0af4a7 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:41:25.383250  3704 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8bca4e33dcc14962a71108cb4e0af4a7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:25.392575  3703 tablet_service.cc:1511] Processing CreateTablet for tablet bc0c5dc529d744fda6ac213cc7c805af (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:41:25.401624  3702 tablet_service.cc:1511] Processing CreateTablet for tablet 114f921b1fc74e46b9817d8c0d518bc6 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:41:25.398015  3703 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bc0c5dc529d744fda6ac213cc7c805af. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:25.404644  3702 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 114f921b1fc74e46b9817d8c0d518bc6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:25.415702  3698 tablet_service.cc:1511] Processing CreateTablet for tablet b60c9826b9f640bfbbe8755cc4a2a0d6 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:41:25.418197  3700 tablet_service.cc:1511] Processing CreateTablet for tablet 5f56b8c6bebf48e7894f0a64e9d1d841 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:41:25.419277  3698 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b60c9826b9f640bfbbe8755cc4a2a0d6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:25.420761  3700 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5f56b8c6bebf48e7894f0a64e9d1d841. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:25.428890  3701 tablet_service.cc:1511] Processing CreateTablet for tablet fe6a8d3493e84f1aa5479a398c98cfbd (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:41:25.429750  3697 tablet_service.cc:1511] Processing CreateTablet for tablet 3c7035f800a24a8cb89aca68cc01088c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:41:25.429684  3699 tablet_service.cc:1511] Processing CreateTablet for tablet 35184673a7ca44e59c0267287fc1552e (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:41:25.439613  3701 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fe6a8d3493e84f1aa5479a398c98cfbd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:25.447341  3545 tablet_service.cc:1511] Processing CreateTablet for tablet 3c7035f800a24a8cb89aca68cc01088c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:41:25.449033  3545 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3c7035f800a24a8cb89aca68cc01088c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:25.464452  3697 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3c7035f800a24a8cb89aca68cc01088c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:25.466998  3753 tablet_bootstrap.cc:492] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f: Bootstrap starting.
I20260608 12:41:25.469379  3699 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 35184673a7ca44e59c0267287fc1552e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:25.470760  3749 tablet_bootstrap.cc:492] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1e0637c447ba4844b6cd2472e48e2f8e: Bootstrap starting.
I20260608 12:41:25.476218  3754 tablet_bootstrap.cc:492] T 114f921b1fc74e46b9817d8c0d518bc6 P 3ff9ccf1e6304b658084e5d1fc7c016d: Bootstrap starting.
I20260608 12:41:25.496503  3749 tablet_bootstrap.cc:654] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1e0637c447ba4844b6cd2472e48e2f8e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:25.504244  3752 tablet_bootstrap.cc:492] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 5a65cd92fcde4ba2bc6cec83b54c9771: Bootstrap starting.
I20260608 12:41:25.538311  3753 tablet_bootstrap.cc:654] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:25.544303  3752 tablet_bootstrap.cc:654] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 5a65cd92fcde4ba2bc6cec83b54c9771: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:25.570462  3754 tablet_bootstrap.cc:654] T 114f921b1fc74e46b9817d8c0d518bc6 P 3ff9ccf1e6304b658084e5d1fc7c016d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:25.590967  3749 tablet_bootstrap.cc:492] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1e0637c447ba4844b6cd2472e48e2f8e: No bootstrap required, opened a new log
I20260608 12:41:25.591558  3753 tablet_bootstrap.cc:492] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f: No bootstrap required, opened a new log
I20260608 12:41:25.592253  3753 ts_tablet_manager.cc:1403] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f: Time spent bootstrapping tablet: real 0.127s	user 0.005s	sys 0.013s
I20260608 12:41:25.595398  3753 raft_consensus.cc:359] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } }
I20260608 12:41:25.596453  3752 tablet_bootstrap.cc:492] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 5a65cd92fcde4ba2bc6cec83b54c9771: No bootstrap required, opened a new log
I20260608 12:41:25.596661  3753 raft_consensus.cc:385] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:25.597045  3753 raft_consensus.cc:740] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1c54b535b94844088af8988614d94b3f, State: Initialized, Role: FOLLOWER
I20260608 12:41:25.597165  3752 ts_tablet_manager.cc:1403] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 5a65cd92fcde4ba2bc6cec83b54c9771: Time spent bootstrapping tablet: real 0.127s	user 0.022s	sys 0.000s
I20260608 12:41:25.597925  3753 consensus_queue.cc:260] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } }
I20260608 12:41:25.591591  3749 ts_tablet_manager.cc:1403] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1e0637c447ba4844b6cd2472e48e2f8e: Time spent bootstrapping tablet: real 0.174s	user 0.004s	sys 0.020s
I20260608 12:41:25.600430  3752 raft_consensus.cc:359] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } }
I20260608 12:41:25.601218  3752 raft_consensus.cc:385] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:25.601596  3752 raft_consensus.cc:740] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a65cd92fcde4ba2bc6cec83b54c9771, State: Initialized, Role: FOLLOWER
I20260608 12:41:25.601460  3749 raft_consensus.cc:359] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } }
I20260608 12:41:25.602577  3752 consensus_queue.cc:260] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 5a65cd92fcde4ba2bc6cec83b54c9771 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } }
I20260608 12:41:25.605405  3752 ts_tablet_manager.cc:1434] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 5a65cd92fcde4ba2bc6cec83b54c9771: Time spent starting tablet: real 0.008s	user 0.000s	sys 0.005s
I20260608 12:41:25.607050  3752 tablet_bootstrap.cc:492] T 114f921b1fc74e46b9817d8c0d518bc6 P 5a65cd92fcde4ba2bc6cec83b54c9771: Bootstrap starting.
I20260608 12:41:25.613600  3753 ts_tablet_manager.cc:1434] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f: Time spent starting tablet: real 0.021s	user 0.004s	sys 0.003s
I20260608 12:41:25.614882  3752 tablet_bootstrap.cc:654] T 114f921b1fc74e46b9817d8c0d518bc6 P 5a65cd92fcde4ba2bc6cec83b54c9771: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:25.602303  3749 raft_consensus.cc:385] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:25.615758  3749 raft_consensus.cc:740] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1e0637c447ba4844b6cd2472e48e2f8e, State: Initialized, Role: FOLLOWER
I20260608 12:41:25.616863  3749 consensus_queue.cc:260] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1e0637c447ba4844b6cd2472e48e2f8e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } }
I20260608 12:41:25.614945  3753 tablet_bootstrap.cc:492] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f: Bootstrap starting.
I20260608 12:41:25.619504  3754 tablet_bootstrap.cc:492] T 114f921b1fc74e46b9817d8c0d518bc6 P 3ff9ccf1e6304b658084e5d1fc7c016d: No bootstrap required, opened a new log
I20260608 12:41:25.622888  3754 ts_tablet_manager.cc:1403] T 114f921b1fc74e46b9817d8c0d518bc6 P 3ff9ccf1e6304b658084e5d1fc7c016d: Time spent bootstrapping tablet: real 0.148s	user 0.027s	sys 0.005s
I20260608 12:41:25.628065  3754 raft_consensus.cc:359] T 114f921b1fc74e46b9817d8c0d518bc6 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } }
I20260608 12:41:25.628895  3754 raft_consensus.cc:385] T 114f921b1fc74e46b9817d8c0d518bc6 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:25.629200  3754 raft_consensus.cc:740] T 114f921b1fc74e46b9817d8c0d518bc6 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3ff9ccf1e6304b658084e5d1fc7c016d, State: Initialized, Role: FOLLOWER
I20260608 12:41:25.621742  3749 ts_tablet_manager.cc:1434] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1e0637c447ba4844b6cd2472e48e2f8e: Time spent starting tablet: real 0.023s	user 0.006s	sys 0.000s
I20260608 12:41:25.630914  3749 tablet_bootstrap.cc:492] T bc0c5dc529d744fda6ac213cc7c805af P 1e0637c447ba4844b6cd2472e48e2f8e: Bootstrap starting.
I20260608 12:41:25.629993  3754 consensus_queue.cc:260] T 114f921b1fc74e46b9817d8c0d518bc6 P 3ff9ccf1e6304b658084e5d1fc7c016d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } }
I20260608 12:41:25.641227  3749 tablet_bootstrap.cc:654] T bc0c5dc529d744fda6ac213cc7c805af P 1e0637c447ba4844b6cd2472e48e2f8e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:25.642935  3752 tablet_bootstrap.cc:492] T 114f921b1fc74e46b9817d8c0d518bc6 P 5a65cd92fcde4ba2bc6cec83b54c9771: No bootstrap required, opened a new log
I20260608 12:41:25.643505  3752 ts_tablet_manager.cc:1403] T 114f921b1fc74e46b9817d8c0d518bc6 P 5a65cd92fcde4ba2bc6cec83b54c9771: Time spent bootstrapping tablet: real 0.037s	user 0.004s	sys 0.011s
I20260608 12:41:25.646853  3752 raft_consensus.cc:359] T 114f921b1fc74e46b9817d8c0d518bc6 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } }
I20260608 12:41:25.647629  3752 raft_consensus.cc:385] T 114f921b1fc74e46b9817d8c0d518bc6 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:25.647941  3752 raft_consensus.cc:740] T 114f921b1fc74e46b9817d8c0d518bc6 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a65cd92fcde4ba2bc6cec83b54c9771, State: Initialized, Role: FOLLOWER
I20260608 12:41:25.649215  3752 consensus_queue.cc:260] T 114f921b1fc74e46b9817d8c0d518bc6 P 5a65cd92fcde4ba2bc6cec83b54c9771 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } }
I20260608 12:41:25.657441  3752 ts_tablet_manager.cc:1434] T 114f921b1fc74e46b9817d8c0d518bc6 P 5a65cd92fcde4ba2bc6cec83b54c9771: Time spent starting tablet: real 0.014s	user 0.008s	sys 0.000s
I20260608 12:41:25.658185  3753 tablet_bootstrap.cc:654] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:25.658551  3752 tablet_bootstrap.cc:492] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771: Bootstrap starting.
I20260608 12:41:25.659111  3754 ts_tablet_manager.cc:1434] T 114f921b1fc74e46b9817d8c0d518bc6 P 3ff9ccf1e6304b658084e5d1fc7c016d: Time spent starting tablet: real 0.036s	user 0.005s	sys 0.011s
I20260608 12:41:25.659902  3739 heartbeater.cc:499] Master 127.0.107.254:42315 was elected leader, sending a full tablet report...
I20260608 12:41:25.665858  3754 tablet_bootstrap.cc:492] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d: Bootstrap starting.
I20260608 12:41:25.677650  3754 tablet_bootstrap.cc:654] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:25.680625  3749 tablet_bootstrap.cc:492] T bc0c5dc529d744fda6ac213cc7c805af P 1e0637c447ba4844b6cd2472e48e2f8e: No bootstrap required, opened a new log
I20260608 12:41:25.681102  3749 ts_tablet_manager.cc:1403] T bc0c5dc529d744fda6ac213cc7c805af P 1e0637c447ba4844b6cd2472e48e2f8e: Time spent bootstrapping tablet: real 0.050s	user 0.010s	sys 0.015s
I20260608 12:41:25.684211  3749 raft_consensus.cc:359] T bc0c5dc529d744fda6ac213cc7c805af P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:25.684980  3749 raft_consensus.cc:385] T bc0c5dc529d744fda6ac213cc7c805af P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:25.685305  3749 raft_consensus.cc:740] T bc0c5dc529d744fda6ac213cc7c805af P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1e0637c447ba4844b6cd2472e48e2f8e, State: Initialized, Role: FOLLOWER
I20260608 12:41:25.686192  3749 consensus_queue.cc:260] T bc0c5dc529d744fda6ac213cc7c805af P 1e0637c447ba4844b6cd2472e48e2f8e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:25.688933  3749 ts_tablet_manager.cc:1434] T bc0c5dc529d744fda6ac213cc7c805af P 1e0637c447ba4844b6cd2472e48e2f8e: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.001s
I20260608 12:41:25.689916  3749 tablet_bootstrap.cc:492] T fe6a8d3493e84f1aa5479a398c98cfbd P 1e0637c447ba4844b6cd2472e48e2f8e: Bootstrap starting.
I20260608 12:41:25.692888  3753 tablet_bootstrap.cc:492] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f: No bootstrap required, opened a new log
I20260608 12:41:25.697118  3754 tablet_bootstrap.cc:492] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d: No bootstrap required, opened a new log
I20260608 12:41:25.697685  3754 ts_tablet_manager.cc:1403] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d: Time spent bootstrapping tablet: real 0.032s	user 0.010s	sys 0.009s
I20260608 12:41:25.700513  3752 tablet_bootstrap.cc:654] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:25.702139  3749 tablet_bootstrap.cc:654] T fe6a8d3493e84f1aa5479a398c98cfbd P 1e0637c447ba4844b6cd2472e48e2f8e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:25.702728  3753 ts_tablet_manager.cc:1403] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f: Time spent bootstrapping tablet: real 0.088s	user 0.010s	sys 0.014s
I20260608 12:41:25.706156  3754 raft_consensus.cc:359] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } }
I20260608 12:41:25.706943  3754 raft_consensus.cc:385] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:25.707258  3754 raft_consensus.cc:740] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3ff9ccf1e6304b658084e5d1fc7c016d, State: Initialized, Role: FOLLOWER
I20260608 12:41:25.707267  3753 raft_consensus.cc:359] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } }
I20260608 12:41:25.709336  3753 raft_consensus.cc:385] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:25.709326  3754 consensus_queue.cc:260] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } }
I20260608 12:41:25.709923  3753 raft_consensus.cc:740] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1c54b535b94844088af8988614d94b3f, State: Initialized, Role: FOLLOWER
I20260608 12:41:25.711282  3753 consensus_queue.cc:260] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } }
I20260608 12:41:25.712021  3754 ts_tablet_manager.cc:1434] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d: Time spent starting tablet: real 0.014s	user 0.007s	sys 0.000s
I20260608 12:41:25.713315  3754 tablet_bootstrap.cc:492] T 3c7035f800a24a8cb89aca68cc01088c P 3ff9ccf1e6304b658084e5d1fc7c016d: Bootstrap starting.
I20260608 12:41:25.716885  3753 ts_tablet_manager.cc:1434] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f: Time spent starting tablet: real 0.013s	user 0.004s	sys 0.003s
I20260608 12:41:25.723198  3752 tablet_bootstrap.cc:492] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771: No bootstrap required, opened a new log
I20260608 12:41:25.723740  3752 ts_tablet_manager.cc:1403] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771: Time spent bootstrapping tablet: real 0.065s	user 0.012s	sys 0.001s
I20260608 12:41:25.725374  3753 tablet_bootstrap.cc:492] T 114f921b1fc74e46b9817d8c0d518bc6 P 1c54b535b94844088af8988614d94b3f: Bootstrap starting.
I20260608 12:41:25.725656  3754 tablet_bootstrap.cc:654] T 3c7035f800a24a8cb89aca68cc01088c P 3ff9ccf1e6304b658084e5d1fc7c016d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:25.735267  3749 tablet_bootstrap.cc:492] T fe6a8d3493e84f1aa5479a398c98cfbd P 1e0637c447ba4844b6cd2472e48e2f8e: No bootstrap required, opened a new log
I20260608 12:41:25.735239  3752 raft_consensus.cc:359] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:25.736388  3749 ts_tablet_manager.cc:1403] T fe6a8d3493e84f1aa5479a398c98cfbd P 1e0637c447ba4844b6cd2472e48e2f8e: Time spent bootstrapping tablet: real 0.047s	user 0.010s	sys 0.011s
I20260608 12:41:25.738209  3753 tablet_bootstrap.cc:654] T 114f921b1fc74e46b9817d8c0d518bc6 P 1c54b535b94844088af8988614d94b3f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:25.736318  3752 raft_consensus.cc:385] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:25.741421  3752 raft_consensus.cc:740] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a65cd92fcde4ba2bc6cec83b54c9771, State: Initialized, Role: FOLLOWER
I20260608 12:41:25.742331  3752 consensus_queue.cc:260] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:25.744814  3752 ts_tablet_manager.cc:1434] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771: Time spent starting tablet: real 0.021s	user 0.005s	sys 0.003s
I20260608 12:41:25.744426  3749 raft_consensus.cc:359] T fe6a8d3493e84f1aa5479a398c98cfbd P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } }
I20260608 12:41:25.746791  3749 raft_consensus.cc:385] T fe6a8d3493e84f1aa5479a398c98cfbd P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:25.747118  3749 raft_consensus.cc:740] T fe6a8d3493e84f1aa5479a398c98cfbd P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1e0637c447ba4844b6cd2472e48e2f8e, State: Initialized, Role: FOLLOWER
I20260608 12:41:25.747972  3749 consensus_queue.cc:260] T fe6a8d3493e84f1aa5479a398c98cfbd P 1e0637c447ba4844b6cd2472e48e2f8e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } }
I20260608 12:41:25.751080  3749 ts_tablet_manager.cc:1434] T fe6a8d3493e84f1aa5479a398c98cfbd P 1e0637c447ba4844b6cd2472e48e2f8e: Time spent starting tablet: real 0.014s	user 0.008s	sys 0.001s
I20260608 12:41:25.752168  3749 tablet_bootstrap.cc:492] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e: Bootstrap starting.
I20260608 12:41:25.754472  3754 tablet_bootstrap.cc:492] T 3c7035f800a24a8cb89aca68cc01088c P 3ff9ccf1e6304b658084e5d1fc7c016d: No bootstrap required, opened a new log
I20260608 12:41:25.755174  3754 ts_tablet_manager.cc:1403] T 3c7035f800a24a8cb89aca68cc01088c P 3ff9ccf1e6304b658084e5d1fc7c016d: Time spent bootstrapping tablet: real 0.042s	user 0.020s	sys 0.011s
I20260608 12:41:25.755720  3752 tablet_bootstrap.cc:492] T 35184673a7ca44e59c0267287fc1552e P 5a65cd92fcde4ba2bc6cec83b54c9771: Bootstrap starting.
I20260608 12:41:25.759572  3749 tablet_bootstrap.cc:654] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:25.759657  3754 raft_consensus.cc:359] T 3c7035f800a24a8cb89aca68cc01088c P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:25.761407  3753 tablet_bootstrap.cc:492] T 114f921b1fc74e46b9817d8c0d518bc6 P 1c54b535b94844088af8988614d94b3f: No bootstrap required, opened a new log
I20260608 12:41:25.779105  3753 ts_tablet_manager.cc:1403] T 114f921b1fc74e46b9817d8c0d518bc6 P 1c54b535b94844088af8988614d94b3f: Time spent bootstrapping tablet: real 0.061s	user 0.013s	sys 0.000s
I20260608 12:41:25.782943  3753 raft_consensus.cc:359] T 114f921b1fc74e46b9817d8c0d518bc6 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } }
I20260608 12:41:25.783802  3753 raft_consensus.cc:385] T 114f921b1fc74e46b9817d8c0d518bc6 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:25.784139  3753 raft_consensus.cc:740] T 114f921b1fc74e46b9817d8c0d518bc6 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1c54b535b94844088af8988614d94b3f, State: Initialized, Role: FOLLOWER
I20260608 12:41:25.784996  3753 consensus_queue.cc:260] T 114f921b1fc74e46b9817d8c0d518bc6 P 1c54b535b94844088af8988614d94b3f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } }
I20260608 12:41:25.767710  3752 tablet_bootstrap.cc:654] T 35184673a7ca44e59c0267287fc1552e P 5a65cd92fcde4ba2bc6cec83b54c9771: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:25.772271  3302 catalog_manager.cc:6241] T 00000000000000000000000000000000 P 7be92e23ca7443ed9002d10c0e3f5bcc: range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708] alter complete (version 0)
I20260608 12:41:25.773303  3748 raft_consensus.cc:493] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:25.788385  3748 raft_consensus.cc:515] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } }
I20260608 12:41:25.773993  3749 tablet_bootstrap.cc:492] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e: No bootstrap required, opened a new log
I20260608 12:41:25.791038  3749 ts_tablet_manager.cc:1403] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e: Time spent bootstrapping tablet: real 0.039s	user 0.008s	sys 0.011s
I20260608 12:41:25.792272  3405 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5f56b8c6bebf48e7894f0a64e9d1d841" candidate_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" is_pre_election: true
W20260608 12:41:25.794313  3518 leader_election.cc:343] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 5a65cd92fcde4ba2bc6cec83b54c9771 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:25.796133  3753 ts_tablet_manager.cc:1434] T 114f921b1fc74e46b9817d8c0d518bc6 P 1c54b535b94844088af8988614d94b3f: Time spent starting tablet: real 0.017s	user 0.007s	sys 0.000s
I20260608 12:41:25.760649  3754 raft_consensus.cc:385] T 3c7035f800a24a8cb89aca68cc01088c P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:25.798285  3754 raft_consensus.cc:740] T 3c7035f800a24a8cb89aca68cc01088c P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3ff9ccf1e6304b658084e5d1fc7c016d, State: Initialized, Role: FOLLOWER
I20260608 12:41:25.799137  3754 consensus_queue.cc:260] T 3c7035f800a24a8cb89aca68cc01088c P 3ff9ccf1e6304b658084e5d1fc7c016d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:25.790993  3748 leader_election.cc:290] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 5a65cd92fcde4ba2bc6cec83b54c9771 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909), 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129)
I20260608 12:41:25.800933  3749 raft_consensus.cc:359] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } }
I20260608 12:41:25.811529  3749 raft_consensus.cc:385] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:25.811864  3749 raft_consensus.cc:740] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1e0637c447ba4844b6cd2472e48e2f8e, State: Initialized, Role: FOLLOWER
I20260608 12:41:25.812728  3749 consensus_queue.cc:260] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } }
I20260608 12:41:25.797349  3753 tablet_bootstrap.cc:492] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f: Bootstrap starting.
I20260608 12:41:25.817155  3714 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5f56b8c6bebf48e7894f0a64e9d1d841" candidate_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" is_pre_election: true
I20260608 12:41:25.809774  3754 ts_tablet_manager.cc:1434] T 3c7035f800a24a8cb89aca68cc01088c P 3ff9ccf1e6304b658084e5d1fc7c016d: Time spent starting tablet: real 0.054s	user 0.006s	sys 0.000s
I20260608 12:41:25.819144  3754 tablet_bootstrap.cc:492] T bc0c5dc529d744fda6ac213cc7c805af P 3ff9ccf1e6304b658084e5d1fc7c016d: Bootstrap starting.
W20260608 12:41:25.819108  3519 leader_election.cc:343] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 5a65cd92fcde4ba2bc6cec83b54c9771 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:25.819829  3519 leader_election.cc:304] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 5a65cd92fcde4ba2bc6cec83b54c9771 [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: 5a65cd92fcde4ba2bc6cec83b54c9771; no voters: 1e0637c447ba4844b6cd2472e48e2f8e, 3ff9ccf1e6304b658084e5d1fc7c016d
I20260608 12:41:25.820127  3752 tablet_bootstrap.cc:492] T 35184673a7ca44e59c0267287fc1552e P 5a65cd92fcde4ba2bc6cec83b54c9771: No bootstrap required, opened a new log
I20260608 12:41:25.820735  3752 ts_tablet_manager.cc:1403] T 35184673a7ca44e59c0267287fc1552e P 5a65cd92fcde4ba2bc6cec83b54c9771: Time spent bootstrapping tablet: real 0.075s	user 0.015s	sys 0.000s
I20260608 12:41:25.821605  3748 raft_consensus.cc:2749] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:25.826408  3749 ts_tablet_manager.cc:1434] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e: Time spent starting tablet: real 0.035s	user 0.007s	sys 0.003s
I20260608 12:41:25.827687  3749 tablet_bootstrap.cc:492] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1e0637c447ba4844b6cd2472e48e2f8e: Bootstrap starting.
I20260608 12:41:25.829471  3753 tablet_bootstrap.cc:654] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:25.828500  3752 raft_consensus.cc:359] T 35184673a7ca44e59c0267287fc1552e P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } }
I20260608 12:41:25.832306  3752 raft_consensus.cc:385] T 35184673a7ca44e59c0267287fc1552e P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:25.832655  3752 raft_consensus.cc:740] T 35184673a7ca44e59c0267287fc1552e P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a65cd92fcde4ba2bc6cec83b54c9771, State: Initialized, Role: FOLLOWER
I20260608 12:41:25.836311  3754 tablet_bootstrap.cc:654] T bc0c5dc529d744fda6ac213cc7c805af P 3ff9ccf1e6304b658084e5d1fc7c016d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:25.833417  3752 consensus_queue.cc:260] T 35184673a7ca44e59c0267287fc1552e P 5a65cd92fcde4ba2bc6cec83b54c9771 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } }
I20260608 12:41:25.842326  3752 ts_tablet_manager.cc:1434] T 35184673a7ca44e59c0267287fc1552e P 5a65cd92fcde4ba2bc6cec83b54c9771: Time spent starting tablet: real 0.021s	user 0.006s	sys 0.001s
I20260608 12:41:25.843391  3752 tablet_bootstrap.cc:492] T 3c7035f800a24a8cb89aca68cc01088c P 5a65cd92fcde4ba2bc6cec83b54c9771: Bootstrap starting.
I20260608 12:41:25.864089  3752 tablet_bootstrap.cc:654] T 3c7035f800a24a8cb89aca68cc01088c P 5a65cd92fcde4ba2bc6cec83b54c9771: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:25.869160  3749 tablet_bootstrap.cc:654] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1e0637c447ba4844b6cd2472e48e2f8e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:25.877144  3753 tablet_bootstrap.cc:492] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f: No bootstrap required, opened a new log
I20260608 12:41:25.877238  3754 tablet_bootstrap.cc:492] T bc0c5dc529d744fda6ac213cc7c805af P 3ff9ccf1e6304b658084e5d1fc7c016d: No bootstrap required, opened a new log
I20260608 12:41:25.877945  3754 ts_tablet_manager.cc:1403] T bc0c5dc529d744fda6ac213cc7c805af P 3ff9ccf1e6304b658084e5d1fc7c016d: Time spent bootstrapping tablet: real 0.059s	user 0.011s	sys 0.006s
I20260608 12:41:25.881249  3754 raft_consensus.cc:359] T bc0c5dc529d744fda6ac213cc7c805af P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:25.882046  3754 raft_consensus.cc:385] T bc0c5dc529d744fda6ac213cc7c805af P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:25.882447  3754 raft_consensus.cc:740] T bc0c5dc529d744fda6ac213cc7c805af P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3ff9ccf1e6304b658084e5d1fc7c016d, State: Initialized, Role: FOLLOWER
I20260608 12:41:25.883199  3754 consensus_queue.cc:260] T bc0c5dc529d744fda6ac213cc7c805af P 3ff9ccf1e6304b658084e5d1fc7c016d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:25.885232  3754 ts_tablet_manager.cc:1434] T bc0c5dc529d744fda6ac213cc7c805af P 3ff9ccf1e6304b658084e5d1fc7c016d: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260608 12:41:25.877952  3753 ts_tablet_manager.cc:1403] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f: Time spent bootstrapping tablet: real 0.081s	user 0.016s	sys 0.004s
I20260608 12:41:25.889591  3753 raft_consensus.cc:359] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } }
I20260608 12:41:25.890329  3753 raft_consensus.cc:385] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:25.890707  3753 raft_consensus.cc:740] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1c54b535b94844088af8988614d94b3f, State: Initialized, Role: FOLLOWER
I20260608 12:41:25.893210  3753 consensus_queue.cc:260] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } }
I20260608 12:41:25.894690  3749 tablet_bootstrap.cc:492] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1e0637c447ba4844b6cd2472e48e2f8e: No bootstrap required, opened a new log
I20260608 12:41:25.895274  3749 ts_tablet_manager.cc:1403] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1e0637c447ba4844b6cd2472e48e2f8e: Time spent bootstrapping tablet: real 0.068s	user 0.015s	sys 0.003s
I20260608 12:41:25.898850  3753 ts_tablet_manager.cc:1434] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.000s
I20260608 12:41:25.899910  3753 tablet_bootstrap.cc:492] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1c54b535b94844088af8988614d94b3f: Bootstrap starting.
I20260608 12:41:25.902101  3754 tablet_bootstrap.cc:492] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 3ff9ccf1e6304b658084e5d1fc7c016d: Bootstrap starting.
I20260608 12:41:25.905062  3749 raft_consensus.cc:359] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } }
I20260608 12:41:25.906629  3749 raft_consensus.cc:385] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:25.907068  3749 raft_consensus.cc:740] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1e0637c447ba4844b6cd2472e48e2f8e, State: Initialized, Role: FOLLOWER
I20260608 12:41:25.907562  3753 tablet_bootstrap.cc:654] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1c54b535b94844088af8988614d94b3f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:25.908147  3749 consensus_queue.cc:260] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1e0637c447ba4844b6cd2472e48e2f8e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } }
I20260608 12:41:25.911643  3749 ts_tablet_manager.cc:1434] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1e0637c447ba4844b6cd2472e48e2f8e: Time spent starting tablet: real 0.016s	user 0.004s	sys 0.002s
I20260608 12:41:25.913327  3749 tablet_bootstrap.cc:492] T 3c7035f800a24a8cb89aca68cc01088c P 1e0637c447ba4844b6cd2472e48e2f8e: Bootstrap starting.
I20260608 12:41:25.921087  3749 tablet_bootstrap.cc:654] T 3c7035f800a24a8cb89aca68cc01088c P 1e0637c447ba4844b6cd2472e48e2f8e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:25.909049  3754 tablet_bootstrap.cc:654] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 3ff9ccf1e6304b658084e5d1fc7c016d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:25.909372  3748 raft_consensus.cc:493] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:25.922235  3748 raft_consensus.cc:515] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:25.924559  3748 leader_election.cc:290] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129), 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909)
I20260608 12:41:25.926772  3405 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc0c5dc529d744fda6ac213cc7c805af" candidate_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" is_pre_election: true
I20260608 12:41:25.927503  3405 raft_consensus.cc:2468] T bc0c5dc529d744fda6ac213cc7c805af P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5a65cd92fcde4ba2bc6cec83b54c9771 in term 0.
I20260608 12:41:25.929075  3518 leader_election.cc:304] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1e0637c447ba4844b6cd2472e48e2f8e, 5a65cd92fcde4ba2bc6cec83b54c9771; no voters: 
I20260608 12:41:25.927582  3714 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc0c5dc529d744fda6ac213cc7c805af" candidate_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" is_pre_election: true
I20260608 12:41:25.930207  3714 raft_consensus.cc:2468] T bc0c5dc529d744fda6ac213cc7c805af P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5a65cd92fcde4ba2bc6cec83b54c9771 in term 0.
I20260608 12:41:25.932307  3748 raft_consensus.cc:2804] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:25.933163  3748 raft_consensus.cc:493] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:25.933508  3748 raft_consensus.cc:3060] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:25.933732  3752 tablet_bootstrap.cc:492] T 3c7035f800a24a8cb89aca68cc01088c P 5a65cd92fcde4ba2bc6cec83b54c9771: No bootstrap required, opened a new log
I20260608 12:41:25.934269  3752 ts_tablet_manager.cc:1403] T 3c7035f800a24a8cb89aca68cc01088c P 5a65cd92fcde4ba2bc6cec83b54c9771: Time spent bootstrapping tablet: real 0.091s	user 0.006s	sys 0.007s
I20260608 12:41:25.937103  3754 tablet_bootstrap.cc:492] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 3ff9ccf1e6304b658084e5d1fc7c016d: No bootstrap required, opened a new log
I20260608 12:41:25.937834  3754 ts_tablet_manager.cc:1403] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 3ff9ccf1e6304b658084e5d1fc7c016d: Time spent bootstrapping tablet: real 0.046s	user 0.009s	sys 0.005s
I20260608 12:41:25.938521  3752 raft_consensus.cc:359] T 3c7035f800a24a8cb89aca68cc01088c P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:25.939370  3752 raft_consensus.cc:385] T 3c7035f800a24a8cb89aca68cc01088c P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:25.939685  3752 raft_consensus.cc:740] T 3c7035f800a24a8cb89aca68cc01088c P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a65cd92fcde4ba2bc6cec83b54c9771, State: Initialized, Role: FOLLOWER
I20260608 12:41:25.940586  3752 consensus_queue.cc:260] T 3c7035f800a24a8cb89aca68cc01088c P 5a65cd92fcde4ba2bc6cec83b54c9771 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:25.941524  3759 raft_consensus.cc:493] T 114f921b1fc74e46b9817d8c0d518bc6 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:25.941805  3748 raft_consensus.cc:515] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:25.942101  3759 raft_consensus.cc:515] T 114f921b1fc74e46b9817d8c0d518bc6 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } }
I20260608 12:41:25.945436  3653 raft_consensus.cc:493] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:25.946136  3653 raft_consensus.cc:515] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } }
I20260608 12:41:25.950448  3759 leader_election.cc:290] T 114f921b1fc74e46b9817d8c0d518bc6 P 3ff9ccf1e6304b658084e5d1fc7c016d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747), 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127)
I20260608 12:41:25.949616  3653 leader_election.cc:290] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1e0637c447ba4844b6cd2472e48e2f8e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909), 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127)
I20260608 12:41:25.954280  3618 raft_consensus.cc:493] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:25.949626  3754 raft_consensus.cc:359] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } }
I20260608 12:41:25.954890  3754 raft_consensus.cc:385] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:25.954833  3618 raft_consensus.cc:515] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } }
I20260608 12:41:25.955394  3754 raft_consensus.cc:740] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3ff9ccf1e6304b658084e5d1fc7c016d, State: Initialized, Role: FOLLOWER
I20260608 12:41:25.953858  3753 tablet_bootstrap.cc:492] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1c54b535b94844088af8988614d94b3f: No bootstrap required, opened a new log
I20260608 12:41:25.957747  3753 ts_tablet_manager.cc:1403] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1c54b535b94844088af8988614d94b3f: Time spent bootstrapping tablet: real 0.058s	user 0.013s	sys 0.007s
I20260608 12:41:25.957645  3405 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc0c5dc529d744fda6ac213cc7c805af" candidate_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1e0637c447ba4844b6cd2472e48e2f8e"
I20260608 12:41:25.958171  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8bca4e33dcc14962a71108cb4e0af4a7" candidate_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c54b535b94844088af8988614d94b3f" is_pre_election: true
I20260608 12:41:25.958786  3481 raft_consensus.cc:2468] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1e0637c447ba4844b6cd2472e48e2f8e in term 0.
I20260608 12:41:25.959889  3406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8bca4e33dcc14962a71108cb4e0af4a7" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" is_pre_election: true
I20260608 12:41:25.960554  3406 raft_consensus.cc:2468] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1c54b535b94844088af8988614d94b3f in term 0.
I20260608 12:41:25.961035  3753 raft_consensus.cc:359] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } }
I20260608 12:41:25.961849  3753 raft_consensus.cc:385] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:25.962168  3753 raft_consensus.cc:740] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1c54b535b94844088af8988614d94b3f, State: Initialized, Role: FOLLOWER
I20260608 12:41:25.962167  3444 leader_election.cc:304] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1c54b535b94844088af8988614d94b3f, 1e0637c447ba4844b6cd2472e48e2f8e; no voters: 
I20260608 12:41:25.962167  3369 leader_election.cc:304] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1e0637c447ba4844b6cd2472e48e2f8e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1c54b535b94844088af8988614d94b3f, 1e0637c447ba4844b6cd2472e48e2f8e; no voters: 
I20260608 12:41:25.963936  3632 raft_consensus.cc:2804] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:25.963800  3753 consensus_queue.cc:260] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1c54b535b94844088af8988614d94b3f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } }
I20260608 12:41:25.964474  3632 raft_consensus.cc:493] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:25.965108  3632 raft_consensus.cc:3060] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:25.958323  3405 raft_consensus.cc:3060] T bc0c5dc529d744fda6ac213cc7c805af P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:25.973999  3653 raft_consensus.cc:2804] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:25.976903  3653 raft_consensus.cc:493] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:25.977586  3653 raft_consensus.cc:3060] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:25.974032  3618 leader_election.cc:290] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129), 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909)
I20260608 12:41:25.982785  3618 raft_consensus.cc:493] T 114f921b1fc74e46b9817d8c0d518bc6 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:25.983428  3618 raft_consensus.cc:515] T 114f921b1fc74e46b9817d8c0d518bc6 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } }
I20260608 12:41:25.987937  3555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "114f921b1fc74e46b9817d8c0d518bc6" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" is_pre_election: true
I20260608 12:41:25.988847  3555 raft_consensus.cc:2468] T 114f921b1fc74e46b9817d8c0d518bc6 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1c54b535b94844088af8988614d94b3f in term 0.
I20260608 12:41:25.990705  3447 leader_election.cc:304] T 114f921b1fc74e46b9817d8c0d518bc6 P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1c54b535b94844088af8988614d94b3f, 5a65cd92fcde4ba2bc6cec83b54c9771; no voters: 
I20260608 12:41:25.995378  3752 ts_tablet_manager.cc:1434] T 3c7035f800a24a8cb89aca68cc01088c P 5a65cd92fcde4ba2bc6cec83b54c9771: Time spent starting tablet: real 0.061s	user 0.009s	sys 0.004s
I20260608 12:41:25.995460  3788 raft_consensus.cc:2804] T 114f921b1fc74e46b9817d8c0d518bc6 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:25.998821  3759 raft_consensus.cc:493] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:25.998392  3754 consensus_queue.cc:260] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 3ff9ccf1e6304b658084e5d1fc7c016d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } }
I20260608 12:41:25.999161  3753 ts_tablet_manager.cc:1434] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1c54b535b94844088af8988614d94b3f: Time spent starting tablet: real 0.041s	user 0.011s	sys 0.013s
I20260608 12:41:25.999101  3788 raft_consensus.cc:493] T 114f921b1fc74e46b9817d8c0d518bc6 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:26.019529  3788 raft_consensus.cc:3060] T 114f921b1fc74e46b9817d8c0d518bc6 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:26.004726  3618 leader_election.cc:290] T 114f921b1fc74e46b9817d8c0d518bc6 P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909), 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747)
I20260608 12:41:25.999868  3759 raft_consensus.cc:515] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } }
I20260608 12:41:26.031838  3632 raft_consensus.cc:515] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } }
I20260608 12:41:26.039435  3759 leader_election.cc:290] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129), 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127)
I20260608 12:41:26.044083  3632 leader_election.cc:290] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 election: Requested vote from peers 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129), 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909)
I20260608 12:41:26.044768  3357 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
W20260608 12:41:26.048152  3447 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.195:46747, user_credentials={real_user=slave}} blocked reactor thread for 57546.8us
I20260608 12:41:26.059288  3749 tablet_bootstrap.cc:492] T 3c7035f800a24a8cb89aca68cc01088c P 1e0637c447ba4844b6cd2472e48e2f8e: No bootstrap required, opened a new log
I20260608 12:41:26.047643  3748 leader_election.cc:290] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [CANDIDATE]: Term 1 election: Requested vote from peers 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129), 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909)
I20260608 12:41:26.054618  3405 raft_consensus.cc:2468] T bc0c5dc529d744fda6ac213cc7c805af P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5a65cd92fcde4ba2bc6cec83b54c9771 in term 1.
I20260608 12:41:26.059988  3632 raft_consensus.cc:493] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:26.059876  3406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8bca4e33dcc14962a71108cb4e0af4a7" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1e0637c447ba4844b6cd2472e48e2f8e"
I20260608 12:41:26.066502  3759 raft_consensus.cc:493] T 3c7035f800a24a8cb89aca68cc01088c P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:26.062805  3618 raft_consensus.cc:493] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:26.059835  3749 ts_tablet_manager.cc:1403] T 3c7035f800a24a8cb89aca68cc01088c P 1e0637c447ba4844b6cd2472e48e2f8e: Time spent bootstrapping tablet: real 0.147s	user 0.027s	sys 0.020s
W20260608 12:41:26.094136  3357 auto_leader_rebalancer.cc:460] the master instance isn't leader: Service unavailable: Tablet not running
I20260608 12:41:26.103232  3794 raft_consensus.cc:493] T 35184673a7ca44e59c0267287fc1552e P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:26.114193  3632 raft_consensus.cc:515] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } }
I20260608 12:41:26.124312  3713 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8bca4e33dcc14962a71108cb4e0af4a7" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" is_pre_election: true
I20260608 12:41:26.125015  3713 raft_consensus.cc:2468] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1c54b535b94844088af8988614d94b3f in term 0.
I20260608 12:41:26.117934  3714 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc0c5dc529d744fda6ac213cc7c805af" candidate_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d"
I20260608 12:41:26.134624  3405 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fe6a8d3493e84f1aa5479a398c98cfbd" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" is_pre_election: true
I20260608 12:41:26.118373  3759 raft_consensus.cc:515] T 3c7035f800a24a8cb89aca68cc01088c P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:26.119437  3618 raft_consensus.cc:515] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } }
I20260608 12:41:26.135128  3800 raft_consensus.cc:493] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:26.135967  3714 raft_consensus.cc:3060] T bc0c5dc529d744fda6ac213cc7c805af P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:26.135447  3405 raft_consensus.cc:2468] T fe6a8d3493e84f1aa5479a398c98cfbd P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1c54b535b94844088af8988614d94b3f in term 0.
I20260608 12:41:26.136490  3653 raft_consensus.cc:515] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } }
I20260608 12:41:26.133244  3518 leader_election.cc:304] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [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: 1e0637c447ba4844b6cd2472e48e2f8e, 5a65cd92fcde4ba2bc6cec83b54c9771; no voters: 
I20260608 12:41:26.147974  3754 ts_tablet_manager.cc:1434] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 3ff9ccf1e6304b658084e5d1fc7c016d: Time spent starting tablet: real 0.210s	user 0.013s	sys 0.015s
I20260608 12:41:26.149461  3650 raft_consensus.cc:493] T fe6a8d3493e84f1aa5479a398c98cfbd P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:26.148736  3632 leader_election.cc:290] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129), 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909)
I20260608 12:41:26.129333  3794 raft_consensus.cc:515] T 35184673a7ca44e59c0267287fc1552e P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } }
I20260608 12:41:26.156085  3713 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "114f921b1fc74e46b9817d8c0d518bc6" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" is_pre_election: true
I20260608 12:41:26.151494  3800 raft_consensus.cc:515] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } }
I20260608 12:41:26.184144  3406 raft_consensus.cc:2393] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 1c54b535b94844088af8988614d94b3f in current term 1: Already voted for candidate 1e0637c447ba4844b6cd2472e48e2f8e in this term.
I20260608 12:41:26.222719  3754 tablet_bootstrap.cc:492] T fe6a8d3493e84f1aa5479a398c98cfbd P 3ff9ccf1e6304b658084e5d1fc7c016d: Bootstrap starting.
W20260608 12:41:26.226341  3445 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.196:43909, user_credentials={real_user=slave}} blocked reactor thread for 63444.8us
I20260608 12:41:26.162601  3796 raft_consensus.cc:2804] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:26.160903  3650 raft_consensus.cc:515] T fe6a8d3493e84f1aa5479a398c98cfbd P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } }
I20260608 12:41:26.171352  3444 leader_election.cc:304] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1c54b535b94844088af8988614d94b3f, 1e0637c447ba4844b6cd2472e48e2f8e; no voters: 
I20260608 12:41:26.225317  3788 raft_consensus.cc:515] T 114f921b1fc74e46b9817d8c0d518bc6 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } }
I20260608 12:41:26.247486  3713 raft_consensus.cc:2468] T 114f921b1fc74e46b9817d8c0d518bc6 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1c54b535b94844088af8988614d94b3f in term 0.
I20260608 12:41:26.261194  3711 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fe6a8d3493e84f1aa5479a398c98cfbd" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" is_pre_election: true
W20260608 12:41:26.253302  3290 catalog_manager.cc:4809] Async tablet task AlterTable RPC for tablet bc0c5dc529d744fda6ac213cc7c805af (table range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet bc0c5dc529d744fda6ac213cc7c805af consensus state has no leader
I20260608 12:41:26.253069  3801 raft_consensus.cc:493] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:26.255087  3653 leader_election.cc:290] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1e0637c447ba4844b6cd2472e48e2f8e [CANDIDATE]: Term 1 election: Requested vote from peers 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909), 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127)
I20260608 12:41:26.259323  3759 leader_election.cc:290] T 3c7035f800a24a8cb89aca68cc01088c P 3ff9ccf1e6304b658084e5d1fc7c016d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129), 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747)
I20260608 12:41:26.174160  3712 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8bca4e33dcc14962a71108cb4e0af4a7" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d"
I20260608 12:41:26.267298  3632 raft_consensus.cc:2804] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:26.266101  3796 raft_consensus.cc:697] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 LEADER]: Becoming Leader. State: Replica: 5a65cd92fcde4ba2bc6cec83b54c9771, State: Running, Role: LEADER
I20260608 12:41:26.270617  3801 raft_consensus.cc:515] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } }
W20260608 12:41:26.265071  3444 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.193:44129, user_credentials={real_user=slave}} blocked reactor thread for 103548us
I20260608 12:41:26.268020  3555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35184673a7ca44e59c0267287fc1552e" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" is_pre_election: true
W20260608 12:41:26.271046  3445 leader_election.cc:343] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:26.275658  3632 raft_consensus.cc:493] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:26.279922  3712 raft_consensus.cc:3060] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:26.280824  3618 leader_election.cc:290] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747), 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909)
W20260608 12:41:26.291666  3352 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:41:26.286613  3794 leader_election.cc:290] T 35184673a7ca44e59c0267287fc1552e P 5a65cd92fcde4ba2bc6cec83b54c9771 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127), 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909)
I20260608 12:41:26.282759  3555 raft_consensus.cc:2468] T 35184673a7ca44e59c0267287fc1552e P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1c54b535b94844088af8988614d94b3f in term 0.
I20260608 12:41:26.286981  3632 raft_consensus.cc:3060] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:26.288928  3759 raft_consensus.cc:493] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:26.299118  3447 leader_election.cc:304] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1c54b535b94844088af8988614d94b3f, 5a65cd92fcde4ba2bc6cec83b54c9771; no voters: 
I20260608 12:41:26.300942  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8bca4e33dcc14962a71108cb4e0af4a7" candidate_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c54b535b94844088af8988614d94b3f"
I20260608 12:41:26.293450  3711 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35184673a7ca44e59c0267287fc1552e" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" is_pre_election: true
I20260608 12:41:26.299139  3788 leader_election.cc:290] T 114f921b1fc74e46b9817d8c0d518bc6 P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 election: Requested vote from peers 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909), 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747)
I20260608 12:41:26.304747  3801 leader_election.cc:290] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909), 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747)
I20260608 12:41:26.304414  3710 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "114f921b1fc74e46b9817d8c0d518bc6" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d"
I20260608 12:41:26.304543  3554 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3c7035f800a24a8cb89aca68cc01088c" candidate_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" is_pre_election: true
I20260608 12:41:26.302616  3759 raft_consensus.cc:515] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } }
I20260608 12:41:26.305590  3618 raft_consensus.cc:2804] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:26.294453  3796 consensus_queue.cc:237] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:26.314545  3553 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5f56b8c6bebf48e7894f0a64e9d1d841" candidate_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" is_pre_election: true
I20260608 12:41:26.310976  3713 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35184673a7ca44e59c0267287fc1552e" candidate_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" is_pre_election: true
I20260608 12:41:26.315074  3710 raft_consensus.cc:3060] T 114f921b1fc74e46b9817d8c0d518bc6 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:26.316087  3481 raft_consensus.cc:2393] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 1e0637c447ba4844b6cd2472e48e2f8e in current term 1: Already voted for candidate 1c54b535b94844088af8988614d94b3f in this term.
I20260608 12:41:26.311538  3555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "114f921b1fc74e46b9817d8c0d518bc6" candidate_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" is_pre_election: true
I20260608 12:41:26.313850  3618 raft_consensus.cc:493] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:26.312287  3554 raft_consensus.cc:2468] T 3c7035f800a24a8cb89aca68cc01088c P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3ff9ccf1e6304b658084e5d1fc7c016d in term 0.
I20260608 12:41:26.314648  3552 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "114f921b1fc74e46b9817d8c0d518bc6" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771"
I20260608 12:41:26.320837  3480 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35184673a7ca44e59c0267287fc1552e" candidate_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c54b535b94844088af8988614d94b3f" is_pre_election: true
I20260608 12:41:26.327447  3618 raft_consensus.cc:3060] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:41:26.326726  3445 leader_election.cc:343] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:26.334762  3680 leader_election.cc:304] T 3c7035f800a24a8cb89aca68cc01088c P 3ff9ccf1e6304b658084e5d1fc7c016d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3ff9ccf1e6304b658084e5d1fc7c016d, 5a65cd92fcde4ba2bc6cec83b54c9771; no voters: 
I20260608 12:41:26.326031  3553 raft_consensus.cc:2468] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1e0637c447ba4844b6cd2472e48e2f8e in term 0.
I20260608 12:41:26.336834  3797 raft_consensus.cc:2804] T 3c7035f800a24a8cb89aca68cc01088c P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:26.337284  3797 raft_consensus.cc:493] T 3c7035f800a24a8cb89aca68cc01088c P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:26.327039  3555 raft_consensus.cc:2468] T 114f921b1fc74e46b9817d8c0d518bc6 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3ff9ccf1e6304b658084e5d1fc7c016d in term 0.
I20260608 12:41:26.338927  3797 raft_consensus.cc:3060] T 3c7035f800a24a8cb89aca68cc01088c P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:41:26.341789  3519 leader_election.cc:343] T 35184673a7ca44e59c0267287fc1552e P 5a65cd92fcde4ba2bc6cec83b54c9771 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:26.342628  3372 leader_election.cc:304] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1e0637c447ba4844b6cd2472e48e2f8e, 5a65cd92fcde4ba2bc6cec83b54c9771; no voters: 
I20260608 12:41:26.344206  3650 leader_election.cc:290] T fe6a8d3493e84f1aa5479a398c98cfbd P 1e0637c447ba4844b6cd2472e48e2f8e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127), 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909)
I20260608 12:41:26.345947  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fe6a8d3493e84f1aa5479a398c98cfbd" candidate_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c54b535b94844088af8988614d94b3f" is_pre_election: true
I20260608 12:41:26.346143  3650 raft_consensus.cc:2804] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:26.347144  3650 raft_consensus.cc:493] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:26.334713  3749 raft_consensus.cc:359] T 3c7035f800a24a8cb89aca68cc01088c P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:26.347541  3650 raft_consensus.cc:3060] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:26.349361  3711 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8bca4e33dcc14962a71108cb4e0af4a7" candidate_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d"
I20260608 12:41:26.353741  3709 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5f56b8c6bebf48e7894f0a64e9d1d841" candidate_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" is_pre_election: true
I20260608 12:41:26.356726  3707 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fe6a8d3493e84f1aa5479a398c98cfbd" candidate_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" is_pre_election: true
I20260608 12:41:26.355305  3749 raft_consensus.cc:385] T 3c7035f800a24a8cb89aca68cc01088c P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:26.348130  3714 raft_consensus.cc:2468] T bc0c5dc529d744fda6ac213cc7c805af P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5a65cd92fcde4ba2bc6cec83b54c9771 in term 1.
I20260608 12:41:26.356475  3800 leader_election.cc:290] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1e0637c447ba4844b6cd2472e48e2f8e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909), 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127)
I20260608 12:41:26.363755  3405 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3c7035f800a24a8cb89aca68cc01088c" candidate_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" is_pre_election: true
I20260608 12:41:26.365350  3479 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b60c9826b9f640bfbbe8755cc4a2a0d6" candidate_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c54b535b94844088af8988614d94b3f" is_pre_election: true
I20260608 12:41:26.368343  3479 raft_consensus.cc:2468] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1e0637c447ba4844b6cd2472e48e2f8e in term 0.
I20260608 12:41:26.362813  3406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8bca4e33dcc14962a71108cb4e0af4a7" candidate_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" is_pre_election: true
I20260608 12:41:26.362673  3749 raft_consensus.cc:740] T 3c7035f800a24a8cb89aca68cc01088c P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1e0637c447ba4844b6cd2472e48e2f8e, State: Initialized, Role: FOLLOWER
I20260608 12:41:26.362888  3713 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8bca4e33dcc14962a71108cb4e0af4a7" candidate_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" is_pre_election: true
I20260608 12:41:26.361133  3708 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b60c9826b9f640bfbbe8755cc4a2a0d6" candidate_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" is_pre_election: true
I20260608 12:41:26.359934  3680 leader_election.cc:304] T 114f921b1fc74e46b9817d8c0d518bc6 P 3ff9ccf1e6304b658084e5d1fc7c016d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3ff9ccf1e6304b658084e5d1fc7c016d, 5a65cd92fcde4ba2bc6cec83b54c9771; no voters: 
I20260608 12:41:26.375972  3369 leader_election.cc:304] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1e0637c447ba4844b6cd2472e48e2f8e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1c54b535b94844088af8988614d94b3f, 1e0637c447ba4844b6cd2472e48e2f8e; no voters: 
I20260608 12:41:26.373224  3759 leader_election.cc:290] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 3ff9ccf1e6304b658084e5d1fc7c016d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127), 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129)
I20260608 12:41:26.377707  3749 consensus_queue.cc:260] T 3c7035f800a24a8cb89aca68cc01088c P 1e0637c447ba4844b6cd2472e48e2f8e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:26.384344  3405 raft_consensus.cc:2468] T 3c7035f800a24a8cb89aca68cc01088c P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3ff9ccf1e6304b658084e5d1fc7c016d in term 0.
I20260608 12:41:26.380268  3406 raft_consensus.cc:2393] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 3ff9ccf1e6304b658084e5d1fc7c016d in current term 1: Already voted for candidate 1e0637c447ba4844b6cd2472e48e2f8e in this term.
I20260608 12:41:26.378496  3708 raft_consensus.cc:2468] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1e0637c447ba4844b6cd2472e48e2f8e in term 0.
I20260608 12:41:26.381734  3800 raft_consensus.cc:2804] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:26.389097  3404 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b60c9826b9f640bfbbe8755cc4a2a0d6" candidate_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" is_pre_election: true
I20260608 12:41:26.399027  3632 raft_consensus.cc:515] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } }
I20260608 12:41:26.392590  3800 raft_consensus.cc:493] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:26.406188  3481 raft_consensus.cc:2393] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 1e0637c447ba4844b6cd2472e48e2f8e in current term 1: Already voted for candidate 1c54b535b94844088af8988614d94b3f in this term.
I20260608 12:41:26.412899  3618 raft_consensus.cc:515] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } }
I20260608 12:41:26.414232  3480 raft_consensus.cc:2393] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 5a65cd92fcde4ba2bc6cec83b54c9771 in current term 1: Already voted for candidate 1c54b535b94844088af8988614d94b3f in this term.
I20260608 12:41:26.415359  3618 leader_election.cc:290] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 election: Requested vote from peers 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747), 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909)
I20260608 12:41:26.416533  3713 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35184673a7ca44e59c0267287fc1552e" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d"
I20260608 12:41:26.418464  3552 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35184673a7ca44e59c0267287fc1552e" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771"
W20260608 12:41:26.418787  3445 leader_election.cc:343] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:26.419072  3552 raft_consensus.cc:3060] T 35184673a7ca44e59c0267287fc1552e P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:26.421525  3518 leader_election.cc:304] T 35184673a7ca44e59c0267287fc1552e P 5a65cd92fcde4ba2bc6cec83b54c9771 [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: 5a65cd92fcde4ba2bc6cec83b54c9771; no voters: 1c54b535b94844088af8988614d94b3f, 3ff9ccf1e6304b658084e5d1fc7c016d
W20260608 12:41:26.425621  3680 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.195:46747, user_credentials={real_user=slave}} blocked reactor thread for 69511.8us
I20260608 12:41:26.407155  3800 raft_consensus.cc:3060] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:26.428818  3370 leader_election.cc:304] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1e0637c447ba4844b6cd2472e48e2f8e [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: 1e0637c447ba4844b6cd2472e48e2f8e; no voters: 1c54b535b94844088af8988614d94b3f, 3ff9ccf1e6304b658084e5d1fc7c016d
I20260608 12:41:26.429805  3479 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b60c9826b9f640bfbbe8755cc4a2a0d6" candidate_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c54b535b94844088af8988614d94b3f" is_pre_election: true
I20260608 12:41:26.430127  3480 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8bca4e33dcc14962a71108cb4e0af4a7" candidate_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c54b535b94844088af8988614d94b3f" is_pre_election: true
I20260608 12:41:26.435930  3479 raft_consensus.cc:2468] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3ff9ccf1e6304b658084e5d1fc7c016d in term 0.
I20260608 12:41:26.436168  3480 raft_consensus.cc:2393] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 3ff9ccf1e6304b658084e5d1fc7c016d in current term 1: Already voted for candidate 1c54b535b94844088af8988614d94b3f in this term.
I20260608 12:41:26.431075  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "114f921b1fc74e46b9817d8c0d518bc6" candidate_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c54b535b94844088af8988614d94b3f" is_pre_election: true
I20260608 12:41:26.431736  3797 raft_consensus.cc:515] T 3c7035f800a24a8cb89aca68cc01088c P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:26.432515  3713 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fe6a8d3493e84f1aa5479a398c98cfbd" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d"
I20260608 12:41:26.438055  3677 leader_election.cc:304] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 3ff9ccf1e6304b658084e5d1fc7c016d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1c54b535b94844088af8988614d94b3f, 3ff9ccf1e6304b658084e5d1fc7c016d; no voters: 
I20260608 12:41:26.432981  3632 leader_election.cc:290] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 election: Requested vote from peers 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129), 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909)
I20260608 12:41:26.433207  3405 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fe6a8d3493e84f1aa5479a398c98cfbd" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1e0637c447ba4844b6cd2472e48e2f8e"
I20260608 12:41:26.433954  3710 raft_consensus.cc:2468] T 114f921b1fc74e46b9817d8c0d518bc6 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1c54b535b94844088af8988614d94b3f in term 1.
I20260608 12:41:26.434870  3653 raft_consensus.cc:2749] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
W20260608 12:41:26.435348  3370 leader_election.cc:343] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:26.437996  3481 raft_consensus.cc:2393] T 114f921b1fc74e46b9817d8c0d518bc6 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 3ff9ccf1e6304b658084e5d1fc7c016d in current term 1: Already voted for candidate 1c54b535b94844088af8988614d94b3f in this term.
I20260608 12:41:26.439177  3677 leader_election.cc:304] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d [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: 3ff9ccf1e6304b658084e5d1fc7c016d; no voters: 1c54b535b94844088af8988614d94b3f, 1e0637c447ba4844b6cd2472e48e2f8e
I20260608 12:41:26.443084  3405 raft_consensus.cc:3060] T fe6a8d3493e84f1aa5479a398c98cfbd P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:26.442534  3759 raft_consensus.cc:2764] T 114f921b1fc74e46b9817d8c0d518bc6 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Leader pre-election decision vote started in defunct term 0: won
I20260608 12:41:26.434835  3301 catalog_manager.cc:5696] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } health_report { overall_health: HEALTHY } } }
W20260608 12:41:26.454232  3370 leader_election.cc:343] T fe6a8d3493e84f1aa5479a398c98cfbd P 1e0637c447ba4844b6cd2472e48e2f8e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:26.458599  3370 leader_election.cc:304] T fe6a8d3493e84f1aa5479a398c98cfbd P 1e0637c447ba4844b6cd2472e48e2f8e [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: 1e0637c447ba4844b6cd2472e48e2f8e; no voters: 1c54b535b94844088af8988614d94b3f, 3ff9ccf1e6304b658084e5d1fc7c016d
W20260608 12:41:26.442974  3445 leader_election.cc:343] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:26.460045  3805 raft_consensus.cc:2804] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:26.449170  3712 raft_consensus.cc:2468] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1c54b535b94844088af8988614d94b3f in term 1.
I20260608 12:41:26.460366  3445 leader_election.cc:304] T 114f921b1fc74e46b9817d8c0d518bc6 P 1c54b535b94844088af8988614d94b3f [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: 1c54b535b94844088af8988614d94b3f, 3ff9ccf1e6304b658084e5d1fc7c016d; no voters: 5a65cd92fcde4ba2bc6cec83b54c9771
I20260608 12:41:26.464790  3405 raft_consensus.cc:2468] T fe6a8d3493e84f1aa5479a398c98cfbd P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1c54b535b94844088af8988614d94b3f in term 1.
I20260608 12:41:26.465368  3801 raft_consensus.cc:2749] T fe6a8d3493e84f1aa5479a398c98cfbd P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:26.465378  3632 raft_consensus.cc:2804] T 114f921b1fc74e46b9817d8c0d518bc6 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:26.467790  3632 raft_consensus.cc:697] T 114f921b1fc74e46b9817d8c0d518bc6 P 1c54b535b94844088af8988614d94b3f [term 1 LEADER]: Becoming Leader. State: Replica: 1c54b535b94844088af8988614d94b3f, State: Running, Role: LEADER
I20260608 12:41:26.468741  3632 consensus_queue.cc:237] T 114f921b1fc74e46b9817d8c0d518bc6 P 1c54b535b94844088af8988614d94b3f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } }
I20260608 12:41:26.465129  3445 leader_election.cc:304] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f [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: 1c54b535b94844088af8988614d94b3f, 3ff9ccf1e6304b658084e5d1fc7c016d; no voters: 1e0637c447ba4844b6cd2472e48e2f8e
I20260608 12:41:26.472261  3650 raft_consensus.cc:515] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } }
I20260608 12:41:26.474262  3444 leader_election.cc:304] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [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: 1c54b535b94844088af8988614d94b3f, 1e0637c447ba4844b6cd2472e48e2f8e; no voters: 3ff9ccf1e6304b658084e5d1fc7c016d
I20260608 12:41:26.460592  3805 raft_consensus.cc:493] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:26.481390  3754 tablet_bootstrap.cc:654] T fe6a8d3493e84f1aa5479a398c98cfbd P 3ff9ccf1e6304b658084e5d1fc7c016d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:26.477156  3797 leader_election.cc:290] T 3c7035f800a24a8cb89aca68cc01088c P 3ff9ccf1e6304b658084e5d1fc7c016d [CANDIDATE]: Term 1 election: Requested vote from peers 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129), 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747)
I20260608 12:41:26.462788  3759 raft_consensus.cc:2749] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:26.478681  3788 raft_consensus.cc:2804] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:26.479206  3555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3c7035f800a24a8cb89aca68cc01088c" candidate_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771"
I20260608 12:41:26.481338  3805 raft_consensus.cc:3060] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:26.480937  3618 raft_consensus.cc:2804] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:26.479441  3749 ts_tablet_manager.cc:1434] T 3c7035f800a24a8cb89aca68cc01088c P 1e0637c447ba4844b6cd2472e48e2f8e: Time spent starting tablet: real 0.361s	user 0.011s	sys 0.004s
I20260608 12:41:26.483927  3555 raft_consensus.cc:3060] T 3c7035f800a24a8cb89aca68cc01088c P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:26.483952  3788 raft_consensus.cc:697] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f [term 1 LEADER]: Becoming Leader. State: Replica: 1c54b535b94844088af8988614d94b3f, State: Running, Role: LEADER
I20260608 12:41:26.485459  3618 raft_consensus.cc:697] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [term 1 LEADER]: Becoming Leader. State: Replica: 1c54b535b94844088af8988614d94b3f, State: Running, Role: LEADER
W20260608 12:41:26.486588  3677 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.194:43127, user_credentials={real_user=slave}} blocked reactor thread for 47514.3us
I20260608 12:41:26.489514  3552 raft_consensus.cc:2468] T 35184673a7ca44e59c0267287fc1552e P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1c54b535b94844088af8988614d94b3f in term 1.
I20260608 12:41:26.489184  3618 consensus_queue.cc:237] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } }
I20260608 12:41:26.490031  3788 consensus_queue.cc:237] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } }
I20260608 12:41:26.491539  3712 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5f56b8c6bebf48e7894f0a64e9d1d841" candidate_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d"
I20260608 12:41:26.494403  3796 raft_consensus.cc:2749] T 35184673a7ca44e59c0267287fc1552e P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
W20260608 12:41:26.493921  3370 leader_election.cc:343] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:26.496605  3447 leader_election.cc:304] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [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: 1c54b535b94844088af8988614d94b3f, 5a65cd92fcde4ba2bc6cec83b54c9771; no voters: 3ff9ccf1e6304b658084e5d1fc7c016d
I20260608 12:41:26.497066  3405 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3c7035f800a24a8cb89aca68cc01088c" candidate_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1e0637c447ba4844b6cd2472e48e2f8e"
I20260608 12:41:26.498885  3792 raft_consensus.cc:2804] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:26.500200  3792 raft_consensus.cc:697] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [term 1 LEADER]: Becoming Leader. State: Replica: 1c54b535b94844088af8988614d94b3f, State: Running, Role: LEADER
I20260608 12:41:26.501515  3792 consensus_queue.cc:237] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } }
I20260608 12:41:26.504140  3552 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5f56b8c6bebf48e7894f0a64e9d1d841" candidate_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771"
I20260608 12:41:26.504971  3552 raft_consensus.cc:3060] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:26.507134  3405 raft_consensus.cc:3060] T 3c7035f800a24a8cb89aca68cc01088c P 1e0637c447ba4844b6cd2472e48e2f8e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:26.511847  3650 leader_election.cc:290] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e [CANDIDATE]: Term 1 election: Requested vote from peers 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909), 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747)
I20260608 12:41:26.528450  3555 raft_consensus.cc:2468] T 3c7035f800a24a8cb89aca68cc01088c P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3ff9ccf1e6304b658084e5d1fc7c016d in term 1.
I20260608 12:41:26.515457  3800 raft_consensus.cc:515] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } }
I20260608 12:41:26.532064  3404 raft_consensus.cc:2393] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 3ff9ccf1e6304b658084e5d1fc7c016d in current term 1: Already voted for candidate 1e0637c447ba4844b6cd2472e48e2f8e in this term.
I20260608 12:41:26.533200  3680 leader_election.cc:304] T 3c7035f800a24a8cb89aca68cc01088c P 3ff9ccf1e6304b658084e5d1fc7c016d [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: 3ff9ccf1e6304b658084e5d1fc7c016d, 5a65cd92fcde4ba2bc6cec83b54c9771; no voters: 
I20260608 12:41:26.535152  3806 raft_consensus.cc:2804] T 3c7035f800a24a8cb89aca68cc01088c P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:26.535763  3806 raft_consensus.cc:697] T 3c7035f800a24a8cb89aca68cc01088c P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 LEADER]: Becoming Leader. State: Replica: 3ff9ccf1e6304b658084e5d1fc7c016d, State: Running, Role: LEADER
I20260608 12:41:26.537480  3806 consensus_queue.cc:237] T 3c7035f800a24a8cb89aca68cc01088c P 3ff9ccf1e6304b658084e5d1fc7c016d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:26.540869  3712 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b60c9826b9f640bfbbe8755cc4a2a0d6" candidate_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d"
I20260608 12:41:26.542682  3800 leader_election.cc:290] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1e0637c447ba4844b6cd2472e48e2f8e [CANDIDATE]: Term 1 election: Requested vote from peers 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909), 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127)
I20260608 12:41:26.545259  3754 tablet_bootstrap.cc:492] T fe6a8d3493e84f1aa5479a398c98cfbd P 3ff9ccf1e6304b658084e5d1fc7c016d: No bootstrap required, opened a new log
I20260608 12:41:26.545922  3754 ts_tablet_manager.cc:1403] T fe6a8d3493e84f1aa5479a398c98cfbd P 3ff9ccf1e6304b658084e5d1fc7c016d: Time spent bootstrapping tablet: real 0.334s	user 0.006s	sys 0.027s
I20260608 12:41:26.548617  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b60c9826b9f640bfbbe8755cc4a2a0d6" candidate_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c54b535b94844088af8988614d94b3f"
I20260608 12:41:26.549243  3481 raft_consensus.cc:3060] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1c54b535b94844088af8988614d94b3f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:26.549993  3754 raft_consensus.cc:359] T fe6a8d3493e84f1aa5479a398c98cfbd P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } }
I20260608 12:41:26.553918  3754 raft_consensus.cc:385] T fe6a8d3493e84f1aa5479a398c98cfbd P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:26.557691  3481 raft_consensus.cc:2468] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1e0637c447ba4844b6cd2472e48e2f8e in term 1.
I20260608 12:41:26.561976  3754 raft_consensus.cc:740] T fe6a8d3493e84f1aa5479a398c98cfbd P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3ff9ccf1e6304b658084e5d1fc7c016d, State: Initialized, Role: FOLLOWER
I20260608 12:41:26.562879  3369 leader_election.cc:304] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1e0637c447ba4844b6cd2472e48e2f8e [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: 1c54b535b94844088af8988614d94b3f, 1e0637c447ba4844b6cd2472e48e2f8e; no voters: 
I20260608 12:41:26.563766  3754 consensus_queue.cc:260] T fe6a8d3493e84f1aa5479a398c98cfbd P 3ff9ccf1e6304b658084e5d1fc7c016d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } }
I20260608 12:41:26.564224  3650 raft_consensus.cc:2804] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:26.567607  3650 raft_consensus.cc:697] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 LEADER]: Becoming Leader. State: Replica: 1e0637c447ba4844b6cd2472e48e2f8e, State: Running, Role: LEADER
I20260608 12:41:26.569402  3552 raft_consensus.cc:2468] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1e0637c447ba4844b6cd2472e48e2f8e in term 1.
I20260608 12:41:26.571094  3372 leader_election.cc:304] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e [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: 1e0637c447ba4844b6cd2472e48e2f8e, 5a65cd92fcde4ba2bc6cec83b54c9771; no voters: 3ff9ccf1e6304b658084e5d1fc7c016d
I20260608 12:41:26.571403  3650 consensus_queue.cc:237] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } }
I20260608 12:41:26.572177  3800 raft_consensus.cc:2804] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:26.572813  3800 raft_consensus.cc:697] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 LEADER]: Becoming Leader. State: Replica: 1e0637c447ba4844b6cd2472e48e2f8e, State: Running, Role: LEADER
I20260608 12:41:26.574579  3405 raft_consensus.cc:2468] T 3c7035f800a24a8cb89aca68cc01088c P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3ff9ccf1e6304b658084e5d1fc7c016d in term 1.
I20260608 12:41:26.579878  3754 ts_tablet_manager.cc:1434] T fe6a8d3493e84f1aa5479a398c98cfbd P 3ff9ccf1e6304b658084e5d1fc7c016d: Time spent starting tablet: real 0.034s	user 0.005s	sys 0.002s
I20260608 12:41:26.581459  3800 consensus_queue.cc:237] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } }
I20260608 12:41:26.588640  3754 tablet_bootstrap.cc:492] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 3ff9ccf1e6304b658084e5d1fc7c016d: Bootstrap starting.
I20260608 12:41:26.586004  3805 raft_consensus.cc:515] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } }
I20260608 12:41:26.593386  3303 catalog_manager.cc:5696] T 114f921b1fc74e46b9817d8c0d518bc6 P 1c54b535b94844088af8988614d94b3f reported cstate change: term changed from 0 to 1, leader changed from <none> to 1c54b535b94844088af8988614d94b3f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "1c54b535b94844088af8988614d94b3f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:26.594645  3712 raft_consensus.cc:2393] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 1e0637c447ba4844b6cd2472e48e2f8e in current term 1: Already voted for candidate 3ff9ccf1e6304b658084e5d1fc7c016d in this term.
I20260608 12:41:26.596010  3805 leader_election.cc:290] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 3ff9ccf1e6304b658084e5d1fc7c016d [CANDIDATE]: Term 1 election: Requested vote from peers 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127), 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129)
I20260608 12:41:26.597204  3300 catalog_manager.cc:5696] T 3c7035f800a24a8cb89aca68cc01088c P 3ff9ccf1e6304b658084e5d1fc7c016d reported cstate change: term changed from 0 to 1, leader changed from <none> to 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196). New cstate: current_term: 1 leader_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:26.601622  3754 tablet_bootstrap.cc:654] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 3ff9ccf1e6304b658084e5d1fc7c016d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:26.606612  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b60c9826b9f640bfbbe8755cc4a2a0d6" candidate_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c54b535b94844088af8988614d94b3f"
I20260608 12:41:26.605979  3302 catalog_manager.cc:5696] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1e0637c447ba4844b6cd2472e48e2f8e reported cstate change: term changed from 0 to 1, leader changed from <none> to 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193). New cstate: current_term: 1 leader_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:26.608270  3405 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b60c9826b9f640bfbbe8755cc4a2a0d6" candidate_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1e0637c447ba4844b6cd2472e48e2f8e"
I20260608 12:41:26.608820  3302 catalog_manager.cc:5696] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e reported cstate change: term changed from 0 to 1, leader changed from <none> to 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193). New cstate: current_term: 1 leader_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:26.609930  3481 raft_consensus.cc:2393] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 3ff9ccf1e6304b658084e5d1fc7c016d in current term 1: Already voted for candidate 1e0637c447ba4844b6cd2472e48e2f8e in this term.
I20260608 12:41:26.611137  3677 leader_election.cc:304] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 3ff9ccf1e6304b658084e5d1fc7c016d [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: 3ff9ccf1e6304b658084e5d1fc7c016d; no voters: 1c54b535b94844088af8988614d94b3f, 1e0637c447ba4844b6cd2472e48e2f8e
I20260608 12:41:26.611888  3805 raft_consensus.cc:2749] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:41:26.631693  3754 tablet_bootstrap.cc:492] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 3ff9ccf1e6304b658084e5d1fc7c016d: No bootstrap required, opened a new log
I20260608 12:41:26.632329  3754 ts_tablet_manager.cc:1403] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 3ff9ccf1e6304b658084e5d1fc7c016d: Time spent bootstrapping tablet: real 0.044s	user 0.015s	sys 0.018s
I20260608 12:41:26.634302  3300 catalog_manager.cc:5696] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f reported cstate change: term changed from 0 to 1, leader changed from <none> to 1c54b535b94844088af8988614d94b3f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "1c54b535b94844088af8988614d94b3f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:26.635715  3754 raft_consensus.cc:359] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } }
I20260608 12:41:26.636518  3754 raft_consensus.cc:385] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:26.637100  3754 raft_consensus.cc:740] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3ff9ccf1e6304b658084e5d1fc7c016d, State: Initialized, Role: FOLLOWER
I20260608 12:41:26.636557  3300 catalog_manager.cc:5696] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f reported cstate change: term changed from 0 to 1, leader changed from <none> to 1c54b535b94844088af8988614d94b3f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "1c54b535b94844088af8988614d94b3f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:26.638077  3754 consensus_queue.cc:260] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 3ff9ccf1e6304b658084e5d1fc7c016d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } }
I20260608 12:41:26.639263  3300 catalog_manager.cc:5696] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f reported cstate change: term changed from 0 to 1, leader changed from <none> to 1c54b535b94844088af8988614d94b3f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "1c54b535b94844088af8988614d94b3f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:26.641158  3754 ts_tablet_manager.cc:1434] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 3ff9ccf1e6304b658084e5d1fc7c016d: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:41:26.642303  3754 tablet_bootstrap.cc:492] T 35184673a7ca44e59c0267287fc1552e P 3ff9ccf1e6304b658084e5d1fc7c016d: Bootstrap starting.
I20260608 12:41:26.649426  3754 tablet_bootstrap.cc:654] T 35184673a7ca44e59c0267287fc1552e P 3ff9ccf1e6304b658084e5d1fc7c016d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:26.660156  3754 tablet_bootstrap.cc:492] T 35184673a7ca44e59c0267287fc1552e P 3ff9ccf1e6304b658084e5d1fc7c016d: No bootstrap required, opened a new log
I20260608 12:41:26.660665  3754 ts_tablet_manager.cc:1403] T 35184673a7ca44e59c0267287fc1552e P 3ff9ccf1e6304b658084e5d1fc7c016d: Time spent bootstrapping tablet: real 0.019s	user 0.006s	sys 0.009s
I20260608 12:41:26.663606  3754 raft_consensus.cc:359] T 35184673a7ca44e59c0267287fc1552e P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } }
I20260608 12:41:26.664381  3754 raft_consensus.cc:385] T 35184673a7ca44e59c0267287fc1552e P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:26.664664  3754 raft_consensus.cc:740] T 35184673a7ca44e59c0267287fc1552e P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3ff9ccf1e6304b658084e5d1fc7c016d, State: Initialized, Role: FOLLOWER
I20260608 12:41:26.665421  3754 consensus_queue.cc:260] T 35184673a7ca44e59c0267287fc1552e P 3ff9ccf1e6304b658084e5d1fc7c016d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } }
I20260608 12:41:26.667567  3754 ts_tablet_manager.cc:1434] T 35184673a7ca44e59c0267287fc1552e P 3ff9ccf1e6304b658084e5d1fc7c016d: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:41:26.769358  3805 raft_consensus.cc:493] T fe6a8d3493e84f1aa5479a398c98cfbd P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:26.769966  3805 raft_consensus.cc:515] T fe6a8d3493e84f1aa5479a398c98cfbd P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } }
I20260608 12:41:26.771656  3805 leader_election.cc:290] T fe6a8d3493e84f1aa5479a398c98cfbd P 3ff9ccf1e6304b658084e5d1fc7c016d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129), 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127)
I20260608 12:41:26.772683  3405 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fe6a8d3493e84f1aa5479a398c98cfbd" candidate_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" is_pre_election: true
I20260608 12:41:26.773020  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fe6a8d3493e84f1aa5479a398c98cfbd" candidate_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c54b535b94844088af8988614d94b3f" is_pre_election: true
I20260608 12:41:26.773519  3405 raft_consensus.cc:2393] T fe6a8d3493e84f1aa5479a398c98cfbd P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 3ff9ccf1e6304b658084e5d1fc7c016d in current term 1: Already voted for candidate 1c54b535b94844088af8988614d94b3f in this term.
I20260608 12:41:26.775192  3677 leader_election.cc:304] T fe6a8d3493e84f1aa5479a398c98cfbd P 3ff9ccf1e6304b658084e5d1fc7c016d [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: 3ff9ccf1e6304b658084e5d1fc7c016d; no voters: 1c54b535b94844088af8988614d94b3f, 1e0637c447ba4844b6cd2472e48e2f8e
I20260608 12:41:26.776079  3805 raft_consensus.cc:3060] T fe6a8d3493e84f1aa5479a398c98cfbd P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:26.777060  3796 consensus_queue.cc:1048] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:26.783389  3805 raft_consensus.cc:2749] T fe6a8d3493e84f1aa5479a398c98cfbd P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:26.811380  3781 consensus_queue.cc:1048] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:26.884145  3792 consensus_queue.cc:1048] T 114f921b1fc74e46b9817d8c0d518bc6 P 1c54b535b94844088af8988614d94b3f [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:26.899979  3552 raft_consensus.cc:3060] T 114f921b1fc74e46b9817d8c0d518bc6 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:26.912287  3792 consensus_queue.cc:1048] T 114f921b1fc74e46b9817d8c0d518bc6 P 1c54b535b94844088af8988614d94b3f [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:26.922479  3805 consensus_queue.cc:1048] T 3c7035f800a24a8cb89aca68cc01088c P 3ff9ccf1e6304b658084e5d1fc7c016d [LEADER]: Connected to new peer: Peer: permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:26.924993  3805 raft_consensus.cc:493] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:26.925531  3805 raft_consensus.cc:515] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } }
I20260608 12:41:26.930358  3404 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5f56b8c6bebf48e7894f0a64e9d1d841" candidate_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" is_pre_election: true
I20260608 12:41:26.936296  3552 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5f56b8c6bebf48e7894f0a64e9d1d841" candidate_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" is_pre_election: true
I20260608 12:41:26.937171  3552 raft_consensus.cc:2393] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 3ff9ccf1e6304b658084e5d1fc7c016d in current term 1: Already voted for candidate 1e0637c447ba4844b6cd2472e48e2f8e in this term.
I20260608 12:41:26.938182  3680 leader_election.cc:304] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 3ff9ccf1e6304b658084e5d1fc7c016d [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: 3ff9ccf1e6304b658084e5d1fc7c016d; no voters: 1e0637c447ba4844b6cd2472e48e2f8e, 5a65cd92fcde4ba2bc6cec83b54c9771
I20260608 12:41:26.938757  3805 leader_election.cc:290] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 3ff9ccf1e6304b658084e5d1fc7c016d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747), 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129)
I20260608 12:41:26.939040  3759 raft_consensus.cc:3060] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:26.949360  3792 consensus_queue.cc:1048] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f [LEADER]: Connected to new peer: Peer: permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:26.962152  3759 raft_consensus.cc:2749] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:26.969127  3759 consensus_queue.cc:1048] T 3c7035f800a24a8cb89aca68cc01088c P 3ff9ccf1e6304b658084e5d1fc7c016d [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:26.979524  3800 consensus_queue.cc:1048] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:26.986881  3632 consensus_queue.cc:1048] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:26.997592  3618 consensus_queue.cc:1048] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:27.001012  3653 consensus_queue.cc:1048] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:27.021227  3653 consensus_queue.cc:1048] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:27.050956  3792 consensus_queue.cc:1048] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [LEADER]: Connected to new peer: Peer: permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:27.056074  3708 raft_consensus.cc:3060] T 35184673a7ca44e59c0267287fc1552e P 3ff9ccf1e6304b658084e5d1fc7c016d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:27.067246  3797 raft_consensus.cc:493] T 35184673a7ca44e59c0267287fc1552e P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:27.068183  3797 raft_consensus.cc:515] T 35184673a7ca44e59c0267287fc1552e P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } }
I20260608 12:41:27.070159  3792 consensus_queue.cc:1048] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:27.071663  3552 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35184673a7ca44e59c0267287fc1552e" candidate_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" is_pre_election: true
I20260608 12:41:27.071816  3797 leader_election.cc:290] T 35184673a7ca44e59c0267287fc1552e P 3ff9ccf1e6304b658084e5d1fc7c016d [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747), 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127)
I20260608 12:41:27.072018  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35184673a7ca44e59c0267287fc1552e" candidate_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c54b535b94844088af8988614d94b3f" is_pre_election: true
I20260608 12:41:27.072393  3552 raft_consensus.cc:2468] T 35184673a7ca44e59c0267287fc1552e P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3ff9ccf1e6304b658084e5d1fc7c016d in term 1.
I20260608 12:41:27.073235  3801 consensus_queue.cc:1048] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:27.073935  3680 leader_election.cc:304] T 35184673a7ca44e59c0267287fc1552e P 3ff9ccf1e6304b658084e5d1fc7c016d [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: 3ff9ccf1e6304b658084e5d1fc7c016d, 5a65cd92fcde4ba2bc6cec83b54c9771; no voters: 
I20260608 12:41:27.077611  3797 raft_consensus.cc:2804] T 35184673a7ca44e59c0267287fc1552e P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:41:27.078080  3797 raft_consensus.cc:493] T 35184673a7ca44e59c0267287fc1552e P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:27.078505  3797 raft_consensus.cc:3060] T 35184673a7ca44e59c0267287fc1552e P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:27.080407  3788 consensus_queue.cc:1048] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:27.109903  3797 raft_consensus.cc:515] T 35184673a7ca44e59c0267287fc1552e P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } }
I20260608 12:41:27.128006  3708 raft_consensus.cc:1240] T 35184673a7ca44e59c0267287fc1552e P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Rejecting Update request from peer 1c54b535b94844088af8988614d94b3f for earlier term 1. Current term is 2. Ops: [1.1-1.1]
I20260608 12:41:27.132666  3788 consensus_queue.cc:1059] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 }, Status: INVALID_TERM, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:27.133692  3618 raft_consensus.cc:3055] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:41:27.134122  3618 raft_consensus.cc:740] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 1c54b535b94844088af8988614d94b3f, State: Running, Role: LEADER
I20260608 12:41:27.135032  3618 consensus_queue.cc:260] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [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: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } }
I20260608 12:41:27.135380  3797 leader_election.cc:290] T 35184673a7ca44e59c0267287fc1552e P 3ff9ccf1e6304b658084e5d1fc7c016d [CANDIDATE]: Term 2 election: Requested vote from peers 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747), 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127)
I20260608 12:41:27.136207  3618 raft_consensus.cc:3060] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:27.139606  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35184673a7ca44e59c0267287fc1552e" candidate_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1c54b535b94844088af8988614d94b3f"
I20260608 12:41:27.141135  3553 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35184673a7ca44e59c0267287fc1552e" candidate_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771"
I20260608 12:41:27.151523  3481 raft_consensus.cc:2410] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 3ff9ccf1e6304b658084e5d1fc7c016d for term 2 because replica has last-logged OpId of term: 1 index: 1, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260608 12:41:27.153533  3677 leader_election.cc:304] T 35184673a7ca44e59c0267287fc1552e P 3ff9ccf1e6304b658084e5d1fc7c016d [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: 3ff9ccf1e6304b658084e5d1fc7c016d; no voters: 1c54b535b94844088af8988614d94b3f, 5a65cd92fcde4ba2bc6cec83b54c9771
I20260608 12:41:27.155313  3797 raft_consensus.cc:2749] T 35184673a7ca44e59c0267287fc1552e P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260608 12:41:27.372579  3553 consensus_queue.cc:237] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [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: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } }
W20260608 12:41:27.381871  3519 consensus_peers.cc:597] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 -> Peer 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909): Couldn't send request to peer 3ff9ccf1e6304b658084e5d1fc7c016d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 318f562fc65b433696a541217aebf979. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:27.383718  3404 raft_consensus.cc:1275] T 318f562fc65b433696a541217aebf979 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Refusing update from remote peer 5a65cd92fcde4ba2bc6cec83b54c9771: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:27.383981  3481 raft_consensus.cc:1275] T 318f562fc65b433696a541217aebf979 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Refusing update from remote peer 5a65cd92fcde4ba2bc6cec83b54c9771: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:27.386144  3841 consensus_queue.cc:1048] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:27.387135  3842 consensus_queue.cc:1048] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:27.400990  3781 raft_consensus.cc:2955] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } } }
I20260608 12:41:27.403134  3404 raft_consensus.cc:2955] T 318f562fc65b433696a541217aebf979 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } } }
I20260608 12:41:27.412189  3480 raft_consensus.cc:2955] T 318f562fc65b433696a541217aebf979 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } } }
I20260608 12:41:27.424917  3301 catalog_manager.cc:5696] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 reported cstate change: config changed from index -1 to 2, NON_VOTER 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:27.475473  3404 consensus_queue.cc:237] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [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: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { replace: true } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } }
W20260608 12:41:27.485771  3370 consensus_peers.cc:597] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e -> Peer 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909): Couldn't send request to peer 3ff9ccf1e6304b658084e5d1fc7c016d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 170755a0695749408308f1a30172b725. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:27.486585  3480 raft_consensus.cc:1275] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Refusing update from remote peer 1e0637c447ba4844b6cd2472e48e2f8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:27.488220  3553 raft_consensus.cc:1275] T 170755a0695749408308f1a30172b725 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Refusing update from remote peer 1e0637c447ba4844b6cd2472e48e2f8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:27.490798  3653 consensus_queue.cc:1048] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:27.493446  3653 consensus_queue.cc:1048] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.002s
I20260608 12:41:27.507752  3653 raft_consensus.cc:2955] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { replace: true } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } } }
I20260608 12:41:27.521344  3480 raft_consensus.cc:2955] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { replace: true } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } } }
I20260608 12:41:27.538200  3553 raft_consensus.cc:2955] T 170755a0695749408308f1a30172b725 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { replace: true } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } } }
I20260608 12:41:27.544528  3404 consensus_queue.cc:237] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [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: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } }
I20260608 12:41:27.550882  3304 catalog_manager.cc:5696] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e reported cstate change: config changed from index -1 to 2, NON_VOTER 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260608 12:41:27.568667  3370 consensus_peers.cc:597] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e -> Peer 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909): Couldn't send request to peer 3ff9ccf1e6304b658084e5d1fc7c016d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 40af8bd277464c0c86baa03be99553fb. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:27.571007  3555 raft_consensus.cc:1275] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Refusing update from remote peer 1e0637c447ba4844b6cd2472e48e2f8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:27.573223  3801 consensus_queue.cc:1048] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:27.573107  3480 raft_consensus.cc:1275] T 40af8bd277464c0c86baa03be99553fb P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Refusing update from remote peer 1e0637c447ba4844b6cd2472e48e2f8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:27.576854  3801 consensus_queue.cc:1048] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:27.585036  3653 raft_consensus.cc:2955] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } } }
I20260608 12:41:27.587496  3553 raft_consensus.cc:2955] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } } }
I20260608 12:41:27.591346  3480 raft_consensus.cc:2955] T 40af8bd277464c0c86baa03be99553fb P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } } }
I20260608 12:41:27.657666  3300 catalog_manager.cc:5696] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e reported cstate change: config changed from index -1 to 2, NON_VOTER 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:27.679613  3480 consensus_queue.cc:237] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [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: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } }
I20260608 12:41:27.687518  3553 raft_consensus.cc:1275] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Refusing update from remote peer 1c54b535b94844088af8988614d94b3f: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260608 12:41:27.689106  3445 consensus_peers.cc:597] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f -> Peer 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909): Couldn't send request to peer 3ff9ccf1e6304b658084e5d1fc7c016d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 60468640e7f345da948d5d485d7a9ba7. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:27.690770  3404 raft_consensus.cc:1275] T 60468640e7f345da948d5d485d7a9ba7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Refusing update from remote peer 1c54b535b94844088af8988614d94b3f: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:27.691740  3792 consensus_queue.cc:1048] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:27.692673  3788 consensus_queue.cc:1048] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [LEADER]: Connected to new peer: Peer: permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:27.701941  3618 raft_consensus.cc:2955] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } } }
I20260608 12:41:27.704445  3553 raft_consensus.cc:2955] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } } }
I20260608 12:41:27.707376  3404 raft_consensus.cc:2955] T 60468640e7f345da948d5d485d7a9ba7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } } }
I20260608 12:41:27.717046  3300 catalog_manager.cc:5696] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f reported cstate change: config changed from index -1 to 2, NON_VOTER 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "1c54b535b94844088af8988614d94b3f" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:27.917428  3862 ts_tablet_manager.cc:933] T 170755a0695749408308f1a30172b725 P 3ff9ccf1e6304b658084e5d1fc7c016d: Initiating tablet copy from peer 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129)
I20260608 12:41:27.919334  3862 tablet_copy_client.cc:323] T 170755a0695749408308f1a30172b725 P 3ff9ccf1e6304b658084e5d1fc7c016d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:44129
I20260608 12:41:27.921173  3416 tablet_copy_service.cc:140] P 1e0637c447ba4844b6cd2472e48e2f8e: Received BeginTabletCopySession request for tablet 170755a0695749408308f1a30172b725 from peer 3ff9ccf1e6304b658084e5d1fc7c016d ({username='slave'} at 127.0.0.1:35648)
I20260608 12:41:27.921775  3416 tablet_copy_service.cc:161] P 1e0637c447ba4844b6cd2472e48e2f8e: Beginning new tablet copy session on tablet 170755a0695749408308f1a30172b725 from peer 3ff9ccf1e6304b658084e5d1fc7c016d at {username='slave'} at 127.0.0.1:35648: session id = 3ff9ccf1e6304b658084e5d1fc7c016d-170755a0695749408308f1a30172b725
I20260608 12:41:27.930200  3416 tablet_copy_source_session.cc:215] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:27.935209  3862 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 170755a0695749408308f1a30172b725. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:27.958700  3862 tablet_copy_client.cc:806] T 170755a0695749408308f1a30172b725 P 3ff9ccf1e6304b658084e5d1fc7c016d: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:27.959836  3862 tablet_copy_client.cc:670] T 170755a0695749408308f1a30172b725 P 3ff9ccf1e6304b658084e5d1fc7c016d: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:27.961694  3865 ts_tablet_manager.cc:933] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d: Initiating tablet copy from peer 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747)
I20260608 12:41:27.963868  3865 tablet_copy_client.cc:323] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:46747
I20260608 12:41:27.965940  3565 tablet_copy_service.cc:140] P 5a65cd92fcde4ba2bc6cec83b54c9771: Received BeginTabletCopySession request for tablet 318f562fc65b433696a541217aebf979 from peer 3ff9ccf1e6304b658084e5d1fc7c016d ({username='slave'} at 127.0.0.1:60192)
I20260608 12:41:27.966572  3565 tablet_copy_service.cc:161] P 5a65cd92fcde4ba2bc6cec83b54c9771: Beginning new tablet copy session on tablet 318f562fc65b433696a541217aebf979 from peer 3ff9ccf1e6304b658084e5d1fc7c016d at {username='slave'} at 127.0.0.1:60192: session id = 3ff9ccf1e6304b658084e5d1fc7c016d-318f562fc65b433696a541217aebf979
I20260608 12:41:28.030405  3862 tablet_copy_client.cc:538] T 170755a0695749408308f1a30172b725 P 3ff9ccf1e6304b658084e5d1fc7c016d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:28.031802  3565 tablet_copy_source_session.cc:215] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:28.039821  3865 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 318f562fc65b433696a541217aebf979. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:28.054009  3862 tablet_bootstrap.cc:492] T 170755a0695749408308f1a30172b725 P 3ff9ccf1e6304b658084e5d1fc7c016d: Bootstrap starting.
I20260608 12:41:28.078961  3865 tablet_copy_client.cc:806] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:28.079748  3865 tablet_copy_client.cc:670] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:28.084755  3865 tablet_copy_client.cc:538] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:28.092162  3862 tablet_bootstrap.cc:492] T 170755a0695749408308f1a30172b725 P 3ff9ccf1e6304b658084e5d1fc7c016d: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:28.094508  3862 tablet_bootstrap.cc:492] T 170755a0695749408308f1a30172b725 P 3ff9ccf1e6304b658084e5d1fc7c016d: Bootstrap complete.
I20260608 12:41:28.095449  3862 ts_tablet_manager.cc:1403] T 170755a0695749408308f1a30172b725 P 3ff9ccf1e6304b658084e5d1fc7c016d: Time spent bootstrapping tablet: real 0.042s	user 0.029s	sys 0.005s
I20260608 12:41:28.100914  3865 tablet_bootstrap.cc:492] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d: Bootstrap starting.
I20260608 12:41:28.102344  3862 raft_consensus.cc:359] T 170755a0695749408308f1a30172b725 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { replace: true } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } }
I20260608 12:41:28.103814  3862 raft_consensus.cc:740] T 170755a0695749408308f1a30172b725 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 3ff9ccf1e6304b658084e5d1fc7c016d, State: Initialized, Role: LEARNER
I20260608 12:41:28.104597  3862 consensus_queue.cc:260] T 170755a0695749408308f1a30172b725 P 3ff9ccf1e6304b658084e5d1fc7c016d [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: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { replace: true } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } }
I20260608 12:41:28.118213  3357 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
I20260608 12:41:28.121740  3862 ts_tablet_manager.cc:1434] T 170755a0695749408308f1a30172b725 P 3ff9ccf1e6304b658084e5d1fc7c016d: Time spent starting tablet: real 0.026s	user 0.005s	sys 0.004s
I20260608 12:41:28.134963  3416 tablet_copy_service.cc:342] P 1e0637c447ba4844b6cd2472e48e2f8e: Request end of tablet copy session 3ff9ccf1e6304b658084e5d1fc7c016d-170755a0695749408308f1a30172b725 received from {username='slave'} at 127.0.0.1:35648
I20260608 12:41:28.135607  3416 tablet_copy_service.cc:434] P 1e0637c447ba4844b6cd2472e48e2f8e: ending tablet copy session 3ff9ccf1e6304b658084e5d1fc7c016d-170755a0695749408308f1a30172b725 on tablet 170755a0695749408308f1a30172b725 with peer 3ff9ccf1e6304b658084e5d1fc7c016d
I20260608 12:41:28.136684  3868 ts_tablet_manager.cc:933] T 40af8bd277464c0c86baa03be99553fb P 3ff9ccf1e6304b658084e5d1fc7c016d: Initiating tablet copy from peer 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129)
I20260608 12:41:28.141278  3865 tablet_bootstrap.cc:492] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:28.149334  3865 tablet_bootstrap.cc:492] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d: Bootstrap complete.
I20260608 12:41:28.150170  3865 ts_tablet_manager.cc:1403] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d: Time spent bootstrapping tablet: real 0.050s	user 0.020s	sys 0.014s
I20260608 12:41:28.151155  3862 ts_tablet_manager.cc:933] T 60468640e7f345da948d5d485d7a9ba7 P 3ff9ccf1e6304b658084e5d1fc7c016d: Initiating tablet copy from peer 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127)
I20260608 12:41:28.155625  3868 tablet_copy_client.cc:323] T 40af8bd277464c0c86baa03be99553fb P 3ff9ccf1e6304b658084e5d1fc7c016d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:44129
I20260608 12:41:28.160617  3416 tablet_copy_service.cc:140] P 1e0637c447ba4844b6cd2472e48e2f8e: Received BeginTabletCopySession request for tablet 40af8bd277464c0c86baa03be99553fb from peer 3ff9ccf1e6304b658084e5d1fc7c016d ({username='slave'} at 127.0.0.1:35648)
I20260608 12:41:28.161720  3416 tablet_copy_service.cc:161] P 1e0637c447ba4844b6cd2472e48e2f8e: Beginning new tablet copy session on tablet 40af8bd277464c0c86baa03be99553fb from peer 3ff9ccf1e6304b658084e5d1fc7c016d at {username='slave'} at 127.0.0.1:35648: session id = 3ff9ccf1e6304b658084e5d1fc7c016d-40af8bd277464c0c86baa03be99553fb
I20260608 12:41:28.163727  3862 tablet_copy_client.cc:323] T 60468640e7f345da948d5d485d7a9ba7 P 3ff9ccf1e6304b658084e5d1fc7c016d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:43127
I20260608 12:41:28.166090  3491 tablet_copy_service.cc:140] P 1c54b535b94844088af8988614d94b3f: Received BeginTabletCopySession request for tablet 60468640e7f345da948d5d485d7a9ba7 from peer 3ff9ccf1e6304b658084e5d1fc7c016d ({username='slave'} at 127.0.0.1:46426)
I20260608 12:41:28.166795  3491 tablet_copy_service.cc:161] P 1c54b535b94844088af8988614d94b3f: Beginning new tablet copy session on tablet 60468640e7f345da948d5d485d7a9ba7 from peer 3ff9ccf1e6304b658084e5d1fc7c016d at {username='slave'} at 127.0.0.1:46426: session id = 3ff9ccf1e6304b658084e5d1fc7c016d-60468640e7f345da948d5d485d7a9ba7
I20260608 12:41:28.171965  3865 raft_consensus.cc:359] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } }
I20260608 12:41:28.172924  3865 raft_consensus.cc:740] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 3ff9ccf1e6304b658084e5d1fc7c016d, State: Initialized, Role: LEARNER
I20260608 12:41:28.173676  3865 consensus_queue.cc:260] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d [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: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } }
I20260608 12:41:28.176703  3491 tablet_copy_source_session.cc:215] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:28.180526  3416 tablet_copy_source_session.cc:215] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:28.187135  3862 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 60468640e7f345da948d5d485d7a9ba7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:28.189270  3865 ts_tablet_manager.cc:1434] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d: Time spent starting tablet: real 0.033s	user 0.006s	sys 0.000s
I20260608 12:41:28.189672  3868 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 40af8bd277464c0c86baa03be99553fb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:28.191586  3565 tablet_copy_service.cc:342] P 5a65cd92fcde4ba2bc6cec83b54c9771: Request end of tablet copy session 3ff9ccf1e6304b658084e5d1fc7c016d-318f562fc65b433696a541217aebf979 received from {username='slave'} at 127.0.0.1:60192
I20260608 12:41:28.192075  3565 tablet_copy_service.cc:434] P 5a65cd92fcde4ba2bc6cec83b54c9771: ending tablet copy session 3ff9ccf1e6304b658084e5d1fc7c016d-318f562fc65b433696a541217aebf979 on tablet 318f562fc65b433696a541217aebf979 with peer 3ff9ccf1e6304b658084e5d1fc7c016d
I20260608 12:41:28.224359  3868 tablet_copy_client.cc:806] T 40af8bd277464c0c86baa03be99553fb P 3ff9ccf1e6304b658084e5d1fc7c016d: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:28.225033  3868 tablet_copy_client.cc:670] T 40af8bd277464c0c86baa03be99553fb P 3ff9ccf1e6304b658084e5d1fc7c016d: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:28.228860  3862 tablet_copy_client.cc:806] T 60468640e7f345da948d5d485d7a9ba7 P 3ff9ccf1e6304b658084e5d1fc7c016d: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:28.229547  3862 tablet_copy_client.cc:670] T 60468640e7f345da948d5d485d7a9ba7 P 3ff9ccf1e6304b658084e5d1fc7c016d: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:28.231928  3868 tablet_copy_client.cc:538] T 40af8bd277464c0c86baa03be99553fb P 3ff9ccf1e6304b658084e5d1fc7c016d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:28.243726  3868 tablet_bootstrap.cc:492] T 40af8bd277464c0c86baa03be99553fb P 3ff9ccf1e6304b658084e5d1fc7c016d: Bootstrap starting.
I20260608 12:41:28.248034  3862 tablet_copy_client.cc:538] T 60468640e7f345da948d5d485d7a9ba7 P 3ff9ccf1e6304b658084e5d1fc7c016d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:28.261282  3481 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "35184673a7ca44e59c0267287fc1552e"
dest_uuid: "1c54b535b94844088af8988614d94b3f"
mode: GRACEFUL
new_leader_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d"
 from {username='slave'} at 127.0.0.1:46440
I20260608 12:41:28.262320  3481 raft_consensus.cc:606] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Received request to transfer leadership to TS 3ff9ccf1e6304b658084e5d1fc7c016d
I20260608 12:41:28.262797  3481 raft_consensus.cc:614] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Rejecting request to transer leadership while not leader
I20260608 12:41:28.266144  3862 tablet_bootstrap.cc:492] T 60468640e7f345da948d5d485d7a9ba7 P 3ff9ccf1e6304b658084e5d1fc7c016d: Bootstrap starting.
I20260608 12:41:28.279590  3618 raft_consensus.cc:493] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:28.280257  3618 raft_consensus.cc:515] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } }
I20260608 12:41:28.284343  3712 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35184673a7ca44e59c0267287fc1552e" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" is_pre_election: true
I20260608 12:41:28.285336  3552 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35184673a7ca44e59c0267287fc1552e" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" is_pre_election: true
I20260608 12:41:28.285348  3712 raft_consensus.cc:2468] T 35184673a7ca44e59c0267287fc1552e P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1c54b535b94844088af8988614d94b3f in term 2.
I20260608 12:41:28.291599  3445 leader_election.cc:304] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [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: 1c54b535b94844088af8988614d94b3f, 3ff9ccf1e6304b658084e5d1fc7c016d; no voters: 5a65cd92fcde4ba2bc6cec83b54c9771
I20260608 12:41:28.292680  3788 raft_consensus.cc:2804] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260608 12:41:28.293071  3788 raft_consensus.cc:493] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:28.293467  3788 raft_consensus.cc:3060] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:41:28.296936  3618 leader_election.cc:290] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747), 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909)
I20260608 12:41:28.305380  3868 tablet_bootstrap.cc:492] T 40af8bd277464c0c86baa03be99553fb P 3ff9ccf1e6304b658084e5d1fc7c016d: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:28.306056  3788 raft_consensus.cc:515] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } }
I20260608 12:41:28.307714  3404 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "5f56b8c6bebf48e7894f0a64e9d1d841"
dest_uuid: "1e0637c447ba4844b6cd2472e48e2f8e"
mode: GRACEFUL
new_leader_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d"
 from {username='slave'} at 127.0.0.1:35662
I20260608 12:41:28.308553  3404 raft_consensus.cc:606] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 LEADER]: Received request to transfer leadership to TS 3ff9ccf1e6304b658084e5d1fc7c016d
I20260608 12:41:28.314602  3868 tablet_bootstrap.cc:492] T 40af8bd277464c0c86baa03be99553fb P 3ff9ccf1e6304b658084e5d1fc7c016d: Bootstrap complete.
I20260608 12:41:28.315344  3481 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "60468640e7f345da948d5d485d7a9ba7"
dest_uuid: "1c54b535b94844088af8988614d94b3f"
mode: GRACEFUL
new_leader_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771"
 from {username='slave'} at 127.0.0.1:46440
I20260608 12:41:28.315739  3868 ts_tablet_manager.cc:1403] T 40af8bd277464c0c86baa03be99553fb P 3ff9ccf1e6304b658084e5d1fc7c016d: Time spent bootstrapping tablet: real 0.072s	user 0.022s	sys 0.009s
I20260608 12:41:28.316102  3481 raft_consensus.cc:606] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [term 1 LEADER]: Received request to transfer leadership to TS 5a65cd92fcde4ba2bc6cec83b54c9771
I20260608 12:41:28.319422  3868 raft_consensus.cc:359] T 40af8bd277464c0c86baa03be99553fb P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } }
I20260608 12:41:28.320400  3868 raft_consensus.cc:740] T 40af8bd277464c0c86baa03be99553fb P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 3ff9ccf1e6304b658084e5d1fc7c016d, State: Initialized, Role: LEARNER
I20260608 12:41:28.321832  3481 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "fed134e9e5164d2a9656a637bfa833d7"
dest_uuid: "1c54b535b94844088af8988614d94b3f"
mode: GRACEFUL
new_leader_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771"
 from {username='slave'} at 127.0.0.1:46440
I20260608 12:41:28.322455  3481 raft_consensus.cc:606] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [term 1 LEADER]: Received request to transfer leadership to TS 5a65cd92fcde4ba2bc6cec83b54c9771
I20260608 12:41:28.324402  3862 tablet_bootstrap.cc:492] T 60468640e7f345da948d5d485d7a9ba7 P 3ff9ccf1e6304b658084e5d1fc7c016d: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:28.325407  3862 tablet_bootstrap.cc:492] T 60468640e7f345da948d5d485d7a9ba7 P 3ff9ccf1e6304b658084e5d1fc7c016d: Bootstrap complete.
I20260608 12:41:28.325693  3357 auto_leader_rebalancer.cc:388] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 4
I20260608 12:41:28.326140  3862 ts_tablet_manager.cc:1403] T 60468640e7f345da948d5d485d7a9ba7 P 3ff9ccf1e6304b658084e5d1fc7c016d: Time spent bootstrapping tablet: real 0.060s	user 0.017s	sys 0.010s
I20260608 12:41:28.326588  3357 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:28.330083  3862 raft_consensus.cc:359] T 60468640e7f345da948d5d485d7a9ba7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } }
I20260608 12:41:28.331084  3862 raft_consensus.cc:740] T 60468640e7f345da948d5d485d7a9ba7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 3ff9ccf1e6304b658084e5d1fc7c016d, State: Initialized, Role: LEARNER
I20260608 12:41:28.331828  3862 consensus_queue.cc:260] T 60468640e7f345da948d5d485d7a9ba7 P 3ff9ccf1e6304b658084e5d1fc7c016d [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: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } }
I20260608 12:41:28.321189  3868 consensus_queue.cc:260] T 40af8bd277464c0c86baa03be99553fb P 3ff9ccf1e6304b658084e5d1fc7c016d [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: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } }
I20260608 12:41:28.335808  3868 ts_tablet_manager.cc:1434] T 40af8bd277464c0c86baa03be99553fb P 3ff9ccf1e6304b658084e5d1fc7c016d: Time spent starting tablet: real 0.020s	user 0.001s	sys 0.007s
I20260608 12:41:28.336346  3552 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35184673a7ca44e59c0267287fc1552e" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771"
I20260608 12:41:28.337663  3862 ts_tablet_manager.cc:1434] T 60468640e7f345da948d5d485d7a9ba7 P 3ff9ccf1e6304b658084e5d1fc7c016d: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.000s
I20260608 12:41:28.339572  3491 tablet_copy_service.cc:342] P 1c54b535b94844088af8988614d94b3f: Request end of tablet copy session 3ff9ccf1e6304b658084e5d1fc7c016d-60468640e7f345da948d5d485d7a9ba7 received from {username='slave'} at 127.0.0.1:46426
I20260608 12:41:28.340015  3491 tablet_copy_service.cc:434] P 1c54b535b94844088af8988614d94b3f: ending tablet copy session 3ff9ccf1e6304b658084e5d1fc7c016d-60468640e7f345da948d5d485d7a9ba7 on tablet 60468640e7f345da948d5d485d7a9ba7 with peer 3ff9ccf1e6304b658084e5d1fc7c016d
I20260608 12:41:28.348222  3416 tablet_copy_service.cc:342] P 1e0637c447ba4844b6cd2472e48e2f8e: Request end of tablet copy session 3ff9ccf1e6304b658084e5d1fc7c016d-40af8bd277464c0c86baa03be99553fb received from {username='slave'} at 127.0.0.1:35648
I20260608 12:41:28.348716  3416 tablet_copy_service.cc:434] P 1e0637c447ba4844b6cd2472e48e2f8e: ending tablet copy session 3ff9ccf1e6304b658084e5d1fc7c016d-40af8bd277464c0c86baa03be99553fb on tablet 40af8bd277464c0c86baa03be99553fb with peer 3ff9ccf1e6304b658084e5d1fc7c016d
I20260608 12:41:28.352613  3712 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35184673a7ca44e59c0267287fc1552e" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d"
I20260608 12:41:28.353410  3712 raft_consensus.cc:3060] T 35184673a7ca44e59c0267287fc1552e P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:41:28.354166  3788 leader_election.cc:290] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 3 election: Requested vote from peers 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747), 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909)
I20260608 12:41:28.368971  3712 raft_consensus.cc:2468] T 35184673a7ca44e59c0267287fc1552e P 3ff9ccf1e6304b658084e5d1fc7c016d [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1c54b535b94844088af8988614d94b3f in term 3.
I20260608 12:41:28.370697  3445 leader_election.cc:304] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [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: 1c54b535b94844088af8988614d94b3f, 3ff9ccf1e6304b658084e5d1fc7c016d; no voters: 5a65cd92fcde4ba2bc6cec83b54c9771
I20260608 12:41:28.371901  3788 raft_consensus.cc:2804] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [term 3 FOLLOWER]: Leader election won for term 3
I20260608 12:41:28.372471  3788 raft_consensus.cc:697] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [term 3 LEADER]: Becoming Leader. State: Replica: 1c54b535b94844088af8988614d94b3f, State: Running, Role: LEADER
I20260608 12:41:28.373612  3788 consensus_queue.cc:237] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } }
I20260608 12:41:28.386636  3712 raft_consensus.cc:1217] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:41:28.390465  3300 catalog_manager.cc:5696] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f reported cstate change: term changed from 1 to 3. New cstate: current_term: 3 leader_uuid: "1c54b535b94844088af8988614d94b3f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:28.493984  3712 raft_consensus.cc:1217] T 170755a0695749408308f1a30172b725 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:41:28.504987  3708 raft_consensus.cc:1217] T 40af8bd277464c0c86baa03be99553fb P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:41:28.538900  3801 raft_consensus.cc:993] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e: : Instructing follower 3ff9ccf1e6304b658084e5d1fc7c016d to start an election
I20260608 12:41:28.539472  3801 raft_consensus.cc:1081] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 LEADER]: Signalling peer 3ff9ccf1e6304b658084e5d1fc7c016d to start an election
I20260608 12:41:28.555800  3712 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "5f56b8c6bebf48e7894f0a64e9d1d841"
dest_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d"
 from {username='slave'} at 127.0.0.1:33994
I20260608 12:41:28.561234  3712 raft_consensus.cc:493] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:41:28.561946  3712 raft_consensus.cc:3060] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:28.577961  3712 raft_consensus.cc:515] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } }
I20260608 12:41:28.581775  3712 leader_election.cc:290] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 3ff9ccf1e6304b658084e5d1fc7c016d [CANDIDATE]: Term 2 election: Requested vote from peers 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747), 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129)
I20260608 12:41:28.582125  3552 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5f56b8c6bebf48e7894f0a64e9d1d841" candidate_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771"
I20260608 12:41:28.582787  3552 raft_consensus.cc:3060] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:28.589095  3404 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5f56b8c6bebf48e7894f0a64e9d1d841" candidate_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "1e0637c447ba4844b6cd2472e48e2f8e"
I20260608 12:41:28.589861  3404 raft_consensus.cc:3055] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:41:28.590224  3404 raft_consensus.cc:740] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 1e0637c447ba4844b6cd2472e48e2f8e, State: Running, Role: LEADER
I20260608 12:41:28.591228  3404 consensus_queue.cc:260] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e [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: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } }
I20260608 12:41:28.592669  3404 raft_consensus.cc:3060] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:28.595719  3552 raft_consensus.cc:2468] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3ff9ccf1e6304b658084e5d1fc7c016d in term 2.
I20260608 12:41:28.597388  3788 raft_consensus.cc:993] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f: : Instructing follower 5a65cd92fcde4ba2bc6cec83b54c9771 to start an election
I20260608 12:41:28.597967  3788 raft_consensus.cc:1081] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [term 1 LEADER]: Signalling peer 5a65cd92fcde4ba2bc6cec83b54c9771 to start an election
I20260608 12:41:28.597846  3680 leader_election.cc:304] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 3ff9ccf1e6304b658084e5d1fc7c016d [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: 3ff9ccf1e6304b658084e5d1fc7c016d, 5a65cd92fcde4ba2bc6cec83b54c9771; no voters: 
I20260608 12:41:28.600495  3806 raft_consensus.cc:2804] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:28.601013  3806 raft_consensus.cc:697] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 LEADER]: Becoming Leader. State: Replica: 3ff9ccf1e6304b658084e5d1fc7c016d, State: Running, Role: LEADER
I20260608 12:41:28.601953  3806 consensus_queue.cc:237] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 3ff9ccf1e6304b658084e5d1fc7c016d [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: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } }
I20260608 12:41:28.604283  3877 raft_consensus.cc:493] T 35184673a7ca44e59c0267287fc1552e P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 1c54b535b94844088af8988614d94b3f)
I20260608 12:41:28.604840  3877 raft_consensus.cc:515] T 35184673a7ca44e59c0267287fc1552e P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } }
I20260608 12:41:28.609627  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35184673a7ca44e59c0267287fc1552e" candidate_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "1c54b535b94844088af8988614d94b3f" is_pre_election: true
I20260608 12:41:28.614183  3618 raft_consensus.cc:993] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f: : Instructing follower 5a65cd92fcde4ba2bc6cec83b54c9771 to start an election
I20260608 12:41:28.614660  3618 raft_consensus.cc:1081] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [term 1 LEADER]: Signalling peer 5a65cd92fcde4ba2bc6cec83b54c9771 to start an election
I20260608 12:41:28.615319  3712 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35184673a7ca44e59c0267287fc1552e" candidate_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" is_pre_election: true
I20260608 12:41:28.616180  3712 raft_consensus.cc:2368] T 35184673a7ca44e59c0267287fc1552e P 3ff9ccf1e6304b658084e5d1fc7c016d [term 3 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 5a65cd92fcde4ba2bc6cec83b54c9771 for earlier term 2. Current term is 3.
I20260608 12:41:28.616925  3555 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "fed134e9e5164d2a9656a637bfa833d7"
dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771"
 from {username='slave'} at 127.0.0.1:50976
I20260608 12:41:28.617743  3519 leader_election.cc:400] T 35184673a7ca44e59c0267287fc1552e P 5a65cd92fcde4ba2bc6cec83b54c9771 [CANDIDATE]: Term 2 pre-election: Vote denied by peer 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909) with higher term. Message: Invalid argument: T 35184673a7ca44e59c0267287fc1552e P 3ff9ccf1e6304b658084e5d1fc7c016d [term 3 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 5a65cd92fcde4ba2bc6cec83b54c9771 for earlier term 2. Current term is 3.
I20260608 12:41:28.618170  3519 leader_election.cc:403] T 35184673a7ca44e59c0267287fc1552e P 5a65cd92fcde4ba2bc6cec83b54c9771 [CANDIDATE]: Term 2 pre-election: Cancelling election due to peer responding with higher term
I20260608 12:41:28.619168  3781 raft_consensus.cc:3060] T 35184673a7ca44e59c0267287fc1552e P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Advancing to term 3
I20260608 12:41:28.622433  3555 raft_consensus.cc:493] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:41:28.622896  3555 raft_consensus.cc:3060] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:28.607650  3877 leader_election.cc:290] T 35184673a7ca44e59c0267287fc1552e P 5a65cd92fcde4ba2bc6cec83b54c9771 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127), 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909)
I20260608 12:41:28.627300  3552 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "60468640e7f345da948d5d485d7a9ba7"
dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771"
 from {username='slave'} at 127.0.0.1:50976
I20260608 12:41:28.627975  3552 raft_consensus.cc:493] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:41:28.628399  3552 raft_consensus.cc:3060] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:28.630082  3555 raft_consensus.cc:515] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:28.633582  3555 leader_election.cc:290] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [CANDIDATE]: Term 2 election: Requested vote from peers 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129), 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127)
I20260608 12:41:28.634029  3303 catalog_manager.cc:5696] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 3ff9ccf1e6304b658084e5d1fc7c016d reported cstate change: term changed from 1 to 2, leader changed from 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193) to 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196). New cstate: current_term: 2 leader_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:28.635569  3405 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fed134e9e5164d2a9656a637bfa833d7" candidate_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "1e0637c447ba4844b6cd2472e48e2f8e"
I20260608 12:41:28.636288  3405 raft_consensus.cc:3060] T fed134e9e5164d2a9656a637bfa833d7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:28.627056  3781 raft_consensus.cc:2749] T 35184673a7ca44e59c0267287fc1552e P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 3 FOLLOWER]: Leader pre-election lost for term 2. Reason: Vote denied by peer 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909) with higher term. Message: Invalid argument: T 35184673a7ca44e59c0267287fc1552e P 3ff9ccf1e6304b658084e5d1fc7c016d [term 3 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 5a65cd92fcde4ba2bc6cec83b54c9771 for earlier term 2. Current term is 3.
I20260608 12:41:28.643733  3405 raft_consensus.cc:2468] T fed134e9e5164d2a9656a637bfa833d7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5a65cd92fcde4ba2bc6cec83b54c9771 in term 2.
I20260608 12:41:28.643994  3404 raft_consensus.cc:2468] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3ff9ccf1e6304b658084e5d1fc7c016d in term 2.
I20260608 12:41:28.646500  3518 leader_election.cc:304] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [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: 1e0637c447ba4844b6cd2472e48e2f8e, 5a65cd92fcde4ba2bc6cec83b54c9771; no voters: 
I20260608 12:41:28.647771  3877 raft_consensus.cc:2804] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:28.635625  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fed134e9e5164d2a9656a637bfa833d7" candidate_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "1c54b535b94844088af8988614d94b3f"
I20260608 12:41:28.648043  3552 raft_consensus.cc:515] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } }
I20260608 12:41:28.648842  3481 raft_consensus.cc:3055] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:41:28.649312  3481 raft_consensus.cc:740] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 1c54b535b94844088af8988614d94b3f, State: Running, Role: LEADER
I20260608 12:41:28.650530  3481 consensus_queue.cc:260] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [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: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:28.651546  3405 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60468640e7f345da948d5d485d7a9ba7" candidate_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: true dest_uuid: "1e0637c447ba4844b6cd2472e48e2f8e"
I20260608 12:41:28.652261  3405 raft_consensus.cc:3060] T 60468640e7f345da948d5d485d7a9ba7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:28.652411  3481 raft_consensus.cc:3060] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:28.658871  3480 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60468640e7f345da948d5d485d7a9ba7" candidate_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: true dest_uuid: "1c54b535b94844088af8988614d94b3f"
I20260608 12:41:28.659582  3480 raft_consensus.cc:3055] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:41:28.659962  3480 raft_consensus.cc:740] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 1c54b535b94844088af8988614d94b3f, State: Running, Role: LEADER
I20260608 12:41:28.661106  3480 consensus_queue.cc:260] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } }
I20260608 12:41:28.662567  3480 raft_consensus.cc:3060] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:28.666216  3877 raft_consensus.cc:697] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 2 LEADER]: Becoming Leader. State: Replica: 5a65cd92fcde4ba2bc6cec83b54c9771, State: Running, Role: LEADER
I20260608 12:41:28.666399  3552 leader_election.cc:290] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [CANDIDATE]: Term 2 election: Requested vote from peers 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129), 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127)
I20260608 12:41:28.667580  3877 consensus_queue.cc:237] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [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: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } }
I20260608 12:41:28.670910  3481 raft_consensus.cc:2468] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5a65cd92fcde4ba2bc6cec83b54c9771 in term 2.
I20260608 12:41:28.679432  3480 raft_consensus.cc:2468] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5a65cd92fcde4ba2bc6cec83b54c9771 in term 2.
I20260608 12:41:28.680826  3518 leader_election.cc:304] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [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: 1c54b535b94844088af8988614d94b3f, 5a65cd92fcde4ba2bc6cec83b54c9771; no voters: 
I20260608 12:41:28.681951  3405 raft_consensus.cc:2468] T 60468640e7f345da948d5d485d7a9ba7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5a65cd92fcde4ba2bc6cec83b54c9771 in term 2.
I20260608 12:41:28.682154  3886 raft_consensus.cc:2804] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:28.682715  3404 raft_consensus.cc:1240] T 60468640e7f345da948d5d485d7a9ba7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 2 FOLLOWER]: Rejecting Update request from peer 1c54b535b94844088af8988614d94b3f for earlier term 1. Current term is 2. Ops: []
I20260608 12:41:28.682716  3886 raft_consensus.cc:697] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 2 LEADER]: Becoming Leader. State: Replica: 5a65cd92fcde4ba2bc6cec83b54c9771, State: Running, Role: LEADER
I20260608 12:41:28.686697  3886 consensus_queue.cc:237] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } }
I20260608 12:41:28.697430  3303 catalog_manager.cc:5696] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 reported cstate change: term changed from 1 to 2, leader changed from 1c54b535b94844088af8988614d94b3f (127.0.107.194) to 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195). New cstate: current_term: 2 leader_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:28.712320  3303 catalog_manager.cc:5696] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771 reported cstate change: term changed from 1 to 2, leader changed from 1c54b535b94844088af8988614d94b3f (127.0.107.194) to 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195). New cstate: current_term: 2 leader_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:28.850075  3552 raft_consensus.cc:1275] T 35184673a7ca44e59c0267287fc1552e P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 3 FOLLOWER]: Refusing update from remote peer 1c54b535b94844088af8988614d94b3f: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260608 12:41:28.851720  3788 consensus_queue.cc:1048] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:28.866783  3712 raft_consensus.cc:1275] T 35184673a7ca44e59c0267287fc1552e P 3ff9ccf1e6304b658084e5d1fc7c016d [term 3 FOLLOWER]: Refusing update from remote peer 1c54b535b94844088af8988614d94b3f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260608 12:41:28.869172  3618 consensus_queue.cc:1048] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:28.949973  3882 raft_consensus.cc:1064] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e: attempting to promote NON_VOTER 3ff9ccf1e6304b658084e5d1fc7c016d to VOTER
I20260608 12:41:28.952279  3882 consensus_queue.cc:237] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [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: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } }
I20260608 12:41:28.961431  3552 raft_consensus.cc:1275] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Refusing update from remote peer 1e0637c447ba4844b6cd2472e48e2f8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:28.962286  3712 raft_consensus.cc:1275] T 40af8bd277464c0c86baa03be99553fb P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 LEARNER]: Refusing update from remote peer 1e0637c447ba4844b6cd2472e48e2f8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:28.961431  3480 raft_consensus.cc:1275] T 40af8bd277464c0c86baa03be99553fb P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Refusing update from remote peer 1e0637c447ba4844b6cd2472e48e2f8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:28.964561  3883 consensus_queue.cc:1048] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:28.965687  3653 consensus_queue.cc:1048] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:41:28.966562  3882 consensus_queue.cc:1048] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:28.984539  3877 raft_consensus.cc:1064] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771: attempting to promote NON_VOTER 3ff9ccf1e6304b658084e5d1fc7c016d to VOTER
I20260608 12:41:28.988730  3877 consensus_queue.cc:237] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [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: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } }
I20260608 12:41:29.022197  3883 raft_consensus.cc:1064] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e: attempting to promote NON_VOTER 3ff9ccf1e6304b658084e5d1fc7c016d to VOTER
I20260608 12:41:29.025072  3883 consensus_queue.cc:237] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [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: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { replace: true } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } }
I20260608 12:41:29.037397  3653 raft_consensus.cc:2955] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.048532  3712 raft_consensus.cc:2955] T 40af8bd277464c0c86baa03be99553fb P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.063949  3708 raft_consensus.cc:1275] T 170755a0695749408308f1a30172b725 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 LEARNER]: Refusing update from remote peer 1e0637c447ba4844b6cd2472e48e2f8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:29.077834  3713 raft_consensus.cc:1275] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 LEARNER]: Refusing update from remote peer 5a65cd92fcde4ba2bc6cec83b54c9771: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:29.067634  3552 raft_consensus.cc:1275] T 170755a0695749408308f1a30172b725 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Refusing update from remote peer 1e0637c447ba4844b6cd2472e48e2f8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:29.080137  3883 consensus_queue.cc:1048] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:29.073261  3481 raft_consensus.cc:2955] T 40af8bd277464c0c86baa03be99553fb P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.080076  3781 consensus_queue.cc:1048] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:41:29.069887  3480 raft_consensus.cc:1275] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Refusing update from remote peer 1e0637c447ba4844b6cd2472e48e2f8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:29.095495  3801 consensus_queue.cc:1048] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:41:29.101514  3801 consensus_queue.cc:1048] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:29.138586  3303 catalog_manager.cc:5696] T 40af8bd277464c0c86baa03be99553fb P 1c54b535b94844088af8988614d94b3f reported cstate change: config changed from index 2 to 3, 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.149550  3479 raft_consensus.cc:1275] T 318f562fc65b433696a541217aebf979 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Refusing update from remote peer 5a65cd92fcde4ba2bc6cec83b54c9771: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:29.152577  3405 raft_consensus.cc:1275] T 318f562fc65b433696a541217aebf979 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Refusing update from remote peer 5a65cd92fcde4ba2bc6cec83b54c9771: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:29.155479  3479 raft_consensus.cc:1275] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Refusing update from remote peer 5a65cd92fcde4ba2bc6cec83b54c9771: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:41:29.157773  3552 raft_consensus.cc:1275] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 2 FOLLOWER]: Refusing update from remote peer 3ff9ccf1e6304b658084e5d1fc7c016d: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:41:29.157948  3405 raft_consensus.cc:1275] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e [term 2 FOLLOWER]: Refusing update from remote peer 3ff9ccf1e6304b658084e5d1fc7c016d: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:41:29.159602  3806 consensus_queue.cc:1048] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 3ff9ccf1e6304b658084e5d1fc7c016d [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:29.160818  3884 consensus_queue.cc:1048] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 3ff9ccf1e6304b658084e5d1fc7c016d [LEADER]: Connected to new peer: Peer: permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:29.176110  3708 raft_consensus.cc:2955] T 170755a0695749408308f1a30172b725 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { replace: true } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.179262  3479 raft_consensus.cc:1275] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Refusing update from remote peer 5a65cd92fcde4ba2bc6cec83b54c9771: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:41:29.190775  3710 raft_consensus.cc:3060] T 60468640e7f345da948d5d485d7a9ba7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 LEARNER]: Advancing to term 2
I20260608 12:41:29.193291  3899 consensus_queue.cc:1048] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:41:29.197431  3899 consensus_queue.cc:1048] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:41:29.207477  3710 raft_consensus.cc:1275] T 60468640e7f345da948d5d485d7a9ba7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 LEARNER]: Refusing update from remote peer 5a65cd92fcde4ba2bc6cec83b54c9771: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:41:29.209081  3900 consensus_queue.cc:1048] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:41:29.210594  3877 consensus_queue.cc:1048] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:41:29.213335  3555 raft_consensus.cc:2955] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.215969  3900 consensus_queue.cc:1048] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:29.218618  3481 raft_consensus.cc:2955] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { replace: true } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.228042  3404 raft_consensus.cc:1275] T fed134e9e5164d2a9656a637bfa833d7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 2 FOLLOWER]: Refusing update from remote peer 5a65cd92fcde4ba2bc6cec83b54c9771: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:41:29.168085  3801 raft_consensus.cc:2955] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { replace: true } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.279963  3899 consensus_queue.cc:1048] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:41:29.280018  3555 raft_consensus.cc:2955] T 170755a0695749408308f1a30172b725 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { replace: true } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.289109  3781 raft_consensus.cc:1064] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771: attempting to promote NON_VOTER 3ff9ccf1e6304b658084e5d1fc7c016d to VOTER
W20260608 12:41:29.289590  3781 raft_consensus.cc:1068] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771: Unable to promote non-voter 3ff9ccf1e6304b658084e5d1fc7c016d: Illegal state: Leader has not yet committed an operation in its own term
I20260608 12:41:29.293315  3405 consensus_queue.cc:237] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [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: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } }
I20260608 12:41:29.305819  3708 raft_consensus.cc:1275] T 40af8bd277464c0c86baa03be99553fb P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Refusing update from remote peer 1e0637c447ba4844b6cd2472e48e2f8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:29.323213  3908 consensus_queue.cc:1048] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:41:29.328152  3405 raft_consensus.cc:1275] T 60468640e7f345da948d5d485d7a9ba7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 2 FOLLOWER]: Refusing update from remote peer 5a65cd92fcde4ba2bc6cec83b54c9771: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:41:29.336876  3653 raft_consensus.cc:2955] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 1c54b535b94844088af8988614d94b3f (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.281723  3899 raft_consensus.cc:2955] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.349061  3708 raft_consensus.cc:2955] T 40af8bd277464c0c86baa03be99553fb P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 1c54b535b94844088af8988614d94b3f (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.351493  3288 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 40af8bd277464c0c86baa03be99553fb with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:29.351441  3304 catalog_manager.cc:5696] T 170755a0695749408308f1a30172b725 P 3ff9ccf1e6304b658084e5d1fc7c016d reported cstate change: config changed from index 2 to 3, 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { replace: true } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.356695  3552 raft_consensus.cc:1275] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Refusing update from remote peer 1e0637c447ba4844b6cd2472e48e2f8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:29.359886  3909 consensus_queue.cc:1048] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:41:29.361116  3877 consensus_queue.cc:1048] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:41:29.377278  3552 raft_consensus.cc:2955] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 1c54b535b94844088af8988614d94b3f (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.382290  3405 raft_consensus.cc:2955] T 318f562fc65b433696a541217aebf979 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.388264  3708 raft_consensus.cc:2955] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.396813  3479 raft_consensus.cc:2955] T 318f562fc65b433696a541217aebf979 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.416699  3402 consensus_queue.cc:237] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [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: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } }
I20260608 12:41:29.429457  3481 raft_consensus.cc:1275] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Refusing update from remote peer 1e0637c447ba4844b6cd2472e48e2f8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:29.434785  3713 raft_consensus.cc:1275] T 170755a0695749408308f1a30172b725 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Refusing update from remote peer 1e0637c447ba4844b6cd2472e48e2f8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:29.440532  3801 consensus_queue.cc:1048] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:41:29.442812  3801 consensus_queue.cc:1048] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:29.443523  3900 raft_consensus.cc:1064] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771: attempting to promote NON_VOTER 3ff9ccf1e6304b658084e5d1fc7c016d to VOTER
I20260608 12:41:29.470386  3900 consensus_queue.cc:237] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [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: 2, Current term: 2, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } }
W20260608 12:41:29.534071  3447 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:46747, user_credentials={real_user=slave}} blocked reactor thread for 57696.2us
I20260608 12:41:29.565651  3712 raft_consensus.cc:1275] T 60468640e7f345da948d5d485d7a9ba7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 LEARNER]: Refusing update from remote peer 5a65cd92fcde4ba2bc6cec83b54c9771: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:41:29.575354  3886 consensus_queue.cc:1048] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:29.582993  3480 raft_consensus.cc:1275] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Refusing update from remote peer 5a65cd92fcde4ba2bc6cec83b54c9771: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:41:29.580874  3801 raft_consensus.cc:2955] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.584185  3713 raft_consensus.cc:2955] T 170755a0695749408308f1a30172b725 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.582813  3301 catalog_manager.cc:5696] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 reported cstate change: config changed from index 2 to 3, 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:29.593175  3404 raft_consensus.cc:1275] T 60468640e7f345da948d5d485d7a9ba7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 2 FOLLOWER]: Refusing update from remote peer 5a65cd92fcde4ba2bc6cec83b54c9771: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:41:29.595335  3288 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 170755a0695749408308f1a30172b725 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:29.596603  3886 consensus_queue.cc:1048] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:41:29.598325  3781 consensus_queue.cc:1048] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:29.602167  3481 raft_consensus.cc:2955] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.608518  3301 catalog_manager.cc:5696] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 reported cstate change: config changed from index 3 to 4, VOTER 1c54b535b94844088af8988614d94b3f (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.610514  3899 raft_consensus.cc:2955] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 2 to 4, 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.622721  3713 raft_consensus.cc:2955] T 60468640e7f345da948d5d485d7a9ba7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 2 to 4, 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.624375  3404 raft_consensus.cc:2955] T 60468640e7f345da948d5d485d7a9ba7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 2 to 4, 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.634003  3480 raft_consensus.cc:2955] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 2 to 4, 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.666103  3303 catalog_manager.cc:5696] T 60468640e7f345da948d5d485d7a9ba7 P 3ff9ccf1e6304b658084e5d1fc7c016d reported cstate change: config changed from index 2 to 4, 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } attrs { replace: true } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.668447  3303 catalog_manager.cc:5696] T 170755a0695749408308f1a30172b725 P 3ff9ccf1e6304b658084e5d1fc7c016d reported cstate change: config changed from index 3 to 4, VOTER 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.673924  3552 consensus_queue.cc:237] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [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: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } }
I20260608 12:41:29.676263  3465 tablet_service.cc:1558] Processing DeleteTablet for tablet 40af8bd277464c0c86baa03be99553fb with delete_type TABLET_DATA_TOMBSTONED (TS 1c54b535b94844088af8988614d94b3f not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:51688
I20260608 12:41:29.699955  3713 raft_consensus.cc:1275] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Refusing update from remote peer 5a65cd92fcde4ba2bc6cec83b54c9771: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:29.701686  3480 raft_consensus.cc:1275] T 318f562fc65b433696a541217aebf979 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Refusing update from remote peer 5a65cd92fcde4ba2bc6cec83b54c9771: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:29.703739  3899 consensus_queue.cc:1048] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:29.706902  3927 tablet_replica.cc:333] T 40af8bd277464c0c86baa03be99553fb P 1c54b535b94844088af8988614d94b3f: stopping tablet replica
I20260608 12:41:29.708657  3927 raft_consensus.cc:2243] T 40af8bd277464c0c86baa03be99553fb P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:29.709523  3927 raft_consensus.cc:2272] T 40af8bd277464c0c86baa03be99553fb P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:29.711279  3781 consensus_queue.cc:1048] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:29.713398  3900 raft_consensus.cc:2955] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.715695  3480 raft_consensus.cc:2955] T 318f562fc65b433696a541217aebf979 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.717272  3713 raft_consensus.cc:2955] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.719307  3927 ts_tablet_manager.cc:1916] T 40af8bd277464c0c86baa03be99553fb P 1c54b535b94844088af8988614d94b3f: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:29.727259  3291 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 318f562fc65b433696a541217aebf979 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:29.738339  3545 tablet_service.cc:1558] Processing DeleteTablet for tablet 170755a0695749408308f1a30172b725 with delete_type TABLET_DATA_TOMBSTONED (TS 5a65cd92fcde4ba2bc6cec83b54c9771 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:50966
I20260608 12:41:29.743260  3927 ts_tablet_manager.cc:1929] T 40af8bd277464c0c86baa03be99553fb P 1c54b535b94844088af8988614d94b3f: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:41:29.743786  3927 log.cc:1199] T 40af8bd277464c0c86baa03be99553fb P 1c54b535b94844088af8988614d94b3f: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/ts-1-root/wals/40af8bd277464c0c86baa03be99553fb
I20260608 12:41:29.745589  3288 catalog_manager.cc:5027] TS 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127): tablet 40af8bd277464c0c86baa03be99553fb (table range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]) successfully deleted
I20260608 12:41:29.756078  3303 catalog_manager.cc:5696] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d reported cstate change: config changed from index 3 to 4, VOTER 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.758509  3552 consensus_queue.cc:237] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [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: 2, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } }
I20260608 12:41:29.767473  3928 tablet_replica.cc:333] T 170755a0695749408308f1a30172b725 P 5a65cd92fcde4ba2bc6cec83b54c9771: stopping tablet replica
I20260608 12:41:29.768623  3928 raft_consensus.cc:2243] T 170755a0695749408308f1a30172b725 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:29.772431  3391 tablet_service.cc:1558] Processing DeleteTablet for tablet 318f562fc65b433696a541217aebf979 with delete_type TABLET_DATA_TOMBSTONED (TS 1e0637c447ba4844b6cd2472e48e2f8e not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:37754
I20260608 12:41:29.773138  3928 raft_consensus.cc:2272] T 170755a0695749408308f1a30172b725 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:29.776494  3480 raft_consensus.cc:1275] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Refusing update from remote peer 5a65cd92fcde4ba2bc6cec83b54c9771: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:41:29.778262  3928 ts_tablet_manager.cc:1916] T 170755a0695749408308f1a30172b725 P 5a65cd92fcde4ba2bc6cec83b54c9771: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:29.780359  3713 raft_consensus.cc:1275] T 60468640e7f345da948d5d485d7a9ba7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Refusing update from remote peer 5a65cd92fcde4ba2bc6cec83b54c9771: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:41:29.781312  3900 consensus_queue.cc:1048] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260608 12:41:29.782802  3877 consensus_queue.cc:1048] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:29.793952  3877 raft_consensus.cc:2955] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.800387  3480 raft_consensus.cc:2955] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.825567  3713 raft_consensus.cc:2955] T 60468640e7f345da948d5d485d7a9ba7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:29.840727  3929 tablet_replica.cc:333] T 318f562fc65b433696a541217aebf979 P 1e0637c447ba4844b6cd2472e48e2f8e: stopping tablet replica
I20260608 12:41:29.841883  3929 raft_consensus.cc:2243] T 318f562fc65b433696a541217aebf979 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:29.843209  3929 raft_consensus.cc:2272] T 318f562fc65b433696a541217aebf979 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:29.853469  3928 ts_tablet_manager.cc:1929] T 170755a0695749408308f1a30172b725 P 5a65cd92fcde4ba2bc6cec83b54c9771: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:41:29.856051  3928 log.cc:1199] T 170755a0695749408308f1a30172b725 P 5a65cd92fcde4ba2bc6cec83b54c9771: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/ts-2-root/wals/170755a0695749408308f1a30172b725
I20260608 12:41:29.867756  3929 ts_tablet_manager.cc:1916] T 318f562fc65b433696a541217aebf979 P 1e0637c447ba4844b6cd2472e48e2f8e: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:29.876848  3291 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 60468640e7f345da948d5d485d7a9ba7 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:29.877847  3291 catalog_manager.cc:5027] TS 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747): tablet 170755a0695749408308f1a30172b725 (table range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]) successfully deleted
I20260608 12:41:29.907995  3929 ts_tablet_manager.cc:1929] T 318f562fc65b433696a541217aebf979 P 1e0637c447ba4844b6cd2472e48e2f8e: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:41:29.909219  3929 log.cc:1199] T 318f562fc65b433696a541217aebf979 P 1e0637c447ba4844b6cd2472e48e2f8e: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/ts-0-root/wals/318f562fc65b433696a541217aebf979
I20260608 12:41:30.059907  3288 catalog_manager.cc:5027] TS 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129): tablet 318f562fc65b433696a541217aebf979 (table range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]) successfully deleted
I20260608 12:41:30.092010  3303 catalog_manager.cc:5696] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f reported cstate change: config changed from index 4 to 5, VOTER 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193) evicted. New cstate: current_term: 2 leader_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:30.133685  3391 tablet_service.cc:1558] Processing DeleteTablet for tablet 60468640e7f345da948d5d485d7a9ba7 with delete_type TABLET_DATA_TOMBSTONED (TS 1e0637c447ba4844b6cd2472e48e2f8e not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:37754
I20260608 12:41:30.134723  3929 tablet_replica.cc:333] T 60468640e7f345da948d5d485d7a9ba7 P 1e0637c447ba4844b6cd2472e48e2f8e: stopping tablet replica
I20260608 12:41:30.135711  3929 raft_consensus.cc:2243] T 60468640e7f345da948d5d485d7a9ba7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:30.136499  3929 raft_consensus.cc:2272] T 60468640e7f345da948d5d485d7a9ba7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:30.139770  3929 ts_tablet_manager.cc:1916] T 60468640e7f345da948d5d485d7a9ba7 P 1e0637c447ba4844b6cd2472e48e2f8e: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:30.150435  3929 ts_tablet_manager.cc:1929] T 60468640e7f345da948d5d485d7a9ba7 P 1e0637c447ba4844b6cd2472e48e2f8e: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260608 12:41:30.150789  3929 log.cc:1199] T 60468640e7f345da948d5d485d7a9ba7 P 1e0637c447ba4844b6cd2472e48e2f8e: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/ts-0-root/wals/60468640e7f345da948d5d485d7a9ba7
I20260608 12:41:30.152751  3288 catalog_manager.cc:5027] TS 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129): tablet 60468640e7f345da948d5d485d7a9ba7 (table range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]) successfully deleted
I20260608 12:41:30.327739  3357 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
I20260608 12:41:30.352947  3552 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "318f562fc65b433696a541217aebf979"
dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771"
mode: GRACEFUL
new_leader_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d"
 from {username='slave'} at 127.0.0.1:60212
I20260608 12:41:30.353489  3552 raft_consensus.cc:606] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 LEADER]: Received request to transfer leadership to TS 3ff9ccf1e6304b658084e5d1fc7c016d
I20260608 12:41:30.356140  3481 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "8bca4e33dcc14962a71108cb4e0af4a7"
dest_uuid: "1c54b535b94844088af8988614d94b3f"
mode: GRACEFUL
new_leader_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d"
 from {username='slave'} at 127.0.0.1:46440
I20260608 12:41:30.356585  3481 raft_consensus.cc:606] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f [term 1 LEADER]: Received request to transfer leadership to TS 3ff9ccf1e6304b658084e5d1fc7c016d
I20260608 12:41:30.357659  3357 auto_leader_rebalancer.cc:388] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 2
I20260608 12:41:30.358422  3357 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:30.715852  3925 raft_consensus.cc:993] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f: : Instructing follower 3ff9ccf1e6304b658084e5d1fc7c016d to start an election
I20260608 12:41:30.716603  3932 raft_consensus.cc:1081] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f [term 1 LEADER]: Signalling peer 3ff9ccf1e6304b658084e5d1fc7c016d to start an election
I20260608 12:41:30.718421  3713 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "8bca4e33dcc14962a71108cb4e0af4a7"
dest_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d"
 from {username='slave'} at 127.0.0.1:34008
I20260608 12:41:30.718942  3713 raft_consensus.cc:493] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:41:30.719287  3713 raft_consensus.cc:3060] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:30.723785  3713 raft_consensus.cc:515] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } }
I20260608 12:41:30.725704  3713 leader_election.cc:290] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d [CANDIDATE]: Term 2 election: Requested vote from peers 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129), 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127)
I20260608 12:41:30.726441  3403 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8bca4e33dcc14962a71108cb4e0af4a7" candidate_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "1e0637c447ba4844b6cd2472e48e2f8e"
I20260608 12:41:30.726856  3480 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8bca4e33dcc14962a71108cb4e0af4a7" candidate_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "1c54b535b94844088af8988614d94b3f"
I20260608 12:41:30.727048  3403 raft_consensus.cc:3060] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:30.727339  3480 raft_consensus.cc:3055] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:41:30.727655  3480 raft_consensus.cc:740] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 1c54b535b94844088af8988614d94b3f, State: Running, Role: LEADER
I20260608 12:41:30.728330  3480 consensus_queue.cc:260] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f [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: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } }
I20260608 12:41:30.729144  3480 raft_consensus.cc:3060] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:30.732023  3403 raft_consensus.cc:2468] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3ff9ccf1e6304b658084e5d1fc7c016d in term 2.
I20260608 12:41:30.733286  3677 leader_election.cc:304] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d [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: 1e0637c447ba4844b6cd2472e48e2f8e, 3ff9ccf1e6304b658084e5d1fc7c016d; no voters: 
I20260608 12:41:30.734066  3910 raft_consensus.cc:2804] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:30.734186  3480 raft_consensus.cc:2468] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3ff9ccf1e6304b658084e5d1fc7c016d in term 2.
I20260608 12:41:30.735134  3910 raft_consensus.cc:697] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 LEADER]: Becoming Leader. State: Replica: 3ff9ccf1e6304b658084e5d1fc7c016d, State: Running, Role: LEADER
I20260608 12:41:30.736058  3910 consensus_queue.cc:237] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d [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: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } }
I20260608 12:41:30.742303  3781 raft_consensus.cc:993] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771: : Instructing follower 3ff9ccf1e6304b658084e5d1fc7c016d to start an election
I20260608 12:41:30.742875  3900 raft_consensus.cc:1081] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 LEADER]: Signalling peer 3ff9ccf1e6304b658084e5d1fc7c016d to start an election
I20260608 12:41:30.745265  3713 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "318f562fc65b433696a541217aebf979"
dest_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d"
 from {username='slave'} at 127.0.0.1:33984
I20260608 12:41:30.746001  3713 raft_consensus.cc:493] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:41:30.746399  3713 raft_consensus.cc:3060] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:30.752988  3713 raft_consensus.cc:515] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } }
I20260608 12:41:30.753340  3303 catalog_manager.cc:5696] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d reported cstate change: term changed from 1 to 2, leader changed from 1c54b535b94844088af8988614d94b3f (127.0.107.194) to 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196). New cstate: current_term: 2 leader_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:30.755893  3480 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "318f562fc65b433696a541217aebf979" candidate_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "1c54b535b94844088af8988614d94b3f"
I20260608 12:41:30.756418  3480 raft_consensus.cc:3060] T 318f562fc65b433696a541217aebf979 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:30.756246  3552 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "318f562fc65b433696a541217aebf979" candidate_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771"
I20260608 12:41:30.755666  3713 leader_election.cc:290] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d [CANDIDATE]: Term 2 election: Requested vote from peers 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127), 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747)
I20260608 12:41:30.756942  3552 raft_consensus.cc:3055] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:41:30.757305  3552 raft_consensus.cc:740] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 5a65cd92fcde4ba2bc6cec83b54c9771, State: Running, Role: LEADER
I20260608 12:41:30.758181  3552 consensus_queue.cc:260] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [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: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } }
I20260608 12:41:30.759410  3552 raft_consensus.cc:3060] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:30.763069  3480 raft_consensus.cc:2468] T 318f562fc65b433696a541217aebf979 P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3ff9ccf1e6304b658084e5d1fc7c016d in term 2.
I20260608 12:41:30.764408  3677 leader_election.cc:304] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d [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: 1c54b535b94844088af8988614d94b3f, 3ff9ccf1e6304b658084e5d1fc7c016d; no voters: 
I20260608 12:41:30.765565  3934 raft_consensus.cc:2804] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:30.766182  3934 raft_consensus.cc:697] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 LEADER]: Becoming Leader. State: Replica: 3ff9ccf1e6304b658084e5d1fc7c016d, State: Running, Role: LEADER
I20260608 12:41:30.766178  3552 raft_consensus.cc:2468] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3ff9ccf1e6304b658084e5d1fc7c016d in term 2.
I20260608 12:41:30.767256  3934 consensus_queue.cc:237] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d [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: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } }
I20260608 12:41:30.782440  3303 catalog_manager.cc:5696] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d reported cstate change: term changed from 1 to 2, leader changed from 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195) to 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196). New cstate: current_term: 2 leader_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
W20260608 12:41:30.917523  3427 debug-util.cc:398] Leaking SignalData structure 0x7b080021e480 after lost signal to thread 434
W20260608 12:41:30.918432  3427 debug-util.cc:398] Leaking SignalData structure 0x7b08000df240 after lost signal to thread 3338
W20260608 12:41:30.919361  3427 debug-util.cc:398] Leaking SignalData structure 0x7b08000e8980 after lost signal to thread 3430
W20260608 12:41:30.920205  3427 debug-util.cc:398] Leaking SignalData structure 0x7b08001ec800 after lost signal to thread 3505
W20260608 12:41:30.921589  3427 debug-util.cc:398] Leaking SignalData structure 0x7b080023cca0 after lost signal to thread 3738
W20260608 12:41:30.922000  3427 debug-util.cc:398] Leaking SignalData structure 0x7b080015c2a0 after lost signal to thread 3891
I20260608 12:41:31.155071  3480 consensus_queue.cc:237] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [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: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { promote: true } }
I20260608 12:41:31.162611  3713 raft_consensus.cc:1275] T fe6a8d3493e84f1aa5479a398c98cfbd P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Refusing update from remote peer 1c54b535b94844088af8988614d94b3f: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:31.164448  3925 consensus_queue.cc:1048] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:31.165735  3403 raft_consensus.cc:1275] T fe6a8d3493e84f1aa5479a398c98cfbd P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Refusing update from remote peer 1c54b535b94844088af8988614d94b3f: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260608 12:41:31.168264  3447 consensus_peers.cc:597] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f -> Peer 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747): Couldn't send request to peer 5a65cd92fcde4ba2bc6cec83b54c9771. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: fe6a8d3493e84f1aa5479a398c98cfbd. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:31.168699  3925 consensus_queue.cc:1048] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [LEADER]: Connected to new peer: Peer: permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:31.176115  3932 raft_consensus.cc:2955] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { promote: true } } }
I20260608 12:41:31.178532  3713 raft_consensus.cc:2955] T fe6a8d3493e84f1aa5479a398c98cfbd P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { promote: true } } }
I20260608 12:41:31.181808  3403 raft_consensus.cc:2955] T fe6a8d3493e84f1aa5479a398c98cfbd P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { promote: true } } }
I20260608 12:41:31.187983  3552 raft_consensus.cc:1275] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 2 FOLLOWER]: Refusing update from remote peer 3ff9ccf1e6304b658084e5d1fc7c016d: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:41:31.192093  3934 consensus_queue.cc:1048] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:31.198040  3404 consensus_queue.cc:237] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [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: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { replace: true } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } }
I20260608 12:41:31.198639  3303 catalog_manager.cc:5696] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f reported cstate change: config changed from index -1 to 2, NON_VOTER 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195) added. New cstate: current_term: 1 leader_uuid: "1c54b535b94844088af8988614d94b3f" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:31.219610  3555 raft_consensus.cc:1275] T 3345f706b73248898b6e7b0bbba79374 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Refusing update from remote peer 1e0637c447ba4844b6cd2472e48e2f8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260608 12:41:31.227035  3370 consensus_peers.cc:597] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e -> Peer 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909): Couldn't send request to peer 3ff9ccf1e6304b658084e5d1fc7c016d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 3345f706b73248898b6e7b0bbba79374. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:31.228014  3403 raft_consensus.cc:1275] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 2 FOLLOWER]: Refusing update from remote peer 3ff9ccf1e6304b658084e5d1fc7c016d: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:41:31.228425  3946 consensus_queue.cc:1048] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:41:31.231160  3934 consensus_queue.cc:1048] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d [LEADER]: Connected to new peer: Peer: permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:31.238938  3480 raft_consensus.cc:1275] T 3345f706b73248898b6e7b0bbba79374 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Refusing update from remote peer 1e0637c447ba4844b6cd2472e48e2f8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:31.239430  3481 raft_consensus.cc:1275] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Refusing update from remote peer 3ff9ccf1e6304b658084e5d1fc7c016d: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:41:31.241238  3909 consensus_queue.cc:1048] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:31.242944  3933 consensus_queue.cc:1048] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:31.249008  3480 raft_consensus.cc:1275] T 318f562fc65b433696a541217aebf979 P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Refusing update from remote peer 3ff9ccf1e6304b658084e5d1fc7c016d: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:41:31.250784  3910 consensus_queue.cc:1048] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:31.310351  3945 raft_consensus.cc:2955] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { replace: true } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } } }
I20260608 12:41:31.322793  3552 raft_consensus.cc:2955] T 3345f706b73248898b6e7b0bbba79374 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { replace: true } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } } }
I20260608 12:41:31.351564  3300 catalog_manager.cc:5696] T 3345f706b73248898b6e7b0bbba79374 P 5a65cd92fcde4ba2bc6cec83b54c9771 reported cstate change: config changed from index -1 to 2, NON_VOTER 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { replace: true } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } } }
I20260608 12:41:31.355914  3552 consensus_queue.cc:237] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [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: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { promote: true } }
I20260608 12:41:31.381230  3481 raft_consensus.cc:2955] T 3345f706b73248898b6e7b0bbba79374 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { replace: true } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } } }
I20260608 12:41:31.393661  3713 raft_consensus.cc:1275] T bc0c5dc529d744fda6ac213cc7c805af P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Refusing update from remote peer 5a65cd92fcde4ba2bc6cec83b54c9771: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:31.395596  3900 consensus_queue.cc:1048] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:31.397116  3404 raft_consensus.cc:1275] T bc0c5dc529d744fda6ac213cc7c805af P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Refusing update from remote peer 5a65cd92fcde4ba2bc6cec83b54c9771: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260608 12:41:31.398773  3518 consensus_peers.cc:597] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 -> Peer 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127): Couldn't send request to peer 1c54b535b94844088af8988614d94b3f. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: bc0c5dc529d744fda6ac213cc7c805af. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:31.399770  3900 consensus_queue.cc:1048] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:31.414080  3960 raft_consensus.cc:2955] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1c54b535b94844088af8988614d94b3f (127.0.107.194) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { promote: true } } }
I20260608 12:41:31.416467  3404 raft_consensus.cc:2955] T bc0c5dc529d744fda6ac213cc7c805af P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1c54b535b94844088af8988614d94b3f (127.0.107.194) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { promote: true } } }
I20260608 12:41:31.420046  3713 raft_consensus.cc:2955] T bc0c5dc529d744fda6ac213cc7c805af P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1c54b535b94844088af8988614d94b3f (127.0.107.194) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { promote: true } } }
I20260608 12:41:31.432542  3300 catalog_manager.cc:5696] T bc0c5dc529d744fda6ac213cc7c805af P 1e0637c447ba4844b6cd2472e48e2f8e reported cstate change: config changed from index -1 to 2, NON_VOTER 1c54b535b94844088af8988614d94b3f (127.0.107.194) added. New cstate: current_term: 1 leader_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { promote: true } } }
I20260608 12:41:31.433907  3552 consensus_queue.cc:237] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [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: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } }
I20260608 12:41:31.453135  3481 raft_consensus.cc:1275] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Refusing update from remote peer 5a65cd92fcde4ba2bc6cec83b54c9771: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:41:31.453135  3404 raft_consensus.cc:1275] T fed134e9e5164d2a9656a637bfa833d7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 2 FOLLOWER]: Refusing update from remote peer 5a65cd92fcde4ba2bc6cec83b54c9771: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:41:31.454535  3959 consensus_queue.cc:1048] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:31.456007  3960 consensus_queue.cc:1048] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
W20260608 12:41:31.459923  3519 consensus_peers.cc:597] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 -> Peer 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909): Couldn't send request to peer 3ff9ccf1e6304b658084e5d1fc7c016d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: fed134e9e5164d2a9656a637bfa833d7. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:31.470117  3960 raft_consensus.cc:2955] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } } }
I20260608 12:41:31.472370  3481 raft_consensus.cc:2955] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } } }
I20260608 12:41:31.472929  3404 raft_consensus.cc:2955] T fed134e9e5164d2a9656a637bfa833d7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } } }
I20260608 12:41:31.486225  3304 catalog_manager.cc:5696] T fed134e9e5164d2a9656a637bfa833d7 P 1e0637c447ba4844b6cd2472e48e2f8e reported cstate change: config changed from index -1 to 3, NON_VOTER 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } } }
I20260608 12:41:31.543157  3964 ts_tablet_manager.cc:933] T fe6a8d3493e84f1aa5479a398c98cfbd P 5a65cd92fcde4ba2bc6cec83b54c9771: Initiating tablet copy from peer 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127)
I20260608 12:41:31.545603  3964 tablet_copy_client.cc:323] T fe6a8d3493e84f1aa5479a398c98cfbd P 5a65cd92fcde4ba2bc6cec83b54c9771: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:43127
I20260608 12:41:31.547715  3491 tablet_copy_service.cc:140] P 1c54b535b94844088af8988614d94b3f: Received BeginTabletCopySession request for tablet fe6a8d3493e84f1aa5479a398c98cfbd from peer 5a65cd92fcde4ba2bc6cec83b54c9771 ({username='slave'} at 127.0.0.1:46418)
I20260608 12:41:31.548257  3491 tablet_copy_service.cc:161] P 1c54b535b94844088af8988614d94b3f: Beginning new tablet copy session on tablet fe6a8d3493e84f1aa5479a398c98cfbd from peer 5a65cd92fcde4ba2bc6cec83b54c9771 at {username='slave'} at 127.0.0.1:46418: session id = 5a65cd92fcde4ba2bc6cec83b54c9771-fe6a8d3493e84f1aa5479a398c98cfbd
I20260608 12:41:31.560954  3491 tablet_copy_source_session.cc:215] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:31.564702  3964 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fe6a8d3493e84f1aa5479a398c98cfbd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:31.579433  3964 tablet_copy_client.cc:806] T fe6a8d3493e84f1aa5479a398c98cfbd P 5a65cd92fcde4ba2bc6cec83b54c9771: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:31.580056  3964 tablet_copy_client.cc:670] T fe6a8d3493e84f1aa5479a398c98cfbd P 5a65cd92fcde4ba2bc6cec83b54c9771: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:31.584369  3964 tablet_copy_client.cc:538] T fe6a8d3493e84f1aa5479a398c98cfbd P 5a65cd92fcde4ba2bc6cec83b54c9771: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:31.592139  3964 tablet_bootstrap.cc:492] T fe6a8d3493e84f1aa5479a398c98cfbd P 5a65cd92fcde4ba2bc6cec83b54c9771: Bootstrap starting.
I20260608 12:41:31.615231  3964 tablet_bootstrap.cc:492] T fe6a8d3493e84f1aa5479a398c98cfbd P 5a65cd92fcde4ba2bc6cec83b54c9771: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:31.616029  3964 tablet_bootstrap.cc:492] T fe6a8d3493e84f1aa5479a398c98cfbd P 5a65cd92fcde4ba2bc6cec83b54c9771: Bootstrap complete.
I20260608 12:41:31.616654  3964 ts_tablet_manager.cc:1403] T fe6a8d3493e84f1aa5479a398c98cfbd P 5a65cd92fcde4ba2bc6cec83b54c9771: Time spent bootstrapping tablet: real 0.025s	user 0.020s	sys 0.000s
I20260608 12:41:31.619396  3964 raft_consensus.cc:359] T fe6a8d3493e84f1aa5479a398c98cfbd P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { promote: true } }
I20260608 12:41:31.620137  3964 raft_consensus.cc:740] T fe6a8d3493e84f1aa5479a398c98cfbd P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 5a65cd92fcde4ba2bc6cec83b54c9771, State: Initialized, Role: LEARNER
I20260608 12:41:31.620724  3964 consensus_queue.cc:260] T fe6a8d3493e84f1aa5479a398c98cfbd P 5a65cd92fcde4ba2bc6cec83b54c9771 [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: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { promote: true } }
I20260608 12:41:31.623594  3964 ts_tablet_manager.cc:1434] T fe6a8d3493e84f1aa5479a398c98cfbd P 5a65cd92fcde4ba2bc6cec83b54c9771: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.004s
I20260608 12:41:31.625583  3491 tablet_copy_service.cc:342] P 1c54b535b94844088af8988614d94b3f: Request end of tablet copy session 5a65cd92fcde4ba2bc6cec83b54c9771-fe6a8d3493e84f1aa5479a398c98cfbd received from {username='slave'} at 127.0.0.1:46418
I20260608 12:41:31.626075  3491 tablet_copy_service.cc:434] P 1c54b535b94844088af8988614d94b3f: ending tablet copy session 5a65cd92fcde4ba2bc6cec83b54c9771-fe6a8d3493e84f1aa5479a398c98cfbd on tablet fe6a8d3493e84f1aa5479a398c98cfbd with peer 5a65cd92fcde4ba2bc6cec83b54c9771
I20260608 12:41:31.668315  3967 ts_tablet_manager.cc:933] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d: Initiating tablet copy from peer 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129)
I20260608 12:41:31.673727  3967 tablet_copy_client.cc:323] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:44129
I20260608 12:41:31.675324  3416 tablet_copy_service.cc:140] P 1e0637c447ba4844b6cd2472e48e2f8e: Received BeginTabletCopySession request for tablet 3345f706b73248898b6e7b0bbba79374 from peer 3ff9ccf1e6304b658084e5d1fc7c016d ({username='slave'} at 127.0.0.1:35648)
I20260608 12:41:31.675809  3416 tablet_copy_service.cc:161] P 1e0637c447ba4844b6cd2472e48e2f8e: Beginning new tablet copy session on tablet 3345f706b73248898b6e7b0bbba79374 from peer 3ff9ccf1e6304b658084e5d1fc7c016d at {username='slave'} at 127.0.0.1:35648: session id = 3ff9ccf1e6304b658084e5d1fc7c016d-3345f706b73248898b6e7b0bbba79374
I20260608 12:41:31.682113  3416 tablet_copy_source_session.cc:215] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:31.684965  3967 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3345f706b73248898b6e7b0bbba79374. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:31.696357  3967 tablet_copy_client.cc:806] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:31.696930  3967 tablet_copy_client.cc:670] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:31.701107  3967 tablet_copy_client.cc:538] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:31.708048  3967 tablet_bootstrap.cc:492] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d: Bootstrap starting.
I20260608 12:41:31.725229  3967 tablet_bootstrap.cc:492] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:31.726115  3967 tablet_bootstrap.cc:492] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d: Bootstrap complete.
I20260608 12:41:31.726703  3967 ts_tablet_manager.cc:1403] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d: Time spent bootstrapping tablet: real 0.019s	user 0.013s	sys 0.006s
I20260608 12:41:31.729117  3967 raft_consensus.cc:359] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { replace: true } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } }
I20260608 12:41:31.729755  3967 raft_consensus.cc:740] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 3ff9ccf1e6304b658084e5d1fc7c016d, State: Initialized, Role: LEARNER
I20260608 12:41:31.730376  3967 consensus_queue.cc:260] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d [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: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { replace: true } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } }
I20260608 12:41:31.732714  3967 ts_tablet_manager.cc:1434] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 12:41:31.737707  3416 tablet_copy_service.cc:342] P 1e0637c447ba4844b6cd2472e48e2f8e: Request end of tablet copy session 3ff9ccf1e6304b658084e5d1fc7c016d-3345f706b73248898b6e7b0bbba79374 received from {username='slave'} at 127.0.0.1:35648
I20260608 12:41:31.738260  3416 tablet_copy_service.cc:434] P 1e0637c447ba4844b6cd2472e48e2f8e: ending tablet copy session 3ff9ccf1e6304b658084e5d1fc7c016d-3345f706b73248898b6e7b0bbba79374 on tablet 3345f706b73248898b6e7b0bbba79374 with peer 3ff9ccf1e6304b658084e5d1fc7c016d
I20260608 12:41:31.770265  3970 ts_tablet_manager.cc:933] T bc0c5dc529d744fda6ac213cc7c805af P 1c54b535b94844088af8988614d94b3f: Initiating tablet copy from peer 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747)
I20260608 12:41:31.772835  3970 tablet_copy_client.cc:323] T bc0c5dc529d744fda6ac213cc7c805af P 1c54b535b94844088af8988614d94b3f: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:46747
I20260608 12:41:31.774463  3565 tablet_copy_service.cc:140] P 5a65cd92fcde4ba2bc6cec83b54c9771: Received BeginTabletCopySession request for tablet bc0c5dc529d744fda6ac213cc7c805af from peer 1c54b535b94844088af8988614d94b3f ({username='slave'} at 127.0.0.1:50976)
I20260608 12:41:31.774951  3565 tablet_copy_service.cc:161] P 5a65cd92fcde4ba2bc6cec83b54c9771: Beginning new tablet copy session on tablet bc0c5dc529d744fda6ac213cc7c805af from peer 1c54b535b94844088af8988614d94b3f at {username='slave'} at 127.0.0.1:50976: session id = 1c54b535b94844088af8988614d94b3f-bc0c5dc529d744fda6ac213cc7c805af
I20260608 12:41:31.780835  3565 tablet_copy_source_session.cc:215] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:31.786595  3970 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bc0c5dc529d744fda6ac213cc7c805af. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:31.804222  3970 tablet_copy_client.cc:806] T bc0c5dc529d744fda6ac213cc7c805af P 1c54b535b94844088af8988614d94b3f: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:31.804960  3970 tablet_copy_client.cc:670] T bc0c5dc529d744fda6ac213cc7c805af P 1c54b535b94844088af8988614d94b3f: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:31.809652  3970 tablet_copy_client.cc:538] T bc0c5dc529d744fda6ac213cc7c805af P 1c54b535b94844088af8988614d94b3f: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:31.820292  3970 tablet_bootstrap.cc:492] T bc0c5dc529d744fda6ac213cc7c805af P 1c54b535b94844088af8988614d94b3f: Bootstrap starting.
I20260608 12:41:31.844053  3970 tablet_bootstrap.cc:492] T bc0c5dc529d744fda6ac213cc7c805af P 1c54b535b94844088af8988614d94b3f: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:31.844949  3970 tablet_bootstrap.cc:492] T bc0c5dc529d744fda6ac213cc7c805af P 1c54b535b94844088af8988614d94b3f: Bootstrap complete.
I20260608 12:41:31.845631  3970 ts_tablet_manager.cc:1403] T bc0c5dc529d744fda6ac213cc7c805af P 1c54b535b94844088af8988614d94b3f: Time spent bootstrapping tablet: real 0.026s	user 0.022s	sys 0.000s
I20260608 12:41:31.848184  3970 raft_consensus.cc:359] T bc0c5dc529d744fda6ac213cc7c805af P 1c54b535b94844088af8988614d94b3f [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { promote: true } }
I20260608 12:41:31.849045  3970 raft_consensus.cc:740] T bc0c5dc529d744fda6ac213cc7c805af P 1c54b535b94844088af8988614d94b3f [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 1c54b535b94844088af8988614d94b3f, State: Initialized, Role: LEARNER
I20260608 12:41:31.849717  3970 consensus_queue.cc:260] T bc0c5dc529d744fda6ac213cc7c805af P 1c54b535b94844088af8988614d94b3f [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: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { promote: true } }
I20260608 12:41:31.856259  3970 ts_tablet_manager.cc:1434] T bc0c5dc529d744fda6ac213cc7c805af P 1c54b535b94844088af8988614d94b3f: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.000s
I20260608 12:41:31.859900  3565 tablet_copy_service.cc:342] P 5a65cd92fcde4ba2bc6cec83b54c9771: Request end of tablet copy session 1c54b535b94844088af8988614d94b3f-bc0c5dc529d744fda6ac213cc7c805af received from {username='slave'} at 127.0.0.1:50976
I20260608 12:41:31.860415  3565 tablet_copy_service.cc:434] P 5a65cd92fcde4ba2bc6cec83b54c9771: ending tablet copy session 1c54b535b94844088af8988614d94b3f-bc0c5dc529d744fda6ac213cc7c805af on tablet bc0c5dc529d744fda6ac213cc7c805af with peer 1c54b535b94844088af8988614d94b3f
I20260608 12:41:31.937191  3552 raft_consensus.cc:1217] T fe6a8d3493e84f1aa5479a398c98cfbd P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:41:31.959424  3967 ts_tablet_manager.cc:933] T fed134e9e5164d2a9656a637bfa833d7 P 3ff9ccf1e6304b658084e5d1fc7c016d: Initiating tablet copy from peer 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747)
I20260608 12:41:31.964579  3967 tablet_copy_client.cc:323] T fed134e9e5164d2a9656a637bfa833d7 P 3ff9ccf1e6304b658084e5d1fc7c016d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:46747
I20260608 12:41:31.968662  3565 tablet_copy_service.cc:140] P 5a65cd92fcde4ba2bc6cec83b54c9771: Received BeginTabletCopySession request for tablet fed134e9e5164d2a9656a637bfa833d7 from peer 3ff9ccf1e6304b658084e5d1fc7c016d ({username='slave'} at 127.0.0.1:60192)
I20260608 12:41:31.969288  3565 tablet_copy_service.cc:161] P 5a65cd92fcde4ba2bc6cec83b54c9771: Beginning new tablet copy session on tablet fed134e9e5164d2a9656a637bfa833d7 from peer 3ff9ccf1e6304b658084e5d1fc7c016d at {username='slave'} at 127.0.0.1:60192: session id = 3ff9ccf1e6304b658084e5d1fc7c016d-fed134e9e5164d2a9656a637bfa833d7
I20260608 12:41:31.976712  3565 tablet_copy_source_session.cc:215] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:31.979709  3967 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fed134e9e5164d2a9656a637bfa833d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:31.995568  3967 tablet_copy_client.cc:806] T fed134e9e5164d2a9656a637bfa833d7 P 3ff9ccf1e6304b658084e5d1fc7c016d: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:31.996245  3967 tablet_copy_client.cc:670] T fed134e9e5164d2a9656a637bfa833d7 P 3ff9ccf1e6304b658084e5d1fc7c016d: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:32.000584  3967 tablet_copy_client.cc:538] T fed134e9e5164d2a9656a637bfa833d7 P 3ff9ccf1e6304b658084e5d1fc7c016d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:32.007557  3967 tablet_bootstrap.cc:492] T fed134e9e5164d2a9656a637bfa833d7 P 3ff9ccf1e6304b658084e5d1fc7c016d: Bootstrap starting.
I20260608 12:41:32.028195  3967 tablet_bootstrap.cc:492] T fed134e9e5164d2a9656a637bfa833d7 P 3ff9ccf1e6304b658084e5d1fc7c016d: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:32.028934  3967 tablet_bootstrap.cc:492] T fed134e9e5164d2a9656a637bfa833d7 P 3ff9ccf1e6304b658084e5d1fc7c016d: Bootstrap complete.
I20260608 12:41:32.029506  3967 ts_tablet_manager.cc:1403] T fed134e9e5164d2a9656a637bfa833d7 P 3ff9ccf1e6304b658084e5d1fc7c016d: Time spent bootstrapping tablet: real 0.022s	user 0.015s	sys 0.005s
I20260608 12:41:32.032116  3967 raft_consensus.cc:359] T fed134e9e5164d2a9656a637bfa833d7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } }
I20260608 12:41:32.032763  3967 raft_consensus.cc:740] T fed134e9e5164d2a9656a637bfa833d7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 3ff9ccf1e6304b658084e5d1fc7c016d, State: Initialized, Role: LEARNER
I20260608 12:41:32.033301  3967 consensus_queue.cc:260] T fed134e9e5164d2a9656a637bfa833d7 P 3ff9ccf1e6304b658084e5d1fc7c016d [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: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: true } }
I20260608 12:41:32.035701  3967 ts_tablet_manager.cc:1434] T fed134e9e5164d2a9656a637bfa833d7 P 3ff9ccf1e6304b658084e5d1fc7c016d: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260608 12:41:32.037853  3565 tablet_copy_service.cc:342] P 5a65cd92fcde4ba2bc6cec83b54c9771: Request end of tablet copy session 3ff9ccf1e6304b658084e5d1fc7c016d-fed134e9e5164d2a9656a637bfa833d7 received from {username='slave'} at 127.0.0.1:60192
I20260608 12:41:32.038283  3565 tablet_copy_service.cc:434] P 5a65cd92fcde4ba2bc6cec83b54c9771: ending tablet copy session 3ff9ccf1e6304b658084e5d1fc7c016d-fed134e9e5164d2a9656a637bfa833d7 on tablet fed134e9e5164d2a9656a637bfa833d7 with peer 3ff9ccf1e6304b658084e5d1fc7c016d
I20260608 12:41:32.125998  3712 raft_consensus.cc:1217] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:41:32.312054  3479 raft_consensus.cc:1217] T bc0c5dc529d744fda6ac213cc7c805af P 1c54b535b94844088af8988614d94b3f [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:41:32.359498  3357 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
I20260608 12:41:32.382882  3357 auto_leader_rebalancer.cc:388] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 0
I20260608 12:41:32.383734  3357 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:32.437877  3973 raft_consensus.cc:1064] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f: attempting to promote NON_VOTER 5a65cd92fcde4ba2bc6cec83b54c9771 to VOTER
I20260608 12:41:32.440955  3973 consensus_queue.cc:237] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [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: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { promote: false } }
I20260608 12:41:32.457017  3552 raft_consensus.cc:1275] T fe6a8d3493e84f1aa5479a398c98cfbd P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 LEARNER]: Refusing update from remote peer 1c54b535b94844088af8988614d94b3f: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:32.458629  3712 raft_consensus.cc:1275] T fe6a8d3493e84f1aa5479a398c98cfbd P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Refusing update from remote peer 1c54b535b94844088af8988614d94b3f: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:32.458905  3404 raft_consensus.cc:1275] T fe6a8d3493e84f1aa5479a398c98cfbd P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Refusing update from remote peer 1c54b535b94844088af8988614d94b3f: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:32.460665  3974 consensus_queue.cc:1048] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [LEADER]: Connected to new peer: Peer: permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:32.462531  3925 consensus_queue.cc:1048] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:32.465824  3925 consensus_queue.cc:1048] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:32.484797  3925 raft_consensus.cc:2955] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { promote: false } } }
I20260608 12:41:32.490975  3712 raft_consensus.cc:2955] T fe6a8d3493e84f1aa5479a398c98cfbd P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { promote: false } } }
I20260608 12:41:32.502305  3713 raft_consensus.cc:1217] T fed134e9e5164d2a9656a637bfa833d7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260608 12:41:32.517366  3552 raft_consensus.cc:2955] T fe6a8d3493e84f1aa5479a398c98cfbd P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { promote: false } } }
I20260608 12:41:32.529219  3301 catalog_manager.cc:5696] T fe6a8d3493e84f1aa5479a398c98cfbd P 3ff9ccf1e6304b658084e5d1fc7c016d reported cstate change: config changed from index 2 to 3, 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "1c54b535b94844088af8988614d94b3f" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { promote: false } } }
I20260608 12:41:32.536746  3404 raft_consensus.cc:2955] T fe6a8d3493e84f1aa5479a398c98cfbd P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { promote: false } } }
I20260608 12:41:32.592614  3946 raft_consensus.cc:1064] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e: attempting to promote NON_VOTER 3ff9ccf1e6304b658084e5d1fc7c016d to VOTER
I20260608 12:41:32.595290  3946 consensus_queue.cc:237] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [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: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { replace: true } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } }
I20260608 12:41:32.598611  3479 consensus_queue.cc:237] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [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: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { promote: false } }
I20260608 12:41:32.605742  3552 raft_consensus.cc:1275] T fe6a8d3493e84f1aa5479a398c98cfbd P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Refusing update from remote peer 1c54b535b94844088af8988614d94b3f: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:32.607789  3925 consensus_queue.cc:1048] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:41:32.612429  3712 raft_consensus.cc:1275] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 LEARNER]: Refusing update from remote peer 1e0637c447ba4844b6cd2472e48e2f8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:32.614032  3945 consensus_queue.cc:1048] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:32.616863  3973 raft_consensus.cc:2955] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { promote: false } } }
I20260608 12:41:32.623937  3555 raft_consensus.cc:2955] T fe6a8d3493e84f1aa5479a398c98cfbd P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { promote: false } } }
I20260608 12:41:32.632182  3404 raft_consensus.cc:1275] T fe6a8d3493e84f1aa5479a398c98cfbd P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Refusing update from remote peer 1c54b535b94844088af8988614d94b3f: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:32.634863  3974 consensus_queue.cc:1048] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [LEADER]: Connected to new peer: Peer: permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:32.642063  3404 raft_consensus.cc:2955] T fe6a8d3493e84f1aa5479a398c98cfbd P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { promote: false } } }
I20260608 12:41:32.644865  3288 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet fe6a8d3493e84f1aa5479a398c98cfbd with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:32.646157  3479 raft_consensus.cc:1275] T 3345f706b73248898b6e7b0bbba79374 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Refusing update from remote peer 1e0637c447ba4844b6cd2472e48e2f8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:32.647271  3304 catalog_manager.cc:5696] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f reported cstate change: config changed from index 3 to 4, VOTER 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "1c54b535b94844088af8988614d94b3f" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:32.648540  3553 raft_consensus.cc:1275] T 3345f706b73248898b6e7b0bbba79374 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Refusing update from remote peer 1e0637c447ba4844b6cd2472e48e2f8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:32.659166  3946 consensus_queue.cc:1048] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:32.669835  3946 consensus_queue.cc:1048] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.002s
I20260608 12:41:32.673517  3699 tablet_service.cc:1558] Processing DeleteTablet for tablet fe6a8d3493e84f1aa5479a398c98cfbd with delete_type TABLET_DATA_TOMBSTONED (TS 3ff9ccf1e6304b658084e5d1fc7c016d not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:33980
I20260608 12:41:32.678138  3977 raft_consensus.cc:2955] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { replace: true } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:32.685597  3552 raft_consensus.cc:2955] T 3345f706b73248898b6e7b0bbba79374 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { replace: true } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:32.705364  3994 tablet_replica.cc:333] T fe6a8d3493e84f1aa5479a398c98cfbd P 3ff9ccf1e6304b658084e5d1fc7c016d: stopping tablet replica
I20260608 12:41:32.710798  3994 raft_consensus.cc:2243] T fe6a8d3493e84f1aa5479a398c98cfbd P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:32.711333  3479 raft_consensus.cc:2955] T 3345f706b73248898b6e7b0bbba79374 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { replace: true } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:32.722591  3994 raft_consensus.cc:2272] T fe6a8d3493e84f1aa5479a398c98cfbd P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:32.727687  3994 ts_tablet_manager.cc:1916] T fe6a8d3493e84f1aa5479a398c98cfbd P 3ff9ccf1e6304b658084e5d1fc7c016d: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:32.726441  3712 raft_consensus.cc:2955] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { replace: true } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:32.733459  3304 catalog_manager.cc:5696] T 3345f706b73248898b6e7b0bbba79374 P 5a65cd92fcde4ba2bc6cec83b54c9771 reported cstate change: config changed from index 2 to 3, 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } attrs { replace: true } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:32.756946  3994 ts_tablet_manager.cc:1929] T fe6a8d3493e84f1aa5479a398c98cfbd P 3ff9ccf1e6304b658084e5d1fc7c016d: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:41:32.757427  3994 log.cc:1199] T fe6a8d3493e84f1aa5479a398c98cfbd P 3ff9ccf1e6304b658084e5d1fc7c016d: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/ts-3-root/wals/fe6a8d3493e84f1aa5479a398c98cfbd
I20260608 12:41:32.759163  3289 catalog_manager.cc:5027] TS 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909): tablet fe6a8d3493e84f1aa5479a398c98cfbd (table range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]) successfully deleted
I20260608 12:41:32.768615  3404 consensus_queue.cc:237] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [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: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } }
I20260608 12:41:32.773826  3712 raft_consensus.cc:1275] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Refusing update from remote peer 1e0637c447ba4844b6cd2472e48e2f8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:32.774334  3479 raft_consensus.cc:1275] T 3345f706b73248898b6e7b0bbba79374 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Refusing update from remote peer 1e0637c447ba4844b6cd2472e48e2f8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:32.775733  3996 consensus_queue.cc:1048] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:32.776650  3945 consensus_queue.cc:1048] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:32.784767  3946 raft_consensus.cc:2955] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:32.794464  3288 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 3345f706b73248898b6e7b0bbba79374 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:32.797591  3712 raft_consensus.cc:2955] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:32.800307  3303 catalog_manager.cc:5696] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e reported cstate change: config changed from index 3 to 4, VOTER 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:32.800633  3481 raft_consensus.cc:2955] T 3345f706b73248898b6e7b0bbba79374 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:32.814836  3545 tablet_service.cc:1558] Processing DeleteTablet for tablet 3345f706b73248898b6e7b0bbba79374 with delete_type TABLET_DATA_TOMBSTONED (TS 5a65cd92fcde4ba2bc6cec83b54c9771 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:50966
I20260608 12:41:32.830505  3997 tablet_replica.cc:333] T 3345f706b73248898b6e7b0bbba79374 P 5a65cd92fcde4ba2bc6cec83b54c9771: stopping tablet replica
I20260608 12:41:32.831604  3997 raft_consensus.cc:2243] T 3345f706b73248898b6e7b0bbba79374 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:32.842386  3997 raft_consensus.cc:2272] T 3345f706b73248898b6e7b0bbba79374 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:32.846661  3997 ts_tablet_manager.cc:1916] T 3345f706b73248898b6e7b0bbba79374 P 5a65cd92fcde4ba2bc6cec83b54c9771: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:32.853557  3959 raft_consensus.cc:1064] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771: attempting to promote NON_VOTER 1c54b535b94844088af8988614d94b3f to VOTER
I20260608 12:41:32.855530  3959 consensus_queue.cc:237] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [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: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { promote: false } }
I20260608 12:41:32.869052  3997 ts_tablet_manager.cc:1929] T 3345f706b73248898b6e7b0bbba79374 P 5a65cd92fcde4ba2bc6cec83b54c9771: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:41:32.869602  3997 log.cc:1199] T 3345f706b73248898b6e7b0bbba79374 P 5a65cd92fcde4ba2bc6cec83b54c9771: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/ts-2-root/wals/3345f706b73248898b6e7b0bbba79374
I20260608 12:41:32.873009  3712 raft_consensus.cc:1275] T bc0c5dc529d744fda6ac213cc7c805af P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Refusing update from remote peer 5a65cd92fcde4ba2bc6cec83b54c9771: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:32.869829  3478 raft_consensus.cc:1275] T bc0c5dc529d744fda6ac213cc7c805af P 1c54b535b94844088af8988614d94b3f [term 1 LEARNER]: Refusing update from remote peer 5a65cd92fcde4ba2bc6cec83b54c9771: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:32.877103  3291 catalog_manager.cc:5027] TS 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747): tablet 3345f706b73248898b6e7b0bbba79374 (table range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]) successfully deleted
I20260608 12:41:32.876981  3978 consensus_queue.cc:1048] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:41:32.881994  3404 raft_consensus.cc:1275] T bc0c5dc529d744fda6ac213cc7c805af P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Refusing update from remote peer 5a65cd92fcde4ba2bc6cec83b54c9771: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:32.883070  3978 consensus_queue.cc:1048] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:32.884701  3980 consensus_queue.cc:1048] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:41:32.915302  3979 raft_consensus.cc:2955] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 1c54b535b94844088af8988614d94b3f (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { promote: false } } }
I20260608 12:41:32.930563  3404 raft_consensus.cc:2955] T bc0c5dc529d744fda6ac213cc7c805af P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 1c54b535b94844088af8988614d94b3f (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { promote: false } } }
I20260608 12:41:32.940553  3712 raft_consensus.cc:2955] T bc0c5dc529d744fda6ac213cc7c805af P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 1c54b535b94844088af8988614d94b3f (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { promote: false } } }
I20260608 12:41:32.943372  3300 catalog_manager.cc:5696] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 reported cstate change: config changed from index 2 to 3, 1c54b535b94844088af8988614d94b3f (127.0.107.194) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:32.937929  3478 raft_consensus.cc:2955] T bc0c5dc529d744fda6ac213cc7c805af P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 1c54b535b94844088af8988614d94b3f (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { promote: false } } }
I20260608 12:41:32.982621  3978 raft_consensus.cc:1064] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771: attempting to promote NON_VOTER 3ff9ccf1e6304b658084e5d1fc7c016d to VOTER
I20260608 12:41:32.988545  3552 consensus_queue.cc:237] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [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: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { promote: false } }
I20260608 12:41:32.985456  3978 consensus_queue.cc:237] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [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: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } }
I20260608 12:41:33.004601  3403 raft_consensus.cc:1275] T bc0c5dc529d744fda6ac213cc7c805af P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Refusing update from remote peer 5a65cd92fcde4ba2bc6cec83b54c9771: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:33.006964  3979 consensus_queue.cc:1048] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:33.008729  3478 raft_consensus.cc:1275] T bc0c5dc529d744fda6ac213cc7c805af P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Refusing update from remote peer 5a65cd92fcde4ba2bc6cec83b54c9771: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:33.011102  3980 consensus_queue.cc:1048] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:41:33.024626  3481 raft_consensus.cc:1275] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Refusing update from remote peer 5a65cd92fcde4ba2bc6cec83b54c9771: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:41:33.025067  3404 raft_consensus.cc:1275] T fed134e9e5164d2a9656a637bfa833d7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 2 FOLLOWER]: Refusing update from remote peer 5a65cd92fcde4ba2bc6cec83b54c9771: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:41:33.026705  3959 consensus_queue.cc:1048] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:33.027423  3712 raft_consensus.cc:1275] T fed134e9e5164d2a9656a637bfa833d7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 LEARNER]: Refusing update from remote peer 5a65cd92fcde4ba2bc6cec83b54c9771: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:41:33.028671  3979 consensus_queue.cc:1048] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:33.029552  3959 consensus_queue.cc:1048] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:33.031774  3980 raft_consensus.cc:2955] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { promote: false } } }
I20260608 12:41:33.040412  3481 raft_consensus.cc:2955] T bc0c5dc529d744fda6ac213cc7c805af P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { promote: false } } }
I20260608 12:41:33.052037  3404 raft_consensus.cc:2955] T bc0c5dc529d744fda6ac213cc7c805af P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { promote: false } } }
I20260608 12:41:33.063867  3291 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet bc0c5dc529d744fda6ac213cc7c805af with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:33.070725  3300 catalog_manager.cc:5696] T bc0c5dc529d744fda6ac213cc7c805af P 1c54b535b94844088af8988614d94b3f reported cstate change: config changed from index 3 to 4, VOTER 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { promote: false } } }
I20260608 12:41:33.083051  3979 raft_consensus.cc:2955] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:33.094389  3699 tablet_service.cc:1558] Processing DeleteTablet for tablet bc0c5dc529d744fda6ac213cc7c805af with delete_type TABLET_DATA_TOMBSTONED (TS 3ff9ccf1e6304b658084e5d1fc7c016d not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:33980
I20260608 12:41:33.095484  3994 tablet_replica.cc:333] T bc0c5dc529d744fda6ac213cc7c805af P 3ff9ccf1e6304b658084e5d1fc7c016d: stopping tablet replica
I20260608 12:41:33.096534  3994 raft_consensus.cc:2243] T bc0c5dc529d744fda6ac213cc7c805af P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:33.097329  3994 raft_consensus.cc:2272] T bc0c5dc529d744fda6ac213cc7c805af P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:33.100800  3994 ts_tablet_manager.cc:1916] T bc0c5dc529d744fda6ac213cc7c805af P 3ff9ccf1e6304b658084e5d1fc7c016d: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:33.100507  3403 raft_consensus.cc:2955] T fed134e9e5164d2a9656a637bfa833d7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:33.101624  3478 raft_consensus.cc:2955] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:33.107434  3300 catalog_manager.cc:5696] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 reported cstate change: config changed from index 3 to 4, 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:33.088271  3712 raft_consensus.cc:2955] T fed134e9e5164d2a9656a637bfa833d7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } attrs { replace: true } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:33.123236  3994 ts_tablet_manager.cc:1929] T bc0c5dc529d744fda6ac213cc7c805af P 3ff9ccf1e6304b658084e5d1fc7c016d: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:41:33.123785  3994 log.cc:1199] T bc0c5dc529d744fda6ac213cc7c805af P 3ff9ccf1e6304b658084e5d1fc7c016d: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/ts-3-root/wals/bc0c5dc529d744fda6ac213cc7c805af
I20260608 12:41:33.126513  3289 catalog_manager.cc:5027] TS 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909): tablet bc0c5dc529d744fda6ac213cc7c805af (table range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]) successfully deleted
I20260608 12:41:33.135663  3552 consensus_queue.cc:237] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [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: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } }
I20260608 12:41:33.146183  3403 raft_consensus.cc:1275] T fed134e9e5164d2a9656a637bfa833d7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 2 FOLLOWER]: Refusing update from remote peer 5a65cd92fcde4ba2bc6cec83b54c9771: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:41:33.146453  3712 raft_consensus.cc:1275] T fed134e9e5164d2a9656a637bfa833d7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Refusing update from remote peer 5a65cd92fcde4ba2bc6cec83b54c9771: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:41:33.148185  3980 consensus_queue.cc:1048] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:33.149206  3979 consensus_queue.cc:1048] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:33.157367  3978 raft_consensus.cc:2955] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 1c54b535b94844088af8988614d94b3f (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:33.160746  3712 raft_consensus.cc:2955] T fed134e9e5164d2a9656a637bfa833d7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 1c54b535b94844088af8988614d94b3f (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:33.168645  3291 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet fed134e9e5164d2a9656a637bfa833d7 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:33.175678  3300 catalog_manager.cc:5696] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 reported cstate change: config changed from index 4 to 5, VOTER 1c54b535b94844088af8988614d94b3f (127.0.107.194) evicted. New cstate: current_term: 2 leader_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:33.180454  3403 raft_consensus.cc:2955] T fed134e9e5164d2a9656a637bfa833d7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 1c54b535b94844088af8988614d94b3f (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } } }
I20260608 12:41:33.190671  3465 tablet_service.cc:1558] Processing DeleteTablet for tablet fed134e9e5164d2a9656a637bfa833d7 with delete_type TABLET_DATA_TOMBSTONED (TS 1c54b535b94844088af8988614d94b3f not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:51688
I20260608 12:41:33.193461  4006 tablet_replica.cc:333] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f: stopping tablet replica
I20260608 12:41:33.194666  4006 raft_consensus.cc:2243] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:33.195518  4006 raft_consensus.cc:2272] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:33.199159  4006 ts_tablet_manager.cc:1916] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:33.217299  4006 ts_tablet_manager.cc:1929] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260608 12:41:33.217738  4006 log.cc:1199] T fed134e9e5164d2a9656a637bfa833d7 P 1c54b535b94844088af8988614d94b3f: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922397207313-431-0/minicluster-data/ts-1-root/wals/fed134e9e5164d2a9656a637bfa833d7
I20260608 12:41:33.219761  3288 catalog_manager.cc:5027] TS 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127): tablet fed134e9e5164d2a9656a637bfa833d7 (table range_aware_rebalance_new_range [id=80171f4f938444a1a1113b9896e86708]) successfully deleted
I20260608 12:41:33.875403   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:33.917367   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:33.918362   431 tablet_replica.cc:333] T 3c7035f800a24a8cb89aca68cc01088c P 1e0637c447ba4844b6cd2472e48e2f8e: stopping tablet replica
I20260608 12:41:33.920629   431 raft_consensus.cc:2243] T 3c7035f800a24a8cb89aca68cc01088c P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:33.921226   431 raft_consensus.cc:2272] T 3c7035f800a24a8cb89aca68cc01088c P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:41:33.923712  3677 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]
I20260608 12:41:33.924619   431 tablet_replica.cc:333] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1e0637c447ba4844b6cd2472e48e2f8e: stopping tablet replica
I20260608 12:41:33.925611   431 raft_consensus.cc:2243] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:33.926945   431 raft_consensus.cc:2272] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:41:33.935130  3677 consensus_peers.cc:597] T 3c7035f800a24a8cb89aca68cc01088c P 3ff9ccf1e6304b658084e5d1fc7c016d -> Peer 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129): Couldn't send request to peer 1e0637c447ba4844b6cd2472e48e2f8e. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:33.936692   431 tablet_replica.cc:333] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e: stopping tablet replica
I20260608 12:41:33.942139   431 raft_consensus.cc:2243] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:33.942773   431 raft_consensus.cc:2272] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 1e0637c447ba4844b6cd2472e48e2f8e [term 2 FOLLOWER]: Raft consensus is shut down!
W20260608 12:41:33.944221  3444 consensus_peers.cc:597] T 28df50b4114c401d88eee62f8de5bbd4 P 1c54b535b94844088af8988614d94b3f -> Peer 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129): Couldn't send request to peer 1e0637c447ba4844b6cd2472e48e2f8e. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:33.945711   431 tablet_replica.cc:333] T fe6a8d3493e84f1aa5479a398c98cfbd P 1e0637c447ba4844b6cd2472e48e2f8e: stopping tablet replica
I20260608 12:41:33.946799   431 raft_consensus.cc:2243] T fe6a8d3493e84f1aa5479a398c98cfbd P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:33.947429   431 raft_consensus.cc:2272] T fe6a8d3493e84f1aa5479a398c98cfbd P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:33.950417   431 tablet_replica.cc:333] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1e0637c447ba4844b6cd2472e48e2f8e: stopping tablet replica
I20260608 12:41:33.951241   431 raft_consensus.cc:2243] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:33.951838   431 raft_consensus.cc:2272] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:33.954587   431 tablet_replica.cc:333] T bc0c5dc529d744fda6ac213cc7c805af P 1e0637c447ba4844b6cd2472e48e2f8e: stopping tablet replica
I20260608 12:41:33.955364   431 raft_consensus.cc:2243] T bc0c5dc529d744fda6ac213cc7c805af P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:33.956122   431 raft_consensus.cc:2272] T bc0c5dc529d744fda6ac213cc7c805af P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:33.959174   431 tablet_replica.cc:333] T e9f4d7287602496a923e7293513ab50b P 1e0637c447ba4844b6cd2472e48e2f8e: stopping tablet replica
I20260608 12:41:33.959933   431 raft_consensus.cc:2243] T e9f4d7287602496a923e7293513ab50b P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:33.960515   431 raft_consensus.cc:2272] T e9f4d7287602496a923e7293513ab50b P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:33.963316   431 tablet_replica.cc:333] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e: stopping tablet replica
I20260608 12:41:33.964089   431 raft_consensus.cc:2243] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:33.965165   431 raft_consensus.cc:2272] T 40af8bd277464c0c86baa03be99553fb P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:33.968281   431 tablet_replica.cc:333] T 28df50b4114c401d88eee62f8de5bbd4 P 1e0637c447ba4844b6cd2472e48e2f8e: stopping tablet replica
I20260608 12:41:33.969177   431 raft_consensus.cc:2243] T 28df50b4114c401d88eee62f8de5bbd4 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:33.969868   431 raft_consensus.cc:2272] T 28df50b4114c401d88eee62f8de5bbd4 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:33.973146   431 tablet_replica.cc:333] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e: stopping tablet replica
I20260608 12:41:33.973958   431 raft_consensus.cc:2243] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:33.974967   431 raft_consensus.cc:2272] T 3345f706b73248898b6e7b0bbba79374 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:33.977842   431 tablet_replica.cc:333] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e: stopping tablet replica
I20260608 12:41:33.978580   431 raft_consensus.cc:2243] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:33.979604   431 raft_consensus.cc:2272] T 170755a0695749408308f1a30172b725 P 1e0637c447ba4844b6cd2472e48e2f8e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:33.982506   431 tablet_replica.cc:333] T fed134e9e5164d2a9656a637bfa833d7 P 1e0637c447ba4844b6cd2472e48e2f8e: stopping tablet replica
I20260608 12:41:33.983191   431 raft_consensus.cc:2243] T fed134e9e5164d2a9656a637bfa833d7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:33.983975   431 raft_consensus.cc:2272] T fed134e9e5164d2a9656a637bfa833d7 P 1e0637c447ba4844b6cd2472e48e2f8e [term 2 FOLLOWER]: Raft consensus is shut down!
W20260608 12:41:34.064604  3518 consensus_peers.cc:597] T e9f4d7287602496a923e7293513ab50b P 5a65cd92fcde4ba2bc6cec83b54c9771 -> Peer 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129): Couldn't send request to peer 1e0637c447ba4844b6cd2472e48e2f8e. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44129: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:34.069001  3518 consensus_peers.cc:597] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 -> Peer 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129): Couldn't send request to peer 1e0637c447ba4844b6cd2472e48e2f8e. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44129: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:34.085717  3518 consensus_peers.cc:597] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 -> Peer 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129): Couldn't send request to peer 1e0637c447ba4844b6cd2472e48e2f8e. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44129: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:34.107473  3444 consensus_peers.cc:597] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f -> Peer 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129): Couldn't send request to peer 1e0637c447ba4844b6cd2472e48e2f8e. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44129: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:34.367852  3677 consensus_peers.cc:597] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 3ff9ccf1e6304b658084e5d1fc7c016d -> Peer 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129): Couldn't send request to peer 1e0637c447ba4844b6cd2472e48e2f8e. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44129: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:34.384727  3357 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
I20260608 12:41:34.396617  3357 auto_leader_rebalancer.cc:388] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 0
I20260608 12:41:34.397234  3357 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:41:34.466781  3677 consensus_peers.cc:597] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d -> Peer 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129): Couldn't send request to peer 1e0637c447ba4844b6cd2472e48e2f8e. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:44129: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:34.925397  3933 raft_consensus.cc:493] T 40af8bd277464c0c86baa03be99553fb P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 1e0637c447ba4844b6cd2472e48e2f8e)
I20260608 12:41:34.925988  3933 raft_consensus.cc:515] T 40af8bd277464c0c86baa03be99553fb P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } }
I20260608 12:41:34.928056  3933 leader_election.cc:290] T 40af8bd277464c0c86baa03be99553fb P 3ff9ccf1e6304b658084e5d1fc7c016d [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129), 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747)
I20260608 12:41:34.929313  3552 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40af8bd277464c0c86baa03be99553fb" candidate_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: false dest_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" is_pre_election: true
W20260608 12:41:34.932729  3677 leader_election.cc:336] T 40af8bd277464c0c86baa03be99553fb P 3ff9ccf1e6304b658084e5d1fc7c016d [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129): Network error: Client connection negotiation failed: client connection to 127.0.107.193:44129: connect: Connection refused (error 111)
I20260608 12:41:34.933177  3677 leader_election.cc:304] T 40af8bd277464c0c86baa03be99553fb P 3ff9ccf1e6304b658084e5d1fc7c016d [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: 3ff9ccf1e6304b658084e5d1fc7c016d; no voters: 1e0637c447ba4844b6cd2472e48e2f8e, 5a65cd92fcde4ba2bc6cec83b54c9771
I20260608 12:41:34.933866  3933 raft_consensus.cc:2749] T 40af8bd277464c0c86baa03be99553fb P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260608 12:41:35.025126   431 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 3427)
I20260608 12:41:35.229096  4017 raft_consensus.cc:493] T 170755a0695749408308f1a30172b725 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 1e0637c447ba4844b6cd2472e48e2f8e)
I20260608 12:41:35.229661  4017 raft_consensus.cc:515] T 170755a0695749408308f1a30172b725 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } }
I20260608 12:41:35.231853  4017 leader_election.cc:290] T 170755a0695749408308f1a30172b725 P 3ff9ccf1e6304b658084e5d1fc7c016d [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127), 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129)
I20260608 12:41:35.232528  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "170755a0695749408308f1a30172b725" candidate_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: false dest_uuid: "1c54b535b94844088af8988614d94b3f" is_pre_election: true
W20260608 12:41:35.237035  3677 leader_election.cc:336] T 170755a0695749408308f1a30172b725 P 3ff9ccf1e6304b658084e5d1fc7c016d [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129): Network error: Client connection negotiation failed: client connection to 127.0.107.193:44129: connect: Connection refused (error 111)
I20260608 12:41:35.237560  3677 leader_election.cc:304] T 170755a0695749408308f1a30172b725 P 3ff9ccf1e6304b658084e5d1fc7c016d [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: 3ff9ccf1e6304b658084e5d1fc7c016d; no voters: 1c54b535b94844088af8988614d94b3f, 1e0637c447ba4844b6cd2472e48e2f8e
I20260608 12:41:35.238278  4017 raft_consensus.cc:2749] T 170755a0695749408308f1a30172b725 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:41:35.246327  4013 raft_consensus.cc:493] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 1e0637c447ba4844b6cd2472e48e2f8e)
I20260608 12:41:35.246919  4013 raft_consensus.cc:515] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } }
I20260608 12:41:35.248986  4013 leader_election.cc:290] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129), 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909)
I20260608 12:41:35.250378  3712 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "170755a0695749408308f1a30172b725" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: false dest_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" is_pre_election: true
I20260608 12:41:35.251056  3712 raft_consensus.cc:2468] T 170755a0695749408308f1a30172b725 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1c54b535b94844088af8988614d94b3f in term 1.
I20260608 12:41:35.253336  3445 leader_election.cc:304] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [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: 1c54b535b94844088af8988614d94b3f, 3ff9ccf1e6304b658084e5d1fc7c016d; no voters: 
W20260608 12:41:35.254679  3444 leader_election.cc:336] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129): Network error: Client connection negotiation failed: client connection to 127.0.107.193:44129: connect: Connection refused (error 111)
I20260608 12:41:35.255447  4013 raft_consensus.cc:2804] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:41:35.255911  4013 raft_consensus.cc:493] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Starting leader election (detected failure of leader 1e0637c447ba4844b6cd2472e48e2f8e)
I20260608 12:41:35.256356  4013 raft_consensus.cc:3060] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:35.261636  4013 raft_consensus.cc:515] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Starting leader election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } }
I20260608 12:41:35.263340  4013 leader_election.cc:290] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 2 election: Requested vote from peers 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129), 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909)
I20260608 12:41:35.264386  3712 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "170755a0695749408308f1a30172b725" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: false dest_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d"
I20260608 12:41:35.264523  4013 raft_consensus.cc:493] T 3345f706b73248898b6e7b0bbba79374 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 1e0637c447ba4844b6cd2472e48e2f8e)
I20260608 12:41:35.264972  3712 raft_consensus.cc:3060] T 170755a0695749408308f1a30172b725 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:35.265113  4013 raft_consensus.cc:515] T 3345f706b73248898b6e7b0bbba79374 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } }
I20260608 12:41:35.268276  4013 leader_election.cc:290] T 3345f706b73248898b6e7b0bbba79374 P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129), 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909)
I20260608 12:41:35.268484  3713 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3345f706b73248898b6e7b0bbba79374" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: false dest_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" is_pre_election: true
W20260608 12:41:35.268656  3444 leader_election.cc:336] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129): Network error: Client connection negotiation failed: client connection to 127.0.107.193:44129: connect: Connection refused (error 111)
W20260608 12:41:35.271727  3444 leader_election.cc:336] T 3345f706b73248898b6e7b0bbba79374 P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129): Network error: Client connection negotiation failed: client connection to 127.0.107.193:44129: connect: Connection refused (error 111)
I20260608 12:41:35.272261  3444 leader_election.cc:304] T 3345f706b73248898b6e7b0bbba79374 P 1c54b535b94844088af8988614d94b3f [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: 1c54b535b94844088af8988614d94b3f; no voters: 1e0637c447ba4844b6cd2472e48e2f8e, 3ff9ccf1e6304b658084e5d1fc7c016d
I20260608 12:41:35.272959  4013 raft_consensus.cc:2749] T 3345f706b73248898b6e7b0bbba79374 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:41:35.272138  3712 raft_consensus.cc:2468] T 170755a0695749408308f1a30172b725 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1c54b535b94844088af8988614d94b3f in term 2.
I20260608 12:41:35.274217  3445 leader_election.cc:304] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [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: 1c54b535b94844088af8988614d94b3f, 3ff9ccf1e6304b658084e5d1fc7c016d; no voters: 1e0637c447ba4844b6cd2472e48e2f8e
I20260608 12:41:35.275286  4020 raft_consensus.cc:2804] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:35.275718  4020 raft_consensus.cc:697] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [term 2 LEADER]: Becoming Leader. State: Replica: 1c54b535b94844088af8988614d94b3f, State: Running, Role: LEADER
I20260608 12:41:35.276499  4020 consensus_queue.cc:237] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [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: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } }
I20260608 12:41:35.280432   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:35.285606  3300 catalog_manager.cc:5696] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f reported cstate change: term changed from 1 to 2, leader changed from 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193) to 1c54b535b94844088af8988614d94b3f (127.0.107.194). New cstate: current_term: 2 leader_uuid: "1c54b535b94844088af8988614d94b3f" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:35.287472  4017 raft_consensus.cc:493] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 1e0637c447ba4844b6cd2472e48e2f8e)
I20260608 12:41:35.287955  4017 raft_consensus.cc:515] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } }
I20260608 12:41:35.290431  4017 leader_election.cc:290] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129), 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127)
I20260608 12:41:35.292404  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3345f706b73248898b6e7b0bbba79374" candidate_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: false dest_uuid: "1c54b535b94844088af8988614d94b3f" is_pre_election: true
I20260608 12:41:35.293053  3481 raft_consensus.cc:2468] T 3345f706b73248898b6e7b0bbba79374 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3ff9ccf1e6304b658084e5d1fc7c016d in term 1.
I20260608 12:41:35.294934  3677 leader_election.cc:304] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d [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: 1c54b535b94844088af8988614d94b3f, 3ff9ccf1e6304b658084e5d1fc7c016d; no voters: 
I20260608 12:41:35.295936  4017 raft_consensus.cc:2804] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:41:35.296320  4017 raft_consensus.cc:493] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Starting leader election (detected failure of leader 1e0637c447ba4844b6cd2472e48e2f8e)
I20260608 12:41:35.296648  4017 raft_consensus.cc:3060] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:41:35.301992  3677 leader_election.cc:336] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129): Network error: Client connection negotiation failed: client connection to 127.0.107.193:44129: connect: Connection refused (error 111)
I20260608 12:41:35.301663  4017 raft_consensus.cc:515] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Starting leader election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } }
I20260608 12:41:35.304384  4017 leader_election.cc:290] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d [CANDIDATE]: Term 2 election: Requested vote from peers 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129), 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127)
I20260608 12:41:35.307685  3481 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3345f706b73248898b6e7b0bbba79374" candidate_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: false dest_uuid: "1c54b535b94844088af8988614d94b3f"
I20260608 12:41:35.308532  3481 raft_consensus.cc:3060] T 3345f706b73248898b6e7b0bbba79374 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:35.309165  4020 raft_consensus.cc:493] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 1e0637c447ba4844b6cd2472e48e2f8e)
I20260608 12:41:35.309775  4020 raft_consensus.cc:515] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } }
I20260608 12:41:35.312245  4020 leader_election.cc:290] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909), 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129)
I20260608 12:41:35.313100  3712 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b60c9826b9f640bfbbe8755cc4a2a0d6" candidate_uuid: "1c54b535b94844088af8988614d94b3f" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" is_pre_election: true
W20260608 12:41:35.315261  3677 leader_election.cc:336] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129): Network error: Client connection negotiation failed: client connection to 127.0.107.193:44129: connect: Connection refused (error 111)
I20260608 12:41:35.319736  3481 raft_consensus.cc:2468] T 3345f706b73248898b6e7b0bbba79374 P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3ff9ccf1e6304b658084e5d1fc7c016d in term 2.
W20260608 12:41:35.320640  3444 leader_election.cc:336] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1c54b535b94844088af8988614d94b3f [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129): Network error: Client connection negotiation failed: client connection to 127.0.107.193:44129: connect: Connection refused (error 111)
I20260608 12:41:35.321153  3444 leader_election.cc:304] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1c54b535b94844088af8988614d94b3f [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: 1c54b535b94844088af8988614d94b3f; no voters: 1e0637c447ba4844b6cd2472e48e2f8e, 3ff9ccf1e6304b658084e5d1fc7c016d
I20260608 12:41:35.321195  3677 leader_election.cc:304] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d [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: 1c54b535b94844088af8988614d94b3f, 3ff9ccf1e6304b658084e5d1fc7c016d; no voters: 1e0637c447ba4844b6cd2472e48e2f8e
I20260608 12:41:35.322110  4020 raft_consensus.cc:2749] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:41:35.322613  4017 raft_consensus.cc:2804] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:35.323205  4017 raft_consensus.cc:697] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 LEADER]: Becoming Leader. State: Replica: 3ff9ccf1e6304b658084e5d1fc7c016d, State: Running, Role: LEADER
I20260608 12:41:35.324074  4017 consensus_queue.cc:237] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d [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: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } }
I20260608 12:41:35.332401   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:35.336723  3300 catalog_manager.cc:5696] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d reported cstate change: term changed from 1 to 2, leader changed from 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193) to 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196). New cstate: current_term: 2 leader_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:35.362344   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:35.363078   431 tablet_replica.cc:333] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1c54b535b94844088af8988614d94b3f: stopping tablet replica
I20260608 12:41:35.363740   431 raft_consensus.cc:2243] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.364214   431 raft_consensus.cc:2272] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.366128   431 tablet_replica.cc:333] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f: stopping tablet replica
I20260608 12:41:35.366649   431 raft_consensus.cc:2243] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [term 3 LEADER]: Raft consensus shutting down.
I20260608 12:41:35.367347   431 raft_consensus.cc:2272] T 35184673a7ca44e59c0267287fc1552e P 1c54b535b94844088af8988614d94b3f [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.369117   431 tablet_replica.cc:333] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f: stopping tablet replica
I20260608 12:41:35.369745   431 raft_consensus.cc:2243] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:35.370548   431 raft_consensus.cc:2272] T fe6a8d3493e84f1aa5479a398c98cfbd P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.372323   431 tablet_replica.cc:333] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f: stopping tablet replica
I20260608 12:41:35.372880   431 raft_consensus.cc:2243] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.373391   431 raft_consensus.cc:2272] T 8bca4e33dcc14962a71108cb4e0af4a7 P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.375126   431 tablet_replica.cc:333] T 28df50b4114c401d88eee62f8de5bbd4 P 1c54b535b94844088af8988614d94b3f: stopping tablet replica
I20260608 12:41:35.375618   431 raft_consensus.cc:2243] T 28df50b4114c401d88eee62f8de5bbd4 P 1c54b535b94844088af8988614d94b3f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:35.376255   431 raft_consensus.cc:2272] T 28df50b4114c401d88eee62f8de5bbd4 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.378325   431 tablet_replica.cc:333] T 318f562fc65b433696a541217aebf979 P 1c54b535b94844088af8988614d94b3f: stopping tablet replica
I20260608 12:41:35.378858   431 raft_consensus.cc:2243] T 318f562fc65b433696a541217aebf979 P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.379244   431 raft_consensus.cc:2272] T 318f562fc65b433696a541217aebf979 P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.381062   431 tablet_replica.cc:333] T e9f4d7287602496a923e7293513ab50b P 1c54b535b94844088af8988614d94b3f: stopping tablet replica
I20260608 12:41:35.381517   431 raft_consensus.cc:2243] T e9f4d7287602496a923e7293513ab50b P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.381947   431 raft_consensus.cc:2272] T e9f4d7287602496a923e7293513ab50b P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.383733   431 tablet_replica.cc:333] T 3345f706b73248898b6e7b0bbba79374 P 1c54b535b94844088af8988614d94b3f: stopping tablet replica
I20260608 12:41:35.384291   431 raft_consensus.cc:2243] T 3345f706b73248898b6e7b0bbba79374 P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.384868   431 raft_consensus.cc:2272] T 3345f706b73248898b6e7b0bbba79374 P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.386637   431 tablet_replica.cc:333] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f: stopping tablet replica
I20260608 12:41:35.387148   431 raft_consensus.cc:2243] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:41:35.387825   431 pending_rounds.cc:70] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f: Trying to abort 1 pending ops.
I20260608 12:41:35.388002   431 pending_rounds.cc:77] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f: Aborting op as it isn't in flight: id { term: 2 index: 5 } timestamp: 7294658540660781056 op_type: NO_OP noop_request { }
I20260608 12:41:35.388315   431 raft_consensus.cc:2889] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [term 2 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:35.388638   431 raft_consensus.cc:2272] T 170755a0695749408308f1a30172b725 P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.390677   431 tablet_replica.cc:333] T 114f921b1fc74e46b9817d8c0d518bc6 P 1c54b535b94844088af8988614d94b3f: stopping tablet replica
I20260608 12:41:35.391228   431 raft_consensus.cc:2243] T 114f921b1fc74e46b9817d8c0d518bc6 P 1c54b535b94844088af8988614d94b3f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:35.392406   431 raft_consensus.cc:2272] T 114f921b1fc74e46b9817d8c0d518bc6 P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.394129   431 tablet_replica.cc:333] T bc0c5dc529d744fda6ac213cc7c805af P 1c54b535b94844088af8988614d94b3f: stopping tablet replica
I20260608 12:41:35.394560   431 raft_consensus.cc:2243] T bc0c5dc529d744fda6ac213cc7c805af P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.394920   431 raft_consensus.cc:2272] T bc0c5dc529d744fda6ac213cc7c805af P 1c54b535b94844088af8988614d94b3f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.396389   431 tablet_replica.cc:333] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f: stopping tablet replica
I20260608 12:41:35.396790   431 raft_consensus.cc:2243] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.397157   431 raft_consensus.cc:2272] T 60468640e7f345da948d5d485d7a9ba7 P 1c54b535b94844088af8988614d94b3f [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.425019  4017 raft_consensus.cc:493] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 1e0637c447ba4844b6cd2472e48e2f8e)
I20260608 12:41:35.425770  4017 raft_consensus.cc:515] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } } peers { permanent_uuid: "1c54b535b94844088af8988614d94b3f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43127 } } peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } }
W20260608 12:41:35.427066  3677 consensus_peers.cc:597] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d -> Peer 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127): Couldn't send request to peer 1c54b535b94844088af8988614d94b3f. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:43127: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:35.427976  4017 leader_election.cc:290] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 3ff9ccf1e6304b658084e5d1fc7c016d [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127), 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129)
W20260608 12:41:35.433624  3677 leader_election.cc:336] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 3ff9ccf1e6304b658084e5d1fc7c016d [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127): Network error: Client connection negotiation failed: client connection to 127.0.107.194:43127: connect: Connection refused (error 111)
W20260608 12:41:35.434401  3677 leader_election.cc:336] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 3ff9ccf1e6304b658084e5d1fc7c016d [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129): Network error: Client connection negotiation failed: client connection to 127.0.107.193:44129: connect: Connection refused (error 111)
I20260608 12:41:35.434825  3677 leader_election.cc:304] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 3ff9ccf1e6304b658084e5d1fc7c016d [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: 3ff9ccf1e6304b658084e5d1fc7c016d; no voters: 1c54b535b94844088af8988614d94b3f, 1e0637c447ba4844b6cd2472e48e2f8e
I20260608 12:41:35.435600  4017 raft_consensus.cc:2749] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:41:35.451479   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:35.452526  4019 raft_consensus.cc:493] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 1e0637c447ba4844b6cd2472e48e2f8e)
I20260608 12:41:35.453148  4019 raft_consensus.cc:515] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } }
I20260608 12:41:35.455016  4019 leader_election.cc:290] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129), 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909)
I20260608 12:41:35.456386  3712 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40af8bd277464c0c86baa03be99553fb" candidate_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: false dest_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" is_pre_election: true
I20260608 12:41:35.456976  3712 raft_consensus.cc:2468] T 40af8bd277464c0c86baa03be99553fb P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5a65cd92fcde4ba2bc6cec83b54c9771 in term 1.
I20260608 12:41:35.458186  3519 leader_election.cc:304] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 [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: 3ff9ccf1e6304b658084e5d1fc7c016d, 5a65cd92fcde4ba2bc6cec83b54c9771; no voters: 
I20260608 12:41:35.458971  4019 raft_consensus.cc:2804] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Leader pre-election won for term 2
W20260608 12:41:35.459159  3518 leader_election.cc:336] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129): Network error: Client connection negotiation failed: client connection to 127.0.107.193:44129: connect: Connection refused (error 111)
I20260608 12:41:35.459491  4019 raft_consensus.cc:493] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 1e0637c447ba4844b6cd2472e48e2f8e)
I20260608 12:41:35.459964  4019 raft_consensus.cc:3060] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:35.467552  4019 raft_consensus.cc:515] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 2 FOLLOWER]: Starting leader election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } }
I20260608 12:41:35.470007  4019 leader_election.cc:290] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 [CANDIDATE]: Term 2 election: Requested vote from peers 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129), 3ff9ccf1e6304b658084e5d1fc7c016d (127.0.107.196:43909)
I20260608 12:41:35.471280  3712 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "40af8bd277464c0c86baa03be99553fb" candidate_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: false dest_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d"
I20260608 12:41:35.471886  3712 raft_consensus.cc:3060] T 40af8bd277464c0c86baa03be99553fb P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:41:35.474046  3518 leader_election.cc:336] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193:44129): Network error: Client connection negotiation failed: client connection to 127.0.107.193:44129: connect: Connection refused (error 111)
I20260608 12:41:35.479054  3712 raft_consensus.cc:2468] T 40af8bd277464c0c86baa03be99553fb P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5a65cd92fcde4ba2bc6cec83b54c9771 in term 2.
I20260608 12:41:35.480350  3519 leader_election.cc:304] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 [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: 3ff9ccf1e6304b658084e5d1fc7c016d, 5a65cd92fcde4ba2bc6cec83b54c9771; no voters: 1e0637c447ba4844b6cd2472e48e2f8e
I20260608 12:41:35.481102  4019 raft_consensus.cc:2804] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:35.482208  4019 raft_consensus.cc:697] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 2 LEADER]: Becoming Leader. State: Replica: 5a65cd92fcde4ba2bc6cec83b54c9771, State: Running, Role: LEADER
I20260608 12:41:35.483247  4019 consensus_queue.cc:237] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 [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: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } }
I20260608 12:41:35.491647   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:35.492341  3300 catalog_manager.cc:5696] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 reported cstate change: term changed from 1 to 2, leader changed from 1e0637c447ba4844b6cd2472e48e2f8e (127.0.107.193) to 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195). New cstate: current_term: 2 leader_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1e0637c447ba4844b6cd2472e48e2f8e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44129 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5a65cd92fcde4ba2bc6cec83b54c9771" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46747 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3ff9ccf1e6304b658084e5d1fc7c016d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 43909 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
W20260608 12:41:35.501863  3677 consensus_peers.cc:597] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d -> Peer 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127): Couldn't send request to peer 1c54b535b94844088af8988614d94b3f. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:43127: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:35.502255  3518 consensus_peers.cc:597] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771 -> Peer 1c54b535b94844088af8988614d94b3f (127.0.107.194:43127): Couldn't send request to peer 1c54b535b94844088af8988614d94b3f. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:43127: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:35.509636  3680 consensus_peers.cc:597] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d -> Peer 5a65cd92fcde4ba2bc6cec83b54c9771 (127.0.107.195:46747): Couldn't send request to peer 5a65cd92fcde4ba2bc6cec83b54c9771. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:35.525107   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:35.525936   431 tablet_replica.cc:333] T fe6a8d3493e84f1aa5479a398c98cfbd P 5a65cd92fcde4ba2bc6cec83b54c9771: stopping tablet replica
I20260608 12:41:35.526535   431 raft_consensus.cc:2243] T fe6a8d3493e84f1aa5479a398c98cfbd P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.527071   431 raft_consensus.cc:2272] T fe6a8d3493e84f1aa5479a398c98cfbd P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.528873   431 tablet_replica.cc:333] T 3c7035f800a24a8cb89aca68cc01088c P 5a65cd92fcde4ba2bc6cec83b54c9771: stopping tablet replica
I20260608 12:41:35.529429   431 raft_consensus.cc:2243] T 3c7035f800a24a8cb89aca68cc01088c P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.529953   431 raft_consensus.cc:2272] T 3c7035f800a24a8cb89aca68cc01088c P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.532874   431 tablet_replica.cc:333] T 35184673a7ca44e59c0267287fc1552e P 5a65cd92fcde4ba2bc6cec83b54c9771: stopping tablet replica
I20260608 12:41:35.533713   431 raft_consensus.cc:2243] T 35184673a7ca44e59c0267287fc1552e P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.534291   431 raft_consensus.cc:2272] T 35184673a7ca44e59c0267287fc1552e P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.536731   431 tablet_replica.cc:333] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 5a65cd92fcde4ba2bc6cec83b54c9771: stopping tablet replica
I20260608 12:41:35.537470   431 raft_consensus.cc:2243] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.538039   431 raft_consensus.cc:2272] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.540334   431 tablet_replica.cc:333] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771: stopping tablet replica
I20260608 12:41:35.540850   431 raft_consensus.cc:2243] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:41:35.541612   431 raft_consensus.cc:2272] T 60468640e7f345da948d5d485d7a9ba7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.543465   431 tablet_replica.cc:333] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771: stopping tablet replica
I20260608 12:41:35.544035   431 raft_consensus.cc:2243] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:35.544811   431 raft_consensus.cc:2272] T bc0c5dc529d744fda6ac213cc7c805af P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.546597   431 tablet_replica.cc:333] T e9f4d7287602496a923e7293513ab50b P 5a65cd92fcde4ba2bc6cec83b54c9771: stopping tablet replica
I20260608 12:41:35.547116   431 raft_consensus.cc:2243] T e9f4d7287602496a923e7293513ab50b P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:35.547870   431 raft_consensus.cc:2272] T e9f4d7287602496a923e7293513ab50b P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.549674   431 tablet_replica.cc:333] T 114f921b1fc74e46b9817d8c0d518bc6 P 5a65cd92fcde4ba2bc6cec83b54c9771: stopping tablet replica
I20260608 12:41:35.550220   431 raft_consensus.cc:2243] T 114f921b1fc74e46b9817d8c0d518bc6 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.550632   431 raft_consensus.cc:2272] T 114f921b1fc74e46b9817d8c0d518bc6 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.552357   431 tablet_replica.cc:333] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771: stopping tablet replica
I20260608 12:41:35.552893   431 raft_consensus.cc:2243] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:41:35.553514   431 pending_rounds.cc:70] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771: Trying to abort 1 pending ops.
I20260608 12:41:35.553735   431 pending_rounds.cc:77] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771: Aborting op as it isn't in flight: id { term: 2 index: 5 } timestamp: 7294658541509439488 op_type: NO_OP noop_request { }
I20260608 12:41:35.554085   431 raft_consensus.cc:2889] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 2 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:35.554387   431 raft_consensus.cc:2272] T 40af8bd277464c0c86baa03be99553fb P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.556531   431 tablet_replica.cc:333] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771: stopping tablet replica
I20260608 12:41:35.557041   431 raft_consensus.cc:2243] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.557463   431 raft_consensus.cc:2272] T 318f562fc65b433696a541217aebf979 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.559409   431 tablet_replica.cc:333] T 28df50b4114c401d88eee62f8de5bbd4 P 5a65cd92fcde4ba2bc6cec83b54c9771: stopping tablet replica
I20260608 12:41:35.559994   431 raft_consensus.cc:2243] T 28df50b4114c401d88eee62f8de5bbd4 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.560427   431 raft_consensus.cc:2272] T 28df50b4114c401d88eee62f8de5bbd4 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.562495   431 tablet_replica.cc:333] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771: stopping tablet replica
I20260608 12:41:35.562980   431 raft_consensus.cc:2243] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:41:35.563721   431 raft_consensus.cc:2272] T fed134e9e5164d2a9656a637bfa833d7 P 5a65cd92fcde4ba2bc6cec83b54c9771 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.600620   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:35.626478   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:41:35.649333   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:35.650038   431 tablet_replica.cc:333] T fed134e9e5164d2a9656a637bfa833d7 P 3ff9ccf1e6304b658084e5d1fc7c016d: stopping tablet replica
I20260608 12:41:35.650615   431 raft_consensus.cc:2243] T fed134e9e5164d2a9656a637bfa833d7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.651111   431 raft_consensus.cc:2272] T fed134e9e5164d2a9656a637bfa833d7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.652877   431 tablet_replica.cc:333] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d: stopping tablet replica
I20260608 12:41:35.653414   431 raft_consensus.cc:2243] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:41:35.654072   431 pending_rounds.cc:70] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d: Trying to abort 1 pending ops.
I20260608 12:41:35.654273   431 pending_rounds.cc:77] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d: Aborting op as it isn't in flight: id { term: 2 index: 5 } timestamp: 7294658540858671104 op_type: NO_OP noop_request { }
I20260608 12:41:35.654543   431 raft_consensus.cc:2889] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:35.654814   431 raft_consensus.cc:2272] T 3345f706b73248898b6e7b0bbba79374 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.656771   431 tablet_replica.cc:333] T 40af8bd277464c0c86baa03be99553fb P 3ff9ccf1e6304b658084e5d1fc7c016d: stopping tablet replica
I20260608 12:41:35.657321   431 raft_consensus.cc:2243] T 40af8bd277464c0c86baa03be99553fb P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.657884   431 raft_consensus.cc:2272] T 40af8bd277464c0c86baa03be99553fb P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.659547   431 tablet_replica.cc:333] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d: stopping tablet replica
I20260608 12:41:35.660082   431 raft_consensus.cc:2243] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:41:35.660800   431 raft_consensus.cc:2272] T 318f562fc65b433696a541217aebf979 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.662612   431 tablet_replica.cc:333] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 3ff9ccf1e6304b658084e5d1fc7c016d: stopping tablet replica
I20260608 12:41:35.663156   431 raft_consensus.cc:2243] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.663559   431 raft_consensus.cc:2272] T b60c9826b9f640bfbbe8755cc4a2a0d6 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.665259   431 tablet_replica.cc:333] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 3ff9ccf1e6304b658084e5d1fc7c016d: stopping tablet replica
I20260608 12:41:35.665858   431 raft_consensus.cc:2243] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:41:35.666571   431 raft_consensus.cc:2272] T 5f56b8c6bebf48e7894f0a64e9d1d841 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.668181   431 tablet_replica.cc:333] T 35184673a7ca44e59c0267287fc1552e P 3ff9ccf1e6304b658084e5d1fc7c016d: stopping tablet replica
I20260608 12:41:35.668674   431 raft_consensus.cc:2243] T 35184673a7ca44e59c0267287fc1552e P 3ff9ccf1e6304b658084e5d1fc7c016d [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.669072   431 raft_consensus.cc:2272] T 35184673a7ca44e59c0267287fc1552e P 3ff9ccf1e6304b658084e5d1fc7c016d [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.670751   431 tablet_replica.cc:333] T 60468640e7f345da948d5d485d7a9ba7 P 3ff9ccf1e6304b658084e5d1fc7c016d: stopping tablet replica
I20260608 12:41:35.671228   431 raft_consensus.cc:2243] T 60468640e7f345da948d5d485d7a9ba7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.671694   431 raft_consensus.cc:2272] T 60468640e7f345da948d5d485d7a9ba7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.673280   431 tablet_replica.cc:333] T 170755a0695749408308f1a30172b725 P 3ff9ccf1e6304b658084e5d1fc7c016d: stopping tablet replica
I20260608 12:41:35.673759   431 raft_consensus.cc:2243] T 170755a0695749408308f1a30172b725 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.674271   431 raft_consensus.cc:2272] T 170755a0695749408308f1a30172b725 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.675835   431 tablet_replica.cc:333] T 3c7035f800a24a8cb89aca68cc01088c P 3ff9ccf1e6304b658084e5d1fc7c016d: stopping tablet replica
I20260608 12:41:35.676317   431 raft_consensus.cc:2243] T 3c7035f800a24a8cb89aca68cc01088c P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:35.677016   431 raft_consensus.cc:2272] T 3c7035f800a24a8cb89aca68cc01088c P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.678733   431 tablet_replica.cc:333] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d: stopping tablet replica
I20260608 12:41:35.679203   431 raft_consensus.cc:2243] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:41:35.679858   431 raft_consensus.cc:2272] T 8bca4e33dcc14962a71108cb4e0af4a7 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.681432   431 tablet_replica.cc:333] T 114f921b1fc74e46b9817d8c0d518bc6 P 3ff9ccf1e6304b658084e5d1fc7c016d: stopping tablet replica
I20260608 12:41:35.681936   431 raft_consensus.cc:2243] T 114f921b1fc74e46b9817d8c0d518bc6 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.682330   431 raft_consensus.cc:2272] T 114f921b1fc74e46b9817d8c0d518bc6 P 3ff9ccf1e6304b658084e5d1fc7c016d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.714263   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:41:35.737895   431 master.cc:562] Master@127.0.107.254:42315 shutting down...
I20260608 12:41:35.759179   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 7be92e23ca7443ed9002d10c0e3f5bcc [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:35.759758   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 7be92e23ca7443ed9002d10c0e3f5bcc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.760133   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 7be92e23ca7443ed9002d10c0e3f5bcc: stopping tablet replica
I20260608 12:41:35.780105   431 master.cc:584] Master@127.0.107.254:42315 shutdown complete.
[       OK ] AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas (13930 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne
I20260608 12:41:35.831264   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:35669
I20260608 12:41:35.832417   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:35.838266  4030 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:35.839246  4031 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:35.839957  4033 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:35.840585   431 server_base.cc:1061] running on GCE node
I20260608 12:41:35.841543   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:35.841742   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:35.842286   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922495842269 us; error 0 us; skew 500 ppm
I20260608 12:41:35.842811   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:35.845557   431 webserver.cc:533] Webserver started at http://127.0.107.254:34919/ using document root <none> and password file <none>
I20260608 12:41:35.846103   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:35.846313   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:35.846695   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:35.848188   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922397207313-431-0/minicluster-data/master-0-root/instance:
uuid: "3ca0bd77e64b424cbacb4a85991e03a8"
format_stamp: "Formatted at 2026-06-08 12:41:35 on dist-test-slave-1zds"
I20260608 12:41:35.853175   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260608 12:41:35.856791  4038 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:35.857594   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:35.857928   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922397207313-431-0/minicluster-data/master-0-root
uuid: "3ca0bd77e64b424cbacb4a85991e03a8"
format_stamp: "Formatted at 2026-06-08 12:41:35 on dist-test-slave-1zds"
I20260608 12:41:35.858199   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922397207313-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922397207313-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922397207313-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:35.874919   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:35.876147   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:35.916339   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:35669
I20260608 12:41:35.916474  4089 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:35669 every 8 connection(s)
I20260608 12:41:35.920630  4090 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:35.930502  4090 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3ca0bd77e64b424cbacb4a85991e03a8: Bootstrap starting.
I20260608 12:41:35.935161  4090 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3ca0bd77e64b424cbacb4a85991e03a8: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:35.939628  4090 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3ca0bd77e64b424cbacb4a85991e03a8: No bootstrap required, opened a new log
I20260608 12:41:35.941772  4090 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3ca0bd77e64b424cbacb4a85991e03a8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3ca0bd77e64b424cbacb4a85991e03a8" member_type: VOTER }
I20260608 12:41:35.942167  4090 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3ca0bd77e64b424cbacb4a85991e03a8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:35.942355  4090 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3ca0bd77e64b424cbacb4a85991e03a8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3ca0bd77e64b424cbacb4a85991e03a8, State: Initialized, Role: FOLLOWER
I20260608 12:41:35.942867  4090 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3ca0bd77e64b424cbacb4a85991e03a8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "3ca0bd77e64b424cbacb4a85991e03a8" member_type: VOTER }
I20260608 12:41:35.943284  4090 raft_consensus.cc:399] T 00000000000000000000000000000000 P 3ca0bd77e64b424cbacb4a85991e03a8 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:35.943480  4090 raft_consensus.cc:493] T 00000000000000000000000000000000 P 3ca0bd77e64b424cbacb4a85991e03a8 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:35.943696  4090 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3ca0bd77e64b424cbacb4a85991e03a8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:35.948221  4090 raft_consensus.cc:515] T 00000000000000000000000000000000 P 3ca0bd77e64b424cbacb4a85991e03a8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3ca0bd77e64b424cbacb4a85991e03a8" member_type: VOTER }
I20260608 12:41:35.948714  4090 leader_election.cc:304] T 00000000000000000000000000000000 P 3ca0bd77e64b424cbacb4a85991e03a8 [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: 3ca0bd77e64b424cbacb4a85991e03a8; no voters: 
I20260608 12:41:35.949841  4090 leader_election.cc:290] T 00000000000000000000000000000000 P 3ca0bd77e64b424cbacb4a85991e03a8 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:35.950305  4093 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 3ca0bd77e64b424cbacb4a85991e03a8 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:35.951807  4093 raft_consensus.cc:697] T 00000000000000000000000000000000 P 3ca0bd77e64b424cbacb4a85991e03a8 [term 1 LEADER]: Becoming Leader. State: Replica: 3ca0bd77e64b424cbacb4a85991e03a8, State: Running, Role: LEADER
I20260608 12:41:35.952526  4093 consensus_queue.cc:237] T 00000000000000000000000000000000 P 3ca0bd77e64b424cbacb4a85991e03a8 [LEADER]: Queue going to LEADER mode. State: All 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: "3ca0bd77e64b424cbacb4a85991e03a8" member_type: VOTER }
I20260608 12:41:35.952808  4090 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3ca0bd77e64b424cbacb4a85991e03a8 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:35.956645  4094 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3ca0bd77e64b424cbacb4a85991e03a8 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "3ca0bd77e64b424cbacb4a85991e03a8" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3ca0bd77e64b424cbacb4a85991e03a8" member_type: VOTER } }
I20260608 12:41:35.957290  4094 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3ca0bd77e64b424cbacb4a85991e03a8 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:35.956759  4095 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3ca0bd77e64b424cbacb4a85991e03a8 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3ca0bd77e64b424cbacb4a85991e03a8. Latest consensus state: current_term: 1 leader_uuid: "3ca0bd77e64b424cbacb4a85991e03a8" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3ca0bd77e64b424cbacb4a85991e03a8" member_type: VOTER } }
I20260608 12:41:35.958087  4095 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3ca0bd77e64b424cbacb4a85991e03a8 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:35.963485  4100 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:35.971596  4100 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:35.972595   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:35.980887  4100 catalog_manager.cc:1382] Generated new cluster ID: 56ddb89938344731860b7f894a69a788
I20260608 12:41:35.981251  4100 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:36.009778  4100 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:36.011157  4100 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:36.024273  4100 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 3ca0bd77e64b424cbacb4a85991e03a8: Generated new TSK 0
I20260608 12:41:36.024921  4100 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:36.039273   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:36.045769  4111 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:36.046775  4112 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:36.048331  4114 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:36.049226   431 server_base.cc:1061] running on GCE node
I20260608 12:41:36.050398   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:36.050590   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:36.050797   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922496050763 us; error 0 us; skew 500 ppm
I20260608 12:41:36.051399   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:36.053874   431 webserver.cc:533] Webserver started at http://127.0.107.193:35539/ using document root <none> and password file <none>
I20260608 12:41:36.054431   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:36.054629   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:36.054924   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:36.056010   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922397207313-431-0/minicluster-data/ts-0-root/instance:
uuid: "39a73a7fecde4c05bcf55d8c7216be42"
format_stamp: "Formatted at 2026-06-08 12:41:36 on dist-test-slave-1zds"
I20260608 12:41:36.060817   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:41:36.064716  4119 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:36.065518   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:36.065871   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922397207313-431-0/minicluster-data/ts-0-root
uuid: "39a73a7fecde4c05bcf55d8c7216be42"
format_stamp: "Formatted at 2026-06-08 12:41:36 on dist-test-slave-1zds"
I20260608 12:41:36.066146   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922397207313-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922397207313-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922397207313-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:36.110452   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:36.111702   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:36.113214   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:36.115640   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:36.115864   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:36.116132   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:36.116309   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:36.158931   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:40765
I20260608 12:41:36.159058  4181 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:40765 every 8 connection(s)
I20260608 12:41:36.164659   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:36.171638  4186 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:36.173100  4187 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:36.177356   431 server_base.cc:1061] running on GCE node
I20260608 12:41:36.177913  4182 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35669
I20260608 12:41:36.178401  4182 heartbeater.cc:461] Registering TS with master...
W20260608 12:41:36.178556  4189 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:36.179454  4182 heartbeater.cc:507] Master 127.0.107.254:35669 requested a full tablet report, sending...
I20260608 12:41:36.179658   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:36.179929   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:36.180155   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922496180136 us; error 0 us; skew 500 ppm
I20260608 12:41:36.180920   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:36.182132  4055 ts_manager.cc:194] Registered new tserver with Master: 39a73a7fecde4c05bcf55d8c7216be42 (127.0.107.193:40765)
I20260608 12:41:36.183789   431 webserver.cc:533] Webserver started at http://127.0.107.194:34601/ using document root <none> and password file <none>
I20260608 12:41:36.184355   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:36.184309  4055 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51070
I20260608 12:41:36.184700   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:36.185027   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:36.186775   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922397207313-431-0/minicluster-data/ts-1-root/instance:
uuid: "afa0bda97f4d4e098322c6321d166f98"
format_stamp: "Formatted at 2026-06-08 12:41:36 on dist-test-slave-1zds"
I20260608 12:41:36.191354   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:41:36.194768  4194 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:36.195523   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:41:36.195843   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922397207313-431-0/minicluster-data/ts-1-root
uuid: "afa0bda97f4d4e098322c6321d166f98"
format_stamp: "Formatted at 2026-06-08 12:41:36 on dist-test-slave-1zds"
I20260608 12:41:36.196162   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922397207313-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922397207313-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922397207313-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:36.238030   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:36.239281   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:36.240926   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:36.243383   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:36.243645   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:36.243886   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:36.244063   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:36.286882   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:34785
I20260608 12:41:36.286996  4256 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:34785 every 8 connection(s)
I20260608 12:41:36.291893   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:36.300534  4261 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:36.300652  4260 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:36.304214  4257 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35669
I20260608 12:41:36.304714  4257 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:36.304757   431 server_base.cc:1061] running on GCE node
W20260608 12:41:36.304785  4263 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:36.305908  4257 heartbeater.cc:507] Master 127.0.107.254:35669 requested a full tablet report, sending...
I20260608 12:41:36.306140   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:36.306425   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:36.306687   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922496306667 us; error 0 us; skew 500 ppm
I20260608 12:41:36.307457   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:36.308251  4055 ts_manager.cc:194] Registered new tserver with Master: afa0bda97f4d4e098322c6321d166f98 (127.0.107.194:34785)
I20260608 12:41:36.310338  4055 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51086
I20260608 12:41:36.310447   431 webserver.cc:533] Webserver started at http://127.0.107.195:40399/ using document root <none> and password file <none>
I20260608 12:41:36.311225   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:36.311478   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:36.311818   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:36.312942   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922397207313-431-0/minicluster-data/ts-2-root/instance:
uuid: "d74427dfc3fc4de38f3ccbca9633b811"
format_stamp: "Formatted at 2026-06-08 12:41:36 on dist-test-slave-1zds"
I20260608 12:41:36.317656   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.002s
I20260608 12:41:36.321378  4268 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:36.322266   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:41:36.322597   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922397207313-431-0/minicluster-data/ts-2-root
uuid: "d74427dfc3fc4de38f3ccbca9633b811"
format_stamp: "Formatted at 2026-06-08 12:41:36 on dist-test-slave-1zds"
I20260608 12:41:36.322853   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922397207313-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922397207313-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922397207313-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:36.351462   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:36.352635   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:36.354218   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:36.356680   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:36.356910   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:36.357146   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:36.357323   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:36.397920   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:38209
I20260608 12:41:36.398053  4330 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:38209 every 8 connection(s)
I20260608 12:41:36.403096   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:36.410575  4334 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:36.412887  4335 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:36.414780  4337 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:36.415211   431 server_base.cc:1061] running on GCE node
I20260608 12:41:36.416180  4331 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35669
I20260608 12:41:36.416180   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:36.416707   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:36.416805  4331 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:36.416978   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922496416958 us; error 0 us; skew 500 ppm
I20260608 12:41:36.417729  4331 heartbeater.cc:507] Master 127.0.107.254:35669 requested a full tablet report, sending...
I20260608 12:41:36.417914   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:36.420228  4055 ts_manager.cc:194] Registered new tserver with Master: d74427dfc3fc4de38f3ccbca9633b811 (127.0.107.195:38209)
I20260608 12:41:36.420851   431 webserver.cc:533] Webserver started at http://127.0.107.196:36099/ using document root <none> and password file <none>
I20260608 12:41:36.421433   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:36.421653   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:36.421868  4055 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51102
I20260608 12:41:36.421981   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:36.423501   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922397207313-431-0/minicluster-data/ts-3-root/instance:
uuid: "c7ef7ea0c3c84184a15763251e7b0e2d"
format_stamp: "Formatted at 2026-06-08 12:41:36 on dist-test-slave-1zds"
I20260608 12:41:36.428478   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:41:36.431852  4342 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:36.432641   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:36.432952   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922397207313-431-0/minicluster-data/ts-3-root
uuid: "c7ef7ea0c3c84184a15763251e7b0e2d"
format_stamp: "Formatted at 2026-06-08 12:41:36 on dist-test-slave-1zds"
I20260608 12:41:36.433228   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922397207313-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922397207313-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922397207313-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:36.444450   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:36.446159   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:36.447733   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:36.450371   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:36.450610   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:36.450894   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:36.451057   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:36.495981   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:36527
I20260608 12:41:36.496121  4404 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:36527 every 8 connection(s)
I20260608 12:41:36.510757  4405 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35669
I20260608 12:41:36.511209  4405 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:36.511943  4405 heartbeater.cc:507] Master 127.0.107.254:35669 requested a full tablet report, sending...
I20260608 12:41:36.514015  4055 ts_manager.cc:194] Registered new tserver with Master: c7ef7ea0c3c84184a15763251e7b0e2d (127.0.107.196:36527)
I20260608 12:41:36.514541   431 internal_mini_cluster.cc:371] 4 TS(s) registered with all masters after 0.014911758s
I20260608 12:41:36.515491  4055 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51110
I20260608 12:41:37.069326  4055 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:51130:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260608 12:41:37.121470  4296 tablet_service.cc:1511] Processing CreateTablet for tablet f22684a1489e43d69e2b0003112e3610 (DEFAULT_TABLE table=test-workload [id=240191db299a4da688cfa7d729434f3f]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:37.122933  4296 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f22684a1489e43d69e2b0003112e3610. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:37.122936  4147 tablet_service.cc:1511] Processing CreateTablet for tablet f22684a1489e43d69e2b0003112e3610 (DEFAULT_TABLE table=test-workload [id=240191db299a4da688cfa7d729434f3f]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:37.124459  4147 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f22684a1489e43d69e2b0003112e3610. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:37.124162  4370 tablet_service.cc:1511] Processing CreateTablet for tablet f22684a1489e43d69e2b0003112e3610 (DEFAULT_TABLE table=test-workload [id=240191db299a4da688cfa7d729434f3f]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:37.126272  4370 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f22684a1489e43d69e2b0003112e3610. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:37.138258  4426 tablet_bootstrap.cc:492] T f22684a1489e43d69e2b0003112e3610 P d74427dfc3fc4de38f3ccbca9633b811: Bootstrap starting.
I20260608 12:41:37.142282  4427 tablet_bootstrap.cc:492] T f22684a1489e43d69e2b0003112e3610 P 39a73a7fecde4c05bcf55d8c7216be42: Bootstrap starting.
I20260608 12:41:37.144750  4428 tablet_bootstrap.cc:492] T f22684a1489e43d69e2b0003112e3610 P c7ef7ea0c3c84184a15763251e7b0e2d: Bootstrap starting.
I20260608 12:41:37.145573  4426 tablet_bootstrap.cc:654] T f22684a1489e43d69e2b0003112e3610 P d74427dfc3fc4de38f3ccbca9633b811: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:37.149257  4427 tablet_bootstrap.cc:654] T f22684a1489e43d69e2b0003112e3610 P 39a73a7fecde4c05bcf55d8c7216be42: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:37.149704  4428 tablet_bootstrap.cc:654] T f22684a1489e43d69e2b0003112e3610 P c7ef7ea0c3c84184a15763251e7b0e2d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:37.154958  4427 tablet_bootstrap.cc:492] T f22684a1489e43d69e2b0003112e3610 P 39a73a7fecde4c05bcf55d8c7216be42: No bootstrap required, opened a new log
I20260608 12:41:37.155416  4427 ts_tablet_manager.cc:1403] T f22684a1489e43d69e2b0003112e3610 P 39a73a7fecde4c05bcf55d8c7216be42: Time spent bootstrapping tablet: real 0.013s	user 0.011s	sys 0.000s
I20260608 12:41:37.157753  4427 raft_consensus.cc:359] T f22684a1489e43d69e2b0003112e3610 P 39a73a7fecde4c05bcf55d8c7216be42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d74427dfc3fc4de38f3ccbca9633b811" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38209 } } peers { permanent_uuid: "c7ef7ea0c3c84184a15763251e7b0e2d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36527 } } peers { permanent_uuid: "39a73a7fecde4c05bcf55d8c7216be42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40765 } }
I20260608 12:41:37.158624  4427 raft_consensus.cc:385] T f22684a1489e43d69e2b0003112e3610 P 39a73a7fecde4c05bcf55d8c7216be42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:37.159926  4427 raft_consensus.cc:740] T f22684a1489e43d69e2b0003112e3610 P 39a73a7fecde4c05bcf55d8c7216be42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 39a73a7fecde4c05bcf55d8c7216be42, State: Initialized, Role: FOLLOWER
I20260608 12:41:37.160917  4427 consensus_queue.cc:260] T f22684a1489e43d69e2b0003112e3610 P 39a73a7fecde4c05bcf55d8c7216be42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d74427dfc3fc4de38f3ccbca9633b811" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38209 } } peers { permanent_uuid: "c7ef7ea0c3c84184a15763251e7b0e2d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36527 } } peers { permanent_uuid: "39a73a7fecde4c05bcf55d8c7216be42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40765 } }
I20260608 12:41:37.161896  4426 tablet_bootstrap.cc:492] T f22684a1489e43d69e2b0003112e3610 P d74427dfc3fc4de38f3ccbca9633b811: No bootstrap required, opened a new log
I20260608 12:41:37.162458  4426 ts_tablet_manager.cc:1403] T f22684a1489e43d69e2b0003112e3610 P d74427dfc3fc4de38f3ccbca9633b811: Time spent bootstrapping tablet: real 0.025s	user 0.016s	sys 0.004s
I20260608 12:41:37.163708  4182 heartbeater.cc:499] Master 127.0.107.254:35669 was elected leader, sending a full tablet report...
I20260608 12:41:37.163935  4428 tablet_bootstrap.cc:492] T f22684a1489e43d69e2b0003112e3610 P c7ef7ea0c3c84184a15763251e7b0e2d: No bootstrap required, opened a new log
I20260608 12:41:37.164072  4427 ts_tablet_manager.cc:1434] T f22684a1489e43d69e2b0003112e3610 P 39a73a7fecde4c05bcf55d8c7216be42: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:41:37.164665  4428 ts_tablet_manager.cc:1403] T f22684a1489e43d69e2b0003112e3610 P c7ef7ea0c3c84184a15763251e7b0e2d: Time spent bootstrapping tablet: real 0.020s	user 0.014s	sys 0.005s
I20260608 12:41:37.167953  4428 raft_consensus.cc:359] T f22684a1489e43d69e2b0003112e3610 P c7ef7ea0c3c84184a15763251e7b0e2d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d74427dfc3fc4de38f3ccbca9633b811" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38209 } } peers { permanent_uuid: "c7ef7ea0c3c84184a15763251e7b0e2d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36527 } } peers { permanent_uuid: "39a73a7fecde4c05bcf55d8c7216be42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40765 } }
I20260608 12:41:37.168874  4428 raft_consensus.cc:385] T f22684a1489e43d69e2b0003112e3610 P c7ef7ea0c3c84184a15763251e7b0e2d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:37.168412  4426 raft_consensus.cc:359] T f22684a1489e43d69e2b0003112e3610 P d74427dfc3fc4de38f3ccbca9633b811 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d74427dfc3fc4de38f3ccbca9633b811" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38209 } } peers { permanent_uuid: "c7ef7ea0c3c84184a15763251e7b0e2d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36527 } } peers { permanent_uuid: "39a73a7fecde4c05bcf55d8c7216be42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40765 } }
I20260608 12:41:37.169270  4428 raft_consensus.cc:740] T f22684a1489e43d69e2b0003112e3610 P c7ef7ea0c3c84184a15763251e7b0e2d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c7ef7ea0c3c84184a15763251e7b0e2d, State: Initialized, Role: FOLLOWER
I20260608 12:41:37.169553  4426 raft_consensus.cc:385] T f22684a1489e43d69e2b0003112e3610 P d74427dfc3fc4de38f3ccbca9633b811 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:37.170007  4426 raft_consensus.cc:740] T f22684a1489e43d69e2b0003112e3610 P d74427dfc3fc4de38f3ccbca9633b811 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d74427dfc3fc4de38f3ccbca9633b811, State: Initialized, Role: FOLLOWER
I20260608 12:41:37.170349  4428 consensus_queue.cc:260] T f22684a1489e43d69e2b0003112e3610 P c7ef7ea0c3c84184a15763251e7b0e2d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d74427dfc3fc4de38f3ccbca9633b811" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38209 } } peers { permanent_uuid: "c7ef7ea0c3c84184a15763251e7b0e2d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36527 } } peers { permanent_uuid: "39a73a7fecde4c05bcf55d8c7216be42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40765 } }
I20260608 12:41:37.170969  4426 consensus_queue.cc:260] T f22684a1489e43d69e2b0003112e3610 P d74427dfc3fc4de38f3ccbca9633b811 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d74427dfc3fc4de38f3ccbca9633b811" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38209 } } peers { permanent_uuid: "c7ef7ea0c3c84184a15763251e7b0e2d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36527 } } peers { permanent_uuid: "39a73a7fecde4c05bcf55d8c7216be42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40765 } }
I20260608 12:41:37.175822  4405 heartbeater.cc:499] Master 127.0.107.254:35669 was elected leader, sending a full tablet report...
I20260608 12:41:37.176755  4428 ts_tablet_manager.cc:1434] T f22684a1489e43d69e2b0003112e3610 P c7ef7ea0c3c84184a15763251e7b0e2d: Time spent starting tablet: real 0.012s	user 0.010s	sys 0.000s
I20260608 12:41:37.179551  4331 heartbeater.cc:499] Master 127.0.107.254:35669 was elected leader, sending a full tablet report...
I20260608 12:41:37.180347  4426 ts_tablet_manager.cc:1434] T f22684a1489e43d69e2b0003112e3610 P d74427dfc3fc4de38f3ccbca9633b811: Time spent starting tablet: real 0.018s	user 0.007s	sys 0.004s
I20260608 12:41:37.219964  4432 raft_consensus.cc:493] T f22684a1489e43d69e2b0003112e3610 P 39a73a7fecde4c05bcf55d8c7216be42 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:37.220582  4432 raft_consensus.cc:515] T f22684a1489e43d69e2b0003112e3610 P 39a73a7fecde4c05bcf55d8c7216be42 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d74427dfc3fc4de38f3ccbca9633b811" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38209 } } peers { permanent_uuid: "c7ef7ea0c3c84184a15763251e7b0e2d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36527 } } peers { permanent_uuid: "39a73a7fecde4c05bcf55d8c7216be42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40765 } }
I20260608 12:41:37.222970  4432 leader_election.cc:290] T f22684a1489e43d69e2b0003112e3610 P 39a73a7fecde4c05bcf55d8c7216be42 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d74427dfc3fc4de38f3ccbca9633b811 (127.0.107.195:38209), c7ef7ea0c3c84184a15763251e7b0e2d (127.0.107.196:36527)
I20260608 12:41:37.234843  4380 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f22684a1489e43d69e2b0003112e3610" candidate_uuid: "39a73a7fecde4c05bcf55d8c7216be42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c7ef7ea0c3c84184a15763251e7b0e2d" is_pre_election: true
I20260608 12:41:37.234889  4306 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f22684a1489e43d69e2b0003112e3610" candidate_uuid: "39a73a7fecde4c05bcf55d8c7216be42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d74427dfc3fc4de38f3ccbca9633b811" is_pre_election: true
I20260608 12:41:37.235584  4380 raft_consensus.cc:2468] T f22684a1489e43d69e2b0003112e3610 P c7ef7ea0c3c84184a15763251e7b0e2d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 39a73a7fecde4c05bcf55d8c7216be42 in term 0.
I20260608 12:41:37.235862  4306 raft_consensus.cc:2468] T f22684a1489e43d69e2b0003112e3610 P d74427dfc3fc4de38f3ccbca9633b811 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 39a73a7fecde4c05bcf55d8c7216be42 in term 0.
I20260608 12:41:37.237061  4121 leader_election.cc:304] T f22684a1489e43d69e2b0003112e3610 P 39a73a7fecde4c05bcf55d8c7216be42 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 39a73a7fecde4c05bcf55d8c7216be42, c7ef7ea0c3c84184a15763251e7b0e2d; no voters: 
I20260608 12:41:37.237908  4432 raft_consensus.cc:2804] T f22684a1489e43d69e2b0003112e3610 P 39a73a7fecde4c05bcf55d8c7216be42 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:37.238289  4432 raft_consensus.cc:493] T f22684a1489e43d69e2b0003112e3610 P 39a73a7fecde4c05bcf55d8c7216be42 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:37.238549  4432 raft_consensus.cc:3060] T f22684a1489e43d69e2b0003112e3610 P 39a73a7fecde4c05bcf55d8c7216be42 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:37.244268  4432 raft_consensus.cc:515] T f22684a1489e43d69e2b0003112e3610 P 39a73a7fecde4c05bcf55d8c7216be42 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d74427dfc3fc4de38f3ccbca9633b811" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38209 } } peers { permanent_uuid: "c7ef7ea0c3c84184a15763251e7b0e2d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36527 } } peers { permanent_uuid: "39a73a7fecde4c05bcf55d8c7216be42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40765 } }
I20260608 12:41:37.246075  4432 leader_election.cc:290] T f22684a1489e43d69e2b0003112e3610 P 39a73a7fecde4c05bcf55d8c7216be42 [CANDIDATE]: Term 1 election: Requested vote from peers d74427dfc3fc4de38f3ccbca9633b811 (127.0.107.195:38209), c7ef7ea0c3c84184a15763251e7b0e2d (127.0.107.196:36527)
I20260608 12:41:37.247116  4380 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f22684a1489e43d69e2b0003112e3610" candidate_uuid: "39a73a7fecde4c05bcf55d8c7216be42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c7ef7ea0c3c84184a15763251e7b0e2d"
I20260608 12:41:37.248065  4380 raft_consensus.cc:3060] T f22684a1489e43d69e2b0003112e3610 P c7ef7ea0c3c84184a15763251e7b0e2d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:37.247094  4306 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f22684a1489e43d69e2b0003112e3610" candidate_uuid: "39a73a7fecde4c05bcf55d8c7216be42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d74427dfc3fc4de38f3ccbca9633b811"
I20260608 12:41:37.248616  4306 raft_consensus.cc:3060] T f22684a1489e43d69e2b0003112e3610 P d74427dfc3fc4de38f3ccbca9633b811 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:37.253192  4380 raft_consensus.cc:2468] T f22684a1489e43d69e2b0003112e3610 P c7ef7ea0c3c84184a15763251e7b0e2d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 39a73a7fecde4c05bcf55d8c7216be42 in term 1.
I20260608 12:41:37.254503  4306 raft_consensus.cc:2468] T f22684a1489e43d69e2b0003112e3610 P d74427dfc3fc4de38f3ccbca9633b811 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 39a73a7fecde4c05bcf55d8c7216be42 in term 1.
I20260608 12:41:37.254817  4121 leader_election.cc:304] T f22684a1489e43d69e2b0003112e3610 P 39a73a7fecde4c05bcf55d8c7216be42 [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: 39a73a7fecde4c05bcf55d8c7216be42, c7ef7ea0c3c84184a15763251e7b0e2d; no voters: 
I20260608 12:41:37.255793  4432 raft_consensus.cc:2804] T f22684a1489e43d69e2b0003112e3610 P 39a73a7fecde4c05bcf55d8c7216be42 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:37.256964  4432 raft_consensus.cc:697] T f22684a1489e43d69e2b0003112e3610 P 39a73a7fecde4c05bcf55d8c7216be42 [term 1 LEADER]: Becoming Leader. State: Replica: 39a73a7fecde4c05bcf55d8c7216be42, State: Running, Role: LEADER
I20260608 12:41:37.257776  4432 consensus_queue.cc:237] T f22684a1489e43d69e2b0003112e3610 P 39a73a7fecde4c05bcf55d8c7216be42 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d74427dfc3fc4de38f3ccbca9633b811" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38209 } } peers { permanent_uuid: "c7ef7ea0c3c84184a15763251e7b0e2d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36527 } } peers { permanent_uuid: "39a73a7fecde4c05bcf55d8c7216be42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40765 } }
I20260608 12:41:37.266709  4055 catalog_manager.cc:5696] T f22684a1489e43d69e2b0003112e3610 P 39a73a7fecde4c05bcf55d8c7216be42 reported cstate change: term changed from 0 to 1, leader changed from <none> to 39a73a7fecde4c05bcf55d8c7216be42 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "39a73a7fecde4c05bcf55d8c7216be42" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d74427dfc3fc4de38f3ccbca9633b811" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38209 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c7ef7ea0c3c84184a15763251e7b0e2d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "39a73a7fecde4c05bcf55d8c7216be42" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40765 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:37.313112  4257 heartbeater.cc:499] Master 127.0.107.254:35669 was elected leader, sending a full tablet report...
I20260608 12:41:37.642959  4432 consensus_queue.cc:1048] T f22684a1489e43d69e2b0003112e3610 P 39a73a7fecde4c05bcf55d8c7216be42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c7ef7ea0c3c84184a15763251e7b0e2d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:37.660617  4432 consensus_queue.cc:1048] T f22684a1489e43d69e2b0003112e3610 P 39a73a7fecde4c05bcf55d8c7216be42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d74427dfc3fc4de38f3ccbca9633b811" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38209 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:37.969281  4108 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:37.971208  4108 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:37.971664  4108 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:41:39.843664  4253 debug-util.cc:398] Leaking SignalData structure 0x7b08000f7d40 after lost signal to thread 434
W20260608 12:41:39.844893  4253 debug-util.cc:398] Leaking SignalData structure 0x7b08001d47e0 after lost signal to thread 4089
W20260608 12:41:39.846058  4253 debug-util.cc:398] Leaking SignalData structure 0x7b080025be00 after lost signal to thread 4181
W20260608 12:41:39.846995  4253 debug-util.cc:398] Leaking SignalData structure 0x7b080023f520 after lost signal to thread 4256
W20260608 12:41:39.847958  4253 debug-util.cc:398] Leaking SignalData structure 0x7b0800261ca0 after lost signal to thread 4330
W20260608 12:41:39.848937  4253 debug-util.cc:398] Leaking SignalData structure 0x7b0800232c20 after lost signal to thread 4404
I20260608 12:41:39.973220  4108 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:39.975678  4108 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:39.976131  4108 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:41.977316  4108 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:41.979339  4108 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:41.979803  4108 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:43.981135  4108 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:43.983022  4108 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:43.983508  4108 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:45.984688  4108 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:45.986657  4108 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:45.987051  4108 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:41:47.088464  4086 debug-util.cc:398] Leaking SignalData structure 0x7b08001536e0 after lost signal to thread 434
W20260608 12:41:47.089890  4086 debug-util.cc:398] Leaking SignalData structure 0x7b0800167440 after lost signal to thread 4089
W20260608 12:41:47.205624  4086 debug-util.cc:398] Leaking SignalData structure 0x7b08000994c0 after lost signal to thread 4181
W20260608 12:41:47.206724  4086 debug-util.cc:398] Leaking SignalData structure 0x7b080025bfe0 after lost signal to thread 4256
W20260608 12:41:47.207778  4086 debug-util.cc:398] Leaking SignalData structure 0x7b080008a600 after lost signal to thread 4330
W20260608 12:41:47.208889  4086 debug-util.cc:398] Leaking SignalData structure 0x7b080005ca00 after lost signal to thread 4404
I20260608 12:41:47.988300  4108 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:47.990402  4108 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:47.990854  4108 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:48.540020   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:48.581923   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:48.582912   431 tablet_replica.cc:333] T f22684a1489e43d69e2b0003112e3610 P 39a73a7fecde4c05bcf55d8c7216be42: stopping tablet replica
I20260608 12:41:48.583568   431 raft_consensus.cc:2243] T f22684a1489e43d69e2b0003112e3610 P 39a73a7fecde4c05bcf55d8c7216be42 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:48.584873   431 raft_consensus.cc:2272] T f22684a1489e43d69e2b0003112e3610 P 39a73a7fecde4c05bcf55d8c7216be42 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:48.609193   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:48.629536   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:48.661165   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:48.714594   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:48.727111   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:48.756448   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:48.757510   431 tablet_replica.cc:333] T f22684a1489e43d69e2b0003112e3610 P d74427dfc3fc4de38f3ccbca9633b811: stopping tablet replica
I20260608 12:41:48.758342   431 raft_consensus.cc:2243] T f22684a1489e43d69e2b0003112e3610 P d74427dfc3fc4de38f3ccbca9633b811 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:48.759094   431 raft_consensus.cc:2272] T f22684a1489e43d69e2b0003112e3610 P d74427dfc3fc4de38f3ccbca9633b811 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:48.783310   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:48.801636   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:41:48.836426   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:48.837344   431 tablet_replica.cc:333] T f22684a1489e43d69e2b0003112e3610 P c7ef7ea0c3c84184a15763251e7b0e2d: stopping tablet replica
I20260608 12:41:48.838156   431 raft_consensus.cc:2243] T f22684a1489e43d69e2b0003112e3610 P c7ef7ea0c3c84184a15763251e7b0e2d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:48.838760   431 raft_consensus.cc:2272] T f22684a1489e43d69e2b0003112e3610 P c7ef7ea0c3c84184a15763251e7b0e2d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:48.860113   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:41:48.874409   431 master.cc:562] Master@127.0.107.254:35669 shutting down...
I20260608 12:41:48.903719   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 3ca0bd77e64b424cbacb4a85991e03a8 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:48.904700   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 3ca0bd77e64b424cbacb4a85991e03a8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:48.905170   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 3ca0bd77e64b424cbacb4a85991e03a8: stopping tablet replica
I20260608 12:41:49.817816   431 master.cc:584] Master@127.0.107.254:35669 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne (14023 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy
I20260608 12:41:49.855271   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:38617
I20260608 12:41:49.856484   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:49.862421  4452 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:49.862494  4453 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:49.863867   431 server_base.cc:1061] running on GCE node
W20260608 12:41:49.864177  4455 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:49.865032   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:49.865350   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:49.865514   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922509865498 us; error 0 us; skew 500 ppm
I20260608 12:41:49.866160   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:49.868691   431 webserver.cc:533] Webserver started at http://127.0.107.254:45061/ using document root <none> and password file <none>
I20260608 12:41:49.869239   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:49.869453   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:49.869735   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:49.871022   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922397207313-431-0/minicluster-data/master-0-root/instance:
uuid: "8e247950c3a4410da82b2c4819e22104"
format_stamp: "Formatted at 2026-06-08 12:41:49 on dist-test-slave-1zds"
I20260608 12:41:49.875816   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:41:49.879768  4460 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:49.880756   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
I20260608 12:41:49.881018   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922397207313-431-0/minicluster-data/master-0-root
uuid: "8e247950c3a4410da82b2c4819e22104"
format_stamp: "Formatted at 2026-06-08 12:41:49 on dist-test-slave-1zds"
I20260608 12:41:49.881266   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922397207313-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922397207313-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922397207313-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:49.899252   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:49.900509   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:49.940635   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:38617
I20260608 12:41:49.940765  4511 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:38617 every 8 connection(s)
I20260608 12:41:49.944952  4512 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:49.955962  4512 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8e247950c3a4410da82b2c4819e22104: Bootstrap starting.
I20260608 12:41:49.961045  4512 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8e247950c3a4410da82b2c4819e22104: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:49.965454  4512 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8e247950c3a4410da82b2c4819e22104: No bootstrap required, opened a new log
I20260608 12:41:49.967936  4512 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8e247950c3a4410da82b2c4819e22104 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8e247950c3a4410da82b2c4819e22104" member_type: VOTER }
I20260608 12:41:49.968380  4512 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8e247950c3a4410da82b2c4819e22104 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:49.968652  4512 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8e247950c3a4410da82b2c4819e22104 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8e247950c3a4410da82b2c4819e22104, State: Initialized, Role: FOLLOWER
I20260608 12:41:49.969295  4512 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8e247950c3a4410da82b2c4819e22104 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "8e247950c3a4410da82b2c4819e22104" member_type: VOTER }
I20260608 12:41:49.969811  4512 raft_consensus.cc:399] T 00000000000000000000000000000000 P 8e247950c3a4410da82b2c4819e22104 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:49.970031  4512 raft_consensus.cc:493] T 00000000000000000000000000000000 P 8e247950c3a4410da82b2c4819e22104 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:49.970364  4512 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8e247950c3a4410da82b2c4819e22104 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:49.975109  4512 raft_consensus.cc:515] T 00000000000000000000000000000000 P 8e247950c3a4410da82b2c4819e22104 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8e247950c3a4410da82b2c4819e22104" member_type: VOTER }
I20260608 12:41:49.975683  4512 leader_election.cc:304] T 00000000000000000000000000000000 P 8e247950c3a4410da82b2c4819e22104 [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: 8e247950c3a4410da82b2c4819e22104; no voters: 
I20260608 12:41:49.976945  4512 leader_election.cc:290] T 00000000000000000000000000000000 P 8e247950c3a4410da82b2c4819e22104 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:49.977495  4515 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 8e247950c3a4410da82b2c4819e22104 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:49.978955  4515 raft_consensus.cc:697] T 00000000000000000000000000000000 P 8e247950c3a4410da82b2c4819e22104 [term 1 LEADER]: Becoming Leader. State: Replica: 8e247950c3a4410da82b2c4819e22104, State: Running, Role: LEADER
I20260608 12:41:49.979725  4515 consensus_queue.cc:237] T 00000000000000000000000000000000 P 8e247950c3a4410da82b2c4819e22104 [LEADER]: Queue going to LEADER mode. State: All 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: "8e247950c3a4410da82b2c4819e22104" member_type: VOTER }
I20260608 12:41:49.980050  4512 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8e247950c3a4410da82b2c4819e22104 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:49.985910  4517 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8e247950c3a4410da82b2c4819e22104 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8e247950c3a4410da82b2c4819e22104. Latest consensus state: current_term: 1 leader_uuid: "8e247950c3a4410da82b2c4819e22104" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8e247950c3a4410da82b2c4819e22104" member_type: VOTER } }
I20260608 12:41:49.986776  4517 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8e247950c3a4410da82b2c4819e22104 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:49.986088  4516 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8e247950c3a4410da82b2c4819e22104 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "8e247950c3a4410da82b2c4819e22104" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8e247950c3a4410da82b2c4819e22104" member_type: VOTER } }
I20260608 12:41:49.987752  4516 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8e247950c3a4410da82b2c4819e22104 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:49.989647  4523 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:49.998066  4523 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:49.999189   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:50.008249  4523 catalog_manager.cc:1382] Generated new cluster ID: dc7aa7ce392f48b79a93e036eadf70cb
I20260608 12:41:50.008553  4523 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:50.030423  4523 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:50.031827  4523 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:50.054690  4523 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 8e247950c3a4410da82b2c4819e22104: Generated new TSK 0
I20260608 12:41:50.055370  4523 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:50.066088   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:50.073005  4533 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:50.074474  4534 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:50.075584  4536 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:50.076722   431 server_base.cc:1061] running on GCE node
I20260608 12:41:50.077673   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:50.077947   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:50.078143   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922510078108 us; error 0 us; skew 500 ppm
I20260608 12:41:50.078768   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:50.081342   431 webserver.cc:533] Webserver started at http://127.0.107.193:45371/ using document root <none> and password file <none>
I20260608 12:41:50.081959   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:50.082149   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:50.082496   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:50.083736   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922397207313-431-0/minicluster-data/ts-0-root/instance:
uuid: "87484ae56f2e40ea970f1e001d40043a"
format_stamp: "Formatted at 2026-06-08 12:41:50 on dist-test-slave-1zds"
I20260608 12:41:50.088475   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:41:50.092343  4541 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:50.093395   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:41:50.093683   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922397207313-431-0/minicluster-data/ts-0-root
uuid: "87484ae56f2e40ea970f1e001d40043a"
format_stamp: "Formatted at 2026-06-08 12:41:50 on dist-test-slave-1zds"
I20260608 12:41:50.094008   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922397207313-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922397207313-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922397207313-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:50.112753   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:50.114060   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:50.115530   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:50.118072   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:50.118270   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:50.118583   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:50.118752   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:50.162168   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:42931
I20260608 12:41:50.162400  4603 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:42931 every 8 connection(s)
I20260608 12:41:50.167883   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:50.175642  4608 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:50.176525  4609 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:50.180451   431 server_base.cc:1061] running on GCE node
W20260608 12:41:50.180419  4611 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:50.182001   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:50.182260   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:50.182461   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922510182441 us; error 0 us; skew 500 ppm
I20260608 12:41:50.183311   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:50.186561   431 webserver.cc:533] Webserver started at http://127.0.107.194:45705/ using document root <none> and password file <none>
I20260608 12:41:50.186873  4604 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38617
I20260608 12:41:50.187248   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:50.187304  4604 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:50.187660   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:50.188027   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:50.188436  4604 heartbeater.cc:507] Master 127.0.107.254:38617 requested a full tablet report, sending...
I20260608 12:41:50.189607   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922397207313-431-0/minicluster-data/ts-1-root/instance:
uuid: "b7b6f68f3c9d44f19cad86fa6f6324ca"
format_stamp: "Formatted at 2026-06-08 12:41:50 on dist-test-slave-1zds"
I20260608 12:41:50.191241  4477 ts_manager.cc:194] Registered new tserver with Master: 87484ae56f2e40ea970f1e001d40043a (127.0.107.193:42931)
I20260608 12:41:50.194198  4477 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48262
I20260608 12:41:50.196707   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.000s
I20260608 12:41:50.200749  4616 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:50.201637   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:41:50.202003   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922397207313-431-0/minicluster-data/ts-1-root
uuid: "b7b6f68f3c9d44f19cad86fa6f6324ca"
format_stamp: "Formatted at 2026-06-08 12:41:50 on dist-test-slave-1zds"
I20260608 12:41:50.202327   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922397207313-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922397207313-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922397207313-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:50.217013   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:50.218360   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:50.219883   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:50.222306   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:50.222551   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:50.222805   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:50.222988   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:50.266682   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:34327
I20260608 12:41:50.266821  4678 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:34327 every 8 connection(s)
I20260608 12:41:50.272212   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:50.280457  4682 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:50.281687  4683 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:50.283020  4685 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:50.283197   431 server_base.cc:1061] running on GCE node
I20260608 12:41:50.284369   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:50.284632   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:50.284842   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922510284823 us; error 0 us; skew 500 ppm
I20260608 12:41:50.285619   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:50.287173  4679 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38617
I20260608 12:41:50.287624  4679 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:50.288573  4679 heartbeater.cc:507] Master 127.0.107.254:38617 requested a full tablet report, sending...
I20260608 12:41:50.288877   431 webserver.cc:533] Webserver started at http://127.0.107.195:39079/ using document root <none> and password file <none>
I20260608 12:41:50.289652   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:50.289899   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:50.290241   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:50.291008  4477 ts_manager.cc:194] Registered new tserver with Master: b7b6f68f3c9d44f19cad86fa6f6324ca (127.0.107.194:34327)
I20260608 12:41:50.291558   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922397207313-431-0/minicluster-data/ts-2-root/instance:
uuid: "014a775dd3ee4a02a9d57339f14f7159"
format_stamp: "Formatted at 2026-06-08 12:41:50 on dist-test-slave-1zds"
I20260608 12:41:50.292719  4477 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48264
I20260608 12:41:50.297284   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.001s
I20260608 12:41:50.301326  4690 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:50.302295   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:41:50.302637   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922397207313-431-0/minicluster-data/ts-2-root
uuid: "014a775dd3ee4a02a9d57339f14f7159"
format_stamp: "Formatted at 2026-06-08 12:41:50 on dist-test-slave-1zds"
I20260608 12:41:50.302925   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922397207313-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922397207313-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922397207313-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:50.313349   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:50.314762   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:50.316448   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:50.318943   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:50.319201   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:50.319501   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:50.319767   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:50.364975   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:36351
I20260608 12:41:50.365085  4752 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:36351 every 8 connection(s)
I20260608 12:41:50.381151  4753 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38617
I20260608 12:41:50.381620  4753 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:50.382416  4753 heartbeater.cc:507] Master 127.0.107.254:38617 requested a full tablet report, sending...
I20260608 12:41:50.384824  4477 ts_manager.cc:194] Registered new tserver with Master: 014a775dd3ee4a02a9d57339f14f7159 (127.0.107.195:36351)
I20260608 12:41:50.385313   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016330316s
I20260608 12:41:50.386387  4477 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48266
I20260608 12:41:51.197928  4604 heartbeater.cc:499] Master 127.0.107.254:38617 was elected leader, sending a full tablet report...
I20260608 12:41:51.295866  4679 heartbeater.cc:499] Master 127.0.107.254:38617 was elected leader, sending a full tablet report...
I20260608 12:41:51.389299  4753 heartbeater.cc:499] Master 127.0.107.254:38617 was elected leader, sending a full tablet report...
I20260608 12:41:51.462661  4477 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:48284:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:41:51.465103  4477 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:41:51.514008  4644 tablet_service.cc:1511] Processing CreateTablet for tablet cd0259d7de754c99903903dc50ef8096 (DEFAULT_TABLE table=test-workload [id=79118db2f8504e8a8f414bfeafd59422]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:51.515937  4644 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cd0259d7de754c99903903dc50ef8096. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:51.521607  4569 tablet_service.cc:1511] Processing CreateTablet for tablet cd0259d7de754c99903903dc50ef8096 (DEFAULT_TABLE table=test-workload [id=79118db2f8504e8a8f414bfeafd59422]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:51.523173  4569 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cd0259d7de754c99903903dc50ef8096. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:51.528978  4718 tablet_service.cc:1511] Processing CreateTablet for tablet cd0259d7de754c99903903dc50ef8096 (DEFAULT_TABLE table=test-workload [id=79118db2f8504e8a8f414bfeafd59422]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:51.530222  4718 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cd0259d7de754c99903903dc50ef8096. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:51.543578  4774 tablet_bootstrap.cc:492] T cd0259d7de754c99903903dc50ef8096 P 87484ae56f2e40ea970f1e001d40043a: Bootstrap starting.
I20260608 12:41:51.550159  4775 tablet_bootstrap.cc:492] T cd0259d7de754c99903903dc50ef8096 P 014a775dd3ee4a02a9d57339f14f7159: Bootstrap starting.
I20260608 12:41:51.553529  4776 tablet_bootstrap.cc:492] T cd0259d7de754c99903903dc50ef8096 P b7b6f68f3c9d44f19cad86fa6f6324ca: Bootstrap starting.
I20260608 12:41:51.554132  4774 tablet_bootstrap.cc:654] T cd0259d7de754c99903903dc50ef8096 P 87484ae56f2e40ea970f1e001d40043a: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:51.559741  4775 tablet_bootstrap.cc:654] T cd0259d7de754c99903903dc50ef8096 P 014a775dd3ee4a02a9d57339f14f7159: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:51.561021  4774 tablet_bootstrap.cc:492] T cd0259d7de754c99903903dc50ef8096 P 87484ae56f2e40ea970f1e001d40043a: No bootstrap required, opened a new log
I20260608 12:41:51.561538  4774 ts_tablet_manager.cc:1403] T cd0259d7de754c99903903dc50ef8096 P 87484ae56f2e40ea970f1e001d40043a: Time spent bootstrapping tablet: real 0.018s	user 0.008s	sys 0.005s
I20260608 12:41:51.562146  4776 tablet_bootstrap.cc:654] T cd0259d7de754c99903903dc50ef8096 P b7b6f68f3c9d44f19cad86fa6f6324ca: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:51.565197  4774 raft_consensus.cc:359] T cd0259d7de754c99903903dc50ef8096 P 87484ae56f2e40ea970f1e001d40043a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7b6f68f3c9d44f19cad86fa6f6324ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34327 } } peers { permanent_uuid: "87484ae56f2e40ea970f1e001d40043a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42931 } } peers { permanent_uuid: "014a775dd3ee4a02a9d57339f14f7159" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36351 } }
I20260608 12:41:51.566133  4774 raft_consensus.cc:385] T cd0259d7de754c99903903dc50ef8096 P 87484ae56f2e40ea970f1e001d40043a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:51.566521  4774 raft_consensus.cc:740] T cd0259d7de754c99903903dc50ef8096 P 87484ae56f2e40ea970f1e001d40043a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 87484ae56f2e40ea970f1e001d40043a, State: Initialized, Role: FOLLOWER
I20260608 12:41:51.567847  4775 tablet_bootstrap.cc:492] T cd0259d7de754c99903903dc50ef8096 P 014a775dd3ee4a02a9d57339f14f7159: No bootstrap required, opened a new log
I20260608 12:41:51.568693  4775 ts_tablet_manager.cc:1403] T cd0259d7de754c99903903dc50ef8096 P 014a775dd3ee4a02a9d57339f14f7159: Time spent bootstrapping tablet: real 0.019s	user 0.014s	sys 0.000s
I20260608 12:41:51.569067  4774 consensus_queue.cc:260] T cd0259d7de754c99903903dc50ef8096 P 87484ae56f2e40ea970f1e001d40043a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7b6f68f3c9d44f19cad86fa6f6324ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34327 } } peers { permanent_uuid: "87484ae56f2e40ea970f1e001d40043a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42931 } } peers { permanent_uuid: "014a775dd3ee4a02a9d57339f14f7159" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36351 } }
I20260608 12:41:51.572342  4774 ts_tablet_manager.cc:1434] T cd0259d7de754c99903903dc50ef8096 P 87484ae56f2e40ea970f1e001d40043a: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260608 12:41:51.573561  4775 raft_consensus.cc:359] T cd0259d7de754c99903903dc50ef8096 P 014a775dd3ee4a02a9d57339f14f7159 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7b6f68f3c9d44f19cad86fa6f6324ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34327 } } peers { permanent_uuid: "87484ae56f2e40ea970f1e001d40043a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42931 } } peers { permanent_uuid: "014a775dd3ee4a02a9d57339f14f7159" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36351 } }
I20260608 12:41:51.574518  4775 raft_consensus.cc:385] T cd0259d7de754c99903903dc50ef8096 P 014a775dd3ee4a02a9d57339f14f7159 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:51.574867  4775 raft_consensus.cc:740] T cd0259d7de754c99903903dc50ef8096 P 014a775dd3ee4a02a9d57339f14f7159 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 014a775dd3ee4a02a9d57339f14f7159, State: Initialized, Role: FOLLOWER
I20260608 12:41:51.575413  4776 tablet_bootstrap.cc:492] T cd0259d7de754c99903903dc50ef8096 P b7b6f68f3c9d44f19cad86fa6f6324ca: No bootstrap required, opened a new log
I20260608 12:41:51.575976  4776 ts_tablet_manager.cc:1403] T cd0259d7de754c99903903dc50ef8096 P b7b6f68f3c9d44f19cad86fa6f6324ca: Time spent bootstrapping tablet: real 0.024s	user 0.013s	sys 0.008s
I20260608 12:41:51.575798  4775 consensus_queue.cc:260] T cd0259d7de754c99903903dc50ef8096 P 014a775dd3ee4a02a9d57339f14f7159 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7b6f68f3c9d44f19cad86fa6f6324ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34327 } } peers { permanent_uuid: "87484ae56f2e40ea970f1e001d40043a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42931 } } peers { permanent_uuid: "014a775dd3ee4a02a9d57339f14f7159" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36351 } }
I20260608 12:41:51.579025  4776 raft_consensus.cc:359] T cd0259d7de754c99903903dc50ef8096 P b7b6f68f3c9d44f19cad86fa6f6324ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7b6f68f3c9d44f19cad86fa6f6324ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34327 } } peers { permanent_uuid: "87484ae56f2e40ea970f1e001d40043a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42931 } } peers { permanent_uuid: "014a775dd3ee4a02a9d57339f14f7159" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36351 } }
I20260608 12:41:51.579833  4776 raft_consensus.cc:385] T cd0259d7de754c99903903dc50ef8096 P b7b6f68f3c9d44f19cad86fa6f6324ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:51.580193  4776 raft_consensus.cc:740] T cd0259d7de754c99903903dc50ef8096 P b7b6f68f3c9d44f19cad86fa6f6324ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b7b6f68f3c9d44f19cad86fa6f6324ca, State: Initialized, Role: FOLLOWER
I20260608 12:41:51.581029  4776 consensus_queue.cc:260] T cd0259d7de754c99903903dc50ef8096 P b7b6f68f3c9d44f19cad86fa6f6324ca [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7b6f68f3c9d44f19cad86fa6f6324ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34327 } } peers { permanent_uuid: "87484ae56f2e40ea970f1e001d40043a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42931 } } peers { permanent_uuid: "014a775dd3ee4a02a9d57339f14f7159" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36351 } }
I20260608 12:41:51.583628  4775 ts_tablet_manager.cc:1434] T cd0259d7de754c99903903dc50ef8096 P 014a775dd3ee4a02a9d57339f14f7159: Time spent starting tablet: real 0.014s	user 0.008s	sys 0.004s
I20260608 12:41:51.586280  4776 ts_tablet_manager.cc:1434] T cd0259d7de754c99903903dc50ef8096 P b7b6f68f3c9d44f19cad86fa6f6324ca: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.004s
W20260608 12:41:51.621465  4754 tablet.cc:2404] T cd0259d7de754c99903903dc50ef8096 P 014a775dd3ee4a02a9d57339f14f7159: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:41:51.652559  4781 raft_consensus.cc:493] T cd0259d7de754c99903903dc50ef8096 P 014a775dd3ee4a02a9d57339f14f7159 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:51.653242  4781 raft_consensus.cc:515] T cd0259d7de754c99903903dc50ef8096 P 014a775dd3ee4a02a9d57339f14f7159 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7b6f68f3c9d44f19cad86fa6f6324ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34327 } } peers { permanent_uuid: "87484ae56f2e40ea970f1e001d40043a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42931 } } peers { permanent_uuid: "014a775dd3ee4a02a9d57339f14f7159" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36351 } }
I20260608 12:41:51.656025  4781 leader_election.cc:290] T cd0259d7de754c99903903dc50ef8096 P 014a775dd3ee4a02a9d57339f14f7159 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b7b6f68f3c9d44f19cad86fa6f6324ca (127.0.107.194:34327), 87484ae56f2e40ea970f1e001d40043a (127.0.107.193:42931)
I20260608 12:41:51.669776  4579 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cd0259d7de754c99903903dc50ef8096" candidate_uuid: "014a775dd3ee4a02a9d57339f14f7159" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "87484ae56f2e40ea970f1e001d40043a" is_pre_election: true
I20260608 12:41:51.670773  4654 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cd0259d7de754c99903903dc50ef8096" candidate_uuid: "014a775dd3ee4a02a9d57339f14f7159" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b7b6f68f3c9d44f19cad86fa6f6324ca" is_pre_election: true
I20260608 12:41:51.670879  4579 raft_consensus.cc:2468] T cd0259d7de754c99903903dc50ef8096 P 87484ae56f2e40ea970f1e001d40043a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 014a775dd3ee4a02a9d57339f14f7159 in term 0.
I20260608 12:41:51.671775  4654 raft_consensus.cc:2468] T cd0259d7de754c99903903dc50ef8096 P b7b6f68f3c9d44f19cad86fa6f6324ca [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 014a775dd3ee4a02a9d57339f14f7159 in term 0.
I20260608 12:41:51.673012  4694 leader_election.cc:304] T cd0259d7de754c99903903dc50ef8096 P 014a775dd3ee4a02a9d57339f14f7159 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 014a775dd3ee4a02a9d57339f14f7159, 87484ae56f2e40ea970f1e001d40043a; no voters: 
I20260608 12:41:51.673928  4781 raft_consensus.cc:2804] T cd0259d7de754c99903903dc50ef8096 P 014a775dd3ee4a02a9d57339f14f7159 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:51.674324  4781 raft_consensus.cc:493] T cd0259d7de754c99903903dc50ef8096 P 014a775dd3ee4a02a9d57339f14f7159 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:51.674642  4781 raft_consensus.cc:3060] T cd0259d7de754c99903903dc50ef8096 P 014a775dd3ee4a02a9d57339f14f7159 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:51.681258  4781 raft_consensus.cc:515] T cd0259d7de754c99903903dc50ef8096 P 014a775dd3ee4a02a9d57339f14f7159 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7b6f68f3c9d44f19cad86fa6f6324ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34327 } } peers { permanent_uuid: "87484ae56f2e40ea970f1e001d40043a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42931 } } peers { permanent_uuid: "014a775dd3ee4a02a9d57339f14f7159" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36351 } }
I20260608 12:41:51.683534  4781 leader_election.cc:290] T cd0259d7de754c99903903dc50ef8096 P 014a775dd3ee4a02a9d57339f14f7159 [CANDIDATE]: Term 1 election: Requested vote from peers b7b6f68f3c9d44f19cad86fa6f6324ca (127.0.107.194:34327), 87484ae56f2e40ea970f1e001d40043a (127.0.107.193:42931)
I20260608 12:41:51.684646  4579 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cd0259d7de754c99903903dc50ef8096" candidate_uuid: "014a775dd3ee4a02a9d57339f14f7159" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "87484ae56f2e40ea970f1e001d40043a"
I20260608 12:41:51.684602  4654 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cd0259d7de754c99903903dc50ef8096" candidate_uuid: "014a775dd3ee4a02a9d57339f14f7159" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b7b6f68f3c9d44f19cad86fa6f6324ca"
I20260608 12:41:51.685576  4579 raft_consensus.cc:3060] T cd0259d7de754c99903903dc50ef8096 P 87484ae56f2e40ea970f1e001d40043a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:51.685596  4654 raft_consensus.cc:3060] T cd0259d7de754c99903903dc50ef8096 P b7b6f68f3c9d44f19cad86fa6f6324ca [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:51.694796  4654 raft_consensus.cc:2468] T cd0259d7de754c99903903dc50ef8096 P b7b6f68f3c9d44f19cad86fa6f6324ca [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 014a775dd3ee4a02a9d57339f14f7159 in term 1.
I20260608 12:41:51.694796  4579 raft_consensus.cc:2468] T cd0259d7de754c99903903dc50ef8096 P 87484ae56f2e40ea970f1e001d40043a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 014a775dd3ee4a02a9d57339f14f7159 in term 1.
I20260608 12:41:51.696696  4694 leader_election.cc:304] T cd0259d7de754c99903903dc50ef8096 P 014a775dd3ee4a02a9d57339f14f7159 [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: 014a775dd3ee4a02a9d57339f14f7159, 87484ae56f2e40ea970f1e001d40043a; no voters: 
I20260608 12:41:51.697692  4781 raft_consensus.cc:2804] T cd0259d7de754c99903903dc50ef8096 P 014a775dd3ee4a02a9d57339f14f7159 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:51.699153  4781 raft_consensus.cc:697] T cd0259d7de754c99903903dc50ef8096 P 014a775dd3ee4a02a9d57339f14f7159 [term 1 LEADER]: Becoming Leader. State: Replica: 014a775dd3ee4a02a9d57339f14f7159, State: Running, Role: LEADER
I20260608 12:41:51.699993  4781 consensus_queue.cc:237] T cd0259d7de754c99903903dc50ef8096 P 014a775dd3ee4a02a9d57339f14f7159 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7b6f68f3c9d44f19cad86fa6f6324ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34327 } } peers { permanent_uuid: "87484ae56f2e40ea970f1e001d40043a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42931 } } peers { permanent_uuid: "014a775dd3ee4a02a9d57339f14f7159" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36351 } }
I20260608 12:41:51.710438  4476 catalog_manager.cc:5696] T cd0259d7de754c99903903dc50ef8096 P 014a775dd3ee4a02a9d57339f14f7159 reported cstate change: term changed from 0 to 1, leader changed from <none> to 014a775dd3ee4a02a9d57339f14f7159 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "014a775dd3ee4a02a9d57339f14f7159" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b7b6f68f3c9d44f19cad86fa6f6324ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34327 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "87484ae56f2e40ea970f1e001d40043a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42931 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "014a775dd3ee4a02a9d57339f14f7159" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36351 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:51.996762  4525 placement_policy_util.cc:407] tablet cd0259d7de754c99903903dc50ef8096: detected majority of replicas (2 of 3) at location L0
I20260608 12:41:51.998162  4530 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:52.000458  4530 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:52.000931  4530 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:52.084903  4781 consensus_queue.cc:1048] T cd0259d7de754c99903903dc50ef8096 P 014a775dd3ee4a02a9d57339f14f7159 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b7b6f68f3c9d44f19cad86fa6f6324ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34327 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:52.102042  4781 consensus_queue.cc:1048] T cd0259d7de754c99903903dc50ef8096 P 014a775dd3ee4a02a9d57339f14f7159 [LEADER]: Connected to new peer: Peer: permanent_uuid: "87484ae56f2e40ea970f1e001d40043a" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42931 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:53.008826  4525 placement_policy_util.cc:407] tablet cd0259d7de754c99903903dc50ef8096: detected majority of replicas (2 of 3) at location L0
I20260608 12:41:54.002115  4530 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:54.003643  4530 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:54.004055  4530 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:54.020221  4525 placement_policy_util.cc:407] tablet cd0259d7de754c99903903dc50ef8096: detected majority of replicas (2 of 3) at location L0
I20260608 12:41:55.030951  4525 placement_policy_util.cc:407] tablet cd0259d7de754c99903903dc50ef8096: detected majority of replicas (2 of 3) at location L0
I20260608 12:41:56.005291  4530 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:56.006923  4530 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:56.007311  4530 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:56.042083  4525 placement_policy_util.cc:407] tablet cd0259d7de754c99903903dc50ef8096: detected majority of replicas (2 of 3) at location L0
I20260608 12:41:57.052464  4525 placement_policy_util.cc:407] tablet cd0259d7de754c99903903dc50ef8096: detected majority of replicas (2 of 3) at location L0
I20260608 12:41:58.008459  4530 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:58.010162  4530 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:58.010541  4530 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:58.062649  4525 placement_policy_util.cc:407] tablet cd0259d7de754c99903903dc50ef8096: detected majority of replicas (2 of 3) at location L0
I20260608 12:41:59.073395  4525 placement_policy_util.cc:407] tablet cd0259d7de754c99903903dc50ef8096: detected majority of replicas (2 of 3) at location L0
I20260608 12:42:00.011983  4530 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:42:00.013991  4530 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:42:00.014410  4530 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:42:00.083444  4525 placement_policy_util.cc:407] tablet cd0259d7de754c99903903dc50ef8096: detected majority of replicas (2 of 3) at location L0
I20260608 12:42:01.091838  4525 placement_policy_util.cc:407] tablet cd0259d7de754c99903903dc50ef8096: detected majority of replicas (2 of 3) at location L0
I20260608 12:42:02.015712  4530 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:42:02.017331  4530 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:42:02.017714  4530 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:42:02.100438  4525 placement_policy_util.cc:407] tablet cd0259d7de754c99903903dc50ef8096: detected majority of replicas (2 of 3) at location L0
I20260608 12:42:02.806617   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:42:02.840828   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:02.841773   431 tablet_replica.cc:333] T cd0259d7de754c99903903dc50ef8096 P 87484ae56f2e40ea970f1e001d40043a: stopping tablet replica
I20260608 12:42:02.842635   431 raft_consensus.cc:2243] T cd0259d7de754c99903903dc50ef8096 P 87484ae56f2e40ea970f1e001d40043a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:02.843416   431 raft_consensus.cc:2272] T cd0259d7de754c99903903dc50ef8096 P 87484ae56f2e40ea970f1e001d40043a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:02.866992   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:42:02.885641   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:42:02.914147   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:02.915078   431 tablet_replica.cc:333] T cd0259d7de754c99903903dc50ef8096 P b7b6f68f3c9d44f19cad86fa6f6324ca: stopping tablet replica
I20260608 12:42:02.915793   431 raft_consensus.cc:2243] T cd0259d7de754c99903903dc50ef8096 P b7b6f68f3c9d44f19cad86fa6f6324ca [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:02.916455   431 raft_consensus.cc:2272] T cd0259d7de754c99903903dc50ef8096 P b7b6f68f3c9d44f19cad86fa6f6324ca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:02.939795   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:42:02.955265   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:42:02.982156   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:02.983088   431 tablet_replica.cc:333] T cd0259d7de754c99903903dc50ef8096 P 014a775dd3ee4a02a9d57339f14f7159: stopping tablet replica
I20260608 12:42:02.983948   431 raft_consensus.cc:2243] T cd0259d7de754c99903903dc50ef8096 P 014a775dd3ee4a02a9d57339f14f7159 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:02.985203   431 raft_consensus.cc:2272] T cd0259d7de754c99903903dc50ef8096 P 014a775dd3ee4a02a9d57339f14f7159 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.007206   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:42:03.020748   431 master.cc:562] Master@127.0.107.254:38617 shutting down...
I20260608 12:42:03.046046   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 8e247950c3a4410da82b2c4819e22104 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:03.047079   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 8e247950c3a4410da82b2c4819e22104 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:03.047530   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 8e247950c3a4410da82b2c4819e22104: stopping tablet replica
I20260608 12:42:03.069372   431 master.cc:584] Master@127.0.107.254:38617 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy (13264 ms)
[ RUN      ] AutoRebalancerTest.TestMaxMovesPerServer
I20260608 12:42:03.121778   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:42545
I20260608 12:42:03.123932   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:03.132037  4800 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:03.132269  4801 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:03.133643  4803 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:03.136014   431 server_base.cc:1061] running on GCE node
I20260608 12:42:03.137244   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:03.137547   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:03.137765   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922523137750 us; error 0 us; skew 500 ppm
I20260608 12:42:03.138825   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:03.142798   431 webserver.cc:533] Webserver started at http://127.0.107.254:38073/ using document root <none> and password file <none>
I20260608 12:42:03.143615   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:03.143887   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:03.144273   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:03.146265   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/master-0-root/instance:
uuid: "3d4a7694adc046acb6cc69ceb3d5fd2d"
format_stamp: "Formatted at 2026-06-08 12:42:03 on dist-test-slave-1zds"
I20260608 12:42:03.154115   431 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.001s
I20260608 12:42:03.159041  4808 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:03.159824   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.004s	sys 0.000s
I20260608 12:42:03.160072   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/master-0-root
uuid: "3d4a7694adc046acb6cc69ceb3d5fd2d"
format_stamp: "Formatted at 2026-06-08 12:42:03 on dist-test-slave-1zds"
I20260608 12:42:03.160316   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:03.182519   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:03.183795   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:03.223721   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:42545
I20260608 12:42:03.223855  4859 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:42545 every 8 connection(s)
I20260608 12:42:03.228118  4860 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:03.240222  4860 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3d4a7694adc046acb6cc69ceb3d5fd2d: Bootstrap starting.
I20260608 12:42:03.245536  4860 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3d4a7694adc046acb6cc69ceb3d5fd2d: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:03.249908  4860 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3d4a7694adc046acb6cc69ceb3d5fd2d: No bootstrap required, opened a new log
I20260608 12:42:03.252329  4860 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3d4a7694adc046acb6cc69ceb3d5fd2d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d4a7694adc046acb6cc69ceb3d5fd2d" member_type: VOTER }
I20260608 12:42:03.252789  4860 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3d4a7694adc046acb6cc69ceb3d5fd2d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:03.253038  4860 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3d4a7694adc046acb6cc69ceb3d5fd2d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d4a7694adc046acb6cc69ceb3d5fd2d, State: Initialized, Role: FOLLOWER
I20260608 12:42:03.253726  4860 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3d4a7694adc046acb6cc69ceb3d5fd2d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "3d4a7694adc046acb6cc69ceb3d5fd2d" member_type: VOTER }
I20260608 12:42:03.254333  4860 raft_consensus.cc:399] T 00000000000000000000000000000000 P 3d4a7694adc046acb6cc69ceb3d5fd2d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:03.254580  4860 raft_consensus.cc:493] T 00000000000000000000000000000000 P 3d4a7694adc046acb6cc69ceb3d5fd2d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:03.254865  4860 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3d4a7694adc046acb6cc69ceb3d5fd2d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:03.259569  4860 raft_consensus.cc:515] T 00000000000000000000000000000000 P 3d4a7694adc046acb6cc69ceb3d5fd2d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d4a7694adc046acb6cc69ceb3d5fd2d" member_type: VOTER }
I20260608 12:42:03.260116  4860 leader_election.cc:304] T 00000000000000000000000000000000 P 3d4a7694adc046acb6cc69ceb3d5fd2d [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: 3d4a7694adc046acb6cc69ceb3d5fd2d; no voters: 
I20260608 12:42:03.261410  4860 leader_election.cc:290] T 00000000000000000000000000000000 P 3d4a7694adc046acb6cc69ceb3d5fd2d [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:03.261971  4863 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 3d4a7694adc046acb6cc69ceb3d5fd2d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:03.263671  4863 raft_consensus.cc:697] T 00000000000000000000000000000000 P 3d4a7694adc046acb6cc69ceb3d5fd2d [term 1 LEADER]: Becoming Leader. State: Replica: 3d4a7694adc046acb6cc69ceb3d5fd2d, State: Running, Role: LEADER
I20260608 12:42:03.264391  4863 consensus_queue.cc:237] T 00000000000000000000000000000000 P 3d4a7694adc046acb6cc69ceb3d5fd2d [LEADER]: Queue going to LEADER mode. State: All 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: "3d4a7694adc046acb6cc69ceb3d5fd2d" member_type: VOTER }
I20260608 12:42:03.264652  4860 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3d4a7694adc046acb6cc69ceb3d5fd2d [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:42:03.267868  4864 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3d4a7694adc046acb6cc69ceb3d5fd2d [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "3d4a7694adc046acb6cc69ceb3d5fd2d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d4a7694adc046acb6cc69ceb3d5fd2d" member_type: VOTER } }
I20260608 12:42:03.267881  4865 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3d4a7694adc046acb6cc69ceb3d5fd2d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3d4a7694adc046acb6cc69ceb3d5fd2d. Latest consensus state: current_term: 1 leader_uuid: "3d4a7694adc046acb6cc69ceb3d5fd2d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3d4a7694adc046acb6cc69ceb3d5fd2d" member_type: VOTER } }
I20260608 12:42:03.268780  4865 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3d4a7694adc046acb6cc69ceb3d5fd2d [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:03.268756  4864 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3d4a7694adc046acb6cc69ceb3d5fd2d [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:03.275730  4868 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:42:03.282163  4868 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:42:03.283190   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:42:03.292768  4868 catalog_manager.cc:1382] Generated new cluster ID: 082ac301b77743f587f69aade03e339f
I20260608 12:42:03.293160  4868 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:42:03.314390  4868 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:42:03.315732  4868 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:42:03.328157  4868 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 3d4a7694adc046acb6cc69ceb3d5fd2d: Generated new TSK 0
I20260608 12:42:03.328732  4868 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:42:03.349881   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:03.356267  4881 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:03.357391  4882 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:03.358628  4884 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:03.359520   431 server_base.cc:1061] running on GCE node
I20260608 12:42:03.360476   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:03.360656   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:03.360778   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922523360767 us; error 0 us; skew 500 ppm
I20260608 12:42:03.361368   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:03.363896   431 webserver.cc:533] Webserver started at http://127.0.107.193:39501/ using document root <none> and password file <none>
I20260608 12:42:03.364374   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:03.364535   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:03.364753   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:03.365989   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-0-root/instance:
uuid: "0eacb4c6e125482d93d7182659c0ac53"
format_stamp: "Formatted at 2026-06-08 12:42:03 on dist-test-slave-1zds"
I20260608 12:42:03.371140   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260608 12:42:03.375109  4889 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:03.376029   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:42:03.376363   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-0-root
uuid: "0eacb4c6e125482d93d7182659c0ac53"
format_stamp: "Formatted at 2026-06-08 12:42:03 on dist-test-slave-1zds"
I20260608 12:42:03.376709   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:03.398669   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:03.400184   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:03.401988   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:03.404421   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:03.404657   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:03.404903   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:03.405079   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:03.447615   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:39585
I20260608 12:42:03.447734  4951 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:39585 every 8 connection(s)
I20260608 12:42:03.453092   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:03.461313  4956 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:03.461751  4957 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:03.464711   431 server_base.cc:1061] running on GCE node
W20260608 12:42:03.465606  4959 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:03.466749   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:03.467013   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:03.467222   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922523467202 us; error 0 us; skew 500 ppm
I20260608 12:42:03.467976   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:03.467958  4952 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42545
I20260608 12:42:03.468631  4952 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:03.469662  4952 heartbeater.cc:507] Master 127.0.107.254:42545 requested a full tablet report, sending...
I20260608 12:42:03.471457   431 webserver.cc:533] Webserver started at http://127.0.107.194:36363/ using document root <none> and password file <none>
I20260608 12:42:03.472106   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:03.472302   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:03.472595   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:03.472504  4825 ts_manager.cc:194] Registered new tserver with Master: 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585)
I20260608 12:42:03.473958   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-1-root/instance:
uuid: "01c9d8b5cf274c7f93ead98c443ac494"
format_stamp: "Formatted at 2026-06-08 12:42:03 on dist-test-slave-1zds"
I20260608 12:42:03.474677  4825 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46664
I20260608 12:42:03.479661   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:42:03.483479  4964 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:03.484361   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:42:03.484678   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-1-root
uuid: "01c9d8b5cf274c7f93ead98c443ac494"
format_stamp: "Formatted at 2026-06-08 12:42:03 on dist-test-slave-1zds"
I20260608 12:42:03.485019   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:03.509017   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:03.510370   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:03.511919   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:03.514420   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:03.514676   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:03.514936   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:03.515127   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:03.560192   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:46163
I20260608 12:42:03.560320  5026 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:46163 every 8 connection(s)
I20260608 12:42:03.565784   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:03.573482  5031 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:03.574469  5030 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:03.575312  5033 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:03.576442   431 server_base.cc:1061] running on GCE node
I20260608 12:42:03.577275   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:03.577513   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:03.577728   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922523577709 us; error 0 us; skew 500 ppm
I20260608 12:42:03.578720   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:03.579943  5027 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42545
I20260608 12:42:03.580397  5027 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:03.581190  5027 heartbeater.cc:507] Master 127.0.107.254:42545 requested a full tablet report, sending...
I20260608 12:42:03.581761   431 webserver.cc:533] Webserver started at http://127.0.107.195:33597/ using document root <none> and password file <none>
I20260608 12:42:03.582600   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:03.582875   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:03.583158   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:03.583743  4825 ts_manager.cc:194] Registered new tserver with Master: 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
I20260608 12:42:03.584431   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-2-root/instance:
uuid: "f436a0fa419d46f7aeee165bde3728a2"
format_stamp: "Formatted at 2026-06-08 12:42:03 on dist-test-slave-1zds"
I20260608 12:42:03.585227  4825 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46680
I20260608 12:42:03.589532   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260608 12:42:03.593353  5038 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:03.594290   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:42:03.594626   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-2-root
uuid: "f436a0fa419d46f7aeee165bde3728a2"
format_stamp: "Formatted at 2026-06-08 12:42:03 on dist-test-slave-1zds"
I20260608 12:42:03.594929   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:03.609341   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:03.610750   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:03.612262   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:03.614611   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:03.614853   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:03.615098   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:03.615275   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:03.657088   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:35143
I20260608 12:42:03.657207  5100 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:35143 every 8 connection(s)
I20260608 12:42:03.672658  5101 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42545
I20260608 12:42:03.673143  5101 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:03.674002  5101 heartbeater.cc:507] Master 127.0.107.254:42545 requested a full tablet report, sending...
I20260608 12:42:03.676401  4825 ts_manager.cc:194] Registered new tserver with Master: f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:03.676554   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016062545s
I20260608 12:42:03.678349  4825 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46694
I20260608 12:42:04.478039  4952 heartbeater.cc:499] Master 127.0.107.254:42545 was elected leader, sending a full tablet report...
I20260608 12:42:04.588011  5027 heartbeater.cc:499] Master 127.0.107.254:42545 was elected leader, sending a full tablet report...
I20260608 12:42:04.681401  5101 heartbeater.cc:499] Master 127.0.107.254:42545 was elected leader, sending a full tablet report...
I20260608 12:42:04.740440  4825 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:35952:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\252\252\252\n\004\001\000TUU\025\004\001\000\376\377\377\037\004\001\000\250\252\252*\004\001\000RUU5\004\001\000\374\377\377?\004\001\000\246\252\252J\004\001\000PUUU\004\001\000\372\377\377_\004\001\000\244\252\252j\004\001\000NUUu""\004\001\000\252\252\252\n\004\001\000TUU\025\004\001\000\376\377\377\037\004\001\000\250\252\252*\004\001\000RUU5\004\001\000\374\377\377?\004\001\000\246\252\252J\004\001\000PUUU\004\001\000\372\377\377_\004\001\000\244\252\252j\004\001\000NUUu"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:42:04.744168  4825 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:42:04.854169  5063 tablet_service.cc:1511] Processing CreateTablet for tablet df49a7dc15aa4f50b4e26ce43b38cd4c (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260608 12:42:04.855319  5061 tablet_service.cc:1511] Processing CreateTablet for tablet 5c1147b7799b47d5a194b031ca2f6c6d (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260608 12:42:04.856140  5063 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet df49a7dc15aa4f50b4e26ce43b38cd4c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:04.857064  5061 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5c1147b7799b47d5a194b031ca2f6c6d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:04.858731  5062 tablet_service.cc:1511] Processing CreateTablet for tablet 5fd7b9b2be344488a92937ddddc983eb (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260608 12:42:04.859314  5065 tablet_service.cc:1511] Processing CreateTablet for tablet 171a8f9c7085462d993ce1bbb0fe1ef8 (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260608 12:42:04.860497  5062 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5fd7b9b2be344488a92937ddddc983eb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:04.860364  5064 tablet_service.cc:1511] Processing CreateTablet for tablet 80a4e48c83c94fca929cc1b58d37f164 (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260608 12:42:04.862172  5064 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 80a4e48c83c94fca929cc1b58d37f164. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:04.862475  5066 tablet_service.cc:1511] Processing CreateTablet for tablet bccc17d2909f4c12bfd20f839fe5b373 (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260608 12:42:04.864040  5066 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bccc17d2909f4c12bfd20f839fe5b373. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:04.868875  5060 tablet_service.cc:1511] Processing CreateTablet for tablet e8420d84eecb452f80f79c4c2b6a5fab (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260608 12:42:04.866325  5065 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 171a8f9c7085462d993ce1bbb0fe1ef8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:04.873809  5060 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e8420d84eecb452f80f79c4c2b6a5fab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:04.878715  5059 tablet_service.cc:1511] Processing CreateTablet for tablet e6e9c1d98f1d4f788bb50f1195842d57 (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260608 12:42:04.880587  5059 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e6e9c1d98f1d4f788bb50f1195842d57. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:04.888036  5058 tablet_service.cc:1511] Processing CreateTablet for tablet b7cec5637de14f6284f4a3e8867eaa12 (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260608 12:42:04.890201  5058 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b7cec5637de14f6284f4a3e8867eaa12. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:04.895968  5057 tablet_service.cc:1511] Processing CreateTablet for tablet 78d45ba015bf416ab3e4d92b985e75d7 (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260608 12:42:04.898600  5057 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 78d45ba015bf416ab3e4d92b985e75d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:04.908694  4992 tablet_service.cc:1511] Processing CreateTablet for tablet bccc17d2909f4c12bfd20f839fe5b373 (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260608 12:42:04.908748  4991 tablet_service.cc:1511] Processing CreateTablet for tablet 171a8f9c7085462d993ce1bbb0fe1ef8 (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260608 12:42:04.911592  4990 tablet_service.cc:1511] Processing CreateTablet for tablet 80a4e48c83c94fca929cc1b58d37f164 (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260608 12:42:04.912189  4983 tablet_service.cc:1511] Processing CreateTablet for tablet 78d45ba015bf416ab3e4d92b985e75d7 (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260608 12:42:04.915397  4989 tablet_service.cc:1511] Processing CreateTablet for tablet df49a7dc15aa4f50b4e26ce43b38cd4c (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260608 12:42:04.915287  4984 tablet_service.cc:1511] Processing CreateTablet for tablet b7cec5637de14f6284f4a3e8867eaa12 (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260608 12:42:04.918804  4988 tablet_service.cc:1511] Processing CreateTablet for tablet 5fd7b9b2be344488a92937ddddc983eb (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260608 12:42:04.919088  5063 tablet_service.cc:1511] Processing CreateTablet for tablet 949be57bc31749bd94f98d8a329aa5aa (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260608 12:42:04.921025  5063 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 949be57bc31749bd94f98d8a329aa5aa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:04.922134  4987 tablet_service.cc:1511] Processing CreateTablet for tablet 5c1147b7799b47d5a194b031ca2f6c6d (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260608 12:42:04.927588  4985 tablet_service.cc:1511] Processing CreateTablet for tablet e6e9c1d98f1d4f788bb50f1195842d57 (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260608 12:42:04.925202  4986 tablet_service.cc:1511] Processing CreateTablet for tablet e8420d84eecb452f80f79c4c2b6a5fab (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260608 12:42:04.913682  4990 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 80a4e48c83c94fca929cc1b58d37f164. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:04.934711  4984 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b7cec5637de14f6284f4a3e8867eaa12. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:04.936970  4987 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5c1147b7799b47d5a194b031ca2f6c6d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:04.937832  4989 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet df49a7dc15aa4f50b4e26ce43b38cd4c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:04.942220  4986 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e8420d84eecb452f80f79c4c2b6a5fab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:04.944104  4985 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e6e9c1d98f1d4f788bb50f1195842d57. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:04.945422  4988 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5fd7b9b2be344488a92937ddddc983eb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:04.946403  4992 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bccc17d2909f4c12bfd20f839fe5b373. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:04.947736  5063 tablet_service.cc:1511] Processing CreateTablet for tablet 5037180c0ce4496693e53897d23ce934 (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260608 12:42:04.949472  5063 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5037180c0ce4496693e53897d23ce934. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:04.949965  4991 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 171a8f9c7085462d993ce1bbb0fe1ef8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:04.951506  4917 tablet_service.cc:1511] Processing CreateTablet for tablet bccc17d2909f4c12bfd20f839fe5b373 (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260608 12:42:04.953194  4917 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bccc17d2909f4c12bfd20f839fe5b373. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:04.954277  4983 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 78d45ba015bf416ab3e4d92b985e75d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:04.955477  4916 tablet_service.cc:1511] Processing CreateTablet for tablet 171a8f9c7085462d993ce1bbb0fe1ef8 (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260608 12:42:04.957233  4916 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 171a8f9c7085462d993ce1bbb0fe1ef8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:04.960223  4915 tablet_service.cc:1511] Processing CreateTablet for tablet 80a4e48c83c94fca929cc1b58d37f164 (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260608 12:42:04.963557  4914 tablet_service.cc:1511] Processing CreateTablet for tablet df49a7dc15aa4f50b4e26ce43b38cd4c (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260608 12:42:04.966821  4913 tablet_service.cc:1511] Processing CreateTablet for tablet 5fd7b9b2be344488a92937ddddc983eb (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260608 12:42:04.972688  4911 tablet_service.cc:1511] Processing CreateTablet for tablet e8420d84eecb452f80f79c4c2b6a5fab (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260608 12:42:04.973865  4912 tablet_service.cc:1511] Processing CreateTablet for tablet 5c1147b7799b47d5a194b031ca2f6c6d (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260608 12:42:04.976585  4915 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 80a4e48c83c94fca929cc1b58d37f164. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:04.976819  4910 tablet_service.cc:1511] Processing CreateTablet for tablet e6e9c1d98f1d4f788bb50f1195842d57 (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260608 12:42:04.978456  4910 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e6e9c1d98f1d4f788bb50f1195842d57. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:04.980299  4914 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet df49a7dc15aa4f50b4e26ce43b38cd4c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:04.984067  4911 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e8420d84eecb452f80f79c4c2b6a5fab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:04.986243  4912 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5c1147b7799b47d5a194b031ca2f6c6d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:04.989235  4909 tablet_service.cc:1511] Processing CreateTablet for tablet b7cec5637de14f6284f4a3e8867eaa12 (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260608 12:42:04.990223  4913 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5fd7b9b2be344488a92937ddddc983eb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:04.991115  4909 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b7cec5637de14f6284f4a3e8867eaa12. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:04.996313  4908 tablet_service.cc:1511] Processing CreateTablet for tablet 78d45ba015bf416ab3e4d92b985e75d7 (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260608 12:42:04.998203  4908 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 78d45ba015bf416ab3e4d92b985e75d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:05.039659  5121 tablet_bootstrap.cc:492] T 5fd7b9b2be344488a92937ddddc983eb P f436a0fa419d46f7aeee165bde3728a2: Bootstrap starting.
I20260608 12:42:05.040781  4909 tablet_service.cc:1511] Processing CreateTablet for tablet 5037180c0ce4496693e53897d23ce934 (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260608 12:42:05.042538  4909 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5037180c0ce4496693e53897d23ce934. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:05.073360  5121 tablet_bootstrap.cc:654] T 5fd7b9b2be344488a92937ddddc983eb P f436a0fa419d46f7aeee165bde3728a2: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.090557  4986 tablet_service.cc:1511] Processing CreateTablet for tablet 5037180c0ce4496693e53897d23ce934 (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260608 12:42:05.081040  4987 tablet_service.cc:1511] Processing CreateTablet for tablet 949be57bc31749bd94f98d8a329aa5aa (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260608 12:42:05.108893  4911 tablet_service.cc:1511] Processing CreateTablet for tablet 949be57bc31749bd94f98d8a329aa5aa (DEFAULT_TABLE table=test-workload [id=e5ead135ec4b472fbf7a434803cddf44]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260608 12:42:05.116211  4911 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 949be57bc31749bd94f98d8a329aa5aa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:05.113485  4986 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5037180c0ce4496693e53897d23ce934. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:05.118968  4987 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 949be57bc31749bd94f98d8a329aa5aa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:05.125550  5122 tablet_bootstrap.cc:492] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53: Bootstrap starting.
I20260608 12:42:05.135943  5121 tablet_bootstrap.cc:492] T 5fd7b9b2be344488a92937ddddc983eb P f436a0fa419d46f7aeee165bde3728a2: No bootstrap required, opened a new log
I20260608 12:42:05.137754  5121 ts_tablet_manager.cc:1403] T 5fd7b9b2be344488a92937ddddc983eb P f436a0fa419d46f7aeee165bde3728a2: Time spent bootstrapping tablet: real 0.099s	user 0.015s	sys 0.004s
I20260608 12:42:05.154711  5123 tablet_bootstrap.cc:492] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494: Bootstrap starting.
I20260608 12:42:05.141755  5121 raft_consensus.cc:359] T 5fd7b9b2be344488a92937ddddc983eb P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.162787  5121 raft_consensus.cc:385] T 5fd7b9b2be344488a92937ddddc983eb P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.163223  5121 raft_consensus.cc:740] T 5fd7b9b2be344488a92937ddddc983eb P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f436a0fa419d46f7aeee165bde3728a2, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.164160  5123 tablet_bootstrap.cc:654] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.164260  5121 consensus_queue.cc:260] T 5fd7b9b2be344488a92937ddddc983eb P f436a0fa419d46f7aeee165bde3728a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.168275  5122 tablet_bootstrap.cc:654] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.177989  5121 ts_tablet_manager.cc:1434] T 5fd7b9b2be344488a92937ddddc983eb P f436a0fa419d46f7aeee165bde3728a2: Time spent starting tablet: real 0.040s	user 0.006s	sys 0.006s
I20260608 12:42:05.179445  5121 tablet_bootstrap.cc:492] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2: Bootstrap starting.
I20260608 12:42:05.185199  5122 tablet_bootstrap.cc:492] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53: No bootstrap required, opened a new log
I20260608 12:42:05.185839  5122 ts_tablet_manager.cc:1403] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53: Time spent bootstrapping tablet: real 0.061s	user 0.006s	sys 0.012s
I20260608 12:42:05.186940  5121 tablet_bootstrap.cc:654] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.190588  5122 raft_consensus.cc:359] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.191721  5122 raft_consensus.cc:385] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.192135  5122 raft_consensus.cc:740] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0eacb4c6e125482d93d7182659c0ac53, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.193578  5122 consensus_queue.cc:260] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.195658  5123 tablet_bootstrap.cc:492] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494: No bootstrap required, opened a new log
I20260608 12:42:05.196406  5123 ts_tablet_manager.cc:1403] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494: Time spent bootstrapping tablet: real 0.042s	user 0.015s	sys 0.009s
I20260608 12:42:05.198217  5121 tablet_bootstrap.cc:492] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2: No bootstrap required, opened a new log
I20260608 12:42:05.198815  5121 ts_tablet_manager.cc:1403] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2: Time spent bootstrapping tablet: real 0.020s	user 0.011s	sys 0.004s
I20260608 12:42:05.199572  5122 ts_tablet_manager.cc:1434] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53: Time spent starting tablet: real 0.013s	user 0.008s	sys 0.004s
I20260608 12:42:05.200256  5123 raft_consensus.cc:359] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.201057  5123 raft_consensus.cc:385] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.201351  5123 raft_consensus.cc:740] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 01c9d8b5cf274c7f93ead98c443ac494, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.201637  5122 tablet_bootstrap.cc:492] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53: Bootstrap starting.
I20260608 12:42:05.201872  5121 raft_consensus.cc:359] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.202602  5121 raft_consensus.cc:385] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.202369  5123 consensus_queue.cc:260] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.202948  5121 raft_consensus.cc:740] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f436a0fa419d46f7aeee165bde3728a2, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.204857  5121 consensus_queue.cc:260] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.209705  5121 ts_tablet_manager.cc:1434] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.000s
I20260608 12:42:05.210824  5121 tablet_bootstrap.cc:492] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2: Bootstrap starting.
I20260608 12:42:05.211861  5122 tablet_bootstrap.cc:654] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.218091  5121 tablet_bootstrap.cc:654] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.223304  5123 ts_tablet_manager.cc:1434] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494: Time spent starting tablet: real 0.027s	user 0.010s	sys 0.018s
I20260608 12:42:05.224493  5123 tablet_bootstrap.cc:492] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494: Bootstrap starting.
I20260608 12:42:05.227455  5121 tablet_bootstrap.cc:492] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2: No bootstrap required, opened a new log
I20260608 12:42:05.228194  5121 ts_tablet_manager.cc:1403] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2: Time spent bootstrapping tablet: real 0.018s	user 0.007s	sys 0.003s
I20260608 12:42:05.231575  5121 raft_consensus.cc:359] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.232206  5121 raft_consensus.cc:385] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.232467  5121 raft_consensus.cc:740] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f436a0fa419d46f7aeee165bde3728a2, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.233283  5123 tablet_bootstrap.cc:654] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.233225  5121 consensus_queue.cc:260] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.235204  5122 tablet_bootstrap.cc:492] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53: No bootstrap required, opened a new log
I20260608 12:42:05.235847  5122 ts_tablet_manager.cc:1403] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53: Time spent bootstrapping tablet: real 0.034s	user 0.016s	sys 0.007s
I20260608 12:42:05.239589  5122 raft_consensus.cc:359] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.240595  5122 raft_consensus.cc:385] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.240959  5122 raft_consensus.cc:740] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0eacb4c6e125482d93d7182659c0ac53, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.241964  5122 consensus_queue.cc:260] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.242607  5123 tablet_bootstrap.cc:492] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494: No bootstrap required, opened a new log
I20260608 12:42:05.242946  5121 ts_tablet_manager.cc:1434] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2: Time spent starting tablet: real 0.014s	user 0.009s	sys 0.000s
I20260608 12:42:05.243547  5123 ts_tablet_manager.cc:1403] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494: Time spent bootstrapping tablet: real 0.019s	user 0.010s	sys 0.007s
I20260608 12:42:05.244349  5122 ts_tablet_manager.cc:1434] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260608 12:42:05.245543  5122 tablet_bootstrap.cc:492] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53: Bootstrap starting.
I20260608 12:42:05.246912  5121 tablet_bootstrap.cc:492] T 5037180c0ce4496693e53897d23ce934 P f436a0fa419d46f7aeee165bde3728a2: Bootstrap starting.
I20260608 12:42:05.247279  5123 raft_consensus.cc:359] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.248060  5123 raft_consensus.cc:385] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.248363  5123 raft_consensus.cc:740] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 01c9d8b5cf274c7f93ead98c443ac494, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.249323  5123 consensus_queue.cc:260] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.253543  5122 tablet_bootstrap.cc:654] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.254277  5123 ts_tablet_manager.cc:1434] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494: Time spent starting tablet: real 0.010s	user 0.009s	sys 0.000s
I20260608 12:42:05.254647  5121 tablet_bootstrap.cc:654] T 5037180c0ce4496693e53897d23ce934 P f436a0fa419d46f7aeee165bde3728a2: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.255390  5123 tablet_bootstrap.cc:492] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 01c9d8b5cf274c7f93ead98c443ac494: Bootstrap starting.
I20260608 12:42:05.263084  5123 tablet_bootstrap.cc:654] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 01c9d8b5cf274c7f93ead98c443ac494: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.264809  5121 tablet_bootstrap.cc:492] T 5037180c0ce4496693e53897d23ce934 P f436a0fa419d46f7aeee165bde3728a2: No bootstrap required, opened a new log
I20260608 12:42:05.265404  5121 ts_tablet_manager.cc:1403] T 5037180c0ce4496693e53897d23ce934 P f436a0fa419d46f7aeee165bde3728a2: Time spent bootstrapping tablet: real 0.019s	user 0.011s	sys 0.004s
I20260608 12:42:05.269393  5121 raft_consensus.cc:359] T 5037180c0ce4496693e53897d23ce934 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.270480  5121 raft_consensus.cc:385] T 5037180c0ce4496693e53897d23ce934 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.270900  5121 raft_consensus.cc:740] T 5037180c0ce4496693e53897d23ce934 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f436a0fa419d46f7aeee165bde3728a2, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.273459  5121 consensus_queue.cc:260] T 5037180c0ce4496693e53897d23ce934 P f436a0fa419d46f7aeee165bde3728a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.274917  5122 tablet_bootstrap.cc:492] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53: No bootstrap required, opened a new log
I20260608 12:42:05.275504  5122 ts_tablet_manager.cc:1403] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53: Time spent bootstrapping tablet: real 0.030s	user 0.013s	sys 0.009s
I20260608 12:42:05.278893  5122 raft_consensus.cc:359] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
W20260608 12:42:05.279292  4873 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:42:05.279829  5122 raft_consensus.cc:385] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.280169  5122 raft_consensus.cc:740] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0eacb4c6e125482d93d7182659c0ac53, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.280385  5121 ts_tablet_manager.cc:1434] T 5037180c0ce4496693e53897d23ce934 P f436a0fa419d46f7aeee165bde3728a2: Time spent starting tablet: real 0.015s	user 0.011s	sys 0.000s
I20260608 12:42:05.281617  5121 tablet_bootstrap.cc:492] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2: Bootstrap starting.
I20260608 12:42:05.281157  5122 consensus_queue.cc:260] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.287231  5122 ts_tablet_manager.cc:1434] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.002s
I20260608 12:42:05.288407  5122 tablet_bootstrap.cc:492] T e6e9c1d98f1d4f788bb50f1195842d57 P 0eacb4c6e125482d93d7182659c0ac53: Bootstrap starting.
I20260608 12:42:05.294785  5125 raft_consensus.cc:493] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:05.295352  5125 raft_consensus.cc:515] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.296903  5123 tablet_bootstrap.cc:492] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 01c9d8b5cf274c7f93ead98c443ac494: No bootstrap required, opened a new log
I20260608 12:42:05.297456  5123 ts_tablet_manager.cc:1403] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 01c9d8b5cf274c7f93ead98c443ac494: Time spent bootstrapping tablet: real 0.042s	user 0.019s	sys 0.019s
I20260608 12:42:05.298388  5125 leader_election.cc:290] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
I20260608 12:42:05.299005  5121 tablet_bootstrap.cc:654] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.299326  5122 tablet_bootstrap.cc:654] T e6e9c1d98f1d4f788bb50f1195842d57 P 0eacb4c6e125482d93d7182659c0ac53: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.300915  5123 raft_consensus.cc:359] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.301702  5123 raft_consensus.cc:385] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.302074  5123 raft_consensus.cc:740] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 01c9d8b5cf274c7f93ead98c443ac494, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.303122  5123 consensus_queue.cc:260] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 01c9d8b5cf274c7f93ead98c443ac494 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.305713  5123 ts_tablet_manager.cc:1434] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 01c9d8b5cf274c7f93ead98c443ac494: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:42:05.306787  5123 tablet_bootstrap.cc:492] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494: Bootstrap starting.
I20260608 12:42:05.314256  5123 tablet_bootstrap.cc:654] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.318284  5130 raft_consensus.cc:493] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:05.319027  5130 raft_consensus.cc:515] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.326125  5123 tablet_bootstrap.cc:492] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494: No bootstrap required, opened a new log
I20260608 12:42:05.326681  5123 ts_tablet_manager.cc:1403] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494: Time spent bootstrapping tablet: real 0.020s	user 0.017s	sys 0.000s
I20260608 12:42:05.327592  5129 raft_consensus.cc:493] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:05.328150  5129 raft_consensus.cc:515] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.330094  5123 raft_consensus.cc:359] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.330861  5123 raft_consensus.cc:385] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.331147  5123 raft_consensus.cc:740] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 01c9d8b5cf274c7f93ead98c443ac494, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.332105  5123 consensus_queue.cc:260] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.333123  5129 leader_election.cc:290] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:05.341902  5123 ts_tablet_manager.cc:1434] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494: Time spent starting tablet: real 0.015s	user 0.012s	sys 0.003s
I20260608 12:42:05.343169  5123 tablet_bootstrap.cc:492] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494: Bootstrap starting.
I20260608 12:42:05.346052  5130 leader_election.cc:290] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:05.351610  5123 tablet_bootstrap.cc:654] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.354157  5125 raft_consensus.cc:493] T 5fd7b9b2be344488a92937ddddc983eb P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:05.354781  5125 raft_consensus.cc:515] T 5fd7b9b2be344488a92937ddddc983eb P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.357671  5125 leader_election.cc:290] T 5fd7b9b2be344488a92937ddddc983eb P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
I20260608 12:42:05.365185  5123 tablet_bootstrap.cc:492] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494: No bootstrap required, opened a new log
I20260608 12:42:05.371109  5123 ts_tablet_manager.cc:1403] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494: Time spent bootstrapping tablet: real 0.028s	user 0.016s	sys 0.005s
I20260608 12:42:05.375543  5123 raft_consensus.cc:359] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.376560  5123 raft_consensus.cc:385] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.376950  5123 raft_consensus.cc:740] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 01c9d8b5cf274c7f93ead98c443ac494, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.378153  5123 consensus_queue.cc:260] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.381062  5123 ts_tablet_manager.cc:1434] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260608 12:42:05.394069  5130 raft_consensus.cc:493] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:05.395742  5130 raft_consensus.cc:515] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.398346  5130 leader_election.cc:290] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:05.405985  5130 raft_consensus.cc:493] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:05.407322  5129 raft_consensus.cc:493] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:05.407985  5129 raft_consensus.cc:515] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.410463  5129 leader_election.cc:290] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:05.410635  5122 tablet_bootstrap.cc:492] T e6e9c1d98f1d4f788bb50f1195842d57 P 0eacb4c6e125482d93d7182659c0ac53: No bootstrap required, opened a new log
I20260608 12:42:05.410426  5123 tablet_bootstrap.cc:492] T b7cec5637de14f6284f4a3e8867eaa12 P 01c9d8b5cf274c7f93ead98c443ac494: Bootstrap starting.
I20260608 12:42:05.411235  5122 ts_tablet_manager.cc:1403] T e6e9c1d98f1d4f788bb50f1195842d57 P 0eacb4c6e125482d93d7182659c0ac53: Time spent bootstrapping tablet: real 0.123s	user 0.047s	sys 0.064s
I20260608 12:42:05.411504  5121 tablet_bootstrap.cc:492] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2: No bootstrap required, opened a new log
I20260608 12:42:05.412056  5121 ts_tablet_manager.cc:1403] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2: Time spent bootstrapping tablet: real 0.131s	user 0.069s	sys 0.031s
I20260608 12:42:05.415159  5122 raft_consensus.cc:359] T e6e9c1d98f1d4f788bb50f1195842d57 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.416024  5122 raft_consensus.cc:385] T e6e9c1d98f1d4f788bb50f1195842d57 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.415649  5121 raft_consensus.cc:359] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.416339  5122 raft_consensus.cc:740] T e6e9c1d98f1d4f788bb50f1195842d57 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0eacb4c6e125482d93d7182659c0ac53, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.416428  5121 raft_consensus.cc:385] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.416846  5121 raft_consensus.cc:740] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f436a0fa419d46f7aeee165bde3728a2, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.417205  5122 consensus_queue.cc:260] T e6e9c1d98f1d4f788bb50f1195842d57 P 0eacb4c6e125482d93d7182659c0ac53 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.417826  5121 consensus_queue.cc:260] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.419572  5122 ts_tablet_manager.cc:1434] T e6e9c1d98f1d4f788bb50f1195842d57 P 0eacb4c6e125482d93d7182659c0ac53: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.001s
I20260608 12:42:05.406834  5130 raft_consensus.cc:515] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.420135  5121 ts_tablet_manager.cc:1434] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:42:05.421173  5121 tablet_bootstrap.cc:492] T e6e9c1d98f1d4f788bb50f1195842d57 P f436a0fa419d46f7aeee165bde3728a2: Bootstrap starting.
I20260608 12:42:05.423265  5122 tablet_bootstrap.cc:492] T df49a7dc15aa4f50b4e26ce43b38cd4c P 0eacb4c6e125482d93d7182659c0ac53: Bootstrap starting.
I20260608 12:42:05.424557  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5c1147b7799b47d5a194b031ca2f6c6d" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2" is_pre_election: true
I20260608 12:42:05.425959  5123 tablet_bootstrap.cc:654] T b7cec5637de14f6284f4a3e8867eaa12 P 01c9d8b5cf274c7f93ead98c443ac494: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.426877  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "171a8f9c7085462d993ce1bbb0fe1ef8" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2" is_pre_election: true
W20260608 12:42:05.428574  4967 leader_election.cc:343] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:05.428951  5121 tablet_bootstrap.cc:654] T e6e9c1d98f1d4f788bb50f1195842d57 P f436a0fa419d46f7aeee165bde3728a2: Neither blocks nor log segments found. Creating new log.
W20260608 12:42:05.429908  4967 leader_election.cc:343] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:05.432973  5122 tablet_bootstrap.cc:654] T df49a7dc15aa4f50b4e26ce43b38cd4c P 0eacb4c6e125482d93d7182659c0ac53: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.441568  5121 tablet_bootstrap.cc:492] T e6e9c1d98f1d4f788bb50f1195842d57 P f436a0fa419d46f7aeee165bde3728a2: No bootstrap required, opened a new log
I20260608 12:42:05.442363  5121 ts_tablet_manager.cc:1403] T e6e9c1d98f1d4f788bb50f1195842d57 P f436a0fa419d46f7aeee165bde3728a2: Time spent bootstrapping tablet: real 0.021s	user 0.009s	sys 0.011s
I20260608 12:42:05.454180  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7cec5637de14f6284f4a3e8867eaa12" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2" is_pre_election: true
I20260608 12:42:05.456405  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e8420d84eecb452f80f79c4c2b6a5fab" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2" is_pre_election: true
W20260608 12:42:05.459625  4892 leader_election.cc:343] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:05.460208  5123 tablet_bootstrap.cc:492] T b7cec5637de14f6284f4a3e8867eaa12 P 01c9d8b5cf274c7f93ead98c443ac494: No bootstrap required, opened a new log
W20260608 12:42:05.462503  4892 leader_election.cc:343] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:05.465863  5121 raft_consensus.cc:359] T e6e9c1d98f1d4f788bb50f1195842d57 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.468501  5123 ts_tablet_manager.cc:1403] T b7cec5637de14f6284f4a3e8867eaa12 P 01c9d8b5cf274c7f93ead98c443ac494: Time spent bootstrapping tablet: real 0.058s	user 0.012s	sys 0.018s
I20260608 12:42:05.469770  5122 tablet_bootstrap.cc:492] T df49a7dc15aa4f50b4e26ce43b38cd4c P 0eacb4c6e125482d93d7182659c0ac53: No bootstrap required, opened a new log
I20260608 12:42:05.467075  5121 raft_consensus.cc:385] T e6e9c1d98f1d4f788bb50f1195842d57 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.470400  5122 ts_tablet_manager.cc:1403] T df49a7dc15aa4f50b4e26ce43b38cd4c P 0eacb4c6e125482d93d7182659c0ac53: Time spent bootstrapping tablet: real 0.047s	user 0.023s	sys 0.009s
I20260608 12:42:05.472047  5121 raft_consensus.cc:740] T e6e9c1d98f1d4f788bb50f1195842d57 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f436a0fa419d46f7aeee165bde3728a2, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.474283  5121 consensus_queue.cc:260] T e6e9c1d98f1d4f788bb50f1195842d57 P f436a0fa419d46f7aeee165bde3728a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.475966  4927 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5c1147b7799b47d5a194b031ca2f6c6d" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53" is_pre_election: true
I20260608 12:42:05.476701  5121 ts_tablet_manager.cc:1434] T e6e9c1d98f1d4f788bb50f1195842d57 P f436a0fa419d46f7aeee165bde3728a2: Time spent starting tablet: real 0.034s	user 0.007s	sys 0.000s
I20260608 12:42:05.479169  5002 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "df49a7dc15aa4f50b4e26ce43b38cd4c" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494" is_pre_election: true
I20260608 12:42:05.479573  4927 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "171a8f9c7085462d993ce1bbb0fe1ef8" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53" is_pre_election: true
I20260608 12:42:05.479923  5002 raft_consensus.cc:2468] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f436a0fa419d46f7aeee165bde3728a2 in term 0.
I20260608 12:42:05.480733  4926 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "df49a7dc15aa4f50b4e26ce43b38cd4c" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53" is_pre_election: true
I20260608 12:42:05.481165  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5fd7b9b2be344488a92937ddddc983eb" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494" is_pre_election: true
I20260608 12:42:05.479210  5130 leader_election.cc:290] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:05.482007  5123 raft_consensus.cc:359] T b7cec5637de14f6284f4a3e8867eaa12 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.482815  5123 raft_consensus.cc:385] T b7cec5637de14f6284f4a3e8867eaa12 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.483148  5123 raft_consensus.cc:740] T b7cec5637de14f6284f4a3e8867eaa12 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 01c9d8b5cf274c7f93ead98c443ac494, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.483407  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "df49a7dc15aa4f50b4e26ce43b38cd4c" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2" is_pre_election: true
I20260608 12:42:05.483541  5122 raft_consensus.cc:359] T df49a7dc15aa4f50b4e26ce43b38cd4c P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.482653  4925 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5fd7b9b2be344488a92937ddddc983eb" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53" is_pre_election: true
I20260608 12:42:05.483964  5123 consensus_queue.cc:260] T b7cec5637de14f6284f4a3e8867eaa12 P 01c9d8b5cf274c7f93ead98c443ac494 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.484040  5076 raft_consensus.cc:2468] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 01c9d8b5cf274c7f93ead98c443ac494 in term 0.
I20260608 12:42:05.486079  4967 leader_election.cc:304] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 01c9d8b5cf274c7f93ead98c443ac494, f436a0fa419d46f7aeee165bde3728a2; no voters: 
I20260608 12:42:05.486588  5123 ts_tablet_manager.cc:1434] T b7cec5637de14f6284f4a3e8867eaa12 P 01c9d8b5cf274c7f93ead98c443ac494: Time spent starting tablet: real 0.018s	user 0.005s	sys 0.003s
I20260608 12:42:05.487288  5142 raft_consensus.cc:2804] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:05.487713  5142 raft_consensus.cc:493] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:05.488111  5142 raft_consensus.cc:3060] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:05.488245  5122 raft_consensus.cc:385] T df49a7dc15aa4f50b4e26ce43b38cd4c P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.488272  4927 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "df49a7dc15aa4f50b4e26ce43b38cd4c" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53" is_pre_election: true
I20260608 12:42:05.488996  5122 raft_consensus.cc:740] T df49a7dc15aa4f50b4e26ce43b38cd4c P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0eacb4c6e125482d93d7182659c0ac53, State: Initialized, Role: FOLLOWER
W20260608 12:42:05.489730  4968 leader_election.cc:343] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:05.490294  4968 leader_election.cc:304] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494 [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: 01c9d8b5cf274c7f93ead98c443ac494; no voters: 0eacb4c6e125482d93d7182659c0ac53, f436a0fa419d46f7aeee165bde3728a2
I20260608 12:42:05.490094  5122 consensus_queue.cc:260] T df49a7dc15aa4f50b4e26ce43b38cd4c P 0eacb4c6e125482d93d7182659c0ac53 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.491658  4927 raft_consensus.cc:2468] T df49a7dc15aa4f50b4e26ce43b38cd4c P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 01c9d8b5cf274c7f93ead98c443ac494 in term 0.
I20260608 12:42:05.493477  5122 ts_tablet_manager.cc:1434] T df49a7dc15aa4f50b4e26ce43b38cd4c P 0eacb4c6e125482d93d7182659c0ac53: Time spent starting tablet: real 0.021s	user 0.006s	sys 0.001s
I20260608 12:42:05.494652  5130 raft_consensus.cc:2749] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:42:05.495941  5122 tablet_bootstrap.cc:492] T 5c1147b7799b47d5a194b031ca2f6c6d P 0eacb4c6e125482d93d7182659c0ac53: Bootstrap starting.
W20260608 12:42:05.495831  4968 leader_election.cc:343] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:05.496533  4968 leader_election.cc:304] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 01c9d8b5cf274c7f93ead98c443ac494 [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: 01c9d8b5cf274c7f93ead98c443ac494; no voters: 0eacb4c6e125482d93d7182659c0ac53, f436a0fa419d46f7aeee165bde3728a2
I20260608 12:42:05.497624  5042 leader_election.cc:304] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 01c9d8b5cf274c7f93ead98c443ac494, f436a0fa419d46f7aeee165bde3728a2; no voters: 
I20260608 12:42:05.498588  5125 raft_consensus.cc:2804] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Leader pre-election won for term 1
W20260608 12:42:05.498623  5042 leader_election.cc:343] T 5fd7b9b2be344488a92937ddddc983eb P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:05.499141  5125 raft_consensus.cc:493] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:05.499577  5125 raft_consensus.cc:3060] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:42:05.500249  5042 leader_election.cc:343] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:05.499164  5129 raft_consensus.cc:493] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:05.501813  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7cec5637de14f6284f4a3e8867eaa12" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494" is_pre_election: true
I20260608 12:42:05.501034  5129 raft_consensus.cc:515] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.503119  5001 raft_consensus.cc:2468] T b7cec5637de14f6284f4a3e8867eaa12 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0eacb4c6e125482d93d7182659c0ac53 in term 0.
I20260608 12:42:05.502221  5002 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e8420d84eecb452f80f79c4c2b6a5fab" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494" is_pre_election: true
I20260608 12:42:05.504606  5002 raft_consensus.cc:2468] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0eacb4c6e125482d93d7182659c0ac53 in term 0.
I20260608 12:42:05.504637  5129 leader_election.cc:290] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:05.505982  5130 raft_consensus.cc:2749] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:42:05.507176  5142 raft_consensus.cc:515] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.513803  4893 leader_election.cc:304] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [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: 01c9d8b5cf274c7f93ead98c443ac494, 0eacb4c6e125482d93d7182659c0ac53; no voters: f436a0fa419d46f7aeee165bde3728a2
I20260608 12:42:05.514871  5129 raft_consensus.cc:2804] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:05.515465  5129 raft_consensus.cc:493] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:05.515559  4893 leader_election.cc:304] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [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: 01c9d8b5cf274c7f93ead98c443ac494, 0eacb4c6e125482d93d7182659c0ac53; no voters: f436a0fa419d46f7aeee165bde3728a2
I20260608 12:42:05.508327  5121 tablet_bootstrap.cc:492] T 78d45ba015bf416ab3e4d92b985e75d7 P f436a0fa419d46f7aeee165bde3728a2: Bootstrap starting.
I20260608 12:42:05.516155  5142 leader_election.cc:290] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 1 election: Requested vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:05.495848  5123 tablet_bootstrap.cc:492] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494: Bootstrap starting.
I20260608 12:42:05.516273  5129 raft_consensus.cc:3060] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:05.517599  4927 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "df49a7dc15aa4f50b4e26ce43b38cd4c" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53"
I20260608 12:42:05.520788  4927 raft_consensus.cc:3060] T df49a7dc15aa4f50b4e26ce43b38cd4c P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:42:05.501317  5042 leader_election.cc:343] T 5fd7b9b2be344488a92937ddddc983eb P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:05.510839  5125 raft_consensus.cc:515] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.512594  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "80a4e48c83c94fca929cc1b58d37f164" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2" is_pre_election: true
I20260608 12:42:05.512939  5002 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "80a4e48c83c94fca929cc1b58d37f164" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494" is_pre_election: true
I20260608 12:42:05.525228  5042 leader_election.cc:304] T 5fd7b9b2be344488a92937ddddc983eb P f436a0fa419d46f7aeee165bde3728a2 [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: f436a0fa419d46f7aeee165bde3728a2; no voters: 01c9d8b5cf274c7f93ead98c443ac494, 0eacb4c6e125482d93d7182659c0ac53
I20260608 12:42:05.525523  5002 raft_consensus.cc:2468] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0eacb4c6e125482d93d7182659c0ac53 in term 0.
I20260608 12:42:05.525523  5076 raft_consensus.cc:2468] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0eacb4c6e125482d93d7182659c0ac53 in term 0.
I20260608 12:42:05.518097  5075 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "df49a7dc15aa4f50b4e26ce43b38cd4c" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2"
I20260608 12:42:05.524955  5122 tablet_bootstrap.cc:654] T 5c1147b7799b47d5a194b031ca2f6c6d P 0eacb4c6e125482d93d7182659c0ac53: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.527419  4892 leader_election.cc:304] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0eacb4c6e125482d93d7182659c0ac53, f436a0fa419d46f7aeee165bde3728a2; no voters: 
I20260608 12:42:05.529443  5075 raft_consensus.cc:2393] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 01c9d8b5cf274c7f93ead98c443ac494 in current term 1: Already voted for candidate f436a0fa419d46f7aeee165bde3728a2 in this term.
I20260608 12:42:05.529996  5129 raft_consensus.cc:515] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.532414  5129 leader_election.cc:290] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 1 election: Requested vote from peers 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:05.532992  5129 raft_consensus.cc:2804] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:05.533353  5129 raft_consensus.cc:493] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:05.535743  5002 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7cec5637de14f6284f4a3e8867eaa12" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494"
I20260608 12:42:05.536384  5002 raft_consensus.cc:3060] T b7cec5637de14f6284f4a3e8867eaa12 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:05.536900  5125 leader_election.cc:290] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 1 election: Requested vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
I20260608 12:42:05.534730  5154 raft_consensus.cc:2749] T 5fd7b9b2be344488a92937ddddc983eb P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:42:05.533756  5123 tablet_bootstrap.cc:654] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.544365  5002 raft_consensus.cc:2468] T b7cec5637de14f6284f4a3e8867eaa12 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0eacb4c6e125482d93d7182659c0ac53 in term 1.
I20260608 12:42:05.533740  5129 raft_consensus.cc:3060] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:05.546933  5075 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7cec5637de14f6284f4a3e8867eaa12" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2"
I20260608 12:42:05.547303  4893 leader_election.cc:304] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [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: 01c9d8b5cf274c7f93ead98c443ac494, 0eacb4c6e125482d93d7182659c0ac53; no voters: 
W20260608 12:42:05.548976  5042 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.193:39585, user_credentials={real_user=slave}} blocked reactor thread for 47690.6us
W20260608 12:42:05.549305  4892 leader_election.cc:343] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:05.541100  4927 raft_consensus.cc:2468] T df49a7dc15aa4f50b4e26ce43b38cd4c P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 01c9d8b5cf274c7f93ead98c443ac494 in term 1.
I20260608 12:42:05.551092  5002 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "df49a7dc15aa4f50b4e26ce43b38cd4c" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494"
I20260608 12:42:05.551985  5002 raft_consensus.cc:2393] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate f436a0fa419d46f7aeee165bde3728a2 in current term 1: Already voted for candidate 01c9d8b5cf274c7f93ead98c443ac494 in this term.
I20260608 12:42:05.551869  4968 leader_election.cc:304] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [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: 01c9d8b5cf274c7f93ead98c443ac494, 0eacb4c6e125482d93d7182659c0ac53; no voters: f436a0fa419d46f7aeee165bde3728a2
I20260608 12:42:05.544461  5155 raft_consensus.cc:2804] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:05.553680  5142 raft_consensus.cc:2804] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:05.554512  5142 raft_consensus.cc:697] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 LEADER]: Becoming Leader. State: Replica: 01c9d8b5cf274c7f93ead98c443ac494, State: Running, Role: LEADER
I20260608 12:42:05.524955  5121 tablet_bootstrap.cc:654] T 78d45ba015bf416ab3e4d92b985e75d7 P f436a0fa419d46f7aeee165bde3728a2: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.554412  5155 raft_consensus.cc:493] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:05.555673  5142 consensus_queue.cc:237] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.557495  5158 raft_consensus.cc:2804] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:05.553653  5129 raft_consensus.cc:515] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.561101  5123 tablet_bootstrap.cc:492] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494: No bootstrap required, opened a new log
I20260608 12:42:05.561672  5123 ts_tablet_manager.cc:1403] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494: Time spent bootstrapping tablet: real 0.066s	user 0.005s	sys 0.007s
I20260608 12:42:05.562393  5129 leader_election.cc:290] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 1 election: Requested vote from peers 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:05.561687  5002 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "80a4e48c83c94fca929cc1b58d37f164" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494"
I20260608 12:42:05.564385  5158 raft_consensus.cc:697] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 LEADER]: Becoming Leader. State: Replica: 0eacb4c6e125482d93d7182659c0ac53, State: Running, Role: LEADER
I20260608 12:42:05.564524  5002 raft_consensus.cc:3060] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:05.565318  5158 consensus_queue.cc:237] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.566721  4927 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "df49a7dc15aa4f50b4e26ce43b38cd4c" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53"
I20260608 12:42:05.567946  4927 raft_consensus.cc:2393] T df49a7dc15aa4f50b4e26ce43b38cd4c P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate f436a0fa419d46f7aeee165bde3728a2 in current term 1: Already voted for candidate 01c9d8b5cf274c7f93ead98c443ac494 in this term.
I20260608 12:42:05.568318  5123 raft_consensus.cc:359] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.569132  5123 raft_consensus.cc:385] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.569476  5123 raft_consensus.cc:740] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 01c9d8b5cf274c7f93ead98c443ac494, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.569942  5042 leader_election.cc:304] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2 [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: f436a0fa419d46f7aeee165bde3728a2; no voters: 01c9d8b5cf274c7f93ead98c443ac494, 0eacb4c6e125482d93d7182659c0ac53
I20260608 12:42:05.571178  5154 raft_consensus.cc:2749] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:42:05.555648  5155 raft_consensus.cc:3060] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:05.578217  5123 consensus_queue.cc:260] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.580232  5154 raft_consensus.cc:493] T 5037180c0ce4496693e53897d23ce934 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:05.581156  5123 ts_tablet_manager.cc:1434] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494: Time spent starting tablet: real 0.019s	user 0.006s	sys 0.000s
I20260608 12:42:05.580796  5154 raft_consensus.cc:515] T 5037180c0ce4496693e53897d23ce934 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.582439  5123 tablet_bootstrap.cc:492] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494: Bootstrap starting.
I20260608 12:42:05.583420  5154 leader_election.cc:290] T 5037180c0ce4496693e53897d23ce934 P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
I20260608 12:42:05.584225  5122 tablet_bootstrap.cc:492] T 5c1147b7799b47d5a194b031ca2f6c6d P 0eacb4c6e125482d93d7182659c0ac53: No bootstrap required, opened a new log
I20260608 12:42:05.584445  5002 raft_consensus.cc:2468] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0eacb4c6e125482d93d7182659c0ac53 in term 1.
I20260608 12:42:05.584856  5122 ts_tablet_manager.cc:1403] T 5c1147b7799b47d5a194b031ca2f6c6d P 0eacb4c6e125482d93d7182659c0ac53: Time spent bootstrapping tablet: real 0.090s	user 0.030s	sys 0.029s
I20260608 12:42:05.586349  4893 leader_election.cc:304] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [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: 01c9d8b5cf274c7f93ead98c443ac494, 0eacb4c6e125482d93d7182659c0ac53; no voters: 
I20260608 12:42:05.563289  5129 raft_consensus.cc:493] T e6e9c1d98f1d4f788bb50f1195842d57 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:05.587146  5129 raft_consensus.cc:515] T e6e9c1d98f1d4f788bb50f1195842d57 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.589824  5002 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5037180c0ce4496693e53897d23ce934" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494" is_pre_election: true
I20260608 12:42:05.590602  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e6e9c1d98f1d4f788bb50f1195842d57" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494" is_pre_election: true
I20260608 12:42:05.591432  5122 raft_consensus.cc:359] T 5c1147b7799b47d5a194b031ca2f6c6d P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.592240  5122 raft_consensus.cc:385] T 5c1147b7799b47d5a194b031ca2f6c6d P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.592584  5122 raft_consensus.cc:740] T 5c1147b7799b47d5a194b031ca2f6c6d P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0eacb4c6e125482d93d7182659c0ac53, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.593422  5122 consensus_queue.cc:260] T 5c1147b7799b47d5a194b031ca2f6c6d P 0eacb4c6e125482d93d7182659c0ac53 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.595446  5123 tablet_bootstrap.cc:654] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.595932  5122 ts_tablet_manager.cc:1434] T 5c1147b7799b47d5a194b031ca2f6c6d P 0eacb4c6e125482d93d7182659c0ac53: Time spent starting tablet: real 0.011s	user 0.001s	sys 0.006s
I20260608 12:42:05.596789  5129 leader_election.cc:290] T e6e9c1d98f1d4f788bb50f1195842d57 P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:05.595615  4824 catalog_manager.cc:5696] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 reported cstate change: term changed from 0 to 1, leader changed from <none> to 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "01c9d8b5cf274c7f93ead98c443ac494" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:05.596191  4825 catalog_manager.cc:5696] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "0eacb4c6e125482d93d7182659c0ac53" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:05.597380  5129 raft_consensus.cc:2804] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:05.598016  5129 raft_consensus.cc:697] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 LEADER]: Becoming Leader. State: Replica: 0eacb4c6e125482d93d7182659c0ac53, State: Running, Role: LEADER
I20260608 12:42:05.598876  5129 consensus_queue.cc:237] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
W20260608 12:42:05.600849  4893 leader_election.cc:343] T e6e9c1d98f1d4f788bb50f1195842d57 P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163): Illegal state: must be running to vote when last-logged opid is not known
W20260608 12:42:05.602236  5042 leader_election.cc:343] T 5037180c0ce4496693e53897d23ce934 P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:05.604367  5075 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "80a4e48c83c94fca929cc1b58d37f164" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2"
I20260608 12:42:05.605294  5121 tablet_bootstrap.cc:492] T 78d45ba015bf416ab3e4d92b985e75d7 P f436a0fa419d46f7aeee165bde3728a2: No bootstrap required, opened a new log
I20260608 12:42:05.605186  5075 raft_consensus.cc:3060] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:05.606009  5121 ts_tablet_manager.cc:1403] T 78d45ba015bf416ab3e4d92b985e75d7 P f436a0fa419d46f7aeee165bde3728a2: Time spent bootstrapping tablet: real 0.128s	user 0.015s	sys 0.000s
I20260608 12:42:05.611508  5121 raft_consensus.cc:359] T 78d45ba015bf416ab3e4d92b985e75d7 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.612495  5121 raft_consensus.cc:385] T 78d45ba015bf416ab3e4d92b985e75d7 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.612895  5121 raft_consensus.cc:740] T 78d45ba015bf416ab3e4d92b985e75d7 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f436a0fa419d46f7aeee165bde3728a2, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.614014  5121 consensus_queue.cc:260] T 78d45ba015bf416ab3e4d92b985e75d7 P f436a0fa419d46f7aeee165bde3728a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.616658  5123 tablet_bootstrap.cc:492] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494: No bootstrap required, opened a new log
I20260608 12:42:05.617172  5123 ts_tablet_manager.cc:1403] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494: Time spent bootstrapping tablet: real 0.035s	user 0.019s	sys 0.001s
I20260608 12:42:05.619943  5123 raft_consensus.cc:359] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.620621  5123 raft_consensus.cc:385] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.620913  5123 raft_consensus.cc:740] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 01c9d8b5cf274c7f93ead98c443ac494, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.621616  4927 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5037180c0ce4496693e53897d23ce934" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53" is_pre_election: true
I20260608 12:42:05.621704  5123 consensus_queue.cc:260] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.625069  5122 tablet_bootstrap.cc:492] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53: Bootstrap starting.
W20260608 12:42:05.627547  5042 leader_election.cc:343] T 5037180c0ce4496693e53897d23ce934 P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:05.628162  5042 leader_election.cc:304] T 5037180c0ce4496693e53897d23ce934 P f436a0fa419d46f7aeee165bde3728a2 [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: f436a0fa419d46f7aeee165bde3728a2; no voters: 01c9d8b5cf274c7f93ead98c443ac494, 0eacb4c6e125482d93d7182659c0ac53
I20260608 12:42:05.628592  5123 ts_tablet_manager.cc:1434] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494: Time spent starting tablet: real 0.011s	user 0.009s	sys 0.000s
I20260608 12:42:05.629432  5154 raft_consensus.cc:2749] T 5037180c0ce4496693e53897d23ce934 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:42:05.629873  5123 tablet_bootstrap.cc:492] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494: Bootstrap starting.
I20260608 12:42:05.630179  5075 raft_consensus.cc:2468] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0eacb4c6e125482d93d7182659c0ac53 in term 1.
I20260608 12:42:05.624992  5121 ts_tablet_manager.cc:1434] T 78d45ba015bf416ab3e4d92b985e75d7 P f436a0fa419d46f7aeee165bde3728a2: Time spent starting tablet: real 0.018s	user 0.009s	sys 0.000s
I20260608 12:42:05.626227  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e6e9c1d98f1d4f788bb50f1195842d57" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2" is_pre_election: true
I20260608 12:42:05.632380  5076 raft_consensus.cc:2468] T e6e9c1d98f1d4f788bb50f1195842d57 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0eacb4c6e125482d93d7182659c0ac53 in term 0.
I20260608 12:42:05.634115  4892 leader_election.cc:304] T e6e9c1d98f1d4f788bb50f1195842d57 P 0eacb4c6e125482d93d7182659c0ac53 [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: 0eacb4c6e125482d93d7182659c0ac53, f436a0fa419d46f7aeee165bde3728a2; no voters: 01c9d8b5cf274c7f93ead98c443ac494
I20260608 12:42:05.636024  5142 raft_consensus.cc:493] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:05.636546  5142 raft_consensus.cc:515] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.636871  5158 raft_consensus.cc:2804] T e6e9c1d98f1d4f788bb50f1195842d57 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:05.636819  5154 raft_consensus.cc:493] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:05.637588  5158 raft_consensus.cc:493] T e6e9c1d98f1d4f788bb50f1195842d57 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:05.638042  5158 raft_consensus.cc:3060] T e6e9c1d98f1d4f788bb50f1195842d57 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:05.637845  5154 raft_consensus.cc:515] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.639983  5142 leader_election.cc:290] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:05.640959  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e6e9c1d98f1d4f788bb50f1195842d57" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2" is_pre_election: true
I20260608 12:42:05.641868  5076 raft_consensus.cc:2468] T e6e9c1d98f1d4f788bb50f1195842d57 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 01c9d8b5cf274c7f93ead98c443ac494 in term 0.
I20260608 12:42:05.642915  5142 raft_consensus.cc:493] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:05.644253  5123 tablet_bootstrap.cc:654] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.643594  5142 raft_consensus.cc:515] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.645843  4967 leader_election.cc:304] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 01c9d8b5cf274c7f93ead98c443ac494, f436a0fa419d46f7aeee165bde3728a2; no voters: 
I20260608 12:42:05.646113  5154 leader_election.cc:290] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
I20260608 12:42:05.646876  4927 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "949be57bc31749bd94f98d8a329aa5aa" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53" is_pre_election: true
I20260608 12:42:05.647578  5142 leader_election.cc:290] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:05.647766  4925 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e6e9c1d98f1d4f788bb50f1195842d57" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53" is_pre_election: true
W20260608 12:42:05.648913  5042 leader_election.cc:343] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:05.646800  5130 raft_consensus.cc:2804] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:05.650218  5130 raft_consensus.cc:493] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:05.650327  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "949be57bc31749bd94f98d8a329aa5aa" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494" is_pre_election: true
I20260608 12:42:05.650821  5130 raft_consensus.cc:3060] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:05.651759  5122 tablet_bootstrap.cc:654] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53: Neither blocks nor log segments found. Creating new log.
W20260608 12:42:05.652096  5042 leader_election.cc:343] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:05.652820  5042 leader_election.cc:304] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [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: f436a0fa419d46f7aeee165bde3728a2; no voters: 01c9d8b5cf274c7f93ead98c443ac494, 0eacb4c6e125482d93d7182659c0ac53
I20260608 12:42:05.653708  5154 raft_consensus.cc:2749] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:42:05.653604  4927 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5fd7b9b2be344488a92937ddddc983eb" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53" is_pre_election: true
I20260608 12:42:05.650327  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5fd7b9b2be344488a92937ddddc983eb" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2" is_pre_election: true
I20260608 12:42:05.654920  5076 raft_consensus.cc:2468] T 5fd7b9b2be344488a92937ddddc983eb P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 01c9d8b5cf274c7f93ead98c443ac494 in term 0.
W20260608 12:42:05.655719  4968 leader_election.cc:343] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:05.657572  5121 tablet_bootstrap.cc:492] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2: Bootstrap starting.
I20260608 12:42:05.657394  4967 leader_election.cc:304] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [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: 01c9d8b5cf274c7f93ead98c443ac494, f436a0fa419d46f7aeee165bde3728a2; no voters: 0eacb4c6e125482d93d7182659c0ac53
I20260608 12:42:05.659412  5142 raft_consensus.cc:2804] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:05.659821  5142 raft_consensus.cc:493] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:05.660236  5142 raft_consensus.cc:3060] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:05.665899  5155 raft_consensus.cc:515] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.666713  5158 raft_consensus.cc:515] T e6e9c1d98f1d4f788bb50f1195842d57 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.667970  4925 raft_consensus.cc:2393] T e6e9c1d98f1d4f788bb50f1195842d57 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 01c9d8b5cf274c7f93ead98c443ac494 in current term 1: Already voted for candidate 0eacb4c6e125482d93d7182659c0ac53 in this term.
I20260608 12:42:05.668718  5155 leader_election.cc:290] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 1 election: Requested vote from peers 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:05.670609  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e8420d84eecb452f80f79c4c2b6a5fab" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2"
I20260608 12:42:05.671566  5142 raft_consensus.cc:515] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.671924  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e8420d84eecb452f80f79c4c2b6a5fab" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494"
W20260608 12:42:05.672369  4892 leader_election.cc:343] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:05.672588  5001 raft_consensus.cc:3060] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:05.674127  5142 leader_election.cc:290] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 1 election: Requested vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:05.668306  5130 raft_consensus.cc:515] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.674811  4925 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5fd7b9b2be344488a92937ddddc983eb" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53"
I20260608 12:42:05.675941  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5fd7b9b2be344488a92937ddddc983eb" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2"
W20260608 12:42:05.676407  4968 leader_election.cc:343] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:05.676556  5076 raft_consensus.cc:3060] T 5fd7b9b2be344488a92937ddddc983eb P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:05.677423  5130 leader_election.cc:290] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 1 election: Requested vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:05.678198  4925 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e6e9c1d98f1d4f788bb50f1195842d57" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53"
I20260608 12:42:05.679123  4925 raft_consensus.cc:2393] T e6e9c1d98f1d4f788bb50f1195842d57 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 01c9d8b5cf274c7f93ead98c443ac494 in current term 1: Already voted for candidate 0eacb4c6e125482d93d7182659c0ac53 in this term.
I20260608 12:42:05.678984  5075 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e6e9c1d98f1d4f788bb50f1195842d57" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2"
I20260608 12:42:05.679891  5075 raft_consensus.cc:3060] T e6e9c1d98f1d4f788bb50f1195842d57 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:05.680166  5158 leader_election.cc:290] T e6e9c1d98f1d4f788bb50f1195842d57 P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 1 election: Requested vote from peers 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:05.681272  5122 tablet_bootstrap.cc:492] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53: No bootstrap required, opened a new log
I20260608 12:42:05.681958  5074 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e6e9c1d98f1d4f788bb50f1195842d57" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2"
I20260608 12:42:05.682644  5122 ts_tablet_manager.cc:1403] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53: Time spent bootstrapping tablet: real 0.058s	user 0.013s	sys 0.001s
I20260608 12:42:05.682801  5121 tablet_bootstrap.cc:654] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.685763  5002 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e6e9c1d98f1d4f788bb50f1195842d57" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494"
I20260608 12:42:05.686766  5002 raft_consensus.cc:2393] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 0eacb4c6e125482d93d7182659c0ac53 in current term 1: Already voted for candidate 01c9d8b5cf274c7f93ead98c443ac494 in this term.
I20260608 12:42:05.688436  4893 leader_election.cc:304] T e6e9c1d98f1d4f788bb50f1195842d57 P 0eacb4c6e125482d93d7182659c0ac53 [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: 0eacb4c6e125482d93d7182659c0ac53; no voters: 01c9d8b5cf274c7f93ead98c443ac494, f436a0fa419d46f7aeee165bde3728a2
I20260608 12:42:05.690351  5158 raft_consensus.cc:2749] T e6e9c1d98f1d4f788bb50f1195842d57 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:42:05.689224  5122 raft_consensus.cc:359] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.691529  5122 raft_consensus.cc:385] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.691951  5122 raft_consensus.cc:740] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0eacb4c6e125482d93d7182659c0ac53, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.693631  5075 raft_consensus.cc:2468] T e6e9c1d98f1d4f788bb50f1195842d57 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 01c9d8b5cf274c7f93ead98c443ac494 in term 1.
I20260608 12:42:05.696971  4967 leader_election.cc:304] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [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: 01c9d8b5cf274c7f93ead98c443ac494, f436a0fa419d46f7aeee165bde3728a2; no voters: 0eacb4c6e125482d93d7182659c0ac53
I20260608 12:42:05.697901  5130 raft_consensus.cc:2804] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:05.698412  5130 raft_consensus.cc:697] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 LEADER]: Becoming Leader. State: Replica: 01c9d8b5cf274c7f93ead98c443ac494, State: Running, Role: LEADER
I20260608 12:42:05.699245  5130 consensus_queue.cc:237] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.699641  5076 raft_consensus.cc:2468] T 5fd7b9b2be344488a92937ddddc983eb P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 01c9d8b5cf274c7f93ead98c443ac494 in term 1.
I20260608 12:42:05.701994  5001 raft_consensus.cc:2468] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0eacb4c6e125482d93d7182659c0ac53 in term 1.
I20260608 12:42:05.704274  4893 leader_election.cc:304] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [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: 01c9d8b5cf274c7f93ead98c443ac494, 0eacb4c6e125482d93d7182659c0ac53; no voters: f436a0fa419d46f7aeee165bde3728a2
I20260608 12:42:05.705580  5158 raft_consensus.cc:2804] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:05.706285  5158 raft_consensus.cc:697] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [term 1 LEADER]: Becoming Leader. State: Replica: 0eacb4c6e125482d93d7182659c0ac53, State: Running, Role: LEADER
I20260608 12:42:05.706516  4967 leader_election.cc:304] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [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: 01c9d8b5cf274c7f93ead98c443ac494, f436a0fa419d46f7aeee165bde3728a2; no voters: 0eacb4c6e125482d93d7182659c0ac53
I20260608 12:42:05.707618  5142 raft_consensus.cc:2804] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:05.693228  5122 consensus_queue.cc:260] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.707429  5158 consensus_queue.cc:237] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.711095  5122 ts_tablet_manager.cc:1434] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53: Time spent starting tablet: real 0.028s	user 0.007s	sys 0.000s
I20260608 12:42:05.712262  5122 tablet_bootstrap.cc:492] T bccc17d2909f4c12bfd20f839fe5b373 P 0eacb4c6e125482d93d7182659c0ac53: Bootstrap starting.
I20260608 12:42:05.719660  5142 raft_consensus.cc:697] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 LEADER]: Becoming Leader. State: Replica: 01c9d8b5cf274c7f93ead98c443ac494, State: Running, Role: LEADER
I20260608 12:42:05.722357  5123 tablet_bootstrap.cc:492] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494: No bootstrap required, opened a new log
I20260608 12:42:05.723120  5123 ts_tablet_manager.cc:1403] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494: Time spent bootstrapping tablet: real 0.094s	user 0.021s	sys 0.011s
I20260608 12:42:05.726379  5121 tablet_bootstrap.cc:492] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2: No bootstrap required, opened a new log
I20260608 12:42:05.726948  5121 ts_tablet_manager.cc:1403] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2: Time spent bootstrapping tablet: real 0.070s	user 0.008s	sys 0.016s
I20260608 12:42:05.726202  5142 consensus_queue.cc:237] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.730355  5121 raft_consensus.cc:359] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } }
I20260608 12:42:05.731108  5121 raft_consensus.cc:385] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.731431  5121 raft_consensus.cc:740] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f436a0fa419d46f7aeee165bde3728a2, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.731799  5122 tablet_bootstrap.cc:654] T bccc17d2909f4c12bfd20f839fe5b373 P 0eacb4c6e125482d93d7182659c0ac53: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.736527  5121 consensus_queue.cc:260] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } }
I20260608 12:42:05.741513  5121 ts_tablet_manager.cc:1434] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2: Time spent starting tablet: real 0.014s	user 0.008s	sys 0.000s
I20260608 12:42:05.741209  5123 raft_consensus.cc:359] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.742070  5123 raft_consensus.cc:385] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.742358  5123 raft_consensus.cc:740] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 01c9d8b5cf274c7f93ead98c443ac494, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.743530  5121 tablet_bootstrap.cc:492] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2: Bootstrap starting.
I20260608 12:42:05.750267  5123 consensus_queue.cc:260] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.756225  4823 catalog_manager.cc:5696] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 reported cstate change: term changed from 0 to 1, leader changed from <none> to 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "01c9d8b5cf274c7f93ead98c443ac494" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:05.758683  5121 tablet_bootstrap.cc:654] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.759631  5122 tablet_bootstrap.cc:492] T bccc17d2909f4c12bfd20f839fe5b373 P 0eacb4c6e125482d93d7182659c0ac53: No bootstrap required, opened a new log
I20260608 12:42:05.760249  5122 ts_tablet_manager.cc:1403] T bccc17d2909f4c12bfd20f839fe5b373 P 0eacb4c6e125482d93d7182659c0ac53: Time spent bootstrapping tablet: real 0.048s	user 0.013s	sys 0.000s
I20260608 12:42:05.759728  4823 catalog_manager.cc:5696] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 reported cstate change: term changed from 0 to 1, leader changed from <none> to 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "01c9d8b5cf274c7f93ead98c443ac494" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:05.759804  4825 catalog_manager.cc:5696] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "0eacb4c6e125482d93d7182659c0ac53" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:05.761638  5123 ts_tablet_manager.cc:1434] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494: Time spent starting tablet: real 0.038s	user 0.007s	sys 0.000s
I20260608 12:42:05.762823  5123 tablet_bootstrap.cc:492] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494: Bootstrap starting.
I20260608 12:42:05.763396  5122 raft_consensus.cc:359] T bccc17d2909f4c12bfd20f839fe5b373 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } }
I20260608 12:42:05.762873  4825 catalog_manager.cc:5696] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "0eacb4c6e125482d93d7182659c0ac53" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:05.764088  5122 raft_consensus.cc:385] T bccc17d2909f4c12bfd20f839fe5b373 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.764473  5122 raft_consensus.cc:740] T bccc17d2909f4c12bfd20f839fe5b373 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0eacb4c6e125482d93d7182659c0ac53, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.765360  5122 consensus_queue.cc:260] T bccc17d2909f4c12bfd20f839fe5b373 P 0eacb4c6e125482d93d7182659c0ac53 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } }
I20260608 12:42:05.767616  5122 ts_tablet_manager.cc:1434] T bccc17d2909f4c12bfd20f839fe5b373 P 0eacb4c6e125482d93d7182659c0ac53: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:42:05.768653  5122 tablet_bootstrap.cc:492] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53: Bootstrap starting.
I20260608 12:42:05.769666  5123 tablet_bootstrap.cc:654] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.783613  5122 tablet_bootstrap.cc:654] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.786206  5123 tablet_bootstrap.cc:492] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494: No bootstrap required, opened a new log
I20260608 12:42:05.786906  5123 ts_tablet_manager.cc:1403] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494: Time spent bootstrapping tablet: real 0.024s	user 0.011s	sys 0.000s
I20260608 12:42:05.790560  5123 raft_consensus.cc:359] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } }
I20260608 12:42:05.791220  5123 raft_consensus.cc:385] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.791507  5123 raft_consensus.cc:740] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 01c9d8b5cf274c7f93ead98c443ac494, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.792352  5121 tablet_bootstrap.cc:492] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2: No bootstrap required, opened a new log
I20260608 12:42:05.792191  5123 consensus_queue.cc:260] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } }
I20260608 12:42:05.792881  5121 ts_tablet_manager.cc:1403] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2: Time spent bootstrapping tablet: real 0.050s	user 0.021s	sys 0.005s
I20260608 12:42:05.794376  5123 ts_tablet_manager.cc:1434] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:42:05.795477  5123 tablet_bootstrap.cc:492] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494: Bootstrap starting.
I20260608 12:42:05.795557  5122 tablet_bootstrap.cc:492] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53: No bootstrap required, opened a new log
I20260608 12:42:05.796211  5122 ts_tablet_manager.cc:1403] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53: Time spent bootstrapping tablet: real 0.028s	user 0.011s	sys 0.003s
I20260608 12:42:05.796319  5121 raft_consensus.cc:359] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.797132  5121 raft_consensus.cc:385] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.797405  5121 raft_consensus.cc:740] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f436a0fa419d46f7aeee165bde3728a2, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.798326  5121 consensus_queue.cc:260] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.799556  5122 raft_consensus.cc:359] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.800345  5122 raft_consensus.cc:385] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.800690  5122 raft_consensus.cc:740] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0eacb4c6e125482d93d7182659c0ac53, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.801549  5122 consensus_queue.cc:260] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.802227  5123 tablet_bootstrap.cc:654] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.803869  5122 ts_tablet_manager.cc:1434] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260608 12:42:05.804956  5122 tablet_bootstrap.cc:492] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53: Bootstrap starting.
I20260608 12:42:05.809563  5158 raft_consensus.cc:493] T 5c1147b7799b47d5a194b031ca2f6c6d P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:05.810133  5158 raft_consensus.cc:515] T 5c1147b7799b47d5a194b031ca2f6c6d P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.810483  5121 ts_tablet_manager.cc:1434] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2: Time spent starting tablet: real 0.017s	user 0.009s	sys 0.000s
I20260608 12:42:05.811745  5121 tablet_bootstrap.cc:492] T e8420d84eecb452f80f79c4c2b6a5fab P f436a0fa419d46f7aeee165bde3728a2: Bootstrap starting.
I20260608 12:42:05.811822  5122 tablet_bootstrap.cc:654] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.814262  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5c1147b7799b47d5a194b031ca2f6c6d" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494" is_pre_election: true
I20260608 12:42:05.815480  5001 raft_consensus.cc:2468] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0eacb4c6e125482d93d7182659c0ac53 in term 0.
I20260608 12:42:05.817044  4893 leader_election.cc:304] T 5c1147b7799b47d5a194b031ca2f6c6d P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 01c9d8b5cf274c7f93ead98c443ac494, 0eacb4c6e125482d93d7182659c0ac53; no voters: 
I20260608 12:42:05.818019  5155 raft_consensus.cc:2804] T 5c1147b7799b47d5a194b031ca2f6c6d P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:05.818406  5155 raft_consensus.cc:493] T 5c1147b7799b47d5a194b031ca2f6c6d P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:05.818742  5155 raft_consensus.cc:3060] T 5c1147b7799b47d5a194b031ca2f6c6d P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:05.821105  5158 leader_election.cc:290] T 5c1147b7799b47d5a194b031ca2f6c6d P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:05.822913  5121 tablet_bootstrap.cc:654] T e8420d84eecb452f80f79c4c2b6a5fab P f436a0fa419d46f7aeee165bde3728a2: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.823225  5123 tablet_bootstrap.cc:492] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494: No bootstrap required, opened a new log
I20260608 12:42:05.823730  5123 ts_tablet_manager.cc:1403] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494: Time spent bootstrapping tablet: real 0.029s	user 0.009s	sys 0.013s
I20260608 12:42:05.823530  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5c1147b7799b47d5a194b031ca2f6c6d" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2" is_pre_election: true
W20260608 12:42:05.836808  4892 leader_election.cc:343] T 5c1147b7799b47d5a194b031ca2f6c6d P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:05.835959  5123 raft_consensus.cc:359] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.843761  5123 raft_consensus.cc:385] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.844431  5123 raft_consensus.cc:740] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 01c9d8b5cf274c7f93ead98c443ac494, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.846644  5123 consensus_queue.cc:260] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.842370  5155 raft_consensus.cc:515] T 5c1147b7799b47d5a194b031ca2f6c6d P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.852277  5155 leader_election.cc:290] T 5c1147b7799b47d5a194b031ca2f6c6d P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 1 election: Requested vote from peers 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:05.854038  5123 ts_tablet_manager.cc:1434] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494: Time spent starting tablet: real 0.030s	user 0.015s	sys 0.000s
I20260608 12:42:05.853883  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5c1147b7799b47d5a194b031ca2f6c6d" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2"
I20260608 12:42:05.853904  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5c1147b7799b47d5a194b031ca2f6c6d" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494"
I20260608 12:42:05.855209  5123 tablet_bootstrap.cc:492] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494: Bootstrap starting.
I20260608 12:42:05.855175  5001 raft_consensus.cc:3060] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:42:05.855655  4892 leader_election.cc:343] T 5c1147b7799b47d5a194b031ca2f6c6d P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:05.856122  5122 tablet_bootstrap.cc:492] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53: No bootstrap required, opened a new log
I20260608 12:42:05.856575  5122 ts_tablet_manager.cc:1403] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53: Time spent bootstrapping tablet: real 0.052s	user 0.015s	sys 0.019s
I20260608 12:42:05.859027  5122 raft_consensus.cc:359] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.859694  5122 raft_consensus.cc:385] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.860019  5122 raft_consensus.cc:740] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0eacb4c6e125482d93d7182659c0ac53, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.860741  5122 consensus_queue.cc:260] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.862978  5122 ts_tablet_manager.cc:1434] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260608 12:42:05.862875  5001 raft_consensus.cc:2468] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0eacb4c6e125482d93d7182659c0ac53 in term 1.
I20260608 12:42:05.863963  5121 tablet_bootstrap.cc:492] T e8420d84eecb452f80f79c4c2b6a5fab P f436a0fa419d46f7aeee165bde3728a2: No bootstrap required, opened a new log
I20260608 12:42:05.864339  4893 leader_election.cc:304] T 5c1147b7799b47d5a194b031ca2f6c6d P 0eacb4c6e125482d93d7182659c0ac53 [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: 01c9d8b5cf274c7f93ead98c443ac494, 0eacb4c6e125482d93d7182659c0ac53; no voters: f436a0fa419d46f7aeee165bde3728a2
I20260608 12:42:05.864794  5123 tablet_bootstrap.cc:654] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.864959  5121 ts_tablet_manager.cc:1403] T e8420d84eecb452f80f79c4c2b6a5fab P f436a0fa419d46f7aeee165bde3728a2: Time spent bootstrapping tablet: real 0.053s	user 0.013s	sys 0.024s
I20260608 12:42:05.866679  5155 raft_consensus.cc:2804] T 5c1147b7799b47d5a194b031ca2f6c6d P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:05.867404  5155 raft_consensus.cc:697] T 5c1147b7799b47d5a194b031ca2f6c6d P 0eacb4c6e125482d93d7182659c0ac53 [term 1 LEADER]: Becoming Leader. State: Replica: 0eacb4c6e125482d93d7182659c0ac53, State: Running, Role: LEADER
I20260608 12:42:05.868235  5155 consensus_queue.cc:237] T 5c1147b7799b47d5a194b031ca2f6c6d P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.868544  5121 raft_consensus.cc:359] T e8420d84eecb452f80f79c4c2b6a5fab P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.864099  5122 tablet_bootstrap.cc:492] T 5fd7b9b2be344488a92937ddddc983eb P 0eacb4c6e125482d93d7182659c0ac53: Bootstrap starting.
I20260608 12:42:05.869194  5121 raft_consensus.cc:385] T e8420d84eecb452f80f79c4c2b6a5fab P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.869550  5121 raft_consensus.cc:740] T e8420d84eecb452f80f79c4c2b6a5fab P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f436a0fa419d46f7aeee165bde3728a2, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.870499  5121 consensus_queue.cc:260] T e8420d84eecb452f80f79c4c2b6a5fab P f436a0fa419d46f7aeee165bde3728a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.875308  5158 raft_consensus.cc:493] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:05.875860  5158 raft_consensus.cc:515] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.878713  5122 tablet_bootstrap.cc:654] T 5fd7b9b2be344488a92937ddddc983eb P 0eacb4c6e125482d93d7182659c0ac53: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.879508  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "949be57bc31749bd94f98d8a329aa5aa" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2" is_pre_election: true
I20260608 12:42:05.880218  5076 raft_consensus.cc:2468] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0eacb4c6e125482d93d7182659c0ac53 in term 0.
I20260608 12:42:05.880753  5121 ts_tablet_manager.cc:1434] T e8420d84eecb452f80f79c4c2b6a5fab P f436a0fa419d46f7aeee165bde3728a2: Time spent starting tablet: real 0.015s	user 0.004s	sys 0.001s
I20260608 12:42:05.881516  4892 leader_election.cc:304] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0eacb4c6e125482d93d7182659c0ac53, f436a0fa419d46f7aeee165bde3728a2; no voters: 
I20260608 12:42:05.882440  5129 raft_consensus.cc:2804] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:05.882622  5142 raft_consensus.cc:493] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:05.882982  5129 raft_consensus.cc:493] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:05.883203  5142 raft_consensus.cc:515] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.883525  5129 raft_consensus.cc:3060] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:05.887972  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "78d45ba015bf416ab3e4d92b985e75d7" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2" is_pre_election: true
I20260608 12:42:05.888722  5076 raft_consensus.cc:2468] T 78d45ba015bf416ab3e4d92b985e75d7 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 01c9d8b5cf274c7f93ead98c443ac494 in term 0.
I20260608 12:42:05.890172  4925 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "78d45ba015bf416ab3e4d92b985e75d7" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53" is_pre_election: true
I20260608 12:42:05.890298  4967 leader_election.cc:304] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 01c9d8b5cf274c7f93ead98c443ac494, f436a0fa419d46f7aeee165bde3728a2; no voters: 
I20260608 12:42:05.890934  4925 raft_consensus.cc:2468] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 01c9d8b5cf274c7f93ead98c443ac494 in term 0.
I20260608 12:42:05.891448  5173 raft_consensus.cc:2804] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:05.891907  5173 raft_consensus.cc:493] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:05.892287  5173 raft_consensus.cc:3060] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:05.893743  5129 raft_consensus.cc:515] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.895489  5002 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "949be57bc31749bd94f98d8a329aa5aa" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494" is_pre_election: true
I20260608 12:42:05.896883  5121 tablet_bootstrap.cc:492] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2: Bootstrap starting.
W20260608 12:42:05.897060  4893 leader_election.cc:343] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:05.897589  5002 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "949be57bc31749bd94f98d8a329aa5aa" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494"
I20260608 12:42:05.901690  5129 leader_election.cc:290] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 1 election: Requested vote from peers 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:05.903914  5121 tablet_bootstrap.cc:654] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.905956  5158 leader_election.cc:290] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
W20260608 12:42:05.908126  4893 leader_election.cc:343] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:05.908653  5123 tablet_bootstrap.cc:492] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494: No bootstrap required, opened a new log
I20260608 12:42:05.908651  5122 tablet_bootstrap.cc:492] T 5fd7b9b2be344488a92937ddddc983eb P 0eacb4c6e125482d93d7182659c0ac53: No bootstrap required, opened a new log
I20260608 12:42:05.909261  5123 ts_tablet_manager.cc:1403] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494: Time spent bootstrapping tablet: real 0.054s	user 0.016s	sys 0.031s
I20260608 12:42:05.885622  5142 leader_election.cc:290] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:05.909744  5122 ts_tablet_manager.cc:1403] T 5fd7b9b2be344488a92937ddddc983eb P 0eacb4c6e125482d93d7182659c0ac53: Time spent bootstrapping tablet: real 0.046s	user 0.020s	sys 0.001s
I20260608 12:42:05.911207  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "949be57bc31749bd94f98d8a329aa5aa" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2"
I20260608 12:42:05.912113  5076 raft_consensus.cc:3060] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:05.912456  5123 raft_consensus.cc:359] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.913236  5123 raft_consensus.cc:385] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.913518  5123 raft_consensus.cc:740] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 01c9d8b5cf274c7f93ead98c443ac494, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.913552  5122 raft_consensus.cc:359] T 5fd7b9b2be344488a92937ddddc983eb P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.914448  5122 raft_consensus.cc:385] T 5fd7b9b2be344488a92937ddddc983eb P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.914844  5122 raft_consensus.cc:740] T 5fd7b9b2be344488a92937ddddc983eb P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0eacb4c6e125482d93d7182659c0ac53, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.914525  5123 consensus_queue.cc:260] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.915740  5122 consensus_queue.cc:260] T 5fd7b9b2be344488a92937ddddc983eb P 0eacb4c6e125482d93d7182659c0ac53 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.916689  5123 ts_tablet_manager.cc:1434] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:42:05.918401  5122 ts_tablet_manager.cc:1434] T 5fd7b9b2be344488a92937ddddc983eb P 0eacb4c6e125482d93d7182659c0ac53: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:42:05.924105  5122 tablet_bootstrap.cc:492] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 0eacb4c6e125482d93d7182659c0ac53: Bootstrap starting.
I20260608 12:42:05.928607  5076 raft_consensus.cc:2468] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0eacb4c6e125482d93d7182659c0ac53 in term 1.
I20260608 12:42:05.930300  5122 tablet_bootstrap.cc:654] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 0eacb4c6e125482d93d7182659c0ac53: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.930804  4892 leader_election.cc:304] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [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: 0eacb4c6e125482d93d7182659c0ac53, f436a0fa419d46f7aeee165bde3728a2; no voters: 01c9d8b5cf274c7f93ead98c443ac494
I20260608 12:42:05.931999  5158 raft_consensus.cc:2804] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:05.905696  5173 raft_consensus.cc:515] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.932518  5158 raft_consensus.cc:697] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [term 1 LEADER]: Becoming Leader. State: Replica: 0eacb4c6e125482d93d7182659c0ac53, State: Running, Role: LEADER
I20260608 12:42:05.933394  5158 consensus_queue.cc:237] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.934209  5173 leader_election.cc:290] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 1 election: Requested vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:05.935978  4925 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "78d45ba015bf416ab3e4d92b985e75d7" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53"
I20260608 12:42:05.936591  4925 raft_consensus.cc:3060] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:05.944332  4925 raft_consensus.cc:2468] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 01c9d8b5cf274c7f93ead98c443ac494 in term 1.
I20260608 12:42:05.945633  4968 leader_election.cc:304] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [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: 01c9d8b5cf274c7f93ead98c443ac494, 0eacb4c6e125482d93d7182659c0ac53; no voters: 
I20260608 12:42:05.947594  5121 tablet_bootstrap.cc:492] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2: No bootstrap required, opened a new log
I20260608 12:42:05.947945  5173 raft_consensus.cc:2804] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:05.948184  5121 ts_tablet_manager.cc:1403] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2: Time spent bootstrapping tablet: real 0.052s	user 0.009s	sys 0.030s
I20260608 12:42:05.948589  5173 raft_consensus.cc:697] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 LEADER]: Becoming Leader. State: Replica: 01c9d8b5cf274c7f93ead98c443ac494, State: Running, Role: LEADER
I20260608 12:42:05.949532  5173 consensus_queue.cc:237] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.951310  5121 raft_consensus.cc:359] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.952004  5121 raft_consensus.cc:385] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.952271  5121 raft_consensus.cc:740] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f436a0fa419d46f7aeee165bde3728a2, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.954268  5121 consensus_queue.cc:260] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.956223  5122 tablet_bootstrap.cc:492] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 0eacb4c6e125482d93d7182659c0ac53: No bootstrap required, opened a new log
I20260608 12:42:05.956651  5122 ts_tablet_manager.cc:1403] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 0eacb4c6e125482d93d7182659c0ac53: Time spent bootstrapping tablet: real 0.033s	user 0.012s	sys 0.003s
I20260608 12:42:05.960427  5121 ts_tablet_manager.cc:1434] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2: Time spent starting tablet: real 0.012s	user 0.005s	sys 0.001s
I20260608 12:42:05.960572  5076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "78d45ba015bf416ab3e4d92b985e75d7" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2"
I20260608 12:42:05.965106  5076 raft_consensus.cc:3060] T 78d45ba015bf416ab3e4d92b985e75d7 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:05.965685  5121 tablet_bootstrap.cc:492] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2: Bootstrap starting.
I20260608 12:42:05.966034  4825 catalog_manager.cc:5696] T 5c1147b7799b47d5a194b031ca2f6c6d P 0eacb4c6e125482d93d7182659c0ac53 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "0eacb4c6e125482d93d7182659c0ac53" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:05.961740  5122 raft_consensus.cc:359] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.972185  5122 raft_consensus.cc:385] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:05.972522  5122 raft_consensus.cc:740] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0eacb4c6e125482d93d7182659c0ac53, State: Initialized, Role: FOLLOWER
I20260608 12:42:05.973263  5122 consensus_queue.cc:260] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 0eacb4c6e125482d93d7182659c0ac53 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.975124  5121 tablet_bootstrap.cc:654] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:05.975234  5122 ts_tablet_manager.cc:1434] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 0eacb4c6e125482d93d7182659c0ac53: Time spent starting tablet: real 0.018s	user 0.005s	sys 0.002s
I20260608 12:42:05.978782  5154 raft_consensus.cc:493] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:05.979347  5154 raft_consensus.cc:515] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.981653  5154 leader_election.cc:290] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
I20260608 12:42:05.981950  5142 consensus_queue.cc:1048] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:05.984153  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "171a8f9c7085462d993ce1bbb0fe1ef8" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494" is_pre_election: true
I20260608 12:42:05.984653  5001 raft_consensus.cc:2468] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f436a0fa419d46f7aeee165bde3728a2 in term 0.
I20260608 12:42:05.986475  4927 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "171a8f9c7085462d993ce1bbb0fe1ef8" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53" is_pre_election: true
I20260608 12:42:05.987151  4927 raft_consensus.cc:2468] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f436a0fa419d46f7aeee165bde3728a2 in term 0.
I20260608 12:42:05.988763  5042 leader_election.cc:304] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0eacb4c6e125482d93d7182659c0ac53, f436a0fa419d46f7aeee165bde3728a2; no voters: 
I20260608 12:42:05.989826  5154 raft_consensus.cc:2804] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:05.990190  5154 raft_consensus.cc:493] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:05.990517  5154 raft_consensus.cc:3060] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:05.993109  4825 catalog_manager.cc:5696] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 reported cstate change: term changed from 0 to 1, leader changed from <none> to 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "01c9d8b5cf274c7f93ead98c443ac494" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:05.995687  5125 raft_consensus.cc:493] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:05.996204  5125 raft_consensus.cc:515] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:05.998430  5125 leader_election.cc:290] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
I20260608 12:42:05.999881  4927 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7cec5637de14f6284f4a3e8867eaa12" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53" is_pre_election: true
I20260608 12:42:06.004957  4823 catalog_manager.cc:5696] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "0eacb4c6e125482d93d7182659c0ac53" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:06.007464  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7cec5637de14f6284f4a3e8867eaa12" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494" is_pre_election: true
I20260608 12:42:06.008330  5001 raft_consensus.cc:2393] T b7cec5637de14f6284f4a3e8867eaa12 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate f436a0fa419d46f7aeee165bde3728a2 in current term 1: Already voted for candidate 0eacb4c6e125482d93d7182659c0ac53 in this term.
I20260608 12:42:06.010136  5042 leader_election.cc:304] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [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: f436a0fa419d46f7aeee165bde3728a2; no voters: 01c9d8b5cf274c7f93ead98c443ac494, 0eacb4c6e125482d93d7182659c0ac53
I20260608 12:42:06.012466  5125 raft_consensus.cc:3060] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:06.012277  5154 raft_consensus.cc:515] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:06.015179  5154 leader_election.cc:290] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 1 election: Requested vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
I20260608 12:42:06.021740  5076 raft_consensus.cc:2468] T 78d45ba015bf416ab3e4d92b985e75d7 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 01c9d8b5cf274c7f93ead98c443ac494 in term 1.
I20260608 12:42:06.023826  4925 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "171a8f9c7085462d993ce1bbb0fe1ef8" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53"
I20260608 12:42:06.024456  4925 raft_consensus.cc:3060] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:06.025122  5173 consensus_queue.cc:1048] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:06.026850  5125 raft_consensus.cc:2749] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:42:06.027880  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "171a8f9c7085462d993ce1bbb0fe1ef8" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494"
I20260608 12:42:06.028453  5001 raft_consensus.cc:3060] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:06.040302  5158 consensus_queue.cc:1048] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:06.044754  5001 raft_consensus.cc:2468] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f436a0fa419d46f7aeee165bde3728a2 in term 1.
I20260608 12:42:06.047039  4925 raft_consensus.cc:2468] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f436a0fa419d46f7aeee165bde3728a2 in term 1.
I20260608 12:42:06.048707  5042 leader_election.cc:304] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [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: 0eacb4c6e125482d93d7182659c0ac53, f436a0fa419d46f7aeee165bde3728a2; no voters: 
I20260608 12:42:06.051076  5125 raft_consensus.cc:2804] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:06.051420  5121 tablet_bootstrap.cc:492] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2: No bootstrap required, opened a new log
I20260608 12:42:06.051801  5125 raft_consensus.cc:697] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [term 1 LEADER]: Becoming Leader. State: Replica: f436a0fa419d46f7aeee165bde3728a2, State: Running, Role: LEADER
I20260608 12:42:06.052009  5121 ts_tablet_manager.cc:1403] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2: Time spent bootstrapping tablet: real 0.087s	user 0.021s	sys 0.024s
I20260608 12:42:06.052093  5158 consensus_queue.cc:1048] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:06.052727  5125 consensus_queue.cc:237] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:06.055903  5121 raft_consensus.cc:359] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:06.056972  5121 raft_consensus.cc:385] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:06.057410  5121 raft_consensus.cc:740] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f436a0fa419d46f7aeee165bde3728a2, State: Initialized, Role: FOLLOWER
I20260608 12:42:06.058571  5121 consensus_queue.cc:260] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:06.061479  5121 ts_tablet_manager.cc:1434] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260608 12:42:06.068848  5158 consensus_queue.cc:1048] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:06.076756  5161 consensus_queue.cc:1048] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:06.077221  4824 catalog_manager.cc:5696] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 reported cstate change: term changed from 0 to 1, leader changed from <none> to f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "f436a0fa419d46f7aeee165bde3728a2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:06.116215  5125 raft_consensus.cc:493] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:06.116676  5125 raft_consensus.cc:515] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } }
I20260608 12:42:06.118927  5125 leader_election.cc:290] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
I20260608 12:42:06.119652  4925 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bccc17d2909f4c12bfd20f839fe5b373" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53" is_pre_election: true
I20260608 12:42:06.120234  4925 raft_consensus.cc:2468] T bccc17d2909f4c12bfd20f839fe5b373 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f436a0fa419d46f7aeee165bde3728a2 in term 0.
I20260608 12:42:06.120119  5002 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bccc17d2909f4c12bfd20f839fe5b373" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494" is_pre_election: true
I20260608 12:42:06.121013  5002 raft_consensus.cc:2468] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f436a0fa419d46f7aeee165bde3728a2 in term 0.
I20260608 12:42:06.121551  5042 leader_election.cc:304] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0eacb4c6e125482d93d7182659c0ac53, f436a0fa419d46f7aeee165bde3728a2; no voters: 
I20260608 12:42:06.123373  5125 raft_consensus.cc:2804] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:06.123761  5125 raft_consensus.cc:493] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:06.124109  5125 raft_consensus.cc:3060] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:06.128472  5161 consensus_queue.cc:1048] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:06.129973  5142 consensus_queue.cc:1048] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:06.141698  5125 raft_consensus.cc:515] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } }
I20260608 12:42:06.145478  5125 leader_election.cc:290] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 1 election: Requested vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
I20260608 12:42:06.146298  5001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bccc17d2909f4c12bfd20f839fe5b373" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494"
I20260608 12:42:06.146956  5001 raft_consensus.cc:3060] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:06.156755  5075 raft_consensus.cc:3060] T e8420d84eecb452f80f79c4c2b6a5fab P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:06.160622  4925 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bccc17d2909f4c12bfd20f839fe5b373" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53"
I20260608 12:42:06.161322  4925 raft_consensus.cc:3060] T bccc17d2909f4c12bfd20f839fe5b373 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:06.161970  5001 raft_consensus.cc:2468] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f436a0fa419d46f7aeee165bde3728a2 in term 1.
I20260608 12:42:06.163251  5042 leader_election.cc:304] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [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: 01c9d8b5cf274c7f93ead98c443ac494, f436a0fa419d46f7aeee165bde3728a2; no voters: 
I20260608 12:42:06.164065  5125 raft_consensus.cc:2804] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:06.164542  5125 raft_consensus.cc:697] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [term 1 LEADER]: Becoming Leader. State: Replica: f436a0fa419d46f7aeee165bde3728a2, State: Running, Role: LEADER
I20260608 12:42:06.165530  5125 consensus_queue.cc:237] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } }
I20260608 12:42:06.168911  4925 raft_consensus.cc:2468] T bccc17d2909f4c12bfd20f839fe5b373 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f436a0fa419d46f7aeee165bde3728a2 in term 1.
I20260608 12:42:06.173671  4925 raft_consensus.cc:3060] T 5fd7b9b2be344488a92937ddddc983eb P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:06.174580  5160 consensus_queue.cc:1048] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:06.195354  5142 consensus_queue.cc:1048] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:06.196424  4824 catalog_manager.cc:5696] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 reported cstate change: term changed from 0 to 1, leader changed from <none> to f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "f436a0fa419d46f7aeee165bde3728a2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:06.202471  5142 consensus_queue.cc:1048] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:06.215241  5125 raft_consensus.cc:493] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:06.215809  5125 raft_consensus.cc:515] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:06.220450  5000 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5c1147b7799b47d5a194b031ca2f6c6d" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494" is_pre_election: true
I20260608 12:42:06.221328  5000 raft_consensus.cc:2393] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate f436a0fa419d46f7aeee165bde3728a2 in current term 1: Already voted for candidate 0eacb4c6e125482d93d7182659c0ac53 in this term.
I20260608 12:42:06.223685  4927 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5c1147b7799b47d5a194b031ca2f6c6d" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53" is_pre_election: true
I20260608 12:42:06.225234  5042 leader_election.cc:304] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2 [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: f436a0fa419d46f7aeee165bde3728a2; no voters: 01c9d8b5cf274c7f93ead98c443ac494, 0eacb4c6e125482d93d7182659c0ac53
I20260608 12:42:06.226262  5154 raft_consensus.cc:3060] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:06.225224  5125 leader_election.cc:290] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
I20260608 12:42:06.226750  5142 consensus_queue.cc:1048] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:06.235761  5154 raft_consensus.cc:2749] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
W20260608 12:42:06.288810  4873 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:42:06.290385  5160 raft_consensus.cc:493] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:06.290899  5160 raft_consensus.cc:515] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:06.293035  5160 leader_election.cc:290] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:06.294062  5000 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5037180c0ce4496693e53897d23ce934" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494" is_pre_election: true
I20260608 12:42:06.294258  5074 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5037180c0ce4496693e53897d23ce934" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2" is_pre_election: true
I20260608 12:42:06.294878  5000 raft_consensus.cc:2468] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0eacb4c6e125482d93d7182659c0ac53 in term 0.
I20260608 12:42:06.294936  5074 raft_consensus.cc:2468] T 5037180c0ce4496693e53897d23ce934 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0eacb4c6e125482d93d7182659c0ac53 in term 0.
I20260608 12:42:06.296012  4893 leader_election.cc:304] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 01c9d8b5cf274c7f93ead98c443ac494, 0eacb4c6e125482d93d7182659c0ac53; no voters: 
I20260608 12:42:06.296803  5160 raft_consensus.cc:2804] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:06.297192  5160 raft_consensus.cc:493] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:06.297466  5160 raft_consensus.cc:3060] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:06.302459  5160 raft_consensus.cc:515] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:06.304255  5160 leader_election.cc:290] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 1 election: Requested vote from peers 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:06.305013  5000 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5037180c0ce4496693e53897d23ce934" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494"
I20260608 12:42:06.305315  5074 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5037180c0ce4496693e53897d23ce934" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2"
I20260608 12:42:06.305559  5000 raft_consensus.cc:3060] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:06.305951  5074 raft_consensus.cc:3060] T 5037180c0ce4496693e53897d23ce934 P f436a0fa419d46f7aeee165bde3728a2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:06.310983  5074 raft_consensus.cc:2468] T 5037180c0ce4496693e53897d23ce934 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0eacb4c6e125482d93d7182659c0ac53 in term 1.
I20260608 12:42:06.311128  5000 raft_consensus.cc:2468] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0eacb4c6e125482d93d7182659c0ac53 in term 1.
I20260608 12:42:06.312239  4892 leader_election.cc:304] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [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: 0eacb4c6e125482d93d7182659c0ac53, f436a0fa419d46f7aeee165bde3728a2; no voters: 
I20260608 12:42:06.313052  5160 raft_consensus.cc:2804] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:06.313534  5160 raft_consensus.cc:697] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 LEADER]: Becoming Leader. State: Replica: 0eacb4c6e125482d93d7182659c0ac53, State: Running, Role: LEADER
I20260608 12:42:06.314373  5160 consensus_queue.cc:237] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:06.317420  5142 raft_consensus.cc:493] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:06.317937  5142 raft_consensus.cc:515] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:06.319842  5142 leader_election.cc:290] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:06.320549  4925 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "949be57bc31749bd94f98d8a329aa5aa" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53" is_pre_election: true
I20260608 12:42:06.321107  5074 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "949be57bc31749bd94f98d8a329aa5aa" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2" is_pre_election: true
I20260608 12:42:06.321941  5074 raft_consensus.cc:2393] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 01c9d8b5cf274c7f93ead98c443ac494 in current term 1: Already voted for candidate 0eacb4c6e125482d93d7182659c0ac53 in this term.
I20260608 12:42:06.322980  4967 leader_election.cc:304] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [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: 01c9d8b5cf274c7f93ead98c443ac494; no voters: 0eacb4c6e125482d93d7182659c0ac53, f436a0fa419d46f7aeee165bde3728a2
I20260608 12:42:06.323714  5142 raft_consensus.cc:3060] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:06.323105  4824 catalog_manager.cc:5696] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "0eacb4c6e125482d93d7182659c0ac53" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:06.329887  5142 raft_consensus.cc:2749] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:42:06.331848  5160 consensus_queue.cc:1048] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:06.344269  5129 consensus_queue.cc:1048] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:06.345916  5142 consensus_queue.cc:1048] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:06.354689  5142 consensus_queue.cc:1048] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:06.367404  5158 consensus_queue.cc:1048] T 5c1147b7799b47d5a194b031ca2f6c6d P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:06.383329  5129 consensus_queue.cc:1048] T 5c1147b7799b47d5a194b031ca2f6c6d P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:06.573913  5125 consensus_queue.cc:1048] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:06.587761  5218 consensus_queue.cc:1048] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:06.701808  5218 consensus_queue.cc:1048] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:06.723846  5225 consensus_queue.cc:1048] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:06.763705  5129 consensus_queue.cc:1048] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:06.792263  5155 consensus_queue.cc:1048] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:42:07.349663  4967 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:35143, user_credentials={real_user=slave}} blocked reactor thread for 55009.4us
W20260608 12:42:07.427608  5255 log.cc:927] Time spent T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53: Append to log took a long time: real 0.178s	user 0.004s	sys 0.000s
W20260608 12:42:07.437178  5264 log.cc:927] Time spent T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53: Append to log took a long time: real 0.058s	user 0.001s	sys 0.000s
W20260608 12:42:07.519261  5263 log.cc:927] Time spent T e6e9c1d98f1d4f788bb50f1195842d57 P f436a0fa419d46f7aeee165bde3728a2: Append to log took a long time: real 0.095s	user 0.001s	sys 0.000s
W20260608 12:42:07.606228  5271 log.cc:927] Time spent T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494: Append to log took a long time: real 0.081s	user 0.000s	sys 0.001s
W20260608 12:42:07.635820  5265 log.cc:927] Time spent T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494: Append to log took a long time: real 0.128s	user 0.000s	sys 0.002s
W20260608 12:42:07.649273  5273 log.cc:927] Time spent T b7cec5637de14f6284f4a3e8867eaa12 P 01c9d8b5cf274c7f93ead98c443ac494: Append to log took a long time: real 0.063s	user 0.000s	sys 0.000s
W20260608 12:42:07.670642  4967 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:35143, user_credentials={real_user=slave}} blocked reactor thread for 122295us
W20260608 12:42:07.675455  4968 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:39585, user_credentials={real_user=slave}} blocked reactor thread for 91904us
W20260608 12:42:07.921115  5283 log.cc:927] Time spent T df49a7dc15aa4f50b4e26ce43b38cd4c P 0eacb4c6e125482d93d7182659c0ac53: Append to log took a long time: real 0.119s	user 0.000s	sys 0.001s
W20260608 12:42:07.996574  5295 log.cc:927] Time spent T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494: Append to log took a long time: real 0.072s	user 0.002s	sys 0.000s
I20260608 12:42:08.133697  5242 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:54704 (ReqId={client: 854557ddc6764c8ea0b5524d675f786a, seq_no=9, attempt_no=0}) took 1057 ms. Trace:
I20260608 12:42:08.147393  5235 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:54704 (ReqId={client: 854557ddc6764c8ea0b5524d675f786a, seq_no=20, attempt_no=0}) took 1015 ms. Trace:
I20260608 12:42:08.153765  5241 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:54704 (ReqId={client: 854557ddc6764c8ea0b5524d675f786a, seq_no=21, attempt_no=0}) took 1021 ms. Trace:
I20260608 12:42:08.154994  5288 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:54704 (ReqId={client: 854557ddc6764c8ea0b5524d675f786a, seq_no=15, attempt_no=0}) took 1059 ms. Trace:
I20260608 12:42:08.155583  5288 rpcz_store.cc:276] 0608 12:42:07.112083 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:42:07.113572 (+  1489us) service_pool.cc:224] Handling call
0608 12:42:07.257988 (+144416us) spinlock_profiling.cc:243] Waited 2.26 ms on lock 0x7b3400192178. stack: 00007f0ec29823a1 00007f0ec29821c8 00007f0ec215df11 000000000047f705 000000000047f658 00007f0ec40064bb 00007f0ec408664f 00007f0ec410ac24 00007f0ec410ffaf 00007f0ec41127eb 00007f0ec4112740 00007f0ec41126a0 00007f0ec4112640 00007f0ec411096f 000000000049a986 000000000049a618
0608 12:42:08.154797 (+896809us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:42:07.845552 (+     0us) write_op.cc:183] PREPARE: starting on tablet 949be57bc31749bd94f98d8a329aa5aa
0608 12:42:07.885645 (+ 40093us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:42:07.887573 (+  1928us) write_op.cc:435] Acquired schema lock
0608 12:42:07.888413 (+   840us) tablet.cc:662] Decoding operations
0608 12:42:07.937914 (+ 49501us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:42:07.938381 (+   467us) write_op.cc:641] Partition lock acquired for write op
0608 12:42:07.938960 (+   579us) tablet.cc:685] Acquiring locks for 4 operations
0608 12:42:07.940146 (+  1186us) tablet.cc:701] Row locks acquired
0608 12:42:07.940165 (+    19us) write_op.cc:260] PREPARE: finished
0608 12:42:07.940351 (+   186us) write_op.cc:270] Start()
0608 12:42:07.940477 (+   126us) write_op.cc:276] Timestamp: P: 1780922527940305 usec, L: 0
0608 12:42:07.940554 (+    77us) op_driver.cc:348] REPLICATION: starting
0608 12:42:07.941183 (+   629us) log.cc:844] Serialized 475 byte log entry
0608 12:42:08.108833 (+167650us) op_driver.cc:464] REPLICATION: finished
0608 12:42:08.152710 (+ 43877us) write_op.cc:301] APPLY: starting
0608 12:42:08.152779 (+    69us) tablet.cc:1367] starting BulkCheckPresence
0608 12:42:08.152942 (+   163us) tablet.cc:1370] finished BulkCheckPresence
0608 12:42:08.153027 (+    85us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:42:08.153656 (+   629us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:42:08.153874 (+   218us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:42:08.153934 (+    60us) write_op.cc:312] APPLY: finished
0608 12:42:08.154173 (+   239us) log.cc:844] Serialized 40 byte log entry
0608 12:42:08.154366 (+   193us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:42:08.154450 (+    84us) write_op.cc:454] Released schema lock
0608 12:42:08.154493 (+    43us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":5196672,"child_traces":[["op",{"apply.queue_time_us":43697,"num_ops":4,"prepare.queue_time_us":573181,"prepare.run_cpu_time_us":3466,"prepare.run_wall_time_us":102928,"replication_time_us":168165}]]}
I20260608 12:42:08.149456  5242 rpcz_store.cc:276] 0608 12:42:07.076522 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:42:07.077296 (+   774us) service_pool.cc:224] Handling call
0608 12:42:08.133591 (+1056295us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:42:07.171086 (+     0us) write_op.cc:183] PREPARE: starting on tablet 80a4e48c83c94fca929cc1b58d37f164
0608 12:42:07.214412 (+ 43326us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:42:07.214444 (+    32us) write_op.cc:435] Acquired schema lock
0608 12:42:07.214464 (+    20us) tablet.cc:662] Decoding operations
0608 12:42:07.229388 (+ 14924us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:42:07.235060 (+  5672us) write_op.cc:641] Partition lock acquired for write op
0608 12:42:07.235711 (+   651us) tablet.cc:685] Acquiring locks for 8 operations
0608 12:42:07.289903 (+ 54192us) tablet.cc:701] Row locks acquired
0608 12:42:07.289926 (+    23us) write_op.cc:260] PREPARE: finished
0608 12:42:07.463354 (+173428us) spinlock_profiling.cc:243] Waited 26.8 ms on lock 0x7b1800118aa0. stack: 00007f0ec29823a1 00007f0ec29821c8 00007f0ec215df11 000000000047f705 000000000047f658 00007f0ec60355cb 00007f0ec61bda49 00007f0ec9c9a1d2 00007f0ec9c99660 00007f0ec9ca3950 00007f0ec9ca38b0 00007f0ec9ca3810 00007f0ec9ca37b0 00007f0ec9ca192f 000000000049a986 000000000049a618
0608 12:42:07.463436 (+    82us) write_op.cc:270] Start()
0608 12:42:07.463721 (+   285us) write_op.cc:276] Timestamp: P: 1780922527324101 usec, L: 0
0608 12:42:07.463755 (+    34us) op_driver.cc:348] REPLICATION: starting
0608 12:42:07.487699 (+ 23944us) log.cc:844] Serialized 649 byte log entry
0608 12:42:08.071498 (+583799us) op_driver.cc:464] REPLICATION: finished
0608 12:42:08.130841 (+ 59343us) write_op.cc:301] APPLY: starting
0608 12:42:08.130929 (+    88us) tablet.cc:1367] starting BulkCheckPresence
0608 12:42:08.131142 (+   213us) tablet.cc:1370] finished BulkCheckPresence
0608 12:42:08.131165 (+    23us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:42:08.132428 (+  1263us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:42:08.132622 (+   194us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:42:08.132672 (+    50us) write_op.cc:312] APPLY: finished
0608 12:42:08.132923 (+   251us) log.cc:844] Serialized 64 byte log entry
0608 12:42:08.133161 (+   238us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:42:08.133258 (+    97us) write_op.cc:454] Released schema lock
0608 12:42:08.133299 (+    41us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":59171,"mutex_wait_us":25711,"num_ops":8,"prepare.queue_time_us":52619,"prepare.run_cpu_time_us":32860,"prepare.run_wall_time_us":412294,"raft.queue_time_us":67294,"raft.run_cpu_time_us":1410,"raft.run_wall_time_us":2271,"replication_time_us":607620,"spinlock_wait_cycles":61569408,"thread_start_us":113011,"threads_started":4,"wal-append.queue_time_us":96231}]]}
I20260608 12:42:08.153538  5235 rpcz_store.cc:276] 0608 12:42:07.131521 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:42:07.134278 (+  2757us) service_pool.cc:224] Handling call
0608 12:42:08.147200 (+1012922us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:42:07.675599 (+     0us) write_op.cc:183] PREPARE: starting on tablet 5037180c0ce4496693e53897d23ce934
0608 12:42:07.716475 (+ 40876us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:42:07.716502 (+    27us) write_op.cc:435] Acquired schema lock
0608 12:42:07.716527 (+    25us) tablet.cc:662] Decoding operations
0608 12:42:07.716938 (+   411us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:42:07.716986 (+    48us) write_op.cc:641] Partition lock acquired for write op
0608 12:42:07.717020 (+    34us) tablet.cc:685] Acquiring locks for 3 operations
0608 12:42:07.717294 (+   274us) tablet.cc:701] Row locks acquired
0608 12:42:07.717310 (+    16us) write_op.cc:260] PREPARE: finished
0608 12:42:07.717496 (+   186us) write_op.cc:270] Start()
0608 12:42:07.717642 (+   146us) write_op.cc:276] Timestamp: P: 1780922527717443 usec, L: 0
0608 12:42:07.717666 (+    24us) op_driver.cc:348] REPLICATION: starting
0608 12:42:07.841734 (+124068us) spinlock_profiling.cc:243] Waited 33.5 ms on lock 0x7b54005ba2a0. stack: 00007f0ec29823a1 00007f0ec29821c8 00007f0ec215df11 000000000047f705 000000000047f658 00007f0ec60355cb 00007f0ec605be64 00007f0ec6158671 00007f0ec61425e1 00007f0ec6141ed2 00007f0ec9c9a788 00007f0ec9c99660 00007f0ec9ca3950 00007f0ec9ca38b0 00007f0ec9ca3810 00007f0ec9ca37b0
0608 12:42:07.842462 (+   728us) log.cc:844] Serialized 432 byte log entry
0608 12:42:08.078560 (+236098us) op_driver.cc:464] REPLICATION: finished
0608 12:42:08.145294 (+ 66734us) write_op.cc:301] APPLY: starting
0608 12:42:08.145365 (+    71us) tablet.cc:1367] starting BulkCheckPresence
0608 12:42:08.145500 (+   135us) tablet.cc:1370] finished BulkCheckPresence
0608 12:42:08.145523 (+    23us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:42:08.146123 (+   600us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:42:08.146292 (+   169us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:42:08.146335 (+    43us) write_op.cc:312] APPLY: finished
0608 12:42:08.146553 (+   218us) log.cc:844] Serialized 34 byte log entry
0608 12:42:08.146751 (+   198us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:42:08.146826 (+    75us) write_op.cc:454] Released schema lock
0608 12:42:08.146865 (+    39us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":60481,"mutex_wait_us":31763,"num_ops":3,"prepare.queue_time_us":459244,"prepare.run_cpu_time_us":5202,"prepare.run_wall_time_us":171950,"replication_time_us":360782,"spinlock_wait_cycles":77016960}]]}
I20260608 12:42:08.175491  5242 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:54704 (ReqId={client: 854557ddc6764c8ea0b5524d675f786a, seq_no=32, attempt_no=0}) took 1008 ms. Trace:
I20260608 12:42:08.177922  5235 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:54704 (ReqId={client: 854557ddc6764c8ea0b5524d675f786a, seq_no=42, attempt_no=0}) took 1009 ms. Trace:
I20260608 12:42:08.179054  5288 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:54704 (ReqId={client: 854557ddc6764c8ea0b5524d675f786a, seq_no=41, attempt_no=0}) took 1011 ms. Trace:
I20260608 12:42:08.176154  5242 rpcz_store.cc:276] 0608 12:42:07.166922 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:42:07.170118 (+  3196us) service_pool.cc:224] Handling call
0608 12:42:08.175415 (+1005297us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:42:07.599564 (+     0us) write_op.cc:183] PREPARE: starting on tablet 80a4e48c83c94fca929cc1b58d37f164
0608 12:42:07.600103 (+   539us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:42:07.600133 (+    30us) write_op.cc:435] Acquired schema lock
0608 12:42:07.600154 (+    21us) tablet.cc:662] Decoding operations
0608 12:42:07.600644 (+   490us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:42:07.600685 (+    41us) write_op.cc:641] Partition lock acquired for write op
0608 12:42:07.600720 (+    35us) tablet.cc:685] Acquiring locks for 5 operations
0608 12:42:07.601535 (+   815us) tablet.cc:701] Row locks acquired
0608 12:42:07.601560 (+    25us) write_op.cc:260] PREPARE: finished
0608 12:42:07.601740 (+   180us) write_op.cc:270] Start()
0608 12:42:07.601889 (+   149us) write_op.cc:276] Timestamp: P: 1780922527601689 usec, L: 0
0608 12:42:07.601913 (+    24us) op_driver.cc:348] REPLICATION: starting
0608 12:42:07.602557 (+   644us) log.cc:844] Serialized 519 byte log entry
0608 12:42:08.119845 (+517288us) op_driver.cc:464] REPLICATION: finished
0608 12:42:08.173095 (+ 53250us) write_op.cc:301] APPLY: starting
0608 12:42:08.173156 (+    61us) tablet.cc:1367] starting BulkCheckPresence
0608 12:42:08.173273 (+   117us) tablet.cc:1370] finished BulkCheckPresence
0608 12:42:08.173330 (+    57us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:42:08.174221 (+   891us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:42:08.174426 (+   205us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:42:08.174474 (+    48us) write_op.cc:312] APPLY: finished
0608 12:42:08.174703 (+   229us) log.cc:844] Serialized 46 byte log entry
0608 12:42:08.174919 (+   216us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:42:08.175016 (+    97us) write_op.cc:454] Released schema lock
0608 12:42:08.175060 (+    44us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":53049,"mutex_wait_us":9486,"num_ops":5,"prepare.queue_time_us":418357,"prepare.run_cpu_time_us":3152,"prepare.run_wall_time_us":32016,"replication_time_us":517815}]]}
I20260608 12:42:08.179582  5288 rpcz_store.cc:276] 0608 12:42:07.168062 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:42:07.170235 (+  2173us) service_pool.cc:224] Handling call
0608 12:42:07.317075 (+146840us) spinlock_profiling.cc:243] Waited 15.1 ms on lock 0x7b3400192178. stack: 00007f0ec29823a1 00007f0ec29821c8 00007f0ec215df11 000000000047f705 000000000047f658 00007f0ec40064bb 00007f0ec408664f 00007f0ec410ac24 00007f0ec410ffaf 00007f0ec41127eb 00007f0ec4112740 00007f0ec41126a0 00007f0ec4112640 00007f0ec411096f 000000000049a986 000000000049a618
0608 12:42:07.487650 (+170575us) spinlock_profiling.cc:243] Waited 6.19 ms on lock 0x7b5800005198. stack: 00007f0ec29823a1 00007f0ec29821c8 00007f0ec215df11 000000000047f705 000000000047f658 00007f0ec26b7d9b 00007f0ec296d835 00007f0ec296d5cd 00007f0eccc3f848 00007f0ecb86fa6c 00007f0ecb9d8d90 00007f0ecb9d8e7e 00007f0ecb962de6 00007f0ecb93a6e8 00007f0ecb936f44 00007f0eca605ae6
0608 12:42:08.178984 (+691334us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:42:07.745150 (+     0us) write_op.cc:183] PREPARE: starting on tablet e8420d84eecb452f80f79c4c2b6a5fab
0608 12:42:07.790504 (+ 45354us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:42:07.791970 (+  1466us) write_op.cc:435] Acquired schema lock
0608 12:42:07.794551 (+  2581us) tablet.cc:662] Decoding operations
0608 12:42:07.831810 (+ 37259us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:42:07.840444 (+  8634us) write_op.cc:641] Partition lock acquired for write op
0608 12:42:07.844584 (+  4140us) tablet.cc:685] Acquiring locks for 3 operations
0608 12:42:07.856873 (+ 12289us) tablet.cc:701] Row locks acquired
0608 12:42:07.858072 (+  1199us) write_op.cc:260] PREPARE: finished
0608 12:42:07.867195 (+  9123us) write_op.cc:270] Start()
0608 12:42:07.872723 (+  5528us) write_op.cc:276] Timestamp: P: 1780922527866117 usec, L: 0
0608 12:42:07.872741 (+    18us) op_driver.cc:348] REPLICATION: starting
0608 12:42:07.912342 (+ 39601us) log.cc:844] Serialized 441 byte log entry
0608 12:42:08.082067 (+169725us) op_driver.cc:464] REPLICATION: finished
0608 12:42:08.161896 (+ 79829us) write_op.cc:301] APPLY: starting
0608 12:42:08.161982 (+    86us) tablet.cc:1367] starting BulkCheckPresence
0608 12:42:08.162135 (+   153us) tablet.cc:1370] finished BulkCheckPresence
0608 12:42:08.162228 (+    93us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:42:08.162912 (+   684us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:42:08.163122 (+   210us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:42:08.163168 (+    46us) write_op.cc:312] APPLY: finished
0608 12:42:08.163390 (+   222us) log.cc:844] Serialized 34 byte log entry
0608 12:42:08.164172 (+   782us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:42:08.178610 (+ 14438us) write_op.cc:454] Released schema lock
0608 12:42:08.178656 (+    46us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":49014912,"child_traces":[["op",{"apply.queue_time_us":79608,"mutex_wait_us":27660,"num_ops":3,"prepare.queue_time_us":239849,"prepare.run_cpu_time_us":4132,"prepare.run_wall_time_us":167525,"replication_time_us":207036}]]}
I20260608 12:42:08.179090  5235 rpcz_store.cc:276] 0608 12:42:07.179289 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:42:07.182106 (+  2817us) service_pool.cc:224] Handling call
0608 12:42:07.202538 (+ 20432us) spinlock_profiling.cc:243] Waited 8.44 ms on lock 0x7b3400192178. stack: 00007f0ec29823a1 00007f0ec29821c8 00007f0ec215df11 000000000047f705 000000000047f658 00007f0ec40064bb 00007f0ec408664f 00007f0ec410ac24 00007f0ec410ffaf 00007f0ec41127eb 00007f0ec4112740 00007f0ec41126a0 00007f0ec4112640 00007f0ec411096f 000000000049a986 000000000049a618
0608 12:42:08.177847 (+975309us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:42:07.631360 (+     0us) write_op.cc:183] PREPARE: starting on tablet 80a4e48c83c94fca929cc1b58d37f164
0608 12:42:07.632095 (+   735us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:42:07.632137 (+    42us) write_op.cc:435] Acquired schema lock
0608 12:42:07.632165 (+    28us) tablet.cc:662] Decoding operations
0608 12:42:07.632875 (+   710us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:42:07.632943 (+    68us) write_op.cc:641] Partition lock acquired for write op
0608 12:42:07.632996 (+    53us) tablet.cc:685] Acquiring locks for 5 operations
0608 12:42:07.633586 (+   590us) tablet.cc:701] Row locks acquired
0608 12:42:07.633613 (+    27us) write_op.cc:260] PREPARE: finished
0608 12:42:07.641383 (+  7770us) write_op.cc:270] Start()
0608 12:42:07.641556 (+   173us) write_op.cc:276] Timestamp: P: 1780922527641311 usec, L: 0
0608 12:42:07.641582 (+    26us) op_driver.cc:348] REPLICATION: starting
0608 12:42:07.644652 (+  3070us) log.cc:844] Serialized 528 byte log entry
0608 12:42:08.123529 (+478877us) op_driver.cc:464] REPLICATION: finished
0608 12:42:08.174221 (+ 50692us) write_op.cc:301] APPLY: starting
0608 12:42:08.174299 (+    78us) tablet.cc:1367] starting BulkCheckPresence
0608 12:42:08.174473 (+   174us) tablet.cc:1370] finished BulkCheckPresence
0608 12:42:08.174564 (+    91us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:42:08.175764 (+  1200us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:42:08.176837 (+  1073us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:42:08.176892 (+    55us) write_op.cc:312] APPLY: finished
0608 12:42:08.177144 (+   252us) log.cc:844] Serialized 46 byte log entry
0608 12:42:08.177336 (+   192us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:42:08.177440 (+   104us) write_op.cc:454] Released schema lock
0608 12:42:08.177487 (+    47us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":19410688,"child_traces":[["op",{"apply.queue_time_us":50502,"mutex_wait_us":10214,"num_ops":5,"prepare.queue_time_us":426943,"prepare.run_cpu_time_us":3957,"prepare.run_wall_time_us":13580,"replication_time_us":481805}]]}
I20260608 12:42:08.154345  5241 rpcz_store.cc:276] 0608 12:42:07.131921 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:42:07.132057 (+   136us) service_pool.cc:224] Handling call
0608 12:42:08.153693 (+1021636us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:42:07.583516 (+     0us) write_op.cc:183] PREPARE: starting on tablet 80a4e48c83c94fca929cc1b58d37f164
0608 12:42:07.584128 (+   612us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:42:07.584171 (+    43us) write_op.cc:435] Acquired schema lock
0608 12:42:07.584200 (+    29us) tablet.cc:662] Decoding operations
0608 12:42:07.584683 (+   483us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:42:07.584734 (+    51us) write_op.cc:641] Partition lock acquired for write op
0608 12:42:07.584763 (+    29us) tablet.cc:685] Acquiring locks for 3 operations
0608 12:42:07.585043 (+   280us) tablet.cc:701] Row locks acquired
0608 12:42:07.585062 (+    19us) write_op.cc:260] PREPARE: finished
0608 12:42:07.585264 (+   202us) write_op.cc:270] Start()
0608 12:42:07.585386 (+   122us) write_op.cc:276] Timestamp: P: 1780922527585201 usec, L: 0
0608 12:42:07.585402 (+    16us) op_driver.cc:348] REPLICATION: starting
0608 12:42:07.587912 (+  2510us) log.cc:844] Serialized 432 byte log entry
0608 12:42:08.097559 (+509647us) op_driver.cc:464] REPLICATION: finished
0608 12:42:08.136070 (+ 38511us) write_op.cc:301] APPLY: starting
0608 12:42:08.136144 (+    74us) tablet.cc:1367] starting BulkCheckPresence
0608 12:42:08.136309 (+   165us) tablet.cc:1370] finished BulkCheckPresence
0608 12:42:08.142456 (+  6147us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:42:08.142990 (+   534us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:42:08.143160 (+   170us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:42:08.143207 (+    47us) write_op.cc:312] APPLY: finished
0608 12:42:08.143397 (+   190us) log.cc:844] Serialized 34 byte log entry
0608 12:42:08.153189 (+  9792us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:42:08.153270 (+    81us) write_op.cc:454] Released schema lock
0608 12:42:08.153316 (+    46us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":38313,"mutex_wait_us":10608,"num_ops":3,"prepare.queue_time_us":441680,"prepare.run_cpu_time_us":3225,"prepare.run_wall_time_us":15444,"raft.queue_time_us":11046,"raft.run_cpu_time_us":22,"raft.run_wall_time_us":18,"replication_time_us":512040}]]}
W20260608 12:42:08.471472  4967 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:35143, user_credentials={real_user=slave}} blocked reactor thread for 71142.3us
W20260608 12:42:08.524104  4967 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:35143, user_credentials={real_user=slave}} blocked reactor thread for 50362.5us
W20260608 12:42:08.698550  5108 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.107.194:46163, user_credentials={real_user=slave}} blocked reactor thread for 55411.6us
W20260608 12:42:08.900389  4967 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:35143, user_credentials={real_user=slave}} blocked reactor thread for 71468.4us
W20260608 12:42:08.998323  5222 meta_cache.cc:1261] Time spent looking up entry by key: real 0.052s	user 0.004s	sys 0.000s
W20260608 12:42:09.887931  4968 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:39585, user_credentials={real_user=slave}} blocked reactor thread for 73699.9us
W20260608 12:42:09.880276  4967 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:35143, user_credentials={real_user=slave}} blocked reactor thread for 54975.9us
W20260608 12:42:10.992311  5108 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.107.193:39585, user_credentials={real_user=slave}} blocked reactor thread for 122864us
W20260608 12:42:11.181922  4892 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:35143, user_credentials={real_user=slave}} blocked reactor thread for 139711us
I20260608 12:42:11.673251   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:11.680421  5346 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:11.680893  5347 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:11.682066  5349 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:11.684264   431 server_base.cc:1061] running on GCE node
I20260608 12:42:11.687151   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:11.687355   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:11.687585   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922531687566 us; error 0 us; skew 500 ppm
I20260608 12:42:11.688218   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:11.692209   431 webserver.cc:533] Webserver started at http://127.0.107.196:44329/ using document root <none> and password file <none>
I20260608 12:42:11.692852   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:11.693135   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:11.693501   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:11.695016   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-3-root/instance:
uuid: "93ae34c66d1746e9b551dd17944420d2"
format_stamp: "Formatted at 2026-06-08 12:42:11 on dist-test-slave-1zds"
I20260608 12:42:11.700476   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:42:11.704172  5354 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:11.704975   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260608 12:42:11.705302   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-3-root
uuid: "93ae34c66d1746e9b551dd17944420d2"
format_stamp: "Formatted at 2026-06-08 12:42:11 on dist-test-slave-1zds"
I20260608 12:42:11.705835   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:11.728425   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:11.729960   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:11.731518   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:11.733981   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:11.734220   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:11.734476   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:11.734666   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:11.781769   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:36875
I20260608 12:42:11.781960  5416 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:36875 every 8 connection(s)
I20260608 12:42:11.788069   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:11.797107  5421 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:11.798328  5422 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:11.801397   431 server_base.cc:1061] running on GCE node
W20260608 12:42:11.801709  5424 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:11.806481  5417 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42545
I20260608 12:42:11.806675   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:42:11.806901  5417 heartbeater.cc:461] Registering TS with master...
W20260608 12:42:11.806998   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:11.807354   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922531807328 us; error 0 us; skew 500 ppm
I20260608 12:42:11.807958  5417 heartbeater.cc:507] Master 127.0.107.254:42545 requested a full tablet report, sending...
I20260608 12:42:11.808022   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:11.810426  4822 ts_manager.cc:194] Registered new tserver with Master: 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196:36875)
I20260608 12:42:11.810997   431 webserver.cc:533] Webserver started at http://127.0.107.197:45289/ using document root <none> and password file <none>
I20260608 12:42:11.811586   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:11.811812   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:11.812081   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:11.812108  4822 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35954
I20260608 12:42:11.813571   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-4-root/instance:
uuid: "be6f7049f8d94c618188028ea35723f7"
format_stamp: "Formatted at 2026-06-08 12:42:11 on dist-test-slave-1zds"
I20260608 12:42:11.818255   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:42:11.821751  5429 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:11.822667   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 12:42:11.822976   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-4-root
uuid: "be6f7049f8d94c618188028ea35723f7"
format_stamp: "Formatted at 2026-06-08 12:42:11 on dist-test-slave-1zds"
I20260608 12:42:11.823277   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-4-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-4-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-4-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:11.843552   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:11.844898   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:11.846436   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:11.848868   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:11.849110   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:11.849359   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:11.849552   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:11.915254   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.197:36563
I20260608 12:42:11.915447  5491 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.197:36563 every 8 connection(s)
I20260608 12:42:11.921981   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:11.930081  5495 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:11.933300  5496 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:11.934525  5498 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:11.936825   431 server_base.cc:1061] running on GCE node
I20260608 12:42:11.937049  5492 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42545
I20260608 12:42:11.937600  5492 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:11.938354   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:11.938627   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:11.938556  5492 heartbeater.cc:507] Master 127.0.107.254:42545 requested a full tablet report, sending...
I20260608 12:42:11.939059   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922531939027 us; error 0 us; skew 500 ppm
I20260608 12:42:11.939774   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:11.941349  4822 ts_manager.cc:194] Registered new tserver with Master: be6f7049f8d94c618188028ea35723f7 (127.0.107.197:36563)
I20260608 12:42:11.942642   431 webserver.cc:533] Webserver started at http://127.0.107.198:36503/ using document root <none> and password file <none>
I20260608 12:42:11.943094  4822 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35962
I20260608 12:42:11.943373   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:11.943665   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:11.943969   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:11.945170   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-5-root/instance:
uuid: "12046c3be0fd45f0b4e613bb9a009215"
format_stamp: "Formatted at 2026-06-08 12:42:11 on dist-test-slave-1zds"
I20260608 12:42:11.950006   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260608 12:42:11.953763  5503 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:11.954727   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:42:11.955062   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-5-root
uuid: "12046c3be0fd45f0b4e613bb9a009215"
format_stamp: "Formatted at 2026-06-08 12:42:11 on dist-test-slave-1zds"
I20260608 12:42:11.955364   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-5-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-5-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-5-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:11.973380   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:11.975190   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:11.978564   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:11.982898   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:11.983125   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:11.983474   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:11.983664   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:11.990836  4924 consensus_queue.cc:237] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 23, Committed index: 23, Last appended: 1.23, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } }
I20260608 12:42:11.998879  5074 raft_consensus.cc:1275] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 1 index: 23. Preceding OpId from leader: term: 1 index: 24. (index mismatch)
I20260608 12:42:12.000949  4998 raft_consensus.cc:1275] T b7cec5637de14f6284f4a3e8867eaa12 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 1 index: 23. Preceding OpId from leader: term: 1 index: 24. (index mismatch)
I20260608 12:42:12.003408  5268 consensus_queue.cc:1048] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 24, Last known committed idx: 23, Time since last communication: 0.001s
I20260608 12:42:12.005915  5268 consensus_queue.cc:1048] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 24, Last known committed idx: 23, Time since last communication: 0.001s
I20260608 12:42:12.025635  5338 raft_consensus.cc:2955] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 LEADER]: Committing config change with OpId 1.24: config changed from index -1 to 24, NON_VOTER be6f7049f8d94c618188028ea35723f7 (127.0.107.197) added. New config: { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } } }
I20260608 12:42:12.040482  5070 raft_consensus.cc:2955] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Committing config change with OpId 1.24: config changed from index -1 to 24, NON_VOTER be6f7049f8d94c618188028ea35723f7 (127.0.107.197) added. New config: { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } } }
I20260608 12:42:12.047055  4998 raft_consensus.cc:2955] T b7cec5637de14f6284f4a3e8867eaa12 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Committing config change with OpId 1.24: config changed from index -1 to 24, NON_VOTER be6f7049f8d94c618188028ea35723f7 (127.0.107.197) added. New config: { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } } }
I20260608 12:42:12.086608  4822 catalog_manager.cc:5696] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 reported cstate change: config changed from index -1 to 24, NON_VOTER be6f7049f8d94c618188028ea35723f7 (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "0eacb4c6e125482d93d7182659c0ac53" committed_config { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260608 12:42:12.110605  4890 consensus_peers.cc:597] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 -> Peer be6f7049f8d94c618188028ea35723f7 (127.0.107.197:36563): Couldn't send request to peer be6f7049f8d94c618188028ea35723f7. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b7cec5637de14f6284f4a3e8867eaa12. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:12.135579  5074 consensus_queue.cc:237] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [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: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } }
I20260608 12:42:12.144523  4998 raft_consensus.cc:1275] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Refusing update from remote peer f436a0fa419d46f7aeee165bde3728a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 12:42:12.149211  4924 raft_consensus.cc:1275] T bccc17d2909f4c12bfd20f839fe5b373 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Refusing update from remote peer f436a0fa419d46f7aeee165bde3728a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 12:42:12.151474  5319 consensus_queue.cc:1048] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.001s
I20260608 12:42:12.161582  5335 consensus_queue.cc:1048] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.004s
I20260608 12:42:12.180975  5335 raft_consensus.cc:2955] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [term 1 LEADER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } } }
I20260608 12:42:12.183660  4922 raft_consensus.cc:2955] T bccc17d2909f4c12bfd20f839fe5b373 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } } }
I20260608 12:42:12.194410  4998 raft_consensus.cc:2955] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } } }
W20260608 12:42:12.202956  5041 consensus_peers.cc:597] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 -> Peer 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196:36875): Couldn't send request to peer 93ae34c66d1746e9b551dd17944420d2. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: bccc17d2909f4c12bfd20f839fe5b373. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:12.202790  4825 catalog_manager.cc:5696] T bccc17d2909f4c12bfd20f839fe5b373 P 0eacb4c6e125482d93d7182659c0ac53 reported cstate change: config changed from index -1 to 25, NON_VOTER 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "f436a0fa419d46f7aeee165bde3728a2" committed_config { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } } }
I20260608 12:42:12.249094  4998 consensus_queue.cc:237] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [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: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } }
I20260608 12:42:12.263767  5074 raft_consensus.cc:1275] T e6e9c1d98f1d4f788bb50f1195842d57 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:42:12.266040  5330 consensus_queue.cc:1048] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } 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 12:42:12.271255  4922 raft_consensus.cc:1275] T e6e9c1d98f1d4f788bb50f1195842d57 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:42:12.273953  5330 consensus_queue.cc:1048] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
W20260608 12:42:12.277891  4967 consensus_peers.cc:597] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 -> Peer 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196:36875): Couldn't send request to peer 93ae34c66d1746e9b551dd17944420d2. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e6e9c1d98f1d4f788bb50f1195842d57. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:12.279336  5330 raft_consensus.cc:2955] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } } }
I20260608 12:42:12.287245  4922 raft_consensus.cc:2955] T e6e9c1d98f1d4f788bb50f1195842d57 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } } }
I20260608 12:42:12.294945  5074 raft_consensus.cc:2955] T e6e9c1d98f1d4f788bb50f1195842d57 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } } }
I20260608 12:42:12.298311  4825 catalog_manager.cc:5696] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 reported cstate change: config changed from index -1 to 26, NON_VOTER 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "01c9d8b5cf274c7f93ead98c443ac494" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:12.303224  5070 consensus_queue.cc:237] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [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: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } }
I20260608 12:42:12.325608  4998 raft_consensus.cc:1275] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Refusing update from remote peer f436a0fa419d46f7aeee165bde3728a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 12:42:12.330683  5319 consensus_queue.cc:1048] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } 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 12:42:12.332752  4922 raft_consensus.cc:1275] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Refusing update from remote peer f436a0fa419d46f7aeee165bde3728a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
W20260608 12:42:12.333206  5039 consensus_peers.cc:597] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 -> Peer be6f7049f8d94c618188028ea35723f7 (127.0.107.197:36563): Couldn't send request to peer be6f7049f8d94c618188028ea35723f7. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 171a8f9c7085462d993ce1bbb0fe1ef8. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:12.334928  5319 consensus_queue.cc:1048] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
I20260608 12:42:12.341061  5319 raft_consensus.cc:2955] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [term 1 LEADER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER be6f7049f8d94c618188028ea35723f7 (127.0.107.197) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } } }
I20260608 12:42:12.353336  5000 raft_consensus.cc:2955] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER be6f7049f8d94c618188028ea35723f7 (127.0.107.197) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } } }
I20260608 12:42:12.354480  4922 raft_consensus.cc:2955] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER be6f7049f8d94c618188028ea35723f7 (127.0.107.197) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } } }
I20260608 12:42:12.363082  4825 catalog_manager.cc:5696] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 reported cstate change: config changed from index -1 to 25, NON_VOTER be6f7049f8d94c618188028ea35723f7 (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "f436a0fa419d46f7aeee165bde3728a2" committed_config { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:12.363541  4924 consensus_queue.cc:237] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [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: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } }
I20260608 12:42:12.380401  5070 raft_consensus.cc:1275] T 5037180c0ce4496693e53897d23ce934 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
W20260608 12:42:12.382428  4890 consensus_peers.cc:597] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 -> Peer be6f7049f8d94c618188028ea35723f7 (127.0.107.197:36563): Couldn't send request to peer be6f7049f8d94c618188028ea35723f7. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 5037180c0ce4496693e53897d23ce934. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:12.384620  5338 consensus_queue.cc:1048] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } 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 12:42:12.389621  5000 raft_consensus.cc:1275] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:42:12.391614  5342 consensus_queue.cc:1048] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
I20260608 12:42:12.405480  5339 raft_consensus.cc:2955] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER be6f7049f8d94c618188028ea35723f7 (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } } }
I20260608 12:42:12.406975  5070 raft_consensus.cc:2955] T 5037180c0ce4496693e53897d23ce934 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER be6f7049f8d94c618188028ea35723f7 (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } } }
I20260608 12:42:12.415589  5000 raft_consensus.cc:2955] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER be6f7049f8d94c618188028ea35723f7 (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } } }
I20260608 12:42:12.428439  4819 catalog_manager.cc:5696] T 5037180c0ce4496693e53897d23ce934 P f436a0fa419d46f7aeee165bde3728a2 reported cstate change: config changed from index -1 to 26, NON_VOTER be6f7049f8d94c618188028ea35723f7 (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "0eacb4c6e125482d93d7182659c0ac53" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } } }
I20260608 12:42:12.451823   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.198:34105
I20260608 12:42:12.452109  5581 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.198:34105 every 8 connection(s)
I20260608 12:42:12.476593  5582 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42545
I20260608 12:42:12.477041  5582 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:12.477996  5582 heartbeater.cc:507] Master 127.0.107.254:42545 requested a full tablet report, sending...
I20260608 12:42:12.480871  4822 ts_manager.cc:194] Registered new tserver with Master: 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198:34105)
I20260608 12:42:12.482754  4822 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35968
I20260608 12:42:12.532001  5586 ts_tablet_manager.cc:933] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2: Initiating tablet copy from peer f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:12.533994  5586 tablet_copy_client.cc:323] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:35143
I20260608 12:42:12.546602  5086 tablet_copy_service.cc:140] P f436a0fa419d46f7aeee165bde3728a2: Received BeginTabletCopySession request for tablet bccc17d2909f4c12bfd20f839fe5b373 from peer 93ae34c66d1746e9b551dd17944420d2 ({username='slave'} at 127.0.0.1:58904)
I20260608 12:42:12.547245  5086 tablet_copy_service.cc:161] P f436a0fa419d46f7aeee165bde3728a2: Beginning new tablet copy session on tablet bccc17d2909f4c12bfd20f839fe5b373 from peer 93ae34c66d1746e9b551dd17944420d2 at {username='slave'} at 127.0.0.1:58904: session id = 93ae34c66d1746e9b551dd17944420d2-bccc17d2909f4c12bfd20f839fe5b373
I20260608 12:42:12.553138  5086 tablet_copy_source_session.cc:215] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:12.556571  5586 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bccc17d2909f4c12bfd20f839fe5b373. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:12.570415  5586 tablet_copy_client.cc:806] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:12.571173  5586 tablet_copy_client.cc:670] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:12.575698  5587 tablet_copy_client.cc:1025] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2: tablet copy: Injecting latency into file download: 2000
I20260608 12:42:12.602895  5589 ts_tablet_manager.cc:933] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7: Initiating tablet copy from peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585)
I20260608 12:42:12.604833  5589 tablet_copy_client.cc:323] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:39585
I20260608 12:42:12.617245  4937 tablet_copy_service.cc:140] P 0eacb4c6e125482d93d7182659c0ac53: Received BeginTabletCopySession request for tablet b7cec5637de14f6284f4a3e8867eaa12 from peer be6f7049f8d94c618188028ea35723f7 ({username='slave'} at 127.0.0.1:54716)
I20260608 12:42:12.617952  4937 tablet_copy_service.cc:161] P 0eacb4c6e125482d93d7182659c0ac53: Beginning new tablet copy session on tablet b7cec5637de14f6284f4a3e8867eaa12 from peer be6f7049f8d94c618188028ea35723f7 at {username='slave'} at 127.0.0.1:54716: session id = be6f7049f8d94c618188028ea35723f7-b7cec5637de14f6284f4a3e8867eaa12
I20260608 12:42:12.623769  4937 tablet_copy_source_session.cc:215] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:12.627067  5589 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b7cec5637de14f6284f4a3e8867eaa12. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:12.639652  5589 tablet_copy_client.cc:806] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:12.640343  5589 tablet_copy_client.cc:670] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:12.644856  5590 tablet_copy_client.cc:1025] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7: tablet copy: Injecting latency into file download: 2000
I20260608 12:42:12.814728  5417 heartbeater.cc:499] Master 127.0.107.254:42545 was elected leader, sending a full tablet report...
I20260608 12:42:12.851205  5593 ts_tablet_manager.cc:933] T 171a8f9c7085462d993ce1bbb0fe1ef8 P be6f7049f8d94c618188028ea35723f7: Initiating tablet copy from peer f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:12.853119  5593 tablet_copy_client.cc:323] T 171a8f9c7085462d993ce1bbb0fe1ef8 P be6f7049f8d94c618188028ea35723f7: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:35143
I20260608 12:42:12.864003  5086 tablet_copy_service.cc:140] P f436a0fa419d46f7aeee165bde3728a2: Received BeginTabletCopySession request for tablet 171a8f9c7085462d993ce1bbb0fe1ef8 from peer be6f7049f8d94c618188028ea35723f7 ({username='slave'} at 127.0.0.1:58912)
I20260608 12:42:12.864607  5086 tablet_copy_service.cc:161] P f436a0fa419d46f7aeee165bde3728a2: Beginning new tablet copy session on tablet 171a8f9c7085462d993ce1bbb0fe1ef8 from peer be6f7049f8d94c618188028ea35723f7 at {username='slave'} at 127.0.0.1:58912: session id = be6f7049f8d94c618188028ea35723f7-171a8f9c7085462d993ce1bbb0fe1ef8
I20260608 12:42:12.868331  5595 ts_tablet_manager.cc:933] T e6e9c1d98f1d4f788bb50f1195842d57 P 93ae34c66d1746e9b551dd17944420d2: Initiating tablet copy from peer 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
I20260608 12:42:12.870364  5595 tablet_copy_client.cc:323] T e6e9c1d98f1d4f788bb50f1195842d57 P 93ae34c66d1746e9b551dd17944420d2: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:46163
I20260608 12:42:12.874498  5086 tablet_copy_source_session.cc:215] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:12.878211  5593 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 171a8f9c7085462d993ce1bbb0fe1ef8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:12.883170  5012 tablet_copy_service.cc:140] P 01c9d8b5cf274c7f93ead98c443ac494: Received BeginTabletCopySession request for tablet e6e9c1d98f1d4f788bb50f1195842d57 from peer 93ae34c66d1746e9b551dd17944420d2 ({username='slave'} at 127.0.0.1:60580)
I20260608 12:42:12.883926  5012 tablet_copy_service.cc:161] P 01c9d8b5cf274c7f93ead98c443ac494: Beginning new tablet copy session on tablet e6e9c1d98f1d4f788bb50f1195842d57 from peer 93ae34c66d1746e9b551dd17944420d2 at {username='slave'} at 127.0.0.1:60580: session id = 93ae34c66d1746e9b551dd17944420d2-e6e9c1d98f1d4f788bb50f1195842d57
I20260608 12:42:12.892350  5012 tablet_copy_source_session.cc:215] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:12.896023  5595 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e6e9c1d98f1d4f788bb50f1195842d57. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:12.896277  5593 tablet_copy_client.cc:806] T 171a8f9c7085462d993ce1bbb0fe1ef8 P be6f7049f8d94c618188028ea35723f7: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:12.896939  5593 tablet_copy_client.cc:670] T 171a8f9c7085462d993ce1bbb0fe1ef8 P be6f7049f8d94c618188028ea35723f7: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:12.901607  5594 tablet_copy_client.cc:1025] T 171a8f9c7085462d993ce1bbb0fe1ef8 P be6f7049f8d94c618188028ea35723f7: tablet copy: Injecting latency into file download: 2000
I20260608 12:42:12.911943  5595 tablet_copy_client.cc:806] T e6e9c1d98f1d4f788bb50f1195842d57 P 93ae34c66d1746e9b551dd17944420d2: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:12.912678  5595 tablet_copy_client.cc:670] T e6e9c1d98f1d4f788bb50f1195842d57 P 93ae34c66d1746e9b551dd17944420d2: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:12.916693  5596 tablet_copy_client.cc:1025] T e6e9c1d98f1d4f788bb50f1195842d57 P 93ae34c66d1746e9b551dd17944420d2: tablet copy: Injecting latency into file download: 2000
I20260608 12:42:12.945940  5492 heartbeater.cc:499] Master 127.0.107.254:42545 was elected leader, sending a full tablet report...
I20260608 12:42:12.980919  5600 ts_tablet_manager.cc:933] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7: Initiating tablet copy from peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585)
I20260608 12:42:12.984089  5600 tablet_copy_client.cc:323] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:39585
I20260608 12:42:12.986097  4937 tablet_copy_service.cc:140] P 0eacb4c6e125482d93d7182659c0ac53: Received BeginTabletCopySession request for tablet 5037180c0ce4496693e53897d23ce934 from peer be6f7049f8d94c618188028ea35723f7 ({username='slave'} at 127.0.0.1:54716)
I20260608 12:42:12.986641  4937 tablet_copy_service.cc:161] P 0eacb4c6e125482d93d7182659c0ac53: Beginning new tablet copy session on tablet 5037180c0ce4496693e53897d23ce934 from peer be6f7049f8d94c618188028ea35723f7 at {username='slave'} at 127.0.0.1:54716: session id = be6f7049f8d94c618188028ea35723f7-5037180c0ce4496693e53897d23ce934
I20260608 12:42:12.992127  4937 tablet_copy_source_session.cc:215] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:12.994798  5600 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5037180c0ce4496693e53897d23ce934. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:13.007215  5600 tablet_copy_client.cc:806] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:13.007870  5600 tablet_copy_client.cc:670] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:13.012327  5601 tablet_copy_client.cc:1025] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7: tablet copy: Injecting latency into file download: 2000
I20260608 12:42:13.485567  5582 heartbeater.cc:499] Master 127.0.107.254:42545 was elected leader, sending a full tablet report...
I20260608 12:42:14.576707  5586 tablet_copy_client.cc:538] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:14.587865  5586 tablet_bootstrap.cc:492] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2: Bootstrap starting.
I20260608 12:42:14.645756  5589 tablet_copy_client.cc:538] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:14.655442  5589 tablet_bootstrap.cc:492] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7: Bootstrap starting.
I20260608 12:42:14.732723  5586 tablet_bootstrap.cc:492] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2: Bootstrap replayed 1/1 log segments. Stats: ops{read=25 overwritten=0 applied=25 ignored=0} inserts{seen=83 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:14.733848  5586 tablet_bootstrap.cc:492] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2: Bootstrap complete.
I20260608 12:42:14.734619  5586 ts_tablet_manager.cc:1403] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2: Time spent bootstrapping tablet: real 0.147s	user 0.123s	sys 0.022s
I20260608 12:42:14.737123  5586 raft_consensus.cc:359] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } }
I20260608 12:42:14.737741  5586 raft_consensus.cc:740] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 93ae34c66d1746e9b551dd17944420d2, State: Initialized, Role: LEARNER
I20260608 12:42:14.738315  5586 consensus_queue.cc:260] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 [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: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } }
I20260608 12:42:14.740885  5586 ts_tablet_manager.cc:1434] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260608 12:42:14.743013  5086 tablet_copy_service.cc:342] P f436a0fa419d46f7aeee165bde3728a2: Request end of tablet copy session 93ae34c66d1746e9b551dd17944420d2-bccc17d2909f4c12bfd20f839fe5b373 received from {username='slave'} at 127.0.0.1:58904
I20260608 12:42:14.743511  5086 tablet_copy_service.cc:434] P f436a0fa419d46f7aeee165bde3728a2: ending tablet copy session 93ae34c66d1746e9b551dd17944420d2-bccc17d2909f4c12bfd20f839fe5b373 on tablet bccc17d2909f4c12bfd20f839fe5b373 with peer 93ae34c66d1746e9b551dd17944420d2
I20260608 12:42:14.810812  5589 tablet_bootstrap.cc:492] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7: Bootstrap replayed 1/1 log segments. Stats: ops{read=24 overwritten=0 applied=24 ignored=0} inserts{seen=93 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:14.811653  5589 tablet_bootstrap.cc:492] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7: Bootstrap complete.
I20260608 12:42:14.812207  5589 ts_tablet_manager.cc:1403] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7: Time spent bootstrapping tablet: real 0.157s	user 0.114s	sys 0.033s
I20260608 12:42:14.814757  5589 raft_consensus.cc:359] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } }
I20260608 12:42:14.815572  5589 raft_consensus.cc:740] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: be6f7049f8d94c618188028ea35723f7, State: Initialized, Role: LEARNER
I20260608 12:42:14.816193  5589 consensus_queue.cc:260] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 24, Last appended: 1.24, Last appended by leader: 24, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } }
I20260608 12:42:14.818660  5589 ts_tablet_manager.cc:1434] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260608 12:42:14.820714  4937 tablet_copy_service.cc:342] P 0eacb4c6e125482d93d7182659c0ac53: Request end of tablet copy session be6f7049f8d94c618188028ea35723f7-b7cec5637de14f6284f4a3e8867eaa12 received from {username='slave'} at 127.0.0.1:54716
I20260608 12:42:14.821198  4937 tablet_copy_service.cc:434] P 0eacb4c6e125482d93d7182659c0ac53: ending tablet copy session be6f7049f8d94c618188028ea35723f7-b7cec5637de14f6284f4a3e8867eaa12 on tablet b7cec5637de14f6284f4a3e8867eaa12 with peer be6f7049f8d94c618188028ea35723f7
I20260608 12:42:14.902712  5593 tablet_copy_client.cc:538] T 171a8f9c7085462d993ce1bbb0fe1ef8 P be6f7049f8d94c618188028ea35723f7: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:14.909577  5593 tablet_bootstrap.cc:492] T 171a8f9c7085462d993ce1bbb0fe1ef8 P be6f7049f8d94c618188028ea35723f7: Bootstrap starting.
I20260608 12:42:14.917680  5595 tablet_copy_client.cc:538] T e6e9c1d98f1d4f788bb50f1195842d57 P 93ae34c66d1746e9b551dd17944420d2: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:14.928953  5595 tablet_bootstrap.cc:492] T e6e9c1d98f1d4f788bb50f1195842d57 P 93ae34c66d1746e9b551dd17944420d2: Bootstrap starting.
I20260608 12:42:15.013890  5600 tablet_copy_client.cc:538] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:15.031941  5600 tablet_bootstrap.cc:492] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7: Bootstrap starting.
I20260608 12:42:15.043244  5467 raft_consensus.cc:1217] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.23->[1.24-1.24]   Dedup: 1.24->[]
I20260608 12:42:15.048609  5593 tablet_bootstrap.cc:492] T 171a8f9c7085462d993ce1bbb0fe1ef8 P be6f7049f8d94c618188028ea35723f7: Bootstrap replayed 1/1 log segments. Stats: ops{read=25 overwritten=0 applied=25 ignored=0} inserts{seen=90 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:15.049602  5593 tablet_bootstrap.cc:492] T 171a8f9c7085462d993ce1bbb0fe1ef8 P be6f7049f8d94c618188028ea35723f7: Bootstrap complete.
I20260608 12:42:15.050393  5593 ts_tablet_manager.cc:1403] T 171a8f9c7085462d993ce1bbb0fe1ef8 P be6f7049f8d94c618188028ea35723f7: Time spent bootstrapping tablet: real 0.141s	user 0.126s	sys 0.017s
I20260608 12:42:15.053264  5593 raft_consensus.cc:359] T 171a8f9c7085462d993ce1bbb0fe1ef8 P be6f7049f8d94c618188028ea35723f7 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } }
I20260608 12:42:15.054106  5593 raft_consensus.cc:740] T 171a8f9c7085462d993ce1bbb0fe1ef8 P be6f7049f8d94c618188028ea35723f7 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: be6f7049f8d94c618188028ea35723f7, State: Initialized, Role: LEARNER
I20260608 12:42:15.054760  5593 consensus_queue.cc:260] T 171a8f9c7085462d993ce1bbb0fe1ef8 P be6f7049f8d94c618188028ea35723f7 [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: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } }
I20260608 12:42:15.060868  5593 ts_tablet_manager.cc:1434] T 171a8f9c7085462d993ce1bbb0fe1ef8 P be6f7049f8d94c618188028ea35723f7: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.000s
I20260608 12:42:15.063234  5086 tablet_copy_service.cc:342] P f436a0fa419d46f7aeee165bde3728a2: Request end of tablet copy session be6f7049f8d94c618188028ea35723f7-171a8f9c7085462d993ce1bbb0fe1ef8 received from {username='slave'} at 127.0.0.1:58912
I20260608 12:42:15.063722  5086 tablet_copy_service.cc:434] P f436a0fa419d46f7aeee165bde3728a2: ending tablet copy session be6f7049f8d94c618188028ea35723f7-171a8f9c7085462d993ce1bbb0fe1ef8 on tablet 171a8f9c7085462d993ce1bbb0fe1ef8 with peer be6f7049f8d94c618188028ea35723f7
I20260608 12:42:15.094383  5595 tablet_bootstrap.cc:492] T e6e9c1d98f1d4f788bb50f1195842d57 P 93ae34c66d1746e9b551dd17944420d2: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=89 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:15.095351  5595 tablet_bootstrap.cc:492] T e6e9c1d98f1d4f788bb50f1195842d57 P 93ae34c66d1746e9b551dd17944420d2: Bootstrap complete.
I20260608 12:42:15.096048  5595 ts_tablet_manager.cc:1403] T e6e9c1d98f1d4f788bb50f1195842d57 P 93ae34c66d1746e9b551dd17944420d2: Time spent bootstrapping tablet: real 0.167s	user 0.133s	sys 0.023s
I20260608 12:42:15.098966  5595 raft_consensus.cc:359] T e6e9c1d98f1d4f788bb50f1195842d57 P 93ae34c66d1746e9b551dd17944420d2 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } }
I20260608 12:42:15.099777  5595 raft_consensus.cc:740] T e6e9c1d98f1d4f788bb50f1195842d57 P 93ae34c66d1746e9b551dd17944420d2 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 93ae34c66d1746e9b551dd17944420d2, State: Initialized, Role: LEARNER
I20260608 12:42:15.100380  5595 consensus_queue.cc:260] T e6e9c1d98f1d4f788bb50f1195842d57 P 93ae34c66d1746e9b551dd17944420d2 [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: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } }
I20260608 12:42:15.102473  5595 ts_tablet_manager.cc:1434] T e6e9c1d98f1d4f788bb50f1195842d57 P 93ae34c66d1746e9b551dd17944420d2: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260608 12:42:15.104245  5012 tablet_copy_service.cc:342] P 01c9d8b5cf274c7f93ead98c443ac494: Request end of tablet copy session 93ae34c66d1746e9b551dd17944420d2-e6e9c1d98f1d4f788bb50f1195842d57 received from {username='slave'} at 127.0.0.1:60580
I20260608 12:42:15.104709  5012 tablet_copy_service.cc:434] P 01c9d8b5cf274c7f93ead98c443ac494: ending tablet copy session 93ae34c66d1746e9b551dd17944420d2-e6e9c1d98f1d4f788bb50f1195842d57 on tablet e6e9c1d98f1d4f788bb50f1195842d57 with peer 93ae34c66d1746e9b551dd17944420d2
I20260608 12:42:15.134539  5467 raft_consensus.cc:1217] T 171a8f9c7085462d993ce1bbb0fe1ef8 P be6f7049f8d94c618188028ea35723f7 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.24->[1.25-1.25]   Dedup: 1.25->[]
I20260608 12:42:15.183249  5600 tablet_bootstrap.cc:492] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7: 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 12:42:15.183990  5600 tablet_bootstrap.cc:492] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7: Bootstrap complete.
I20260608 12:42:15.184538  5600 ts_tablet_manager.cc:1403] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7: Time spent bootstrapping tablet: real 0.153s	user 0.115s	sys 0.021s
I20260608 12:42:15.186597  5600 raft_consensus.cc:359] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } }
I20260608 12:42:15.187247  5600 raft_consensus.cc:740] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: be6f7049f8d94c618188028ea35723f7, State: Initialized, Role: LEARNER
I20260608 12:42:15.187736  5600 consensus_queue.cc:260] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [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: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } }
I20260608 12:42:15.189733  5600 ts_tablet_manager.cc:1434] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:42:15.191546  4937 tablet_copy_service.cc:342] P 0eacb4c6e125482d93d7182659c0ac53: Request end of tablet copy session be6f7049f8d94c618188028ea35723f7-5037180c0ce4496693e53897d23ce934 received from {username='slave'} at 127.0.0.1:54716
I20260608 12:42:15.191956  4937 tablet_copy_service.cc:434] P 0eacb4c6e125482d93d7182659c0ac53: ending tablet copy session be6f7049f8d94c618188028ea35723f7-5037180c0ce4496693e53897d23ce934 on tablet 5037180c0ce4496693e53897d23ce934 with peer be6f7049f8d94c618188028ea35723f7
I20260608 12:42:15.287524  5392 raft_consensus.cc:1217] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.24->[1.25-1.25]   Dedup: 1.25->[]
I20260608 12:42:15.368803  5392 raft_consensus.cc:1217] T e6e9c1d98f1d4f788bb50f1195842d57 P 93ae34c66d1746e9b551dd17944420d2 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260608 12:42:15.534593  5467 raft_consensus.cc:1217] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260608 12:42:15.589850  5618 raft_consensus.cc:1064] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2: attempting to promote NON_VOTER be6f7049f8d94c618188028ea35723f7 to VOTER
I20260608 12:42:15.592813  5618 consensus_queue.cc:237] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [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: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } }
I20260608 12:42:15.602694  4998 raft_consensus.cc:1275] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Refusing update from remote peer f436a0fa419d46f7aeee165bde3728a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:42:15.602861  4924 raft_consensus.cc:1275] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Refusing update from remote peer f436a0fa419d46f7aeee165bde3728a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:42:15.605005  5467 raft_consensus.cc:1275] T 171a8f9c7085462d993ce1bbb0fe1ef8 P be6f7049f8d94c618188028ea35723f7 [term 1 LEARNER]: Refusing update from remote peer f436a0fa419d46f7aeee165bde3728a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:42:15.607221  5619 consensus_queue.cc:1048] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } 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 12:42:15.615342  5618 consensus_queue.cc:1048] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:42:15.616348  5621 consensus_queue.cc:1048] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:42:15.623504  5610 raft_consensus.cc:1064] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53: attempting to promote NON_VOTER be6f7049f8d94c618188028ea35723f7 to VOTER
I20260608 12:42:15.629554  5610 consensus_queue.cc:237] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [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: 3, State: 0, Mode: LEADER, active raft config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } }
I20260608 12:42:15.646929  5619 raft_consensus.cc:2955] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index 25 to 26, be6f7049f8d94c618188028ea35723f7 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:15.650009  4924 raft_consensus.cc:2955] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, be6f7049f8d94c618188028ea35723f7 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:15.660147  5467 raft_consensus.cc:2955] T 171a8f9c7085462d993ce1bbb0fe1ef8 P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, be6f7049f8d94c618188028ea35723f7 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:15.665716  4825 catalog_manager.cc:5696] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 0eacb4c6e125482d93d7182659c0ac53 reported cstate change: config changed from index 25 to 26, be6f7049f8d94c618188028ea35723f7 (127.0.107.197) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "f436a0fa419d46f7aeee165bde3728a2" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:15.691709  5467 raft_consensus.cc:1275] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7 [term 1 LEARNER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 12:42:15.692126  5070 raft_consensus.cc:1275] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 12:42:15.694052  5625 consensus_queue.cc:1048] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.001s
I20260608 12:42:15.695478  4998 raft_consensus.cc:1275] T b7cec5637de14f6284f4a3e8867eaa12 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 12:42:15.698037  5623 consensus_queue.cc:1048] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } 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 12:42:15.700035  5623 consensus_queue.cc:1048] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
I20260608 12:42:15.699460  4998 raft_consensus.cc:2955] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, be6f7049f8d94c618188028ea35723f7 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:15.721442  5622 raft_consensus.cc:2955] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 LEADER]: Committing config change with OpId 1.25: config changed from index 24 to 25, be6f7049f8d94c618188028ea35723f7 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:15.723205  4998 raft_consensus.cc:2955] T b7cec5637de14f6284f4a3e8867eaa12 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index 24 to 25, be6f7049f8d94c618188028ea35723f7 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:15.723896  5074 raft_consensus.cc:2955] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index 24 to 25, be6f7049f8d94c618188028ea35723f7 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:15.741828  5466 raft_consensus.cc:2955] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index 24 to 25, be6f7049f8d94c618188028ea35723f7 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:15.757869  4818 catalog_manager.cc:5696] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 reported cstate change: config changed from index 24 to 25, be6f7049f8d94c618188028ea35723f7 (127.0.107.197) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "0eacb4c6e125482d93d7182659c0ac53" committed_config { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:42:15.760349  5074 consensus_queue.cc:237] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [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: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } }
I20260608 12:42:15.768317  5466 raft_consensus.cc:1275] T 171a8f9c7085462d993ce1bbb0fe1ef8 P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Refusing update from remote peer f436a0fa419d46f7aeee165bde3728a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:42:15.769418  4924 raft_consensus.cc:1275] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Refusing update from remote peer f436a0fa419d46f7aeee165bde3728a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:42:15.770044  5618 consensus_queue.cc:1048] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } 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 12:42:15.771057  5621 consensus_queue.cc:1048] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:42:15.779115  5618 raft_consensus.cc:2955] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:15.784013  5467 raft_consensus.cc:2955] T 171a8f9c7085462d993ce1bbb0fe1ef8 P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:15.786741  5619 raft_consensus.cc:1064] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2: attempting to promote NON_VOTER 93ae34c66d1746e9b551dd17944420d2 to VOTER
I20260608 12:42:15.786687  4922 consensus_queue.cc:237] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [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: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } }
I20260608 12:42:15.789541  5619 consensus_queue.cc:237] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [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: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } }
I20260608 12:42:15.791370  4924 raft_consensus.cc:2955] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:15.800091  4822 catalog_manager.cc:5696] T 171a8f9c7085462d993ce1bbb0fe1ef8 P be6f7049f8d94c618188028ea35723f7 reported cstate change: config changed from index 26 to 27, VOTER 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "f436a0fa419d46f7aeee165bde3728a2" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:15.804047  5466 raft_consensus.cc:1275] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:42:15.808627  5610 consensus_queue.cc:1048] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:42:15.814652  5392 raft_consensus.cc:1275] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 [term 1 LEARNER]: Refusing update from remote peer f436a0fa419d46f7aeee165bde3728a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:42:15.815301  4924 raft_consensus.cc:1275] T bccc17d2909f4c12bfd20f839fe5b373 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Refusing update from remote peer f436a0fa419d46f7aeee165bde3728a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:42:15.816715  4987 tablet_service.cc:1558] Processing DeleteTablet for tablet 171a8f9c7085462d993ce1bbb0fe1ef8 with delete_type TABLET_DATA_TOMBSTONED (TS 01c9d8b5cf274c7f93ead98c443ac494 not found in new config with opid_index 27) from {username='slave'} at 127.0.0.1:60544
I20260608 12:42:15.817279  5607 consensus_queue.cc:1048] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:42:15.819471  5607 consensus_queue.cc:1048] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:42:15.819962  5074 raft_consensus.cc:1275] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:42:15.821921  5622 consensus_queue.cc:1048] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:42:15.824416  5623 raft_consensus.cc:2955] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index 25 to 26, VOTER 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194) evicted. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:15.829072  4998 raft_consensus.cc:1275] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Refusing update from remote peer f436a0fa419d46f7aeee165bde3728a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:42:15.829301  4811 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 171a8f9c7085462d993ce1bbb0fe1ef8 with cas_config_opid_index 26: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:42:15.829480  5467 raft_consensus.cc:2955] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, VOTER 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194) evicted. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:15.834725  5618 consensus_queue.cc:1048] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:42:15.839735  5074 raft_consensus.cc:2955] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, VOTER 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194) evicted. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:15.865696  4812 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet b7cec5637de14f6284f4a3e8867eaa12 with cas_config_opid_index 25: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:42:15.868465  4822 catalog_manager.cc:5696] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7 reported cstate change: config changed from index 25 to 26, VOTER 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "0eacb4c6e125482d93d7182659c0ac53" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:15.875787  5637 tablet_replica.cc:333] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 01c9d8b5cf274c7f93ead98c443ac494: stopping tablet replica
I20260608 12:42:15.911942  5637 raft_consensus.cc:2243] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:15.913035  5637 raft_consensus.cc:2272] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:15.918190  5618 raft_consensus.cc:2955] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index 25 to 26, 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } }
I20260608 12:42:15.920080  5391 raft_consensus.cc:2955] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } }
I20260608 12:42:15.924574  4987 tablet_service.cc:1558] Processing DeleteTablet for tablet b7cec5637de14f6284f4a3e8867eaa12 with delete_type TABLET_DATA_TOMBSTONED (TS 01c9d8b5cf274c7f93ead98c443ac494 not found in new config with opid_index 26) from {username='slave'} at 127.0.0.1:60544
I20260608 12:42:15.935848  5637 ts_tablet_manager.cc:1916] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 01c9d8b5cf274c7f93ead98c443ac494: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:42:15.940138  5609 raft_consensus.cc:1064] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494: attempting to promote NON_VOTER 93ae34c66d1746e9b551dd17944420d2 to VOTER
I20260608 12:42:15.944489  4825 catalog_manager.cc:5696] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 reported cstate change: config changed from index 25 to 26, 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "f436a0fa419d46f7aeee165bde3728a2" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } }
I20260608 12:42:15.949878  4998 raft_consensus.cc:2955] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } }
I20260608 12:42:15.954041  4923 raft_consensus.cc:2955] T bccc17d2909f4c12bfd20f839fe5b373 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } }
I20260608 12:42:15.962314  5609 consensus_queue.cc:237] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [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: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } }
I20260608 12:42:15.971966  5637 ts_tablet_manager.cc:1929] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 01c9d8b5cf274c7f93ead98c443ac494: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.26
I20260608 12:42:15.972536  5637 log.cc:1199] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 01c9d8b5cf274c7f93ead98c443ac494: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-1-root/wals/171a8f9c7085462d993ce1bbb0fe1ef8
I20260608 12:42:15.974335  4812 catalog_manager.cc:5027] TS 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163): tablet 171a8f9c7085462d993ce1bbb0fe1ef8 (table test-workload [id=e5ead135ec4b472fbf7a434803cddf44]) successfully deleted
I20260608 12:42:15.974891  5637 tablet_replica.cc:333] T b7cec5637de14f6284f4a3e8867eaa12 P 01c9d8b5cf274c7f93ead98c443ac494: stopping tablet replica
I20260608 12:42:15.978721  5074 raft_consensus.cc:1275] T e6e9c1d98f1d4f788bb50f1195842d57 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:42:15.979481  4923 raft_consensus.cc:1275] T e6e9c1d98f1d4f788bb50f1195842d57 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:42:15.979781  5391 raft_consensus.cc:1275] T e6e9c1d98f1d4f788bb50f1195842d57 P 93ae34c66d1746e9b551dd17944420d2 [term 1 LEARNER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:42:15.980751  5643 consensus_queue.cc:1048] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 12:42:15.981842  5641 consensus_queue.cc:1048] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 12:42:15.982594  5637 raft_consensus.cc:2243] T b7cec5637de14f6284f4a3e8867eaa12 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:15.983577  5637 raft_consensus.cc:2272] T b7cec5637de14f6284f4a3e8867eaa12 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:15.985441  5609 consensus_queue.cc:1048] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } 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 12:42:15.987907  5637 ts_tablet_manager.cc:1916] T b7cec5637de14f6284f4a3e8867eaa12 P 01c9d8b5cf274c7f93ead98c443ac494: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:42:15.996569  5070 consensus_queue.cc:237] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [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: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } }
I20260608 12:42:16.004540  5392 raft_consensus.cc:1275] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 [term 1 FOLLOWER]: Refusing update from remote peer f436a0fa419d46f7aeee165bde3728a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:42:16.006336  5618 consensus_queue.cc:1048] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } 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 12:42:16.007404  5609 raft_consensus.cc:2955] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } }
I20260608 12:42:16.011323  5391 raft_consensus.cc:2955] T e6e9c1d98f1d4f788bb50f1195842d57 P 93ae34c66d1746e9b551dd17944420d2 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } }
I20260608 12:42:16.015077  5637 ts_tablet_manager.cc:1929] T b7cec5637de14f6284f4a3e8867eaa12 P 01c9d8b5cf274c7f93ead98c443ac494: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.25
I20260608 12:42:16.015600  5637 log.cc:1199] T b7cec5637de14f6284f4a3e8867eaa12 P 01c9d8b5cf274c7f93ead98c443ac494: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-1-root/wals/b7cec5637de14f6284f4a3e8867eaa12
I20260608 12:42:16.017534  4812 catalog_manager.cc:5027] TS 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163): tablet b7cec5637de14f6284f4a3e8867eaa12 (table test-workload [id=e5ead135ec4b472fbf7a434803cddf44]) successfully deleted
I20260608 12:42:16.019881  4923 raft_consensus.cc:2955] T e6e9c1d98f1d4f788bb50f1195842d57 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } }
I20260608 12:42:16.023706  5619 raft_consensus.cc:2955] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } }
I20260608 12:42:16.025763  5392 raft_consensus.cc:2955] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } }
I20260608 12:42:16.030970  4998 raft_consensus.cc:1275] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Refusing update from remote peer f436a0fa419d46f7aeee165bde3728a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:42:16.035106  5074 raft_consensus.cc:2955] T e6e9c1d98f1d4f788bb50f1195842d57 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } }
I20260608 12:42:16.039777  4818 catalog_manager.cc:5696] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 reported cstate change: config changed from index 26 to 27, VOTER 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "f436a0fa419d46f7aeee165bde3728a2" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } }
I20260608 12:42:16.037729  5618 consensus_queue.cc:1048] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.004s
I20260608 12:42:16.044029  4822 catalog_manager.cc:5696] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 reported cstate change: config changed from index 26 to 27, 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "01c9d8b5cf274c7f93ead98c443ac494" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:42:16.052597  4998 raft_consensus.cc:2955] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } }
I20260608 12:42:16.054324  4811 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet bccc17d2909f4c12bfd20f839fe5b373 with cas_config_opid_index 26: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:42:16.059458  4912 tablet_service.cc:1558] Processing DeleteTablet for tablet bccc17d2909f4c12bfd20f839fe5b373 with delete_type TABLET_DATA_TOMBSTONED (TS 0eacb4c6e125482d93d7182659c0ac53 not found in new config with opid_index 27) from {username='slave'} at 127.0.0.1:54672
I20260608 12:42:16.061853  5650 tablet_replica.cc:333] T bccc17d2909f4c12bfd20f839fe5b373 P 0eacb4c6e125482d93d7182659c0ac53: stopping tablet replica
I20260608 12:42:16.076979  4998 consensus_queue.cc:237] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [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: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } }
I20260608 12:42:16.078006  5650 raft_consensus.cc:2243] T bccc17d2909f4c12bfd20f839fe5b373 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:16.079005  5650 raft_consensus.cc:2272] T bccc17d2909f4c12bfd20f839fe5b373 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:16.082572  5650 ts_tablet_manager.cc:1916] T bccc17d2909f4c12bfd20f839fe5b373 P 0eacb4c6e125482d93d7182659c0ac53: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:42:16.086403  5391 raft_consensus.cc:1275] T e6e9c1d98f1d4f788bb50f1195842d57 P 93ae34c66d1746e9b551dd17944420d2 [term 1 FOLLOWER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:42:16.087828  4923 raft_consensus.cc:1275] T e6e9c1d98f1d4f788bb50f1195842d57 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:42:16.088533  5641 consensus_queue.cc:1048] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:42:16.089543  5609 consensus_queue.cc:1048] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:42:16.098037  5642 raft_consensus.cc:2955] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } }
I20260608 12:42:16.099857  4923 raft_consensus.cc:2955] T e6e9c1d98f1d4f788bb50f1195842d57 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } }
I20260608 12:42:16.104740  5391 raft_consensus.cc:2955] T e6e9c1d98f1d4f788bb50f1195842d57 P 93ae34c66d1746e9b551dd17944420d2 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } }
I20260608 12:42:16.108862  4812 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet e6e9c1d98f1d4f788bb50f1195842d57 with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:42:16.111884  5650 ts_tablet_manager.cc:1929] T bccc17d2909f4c12bfd20f839fe5b373 P 0eacb4c6e125482d93d7182659c0ac53: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.26
I20260608 12:42:16.112416  5650 log.cc:1199] T bccc17d2909f4c12bfd20f839fe5b373 P 0eacb4c6e125482d93d7182659c0ac53: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-0-root/wals/bccc17d2909f4c12bfd20f839fe5b373
I20260608 12:42:16.114471  4825 catalog_manager.cc:5696] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 reported cstate change: config changed from index 27 to 28, VOTER f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "01c9d8b5cf274c7f93ead98c443ac494" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:42:16.115206  4812 catalog_manager.cc:5027] TS 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): tablet bccc17d2909f4c12bfd20f839fe5b373 (table test-workload [id=e5ead135ec4b472fbf7a434803cddf44]) successfully deleted
I20260608 12:42:16.128432  5061 tablet_service.cc:1558] Processing DeleteTablet for tablet e6e9c1d98f1d4f788bb50f1195842d57 with delete_type TABLET_DATA_TOMBSTONED (TS f436a0fa419d46f7aeee165bde3728a2 not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:58864
I20260608 12:42:16.130735  5651 tablet_replica.cc:333] T e6e9c1d98f1d4f788bb50f1195842d57 P f436a0fa419d46f7aeee165bde3728a2: stopping tablet replica
I20260608 12:42:16.131693  5651 raft_consensus.cc:2243] T e6e9c1d98f1d4f788bb50f1195842d57 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:16.133829  5651 raft_consensus.cc:2272] T e6e9c1d98f1d4f788bb50f1195842d57 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:16.138989  5651 ts_tablet_manager.cc:1916] T e6e9c1d98f1d4f788bb50f1195842d57 P f436a0fa419d46f7aeee165bde3728a2: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:42:16.150189  5651 ts_tablet_manager.cc:1929] T e6e9c1d98f1d4f788bb50f1195842d57 P f436a0fa419d46f7aeee165bde3728a2: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260608 12:42:16.150527  5651 log.cc:1199] T e6e9c1d98f1d4f788bb50f1195842d57 P f436a0fa419d46f7aeee165bde3728a2: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-2-root/wals/e6e9c1d98f1d4f788bb50f1195842d57
I20260608 12:42:16.151962  4811 catalog_manager.cc:5027] TS f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143): tablet e6e9c1d98f1d4f788bb50f1195842d57 (table test-workload [id=e5ead135ec4b472fbf7a434803cddf44]) successfully deleted
I20260608 12:42:16.157322  5623 raft_consensus.cc:1064] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53: attempting to promote NON_VOTER be6f7049f8d94c618188028ea35723f7 to VOTER
I20260608 12:42:16.160087  5623 consensus_queue.cc:237] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [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: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } }
I20260608 12:42:16.167737  5074 raft_consensus.cc:1275] T 5037180c0ce4496693e53897d23ce934 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:42:16.167893  5467 raft_consensus.cc:1275] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 1 LEARNER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:42:16.169103  4998 raft_consensus.cc:1275] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:42:16.169660  5623 consensus_queue.cc:1048] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:42:16.170673  5610 consensus_queue.cc:1048] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } 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 12:42:16.171418  5625 consensus_queue.cc:1048] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:42:16.189821  5625 raft_consensus.cc:2955] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, be6f7049f8d94c618188028ea35723f7 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:16.191601  5074 raft_consensus.cc:2955] T 5037180c0ce4496693e53897d23ce934 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, be6f7049f8d94c618188028ea35723f7 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:16.197938  5467 raft_consensus.cc:2955] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, be6f7049f8d94c618188028ea35723f7 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:16.204967  4822 catalog_manager.cc:5696] T 5037180c0ce4496693e53897d23ce934 P f436a0fa419d46f7aeee165bde3728a2 reported cstate change: config changed from index 26 to 27, be6f7049f8d94c618188028ea35723f7 (127.0.107.197) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "0eacb4c6e125482d93d7182659c0ac53" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:16.213253  4998 raft_consensus.cc:2955] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, be6f7049f8d94c618188028ea35723f7 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:16.232312  4923 consensus_queue.cc:237] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [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: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } }
I20260608 12:42:16.238656  4998 raft_consensus.cc:1275] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:42:16.238710  5467 raft_consensus.cc:1275] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:42:16.240005  5625 consensus_queue.cc:1048] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:42:16.240860  5623 consensus_queue.cc:1048] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:42:16.247097  5623 raft_consensus.cc:2955] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:16.250540  5467 raft_consensus.cc:2955] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:16.252524  4998 raft_consensus.cc:2955] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:16.256973  4812 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 5037180c0ce4496693e53897d23ce934 with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:42:16.265367  4822 catalog_manager.cc:5696] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 reported cstate change: config changed from index 27 to 28, VOTER f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "0eacb4c6e125482d93d7182659c0ac53" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:42:16.276751  5061 tablet_service.cc:1558] Processing DeleteTablet for tablet 5037180c0ce4496693e53897d23ce934 with delete_type TABLET_DATA_TOMBSTONED (TS f436a0fa419d46f7aeee165bde3728a2 not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:58864
I20260608 12:42:16.278165  5651 tablet_replica.cc:333] T 5037180c0ce4496693e53897d23ce934 P f436a0fa419d46f7aeee165bde3728a2: stopping tablet replica
I20260608 12:42:16.279042  5651 raft_consensus.cc:2243] T 5037180c0ce4496693e53897d23ce934 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:16.279785  5651 raft_consensus.cc:2272] T 5037180c0ce4496693e53897d23ce934 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:16.283074  5651 ts_tablet_manager.cc:1916] T 5037180c0ce4496693e53897d23ce934 P f436a0fa419d46f7aeee165bde3728a2: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:42:16.293897  5651 ts_tablet_manager.cc:1929] T 5037180c0ce4496693e53897d23ce934 P f436a0fa419d46f7aeee165bde3728a2: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260608 12:42:16.294245  5651 log.cc:1199] T 5037180c0ce4496693e53897d23ce934 P f436a0fa419d46f7aeee165bde3728a2: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-2-root/wals/5037180c0ce4496693e53897d23ce934
I20260608 12:42:16.295603  4811 catalog_manager.cc:5027] TS f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143): tablet 5037180c0ce4496693e53897d23ce934 (table test-workload [id=e5ead135ec4b472fbf7a434803cddf44]) successfully deleted
I20260608 12:42:17.298269  4998 consensus_queue.cc:237] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 23, Committed index: 23, Last appended: 1.23, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:17.305850  4923 raft_consensus.cc:1275] T df49a7dc15aa4f50b4e26ce43b38cd4c P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 1 index: 23. Preceding OpId from leader: term: 1 index: 24. (index mismatch)
I20260608 12:42:17.307483  5657 consensus_queue.cc:1048] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 24, Last known committed idx: 23, Time since last communication: 0.000s
I20260608 12:42:17.308605  5074 raft_consensus.cc:1275] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 1 index: 23. Preceding OpId from leader: term: 1 index: 24. (index mismatch)
I20260608 12:42:17.311225  5642 consensus_queue.cc:1048] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 24, Last known committed idx: 23, Time since last communication: 0.000s
W20260608 12:42:17.320703  4967 consensus_peers.cc:597] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 -> Peer 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198:34105): Couldn't send request to peer 12046c3be0fd45f0b4e613bb9a009215. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: df49a7dc15aa4f50b4e26ce43b38cd4c. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:17.320955  5657 raft_consensus.cc:2955] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 LEADER]: Committing config change with OpId 1.24: config changed from index -1 to 24, NON_VOTER 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) added. New config: { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } } }
I20260608 12:42:17.322559  4923 raft_consensus.cc:2955] T df49a7dc15aa4f50b4e26ce43b38cd4c P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Committing config change with OpId 1.24: config changed from index -1 to 24, NON_VOTER 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) added. New config: { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } } }
I20260608 12:42:17.324895  5074 raft_consensus.cc:2955] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Committing config change with OpId 1.24: config changed from index -1 to 24, NON_VOTER 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) added. New config: { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } } }
I20260608 12:42:17.338074  4822 catalog_manager.cc:5696] T df49a7dc15aa4f50b4e26ce43b38cd4c P 0eacb4c6e125482d93d7182659c0ac53 reported cstate change: config changed from index -1 to 24, NON_VOTER 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "01c9d8b5cf274c7f93ead98c443ac494" committed_config { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } } }
I20260608 12:42:17.341676  4998 consensus_queue.cc:237] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [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: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:17.349470  4923 raft_consensus.cc:1275] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
W20260608 12:42:17.349717  4967 consensus_peers.cc:597] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 -> Peer 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198:34105): Couldn't send request to peer 12046c3be0fd45f0b4e613bb9a009215. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 78d45ba015bf416ab3e4d92b985e75d7. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:17.349769  5074 raft_consensus.cc:1275] T 78d45ba015bf416ab3e4d92b985e75d7 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:42:17.351416  5662 consensus_queue.cc:1048] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } 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 12:42:17.352846  5663 consensus_queue.cc:1048] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:42:17.363487  5662 raft_consensus.cc:2955] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } } }
I20260608 12:42:17.365522  5074 raft_consensus.cc:2955] T 78d45ba015bf416ab3e4d92b985e75d7 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } } }
I20260608 12:42:17.367776  4923 raft_consensus.cc:2955] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } } }
I20260608 12:42:17.380105  4923 consensus_queue.cc:237] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [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: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:17.384066  4818 catalog_manager.cc:5696] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 reported cstate change: config changed from index -1 to 26, NON_VOTER 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "01c9d8b5cf274c7f93ead98c443ac494" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } } }
I20260608 12:42:17.390383  5074 raft_consensus.cc:1275] T e8420d84eecb452f80f79c4c2b6a5fab P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 12:42:17.390300  4998 raft_consensus.cc:1275] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 12:42:17.392223  5625 consensus_queue.cc:1048] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } 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 12:42:17.394337  5625 consensus_queue.cc:1048] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
W20260608 12:42:17.404824  4892 consensus_peers.cc:597] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 -> Peer 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198:34105): Couldn't send request to peer 12046c3be0fd45f0b4e613bb9a009215. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e8420d84eecb452f80f79c4c2b6a5fab. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:17.407915  5672 raft_consensus.cc:2955] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [term 1 LEADER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } } }
I20260608 12:42:17.412725  5074 raft_consensus.cc:2955] T e8420d84eecb452f80f79c4c2b6a5fab P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } } }
I20260608 12:42:17.415853  4998 raft_consensus.cc:2955] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } } }
I20260608 12:42:17.424976  4923 consensus_queue.cc:237] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [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: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } }
I20260608 12:42:17.426373  4822 catalog_manager.cc:5696] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 reported cstate change: config changed from index -1 to 25, NON_VOTER 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "0eacb4c6e125482d93d7182659c0ac53" committed_config { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:17.433921  5074 raft_consensus.cc:1275] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:42:17.434772  4998 raft_consensus.cc:1275] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:42:17.435680  5672 consensus_queue.cc:1048] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:42:17.439941  5674 consensus_queue.cc:1048] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } 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 12:42:17.451476  5672 raft_consensus.cc:2955] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } } }
I20260608 12:42:17.459420  4998 raft_consensus.cc:2955] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } } }
W20260608 12:42:17.461776  4892 consensus_peers.cc:597] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 -> Peer 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196:36875): Couldn't send request to peer 93ae34c66d1746e9b551dd17944420d2. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 949be57bc31749bd94f98d8a329aa5aa. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:17.466014  5074 raft_consensus.cc:2955] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } } }
I20260608 12:42:17.476423  4998 consensus_queue.cc:237] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [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: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } }
I20260608 12:42:17.477255  4818 catalog_manager.cc:5696] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 reported cstate change: config changed from index -1 to 26, NON_VOTER 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "0eacb4c6e125482d93d7182659c0ac53" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } } }
I20260608 12:42:17.484386  4923 raft_consensus.cc:1275] T 5fd7b9b2be344488a92937ddddc983eb P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:42:17.485101  5074 raft_consensus.cc:1275] T 5fd7b9b2be344488a92937ddddc983eb P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:42:17.486814  5642 consensus_queue.cc:1048] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:42:17.488184  5662 consensus_queue.cc:1048] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:42:17.499205  5662 raft_consensus.cc:2955] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER be6f7049f8d94c618188028ea35723f7 (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } } }
I20260608 12:42:17.504176  5074 raft_consensus.cc:2955] T 5fd7b9b2be344488a92937ddddc983eb P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER be6f7049f8d94c618188028ea35723f7 (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } } }
W20260608 12:42:17.507912  4965 consensus_peers.cc:597] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 -> Peer be6f7049f8d94c618188028ea35723f7 (127.0.107.197:36563): Couldn't send request to peer be6f7049f8d94c618188028ea35723f7. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 5fd7b9b2be344488a92937ddddc983eb. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:17.513149  4923 raft_consensus.cc:2955] T 5fd7b9b2be344488a92937ddddc983eb P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER be6f7049f8d94c618188028ea35723f7 (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } } }
I20260608 12:42:17.515506  4818 catalog_manager.cc:5696] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 reported cstate change: config changed from index -1 to 26, NON_VOTER be6f7049f8d94c618188028ea35723f7 (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "01c9d8b5cf274c7f93ead98c443ac494" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:17.516393  4924 consensus_queue.cc:237] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [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: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:17.527374  5467 raft_consensus.cc:1275] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260608 12:42:17.527974  4998 raft_consensus.cc:1275] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
W20260608 12:42:17.529066  4892 consensus_peers.cc:597] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 -> Peer 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198:34105): Couldn't send request to peer 12046c3be0fd45f0b4e613bb9a009215. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 5037180c0ce4496693e53897d23ce934. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:17.529922  5672 consensus_queue.cc:1048] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260608 12:42:17.534246  5674 consensus_queue.cc:1048] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.001s
I20260608 12:42:17.545296  5674 raft_consensus.cc:2955] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } } }
I20260608 12:42:17.547717  5467 raft_consensus.cc:2955] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } } }
I20260608 12:42:17.549222  4998 raft_consensus.cc:2955] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } } }
I20260608 12:42:17.561777  4825 catalog_manager.cc:5696] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 reported cstate change: config changed from index 28 to 29, NON_VOTER 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "0eacb4c6e125482d93d7182659c0ac53" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:17.755478  5689 ts_tablet_manager.cc:933] T 78d45ba015bf416ab3e4d92b985e75d7 P 12046c3be0fd45f0b4e613bb9a009215: Initiating tablet copy from peer 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
I20260608 12:42:17.757748  5689 tablet_copy_client.cc:323] T 78d45ba015bf416ab3e4d92b985e75d7 P 12046c3be0fd45f0b4e613bb9a009215: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:46163
I20260608 12:42:17.770139  5012 tablet_copy_service.cc:140] P 01c9d8b5cf274c7f93ead98c443ac494: Received BeginTabletCopySession request for tablet 78d45ba015bf416ab3e4d92b985e75d7 from peer 12046c3be0fd45f0b4e613bb9a009215 ({username='slave'} at 127.0.0.1:48324)
I20260608 12:42:17.770726  5012 tablet_copy_service.cc:161] P 01c9d8b5cf274c7f93ead98c443ac494: Beginning new tablet copy session on tablet 78d45ba015bf416ab3e4d92b985e75d7 from peer 12046c3be0fd45f0b4e613bb9a009215 at {username='slave'} at 127.0.0.1:48324: session id = 12046c3be0fd45f0b4e613bb9a009215-78d45ba015bf416ab3e4d92b985e75d7
I20260608 12:42:17.775436  5012 tablet_copy_source_session.cc:215] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:17.778391  5689 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 78d45ba015bf416ab3e4d92b985e75d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:17.788815  5689 tablet_copy_client.cc:806] T 78d45ba015bf416ab3e4d92b985e75d7 P 12046c3be0fd45f0b4e613bb9a009215: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:17.789403  5689 tablet_copy_client.cc:670] T 78d45ba015bf416ab3e4d92b985e75d7 P 12046c3be0fd45f0b4e613bb9a009215: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:17.793057  5690 tablet_copy_client.cc:1025] T 78d45ba015bf416ab3e4d92b985e75d7 P 12046c3be0fd45f0b4e613bb9a009215: tablet copy: Injecting latency into file download: 2000
I20260608 12:42:17.929497  5693 ts_tablet_manager.cc:933] T df49a7dc15aa4f50b4e26ce43b38cd4c P 12046c3be0fd45f0b4e613bb9a009215: Initiating tablet copy from peer 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
I20260608 12:42:17.931905  5693 tablet_copy_client.cc:323] T df49a7dc15aa4f50b4e26ce43b38cd4c P 12046c3be0fd45f0b4e613bb9a009215: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:46163
I20260608 12:42:17.933686  5012 tablet_copy_service.cc:140] P 01c9d8b5cf274c7f93ead98c443ac494: Received BeginTabletCopySession request for tablet df49a7dc15aa4f50b4e26ce43b38cd4c from peer 12046c3be0fd45f0b4e613bb9a009215 ({username='slave'} at 127.0.0.1:48324)
I20260608 12:42:17.934288  5012 tablet_copy_service.cc:161] P 01c9d8b5cf274c7f93ead98c443ac494: Beginning new tablet copy session on tablet df49a7dc15aa4f50b4e26ce43b38cd4c from peer 12046c3be0fd45f0b4e613bb9a009215 at {username='slave'} at 127.0.0.1:48324: session id = 12046c3be0fd45f0b4e613bb9a009215-df49a7dc15aa4f50b4e26ce43b38cd4c
I20260608 12:42:17.940235  5012 tablet_copy_source_session.cc:215] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:17.943046  5693 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet df49a7dc15aa4f50b4e26ce43b38cd4c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:17.955981  5693 tablet_copy_client.cc:806] T df49a7dc15aa4f50b4e26ce43b38cd4c P 12046c3be0fd45f0b4e613bb9a009215: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:17.956580  5693 tablet_copy_client.cc:670] T df49a7dc15aa4f50b4e26ce43b38cd4c P 12046c3be0fd45f0b4e613bb9a009215: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:17.963183  5694 tablet_copy_client.cc:1025] T df49a7dc15aa4f50b4e26ce43b38cd4c P 12046c3be0fd45f0b4e613bb9a009215: tablet copy: Injecting latency into file download: 2000
I20260608 12:42:17.984169  5695 ts_tablet_manager.cc:933] T 5fd7b9b2be344488a92937ddddc983eb P be6f7049f8d94c618188028ea35723f7: Initiating tablet copy from peer 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
I20260608 12:42:17.986114  5695 tablet_copy_client.cc:323] T 5fd7b9b2be344488a92937ddddc983eb P be6f7049f8d94c618188028ea35723f7: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:46163
I20260608 12:42:17.997367  5012 tablet_copy_service.cc:140] P 01c9d8b5cf274c7f93ead98c443ac494: Received BeginTabletCopySession request for tablet 5fd7b9b2be344488a92937ddddc983eb from peer be6f7049f8d94c618188028ea35723f7 ({username='slave'} at 127.0.0.1:48332)
I20260608 12:42:17.997928  5012 tablet_copy_service.cc:161] P 01c9d8b5cf274c7f93ead98c443ac494: Beginning new tablet copy session on tablet 5fd7b9b2be344488a92937ddddc983eb from peer be6f7049f8d94c618188028ea35723f7 at {username='slave'} at 127.0.0.1:48332: session id = be6f7049f8d94c618188028ea35723f7-5fd7b9b2be344488a92937ddddc983eb
I20260608 12:42:18.002851  5012 tablet_copy_source_session.cc:215] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:18.005770  5695 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5fd7b9b2be344488a92937ddddc983eb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:18.010090  5698 ts_tablet_manager.cc:933] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215: Initiating tablet copy from peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585)
I20260608 12:42:18.012398  5698 tablet_copy_client.cc:323] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:39585
I20260608 12:42:18.022632  5695 tablet_copy_client.cc:806] T 5fd7b9b2be344488a92937ddddc983eb P be6f7049f8d94c618188028ea35723f7: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:18.023356  5695 tablet_copy_client.cc:670] T 5fd7b9b2be344488a92937ddddc983eb P be6f7049f8d94c618188028ea35723f7: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:18.027885  4937 tablet_copy_service.cc:140] P 0eacb4c6e125482d93d7182659c0ac53: Received BeginTabletCopySession request for tablet e8420d84eecb452f80f79c4c2b6a5fab from peer 12046c3be0fd45f0b4e613bb9a009215 ({username='slave'} at 127.0.0.1:59928)
I20260608 12:42:18.027977  5696 tablet_copy_client.cc:1025] T 5fd7b9b2be344488a92937ddddc983eb P be6f7049f8d94c618188028ea35723f7: tablet copy: Injecting latency into file download: 2000
I20260608 12:42:18.028414  4937 tablet_copy_service.cc:161] P 0eacb4c6e125482d93d7182659c0ac53: Beginning new tablet copy session on tablet e8420d84eecb452f80f79c4c2b6a5fab from peer 12046c3be0fd45f0b4e613bb9a009215 at {username='slave'} at 127.0.0.1:59928: session id = 12046c3be0fd45f0b4e613bb9a009215-e8420d84eecb452f80f79c4c2b6a5fab
I20260608 12:42:18.033722  5701 ts_tablet_manager.cc:933] T 5037180c0ce4496693e53897d23ce934 P 12046c3be0fd45f0b4e613bb9a009215: Initiating tablet copy from peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585)
I20260608 12:42:18.035876  4937 tablet_copy_source_session.cc:215] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:18.035938  5701 tablet_copy_client.cc:323] T 5037180c0ce4496693e53897d23ce934 P 12046c3be0fd45f0b4e613bb9a009215: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:39585
I20260608 12:42:18.038066  4937 tablet_copy_service.cc:140] P 0eacb4c6e125482d93d7182659c0ac53: Received BeginTabletCopySession request for tablet 5037180c0ce4496693e53897d23ce934 from peer 12046c3be0fd45f0b4e613bb9a009215 ({username='slave'} at 127.0.0.1:59928)
I20260608 12:42:18.038622  4937 tablet_copy_service.cc:161] P 0eacb4c6e125482d93d7182659c0ac53: Beginning new tablet copy session on tablet 5037180c0ce4496693e53897d23ce934 from peer 12046c3be0fd45f0b4e613bb9a009215 at {username='slave'} at 127.0.0.1:59928: session id = 12046c3be0fd45f0b4e613bb9a009215-5037180c0ce4496693e53897d23ce934
I20260608 12:42:18.039767  5698 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e8420d84eecb452f80f79c4c2b6a5fab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:18.043808  4937 tablet_copy_source_session.cc:215] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:18.046548  5701 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5037180c0ce4496693e53897d23ce934. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:18.055740  5698 tablet_copy_client.cc:806] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:18.056382  5698 tablet_copy_client.cc:670] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:18.060631  5701 tablet_copy_client.cc:806] T 5037180c0ce4496693e53897d23ce934 P 12046c3be0fd45f0b4e613bb9a009215: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:18.061240  5701 tablet_copy_client.cc:670] T 5037180c0ce4496693e53897d23ce934 P 12046c3be0fd45f0b4e613bb9a009215: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:18.062749  5703 ts_tablet_manager.cc:933] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2: Initiating tablet copy from peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585)
I20260608 12:42:18.063310  5699 tablet_copy_client.cc:1025] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215: tablet copy: Injecting latency into file download: 2000
I20260608 12:42:18.064661  5703 tablet_copy_client.cc:323] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:39585
I20260608 12:42:18.065878  5702 tablet_copy_client.cc:1025] T 5037180c0ce4496693e53897d23ce934 P 12046c3be0fd45f0b4e613bb9a009215: tablet copy: Injecting latency into file download: 2000
I20260608 12:42:18.077104  4937 tablet_copy_service.cc:140] P 0eacb4c6e125482d93d7182659c0ac53: Received BeginTabletCopySession request for tablet 949be57bc31749bd94f98d8a329aa5aa from peer 93ae34c66d1746e9b551dd17944420d2 ({username='slave'} at 127.0.0.1:59932)
I20260608 12:42:18.077752  4937 tablet_copy_service.cc:161] P 0eacb4c6e125482d93d7182659c0ac53: Beginning new tablet copy session on tablet 949be57bc31749bd94f98d8a329aa5aa from peer 93ae34c66d1746e9b551dd17944420d2 at {username='slave'} at 127.0.0.1:59932: session id = 93ae34c66d1746e9b551dd17944420d2-949be57bc31749bd94f98d8a329aa5aa
I20260608 12:42:18.085528  4937 tablet_copy_source_session.cc:215] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:18.088725  5703 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 949be57bc31749bd94f98d8a329aa5aa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:18.099699  5703 tablet_copy_client.cc:806] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:18.100287  5703 tablet_copy_client.cc:670] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:18.104605  5704 tablet_copy_client.cc:1025] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2: tablet copy: Injecting latency into file download: 2000
W20260608 12:42:18.840885  4892 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:35143, user_credentials={real_user=slave}} blocked reactor thread for 147493us
W20260608 12:42:18.903891  4893 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:46163, user_credentials={real_user=slave}} blocked reactor thread for 57019.6us
W20260608 12:42:19.320300  4967 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:35143, user_credentials={real_user=slave}} blocked reactor thread for 311343us
W20260608 12:42:19.664798  5488 debug-util.cc:398] Leaking SignalData structure 0x7b08002aa060 after lost signal to thread 434
W20260608 12:42:19.666656  5488 debug-util.cc:398] Leaking SignalData structure 0x7b08002aa740 after lost signal to thread 4859
W20260608 12:42:19.668695  5488 debug-util.cc:398] Leaking SignalData structure 0x7b08002d0bc0 after lost signal to thread 4951
W20260608 12:42:19.671114  5488 debug-util.cc:398] Leaking SignalData structure 0x7b08002d3e20 after lost signal to thread 5026
W20260608 12:42:19.673606  5488 debug-util.cc:398] Leaking SignalData structure 0x7b08000e04c0 after lost signal to thread 5100
W20260608 12:42:19.885372  5488 debug-util.cc:398] Leaking SignalData structure 0x7b080026ecc0 after lost signal to thread 5416
I20260608 12:42:20.094579  5717 raft_consensus.cc:493] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:20.095736  5717 raft_consensus.cc:515] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:20.099133  5717 leader_election.cc:290] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:20.100903  5717 raft_consensus.cc:493] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:20.101653  5717 raft_consensus.cc:515] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:20.103978  5717 leader_election.cc:290] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:20.356405  5717 raft_consensus.cc:493] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:20.357618  5717 raft_consensus.cc:515] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:20.535740  5720 raft_consensus.cc:493] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 01c9d8b5cf274c7f93ead98c443ac494)
I20260608 12:42:20.537205  5720 raft_consensus.cc:515] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:20.549265  5723 raft_consensus.cc:493] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:20.550472  5723 raft_consensus.cc:515] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:20.554919  5723 leader_election.cc:290] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
I20260608 12:42:20.582556  5723 raft_consensus.cc:493] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:20.697240  5723 raft_consensus.cc:515] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } }
I20260608 12:42:20.702514  5717 leader_election.cc:290] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), be6f7049f8d94c618188028ea35723f7 (127.0.107.197:36563)
I20260608 12:42:20.929961  5723 leader_election.cc:290] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
W20260608 12:42:20.938905  5488 debug-util.cc:398] Leaking SignalData structure 0x7b0800252a40 after lost signal to thread 5491
W20260608 12:42:20.940505  5488 debug-util.cc:398] Leaking SignalData structure 0x7b08001d2f80 after lost signal to thread 5581
I20260608 12:42:20.877421  5725 raft_consensus.cc:493] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:20.941430  5725 raft_consensus.cc:515] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } }
I20260608 12:42:20.916510  4822 rpcz_store.cc:275] Call kudu.master.MasterService.TSHeartbeat from 127.0.0.1:46664 (request call id 81) took 2390 ms. Trace:
I20260608 12:42:20.921813  4923 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "80a4e48c83c94fca929cc1b58d37f164" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 2 candidate_status { last_received { term: 1 index: 25 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53" is_pre_election: true
I20260608 12:42:20.944701  4822 rpcz_store.cc:276] 0608 12:42:18.525628 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:42:18.527825 (+  2197us) service_pool.cc:224] Handling call
0608 12:42:19.494743 (+966918us) spinlock_profiling.cc:243] Waited 23.5 ms on lock 0x7b54004cc2d4. stack: 00007f0ec29823a1 00007f0ec29821c8 00007f0ec215df11 000000000047f705 000000000047f658 00007f0ec6036abc 00007f0ec615d154 00007f0eccbdae5b 00007f0eccda287a 00007f0eca9c6466 00007f0eca9c6350 00007f0eca9c6227 00007f0eca9c6177 00007f0eca9c4459 00007f0ec410c8ed 00007f0ec410b748
0608 12:42:20.916326 (+1421583us) inbound_call.cc:177] Queueing success response
Metrics: {"reported_tablets":1,"spinlock_wait_cycles":54112128}
I20260608 12:42:20.877074  5708 raft_consensus.cc:493] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader f436a0fa419d46f7aeee165bde3728a2)
I20260608 12:42:20.947395  5708 raft_consensus.cc:515] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } }
I20260608 12:42:20.947968  5725 leader_election.cc:290] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), be6f7049f8d94c618188028ea35723f7 (127.0.107.197:36563)
I20260608 12:42:20.950263  5708 leader_election.cc:290] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143), 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196:36875)
I20260608 12:42:20.950371  5720 leader_election.cc:290] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:20.954280  5726 raft_consensus.cc:493] T e6e9c1d98f1d4f788bb50f1195842d57 P 93ae34c66d1746e9b551dd17944420d2 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 01c9d8b5cf274c7f93ead98c443ac494)
I20260608 12:42:20.955047  5726 raft_consensus.cc:515] T e6e9c1d98f1d4f788bb50f1195842d57 P 93ae34c66d1746e9b551dd17944420d2 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } }
I20260608 12:42:20.958307  4923 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "949be57bc31749bd94f98d8a329aa5aa" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53" is_pre_election: true
I20260608 12:42:20.961910  5068 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "78d45ba015bf416ab3e4d92b985e75d7" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2" is_pre_election: true
I20260608 12:42:20.962592  5068 raft_consensus.cc:2468] T 78d45ba015bf416ab3e4d92b985e75d7 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0eacb4c6e125482d93d7182659c0ac53 in term 1.
I20260608 12:42:20.964381  5726 leader_election.cc:290] T e6e9c1d98f1d4f788bb50f1195842d57 P 93ae34c66d1746e9b551dd17944420d2 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
I20260608 12:42:20.964548  4892 leader_election.cc:304] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [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: 0eacb4c6e125482d93d7182659c0ac53, f436a0fa419d46f7aeee165bde3728a2; no voters: 
I20260608 12:42:20.965441  5720 raft_consensus.cc:2804] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:42:20.965592  5727 raft_consensus.cc:493] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader f436a0fa419d46f7aeee165bde3728a2)
I20260608 12:42:20.965834  4923 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7cec5637de14f6284f4a3e8867eaa12" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53" is_pre_election: true
I20260608 12:42:20.966346  5727 raft_consensus.cc:515] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } }
I20260608 12:42:20.965950  5720 raft_consensus.cc:493] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 01c9d8b5cf274c7f93ead98c443ac494)
I20260608 12:42:20.967626  5720 raft_consensus.cc:3060] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:20.970613  4923 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e6e9c1d98f1d4f788bb50f1195842d57" candidate_uuid: "93ae34c66d1746e9b551dd17944420d2" candidate_term: 2 candidate_status { last_received { term: 1 index: 28 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53" is_pre_election: true
W20260608 12:42:20.972715  4948 debug-util.cc:398] Leaking SignalData structure 0x7b08001a5e80 after lost signal to thread 434
I20260608 12:42:20.973836  5000 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e6e9c1d98f1d4f788bb50f1195842d57" candidate_uuid: "93ae34c66d1746e9b551dd17944420d2" candidate_term: 2 candidate_status { last_received { term: 1 index: 28 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494" is_pre_election: true
I20260608 12:42:20.976202  5000 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bccc17d2909f4c12bfd20f839fe5b373" candidate_uuid: "93ae34c66d1746e9b551dd17944420d2" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494" is_pre_election: true
I20260608 12:42:20.976859  5000 raft_consensus.cc:2468] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 93ae34c66d1746e9b551dd17944420d2 in term 1.
I20260608 12:42:20.970700  5727 leader_election.cc:290] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143), 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
I20260608 12:42:20.980324  5466 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7cec5637de14f6284f4a3e8867eaa12" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "be6f7049f8d94c618188028ea35723f7" is_pre_election: true
I20260608 12:42:20.982744  5358 leader_election.cc:304] T e6e9c1d98f1d4f788bb50f1195842d57 P 93ae34c66d1746e9b551dd17944420d2 [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: 93ae34c66d1746e9b551dd17944420d2; no voters: 01c9d8b5cf274c7f93ead98c443ac494, 0eacb4c6e125482d93d7182659c0ac53
I20260608 12:42:20.984436  5358 leader_election.cc:304] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 [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: 01c9d8b5cf274c7f93ead98c443ac494, 93ae34c66d1746e9b551dd17944420d2; no voters: 
I20260608 12:42:20.985535  5727 raft_consensus.cc:2749] T e6e9c1d98f1d4f788bb50f1195842d57 P 93ae34c66d1746e9b551dd17944420d2 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:42:20.986573  5727 raft_consensus.cc:2804] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:42:20.985404  5039 leader_election.cc:304] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [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: f436a0fa419d46f7aeee165bde3728a2; no voters: 0eacb4c6e125482d93d7182659c0ac53, be6f7049f8d94c618188028ea35723f7
I20260608 12:42:20.987113  5727 raft_consensus.cc:493] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 [term 1 FOLLOWER]: Starting leader election (detected failure of leader f436a0fa419d46f7aeee165bde3728a2)
I20260608 12:42:20.987596  5727 raft_consensus.cc:3060] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:20.988632  5723 raft_consensus.cc:2749] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:42:20.990971  5723 raft_consensus.cc:493] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 01c9d8b5cf274c7f93ead98c443ac494)
I20260608 12:42:20.991690  5723 raft_consensus.cc:515] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:20.994956  5723 leader_election.cc:290] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
I20260608 12:42:20.995309  5070 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bccc17d2909f4c12bfd20f839fe5b373" candidate_uuid: "93ae34c66d1746e9b551dd17944420d2" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2" is_pre_election: true
I20260608 12:42:21.005703  4924 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "df49a7dc15aa4f50b4e26ce43b38cd4c" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 2 candidate_status { last_received { term: 1 index: 24 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53" is_pre_election: true
I20260608 12:42:21.006654  5727 raft_consensus.cc:515] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 [term 2 FOLLOWER]: Starting leader election with config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } }
I20260608 12:42:21.006942  5720 raft_consensus.cc:515] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [term 2 FOLLOWER]: Starting leader election with config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:21.009112  5720 leader_election.cc:290] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 2 election: Requested vote from peers 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:21.009833  5070 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bccc17d2909f4c12bfd20f839fe5b373" candidate_uuid: "93ae34c66d1746e9b551dd17944420d2" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2"
I20260608 12:42:21.011518  5000 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bccc17d2909f4c12bfd20f839fe5b373" candidate_uuid: "93ae34c66d1746e9b551dd17944420d2" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494"
I20260608 12:42:21.012166  5000 raft_consensus.cc:3060] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:21.013950  5727 leader_election.cc:290] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 [CANDIDATE]: Term 2 election: Requested vote from peers f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143), 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
I20260608 12:42:21.024529  5707 raft_consensus.cc:493] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:21.025259  5068 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "78d45ba015bf416ab3e4d92b985e75d7" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2"
I20260608 12:42:21.025327  5707 raft_consensus.cc:515] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:21.026448  5068 raft_consensus.cc:3060] T 78d45ba015bf416ab3e4d92b985e75d7 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:21.030082  5717 raft_consensus.cc:493] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:21.030762  5074 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "80a4e48c83c94fca929cc1b58d37f164" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 2 candidate_status { last_received { term: 1 index: 25 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2" is_pre_election: true
I20260608 12:42:21.032510  5000 raft_consensus.cc:2468] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 93ae34c66d1746e9b551dd17944420d2 in term 2.
I20260608 12:42:21.034142  5070 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e8420d84eecb452f80f79c4c2b6a5fab" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 2 candidate_status { last_received { term: 1 index: 25 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2" is_pre_election: true
W20260608 12:42:21.034265  4948 debug-util.cc:398] Leaking SignalData structure 0x7b08001238a0 after lost signal to thread 4859
W20260608 12:42:21.043097  4948 debug-util.cc:398] Leaking SignalData structure 0x7b08000cd4a0 after lost signal to thread 4951
I20260608 12:42:21.045660  5707 leader_election.cc:290] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:21.048086  4923 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e8420d84eecb452f80f79c4c2b6a5fab" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 2 candidate_status { last_received { term: 1 index: 25 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53" is_pre_election: true
I20260608 12:42:21.049132  4926 raft_consensus.cc:1240] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [term 2 FOLLOWER]: Rejecting Update request from peer 01c9d8b5cf274c7f93ead98c443ac494 for earlier term 1. Current term is 2. Ops: []
I20260608 12:42:21.034613  5392 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bccc17d2909f4c12bfd20f839fe5b373" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "93ae34c66d1746e9b551dd17944420d2" is_pre_election: true
I20260608 12:42:21.032604  5071 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bccc17d2909f4c12bfd20f839fe5b373" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2" is_pre_election: true
I20260608 12:42:21.058334  4924 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "80a4e48c83c94fca929cc1b58d37f164" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 2 candidate_status { last_received { term: 1 index: 25 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53" is_pre_election: true
I20260608 12:42:21.049350  4922 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5037180c0ce4496693e53897d23ce934" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 2 candidate_status { last_received { term: 1 index: 29 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53" is_pre_election: true
I20260608 12:42:21.106562  5000 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "949be57bc31749bd94f98d8a329aa5aa" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494" is_pre_election: true
I20260608 12:42:21.107430  5002 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "80a4e48c83c94fca929cc1b58d37f164" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 2 candidate_status { last_received { term: 1 index: 25 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494" is_pre_election: true
I20260608 12:42:21.108235  5002 raft_consensus.cc:2468] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f436a0fa419d46f7aeee165bde3728a2 in term 1.
I20260608 12:42:21.107527  5728 raft_consensus.cc:493] T 171a8f9c7085462d993ce1bbb0fe1ef8 P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader f436a0fa419d46f7aeee165bde3728a2)
I20260608 12:42:21.111569  5467 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5037180c0ce4496693e53897d23ce934" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 2 candidate_status { last_received { term: 1 index: 29 } } ignore_live_leader: false dest_uuid: "be6f7049f8d94c618188028ea35723f7" is_pre_election: true
I20260608 12:42:21.112322  5467 raft_consensus.cc:2468] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 01c9d8b5cf274c7f93ead98c443ac494 in term 1.
I20260608 12:42:21.113126  5358 leader_election.cc:304] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 [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: 01c9d8b5cf274c7f93ead98c443ac494, 93ae34c66d1746e9b551dd17944420d2; no voters: f436a0fa419d46f7aeee165bde3728a2
I20260608 12:42:21.114405  5727 raft_consensus.cc:2804] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:42:21.114939  5727 raft_consensus.cc:697] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 [term 2 LEADER]: Becoming Leader. State: Replica: 93ae34c66d1746e9b551dd17944420d2, State: Running, Role: LEADER
I20260608 12:42:21.118813  5002 raft_consensus.cc:1240] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Rejecting Update request from peer f436a0fa419d46f7aeee165bde3728a2 for earlier term 1. Current term is 2. Ops: []
I20260608 12:42:21.118553  5727 consensus_queue.cc:237] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 [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: 27, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } }
W20260608 12:42:21.115548  4948 debug-util.cc:398] Leaking SignalData structure 0x7b08002c21e0 after lost signal to thread 5026
I20260608 12:42:21.131879  4995 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "78d45ba015bf416ab3e4d92b985e75d7" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494" is_pre_election: true
W20260608 12:42:21.132406  4948 debug-util.cc:398] Leaking SignalData structure 0x7b0800043780 after lost signal to thread 5027
I20260608 12:42:21.132800  5002 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "df49a7dc15aa4f50b4e26ce43b38cd4c" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 2 candidate_status { last_received { term: 1 index: 24 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494" is_pre_election: true
I20260608 12:42:21.140380  5042 leader_election.cc:304] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [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: 01c9d8b5cf274c7f93ead98c443ac494, f436a0fa419d46f7aeee165bde3728a2; no voters: 0eacb4c6e125482d93d7182659c0ac53
I20260608 12:42:21.140620  5074 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5c1147b7799b47d5a194b031ca2f6c6d" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 2 candidate_status { last_received { term: 1 index: 25 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2" is_pre_election: true
I20260608 12:42:21.141372  5662 consensus_queue.cc:1059] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true }, Status: INVALID_TERM, Last received: 1.26, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 12:42:21.142160  5725 raft_consensus.cc:2804] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:42:21.142382  5662 raft_consensus.cc:3055] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:42:21.142671  5725 raft_consensus.cc:493] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:21.142819  5662 raft_consensus.cc:740] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 01c9d8b5cf274c7f93ead98c443ac494, State: Running, Role: LEADER
I20260608 12:42:21.140451  5728 raft_consensus.cc:515] T 171a8f9c7085462d993ce1bbb0fe1ef8 P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } }
I20260608 12:42:21.140434  4994 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "78d45ba015bf416ab3e4d92b985e75d7" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494"
I20260608 12:42:21.109876  5717 raft_consensus.cc:515] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } }
I20260608 12:42:21.155802  5717 leader_election.cc:290] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:21.155987  4926 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "171a8f9c7085462d993ce1bbb0fe1ef8" candidate_uuid: "be6f7049f8d94c618188028ea35723f7" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53" is_pre_election: true
I20260608 12:42:21.144466  5723 consensus_queue.cc:1059] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 }, Status: INVALID_TERM, Last received: 1.27, Next index: 28, Last known committed idx: 27, Time since last communication: 0.004s
I20260608 12:42:21.158488  5723 raft_consensus.cc:3055] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:42:21.158892  5723 raft_consensus.cc:740] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: f436a0fa419d46f7aeee165bde3728a2, State: Running, Role: LEADER
I20260608 12:42:21.159888  5723 consensus_queue.cc:260] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 27, Committed index: 27, Last appended: 1.27, Last appended by leader: 27, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } }
I20260608 12:42:21.160480  4825 rpcz_store.cc:275] Call kudu.master.MasterService.TSHeartbeat from 127.0.0.1:46680 (request call id 77) took 2580 ms. Trace:
I20260608 12:42:21.160895  4825 rpcz_store.cc:276] 0608 12:42:18.579942 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:42:18.580113 (+   171us) service_pool.cc:224] Handling call
0608 12:42:21.160301 (+2580188us) inbound_call.cc:177] Queueing success response
Metrics: {"mutex_wait_us":4995,"reported_tablets":3}
I20260608 12:42:21.161224  5068 raft_consensus.cc:2468] T 78d45ba015bf416ab3e4d92b985e75d7 P f436a0fa419d46f7aeee165bde3728a2 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0eacb4c6e125482d93d7182659c0ac53 in term 2.
I20260608 12:42:21.148572  4965 leader_election.cc:304] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [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: 01c9d8b5cf274c7f93ead98c443ac494, be6f7049f8d94c618188028ea35723f7; no voters: 0eacb4c6e125482d93d7182659c0ac53
I20260608 12:42:21.162286  5067 raft_consensus.cc:1240] T 78d45ba015bf416ab3e4d92b985e75d7 P f436a0fa419d46f7aeee165bde3728a2 [term 2 FOLLOWER]: Rejecting Update request from peer 01c9d8b5cf274c7f93ead98c443ac494 for earlier term 1. Current term is 2. Ops: []
I20260608 12:42:21.149183  4922 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5c1147b7799b47d5a194b031ca2f6c6d" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 2 candidate_status { last_received { term: 1 index: 25 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53" is_pre_election: true
I20260608 12:42:21.163604  5717 raft_consensus.cc:2804] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:42:21.145006  5725 raft_consensus.cc:3060] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:21.161525  5723 raft_consensus.cc:3060] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:21.152040  5662 consensus_queue.cc:260] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 26, Committed index: 26, Last appended: 1.26, Last appended by leader: 26, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:21.153414  5728 leader_election.cc:290] T 171a8f9c7085462d993ce1bbb0fe1ef8 P be6f7049f8d94c618188028ea35723f7 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:21.174206  5728 raft_consensus.cc:493] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:21.174770  5728 raft_consensus.cc:515] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:21.175710  5725 raft_consensus.cc:515] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:21.177415  5728 leader_election.cc:290] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
I20260608 12:42:21.164140  5717 raft_consensus.cc:493] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:21.179893  5717 raft_consensus.cc:3060] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:21.181241  4999 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5037180c0ce4496693e53897d23ce934" candidate_uuid: "be6f7049f8d94c618188028ea35723f7" candidate_term: 2 candidate_status { last_received { term: 1 index: 29 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494" is_pre_election: true
I20260608 12:42:21.178815  4922 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "80a4e48c83c94fca929cc1b58d37f164" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 2 candidate_status { last_received { term: 1 index: 25 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53"
I20260608 12:42:21.182595  4926 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5037180c0ce4496693e53897d23ce934" candidate_uuid: "be6f7049f8d94c618188028ea35723f7" candidate_term: 2 candidate_status { last_received { term: 1 index: 29 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53" is_pre_election: true
W20260608 12:42:21.185976  4948 debug-util.cc:398] Leaking SignalData structure 0x7b0800191d40 after lost signal to thread 5100
I20260608 12:42:21.186517  5725 leader_election.cc:290] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 2 election: Requested vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
W20260608 12:42:21.187364  4948 debug-util.cc:398] Leaking SignalData structure 0x7b08002ca200 after lost signal to thread 5416
W20260608 12:42:21.188653  4948 debug-util.cc:398] Leaking SignalData structure 0x7b0800246f40 after lost signal to thread 5491
W20260608 12:42:21.189913  4948 debug-util.cc:398] Leaking SignalData structure 0x7b08002ca6a0 after lost signal to thread 5581
I20260608 12:42:21.189555  5433 leader_election.cc:304] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [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: be6f7049f8d94c618188028ea35723f7; no voters: 01c9d8b5cf274c7f93ead98c443ac494, 0eacb4c6e125482d93d7182659c0ac53
I20260608 12:42:21.190887  5728 raft_consensus.cc:2749] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:42:21.207063  5662 raft_consensus.cc:3060] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:42:21.214005  4967 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.198:34105, user_credentials={real_user=slave}} blocked reactor thread for 60594.8us
I20260608 12:42:21.215332  4967 leader_election.cc:304] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494 [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: 01c9d8b5cf274c7f93ead98c443ac494; no voters: 0eacb4c6e125482d93d7182659c0ac53, f436a0fa419d46f7aeee165bde3728a2
I20260608 12:42:21.216750  5695 tablet_copy_client.cc:538] T 5fd7b9b2be344488a92937ddddc983eb P be6f7049f8d94c618188028ea35723f7: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:21.223793  4926 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "949be57bc31749bd94f98d8a329aa5aa" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53" is_pre_election: true
I20260608 12:42:21.226480  5000 raft_consensus.cc:2468] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f436a0fa419d46f7aeee165bde3728a2 in term 1.
I20260608 12:42:21.231145  5695 tablet_bootstrap.cc:492] T 5fd7b9b2be344488a92937ddddc983eb P be6f7049f8d94c618188028ea35723f7: Bootstrap starting.
I20260608 12:42:21.235503  5693 tablet_copy_client.cc:538] T df49a7dc15aa4f50b4e26ce43b38cd4c P 12046c3be0fd45f0b4e613bb9a009215: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:21.239542  5717 raft_consensus.cc:515] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Starting leader election with config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:21.245744  4892 leader_election.cc:304] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [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: 0eacb4c6e125482d93d7182659c0ac53, f436a0fa419d46f7aeee165bde3728a2; no voters: 
I20260608 12:42:21.247223  5711 raft_consensus.cc:2804] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:42:21.247956  5711 raft_consensus.cc:697] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [term 2 LEADER]: Becoming Leader. State: Replica: 0eacb4c6e125482d93d7182659c0ac53, State: Running, Role: LEADER
I20260608 12:42:21.249297  5711 consensus_queue.cc:237] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [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: 26, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:21.252556  5693 tablet_bootstrap.cc:492] T df49a7dc15aa4f50b4e26ce43b38cd4c P 12046c3be0fd45f0b4e613bb9a009215: Bootstrap starting.
I20260608 12:42:21.257001  5709 raft_consensus.cc:2749] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:42:21.256913  4967 leader_election.cc:304] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [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: 01c9d8b5cf274c7f93ead98c443ac494; no voters: 0eacb4c6e125482d93d7182659c0ac53, f436a0fa419d46f7aeee165bde3728a2
I20260608 12:42:21.259089  5698 tablet_copy_client.cc:538] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:21.258519  4825 catalog_manager.cc:5696] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 reported cstate change: term changed from 1 to 2, leader changed from f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195) to 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196). New cstate: current_term: 2 leader_uuid: "93ae34c66d1746e9b551dd17944420d2" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:42:21.262487  5068 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "171a8f9c7085462d993ce1bbb0fe1ef8" candidate_uuid: "be6f7049f8d94c618188028ea35723f7" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2" is_pre_election: true
I20260608 12:42:21.269538  5709 raft_consensus.cc:2749] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:42:21.271301  4967 leader_election.cc:304] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494 [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: 01c9d8b5cf274c7f93ead98c443ac494; no voters: 93ae34c66d1746e9b551dd17944420d2, f436a0fa419d46f7aeee165bde3728a2
I20260608 12:42:21.272234  5709 raft_consensus.cc:2749] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:42:21.278244  4994 raft_consensus.cc:2468] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0eacb4c6e125482d93d7182659c0ac53 in term 2.
I20260608 12:42:21.285593  4967 leader_election.cc:304] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494 [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: 01c9d8b5cf274c7f93ead98c443ac494; no voters: 0eacb4c6e125482d93d7182659c0ac53, f436a0fa419d46f7aeee165bde3728a2
I20260608 12:42:21.287818  4926 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5037180c0ce4496693e53897d23ce934" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 2 candidate_status { last_received { term: 1 index: 29 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53"
I20260608 12:42:21.289124  5467 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5037180c0ce4496693e53897d23ce934" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 2 candidate_status { last_received { term: 1 index: 29 } } ignore_live_leader: false dest_uuid: "be6f7049f8d94c618188028ea35723f7"
I20260608 12:42:21.291457  4968 leader_election.cc:304] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [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: 01c9d8b5cf274c7f93ead98c443ac494; no voters: 0eacb4c6e125482d93d7182659c0ac53, be6f7049f8d94c618188028ea35723f7
I20260608 12:42:21.292528  5709 raft_consensus.cc:2749] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:42:21.293771  5709 raft_consensus.cc:2749] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260608 12:42:21.295307  5717 leader_election.cc:290] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 2 election: Requested vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), be6f7049f8d94c618188028ea35723f7 (127.0.107.197:36563)
I20260608 12:42:21.299224  5698 tablet_bootstrap.cc:492] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215: Bootstrap starting.
I20260608 12:42:21.306731  5701 tablet_copy_client.cc:538] T 5037180c0ce4496693e53897d23ce934 P 12046c3be0fd45f0b4e613bb9a009215: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:21.311671  5042 leader_election.cc:304] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2 [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: f436a0fa419d46f7aeee165bde3728a2; no voters: 01c9d8b5cf274c7f93ead98c443ac494, 0eacb4c6e125482d93d7182659c0ac53
I20260608 12:42:21.315550  5068 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "949be57bc31749bd94f98d8a329aa5aa" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2" is_pre_election: true
I20260608 12:42:21.315585  5042 leader_election.cc:304] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [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: 01c9d8b5cf274c7f93ead98c443ac494, f436a0fa419d46f7aeee165bde3728a2; no voters: 0eacb4c6e125482d93d7182659c0ac53
I20260608 12:42:21.317809  4967 leader_election.cc:304] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [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: 01c9d8b5cf274c7f93ead98c443ac494; no voters: 0eacb4c6e125482d93d7182659c0ac53, f436a0fa419d46f7aeee165bde3728a2
I20260608 12:42:21.318231  5725 raft_consensus.cc:2749] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:42:21.318986  5725 raft_consensus.cc:2804] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:42:21.319237  5432 leader_election.cc:304] T 171a8f9c7085462d993ce1bbb0fe1ef8 P be6f7049f8d94c618188028ea35723f7 [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: be6f7049f8d94c618188028ea35723f7; no voters: 0eacb4c6e125482d93d7182659c0ac53, f436a0fa419d46f7aeee165bde3728a2
I20260608 12:42:21.319729  5725 raft_consensus.cc:493] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:21.320190  5725 raft_consensus.cc:3060] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:21.323380  5709 raft_consensus.cc:2749] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:42:21.329970  5729 raft_consensus.cc:2749] T 171a8f9c7085462d993ce1bbb0fe1ef8 P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:42:21.331753  4994 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "80a4e48c83c94fca929cc1b58d37f164" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 2 candidate_status { last_received { term: 1 index: 25 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494"
I20260608 12:42:21.334372  5701 tablet_bootstrap.cc:492] T 5037180c0ce4496693e53897d23ce934 P 12046c3be0fd45f0b4e613bb9a009215: Bootstrap starting.
I20260608 12:42:21.341539  5042 leader_election.cc:304] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [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: f436a0fa419d46f7aeee165bde3728a2; no voters: 01c9d8b5cf274c7f93ead98c443ac494, 0eacb4c6e125482d93d7182659c0ac53
I20260608 12:42:21.342659  5723 raft_consensus.cc:2749] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260608 12:42:21.336949  5725 raft_consensus.cc:515] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 2 FOLLOWER]: Starting leader election with config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } }
I20260608 12:42:21.351604  5725 leader_election.cc:290] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 2 election: Requested vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
I20260608 12:42:21.352211  4926 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "949be57bc31749bd94f98d8a329aa5aa" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53"
I20260608 12:42:21.356989  4994 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "949be57bc31749bd94f98d8a329aa5aa" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494"
I20260608 12:42:21.361251  5042 leader_election.cc:304] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [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: f436a0fa419d46f7aeee165bde3728a2; no voters: 01c9d8b5cf274c7f93ead98c443ac494, 0eacb4c6e125482d93d7182659c0ac53
I20260608 12:42:21.362203  5725 raft_consensus.cc:2749] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260608 12:42:21.376905  4822 catalog_manager.cc:5696] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 reported cstate change: term changed from 1 to 2, leader changed from 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194) to 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193). New cstate: current_term: 2 leader_uuid: "0eacb4c6e125482d93d7182659c0ac53" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:21.429373  5703 tablet_copy_client.cc:538] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:21.439762  4926 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "78d45ba015bf416ab3e4d92b985e75d7"
dest_uuid: "0eacb4c6e125482d93d7182659c0ac53"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:54672
I20260608 12:42:21.440735  4926 raft_consensus.cc:606] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [term 2 LEADER]: Received request to transfer leadership
I20260608 12:42:21.447283  4926 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "78d45ba015bf416ab3e4d92b985e75d7"
dest_uuid: "0eacb4c6e125482d93d7182659c0ac53"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:54672
I20260608 12:42:21.447909  4926 raft_consensus.cc:606] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [term 2 LEADER]: Received request to transfer leadership
W20260608 12:42:21.449441  4812 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: leadership transfer for 78d45ba015bf416ab3e4d92b985e75d7 already in progress [suppressed 44 similar messages]
I20260608 12:42:21.450294  5703 tablet_bootstrap.cc:492] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2: Bootstrap starting.
I20260608 12:42:21.468358  4926 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "78d45ba015bf416ab3e4d92b985e75d7"
dest_uuid: "0eacb4c6e125482d93d7182659c0ac53"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:54672
I20260608 12:42:21.469036  4926 raft_consensus.cc:606] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [term 2 LEADER]: Received request to transfer leadership
W20260608 12:42:21.474184  4873 auto_rebalancer.cc:855] Removing replace marker failed: Service unavailable: leader transfer in progress
W20260608 12:42:21.474650  4873 auto_rebalancer.cc:863] Could not move replica: Remote error: Service unavailable: leadership transfer for 78d45ba015bf416ab3e4d92b985e75d7 already in progress
W20260608 12:42:21.474978  4873 auto_rebalancer.cc:301] scheduled replica move failed to complete: Remote error: Service unavailable: leadership transfer for 78d45ba015bf416ab3e4d92b985e75d7 already in progress
W20260608 12:42:21.482551  4967 consensus_peers.cc:597] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 -> Peer 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198:34105): Couldn't send request to peer 12046c3be0fd45f0b4e613bb9a009215. Error code: TABLET_NOT_RUNNING (12). Status: Illegal state: Tablet not RUNNING: BOOTSTRAPPING. This is attempt 6: this message will repeat every 5th retry.
I20260608 12:42:21.504088  5068 raft_consensus.cc:1240] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 2 FOLLOWER]: Rejecting Update request from peer 0eacb4c6e125482d93d7182659c0ac53 for earlier term 1. Current term is 2. Ops: []
I20260608 12:42:21.506471  5711 consensus_queue.cc:1059] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: INVALID_TERM, Last received: 1.26, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 12:42:21.507548  5711 raft_consensus.cc:3055] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:42:21.507956  5711 raft_consensus.cc:740] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 0eacb4c6e125482d93d7182659c0ac53, State: Running, Role: LEADER
I20260608 12:42:21.522953  4994 raft_consensus.cc:1240] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Rejecting Update request from peer 0eacb4c6e125482d93d7182659c0ac53 for earlier term 1. Current term is 2. Ops: []
I20260608 12:42:21.525774  5720 consensus_queue.cc:1059] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true }, Status: INVALID_TERM, Last received: 1.29, Next index: 30, Last known committed idx: 29, Time since last communication: 0.000s
I20260608 12:42:21.526737  5720 raft_consensus.cc:3055] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:42:21.527089  5720 raft_consensus.cc:740] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 0eacb4c6e125482d93d7182659c0ac53, State: Running, Role: LEADER
I20260608 12:42:21.528147  5720 consensus_queue.cc:260] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 29, Committed index: 29, Last appended: 1.29, Last appended by leader: 29, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:21.534099  5720 raft_consensus.cc:3060] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:21.509052  5711 consensus_queue.cc:260] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 26, Committed index: 26, Last appended: 1.26, Last appended by leader: 26, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } }
I20260608 12:42:21.550242  5711 raft_consensus.cc:3060] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:21.551810  5068 raft_consensus.cc:1240] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [term 2 FOLLOWER]: Rejecting Update request from peer 0eacb4c6e125482d93d7182659c0ac53 for earlier term 1. Current term is 2. Ops: []
I20260608 12:42:21.556129  5706 consensus_queue.cc:1059] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: INVALID_TERM, Last received: 1.25, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
I20260608 12:42:21.578349  5689 tablet_copy_client.cc:538] T 78d45ba015bf416ab3e4d92b985e75d7 P 12046c3be0fd45f0b4e613bb9a009215: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:21.579903  5720 raft_consensus.cc:3055] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:42:21.580387  5720 raft_consensus.cc:740] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 0eacb4c6e125482d93d7182659c0ac53, State: Running, Role: LEADER
I20260608 12:42:21.581557  5720 consensus_queue.cc:260] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 25, Committed index: 25, Last appended: 1.25, Last appended by leader: 25, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:21.583036  5720 raft_consensus.cc:3060] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:21.589215  5689 tablet_bootstrap.cc:492] T 78d45ba015bf416ab3e4d92b985e75d7 P 12046c3be0fd45f0b4e613bb9a009215: Bootstrap starting.
I20260608 12:42:21.663451  5068 raft_consensus.cc:1275] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [term 2 FOLLOWER]: Refusing update from remote peer 93ae34c66d1746e9b551dd17944420d2: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 2 index: 28. (index mismatch)
I20260608 12:42:21.665405  5727 consensus_queue.cc:1048] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:42:21.677251  4994 raft_consensus.cc:1275] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 2 index: 27. (index mismatch)
I20260608 12:42:21.681365  5706 consensus_queue.cc:1048] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:42:21.687288  5000 raft_consensus.cc:1275] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Refusing update from remote peer 93ae34c66d1746e9b551dd17944420d2: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 2 index: 28. (index mismatch)
I20260608 12:42:21.690701  5727 consensus_queue.cc:1048] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:42:21.708989  5068 raft_consensus.cc:1275] T 78d45ba015bf416ab3e4d92b985e75d7 P f436a0fa419d46f7aeee165bde3728a2 [term 2 FOLLOWER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 2 index: 27. (index mismatch)
I20260608 12:42:21.713447  5720 consensus_queue.cc:1048] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:42:21.739717  5742 raft_consensus.cc:993] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53: : Instructing follower 01c9d8b5cf274c7f93ead98c443ac494 to start an election
I20260608 12:42:21.740363  5742 raft_consensus.cc:1081] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [term 2 LEADER]: Signalling peer 01c9d8b5cf274c7f93ead98c443ac494 to start an election
I20260608 12:42:21.743142  5000 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "78d45ba015bf416ab3e4d92b985e75d7"
dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494"
 from {username='slave'} at 127.0.0.1:60552
I20260608 12:42:21.743791  5000 raft_consensus.cc:493] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:42:21.744228  5000 raft_consensus.cc:3060] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:42:21.757856  5693 tablet_bootstrap.cc:492] T df49a7dc15aa4f50b4e26ce43b38cd4c P 12046c3be0fd45f0b4e613bb9a009215: Bootstrap replayed 1/1 log segments. Stats: ops{read=24 overwritten=0 applied=24 ignored=0} inserts{seen=97 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:21.766582  5693 tablet_bootstrap.cc:492] T df49a7dc15aa4f50b4e26ce43b38cd4c P 12046c3be0fd45f0b4e613bb9a009215: Bootstrap complete.
I20260608 12:42:21.767409  5693 ts_tablet_manager.cc:1403] T df49a7dc15aa4f50b4e26ce43b38cd4c P 12046c3be0fd45f0b4e613bb9a009215: Time spent bootstrapping tablet: real 0.515s	user 0.165s	sys 0.027s
I20260608 12:42:21.771329  5693 raft_consensus.cc:359] T df49a7dc15aa4f50b4e26ce43b38cd4c P 12046c3be0fd45f0b4e613bb9a009215 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:21.783913  5693 raft_consensus.cc:740] T df49a7dc15aa4f50b4e26ce43b38cd4c P 12046c3be0fd45f0b4e613bb9a009215 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 12046c3be0fd45f0b4e613bb9a009215, State: Initialized, Role: LEARNER
I20260608 12:42:21.784773  5693 consensus_queue.cc:260] T df49a7dc15aa4f50b4e26ce43b38cd4c P 12046c3be0fd45f0b4e613bb9a009215 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 24, Last appended: 1.24, Last appended by leader: 24, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
W20260608 12:42:21.791991  4892 consensus_peers.cc:597] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 -> Peer 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198:34105): Couldn't send request to peer 12046c3be0fd45f0b4e613bb9a009215. Error code: TABLET_NOT_RUNNING (12). Status: Illegal state: Tablet not RUNNING: BOOTSTRAPPING. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:21.783463  5695 tablet_bootstrap.cc:492] T 5fd7b9b2be344488a92937ddddc983eb P be6f7049f8d94c618188028ea35723f7: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=110 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:21.767964  5000 raft_consensus.cc:515] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 FOLLOWER]: Starting forced leader election with config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:21.794504  4996 raft_consensus.cc:1240] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 FOLLOWER]: Rejecting Update request from peer 0eacb4c6e125482d93d7182659c0ac53 for earlier term 2. Current term is 3. Ops: []
I20260608 12:42:21.796526  5000 leader_election.cc:290] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 3 election: Requested vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:21.796720  4926 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "78d45ba015bf416ab3e4d92b985e75d7" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 3 candidate_status { last_received { term: 2 index: 27 } } ignore_live_leader: true dest_uuid: "0eacb4c6e125482d93d7182659c0ac53"
I20260608 12:42:21.798185  5695 tablet_bootstrap.cc:492] T 5fd7b9b2be344488a92937ddddc983eb P be6f7049f8d94c618188028ea35723f7: Bootstrap complete.
I20260608 12:42:21.801496  5695 ts_tablet_manager.cc:1403] T 5fd7b9b2be344488a92937ddddc983eb P be6f7049f8d94c618188028ea35723f7: Time spent bootstrapping tablet: real 0.571s	user 0.152s	sys 0.029s
I20260608 12:42:21.804592  5695 raft_consensus.cc:359] T 5fd7b9b2be344488a92937ddddc983eb P be6f7049f8d94c618188028ea35723f7 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } }
I20260608 12:42:21.817401  5720 consensus_queue.cc:1059] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 }, Status: INVALID_TERM, Last received: 2.27, Next index: 28, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 12:42:21.817968  5695 raft_consensus.cc:740] T 5fd7b9b2be344488a92937ddddc983eb P be6f7049f8d94c618188028ea35723f7 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: be6f7049f8d94c618188028ea35723f7, State: Initialized, Role: LEARNER
I20260608 12:42:21.800714  5693 ts_tablet_manager.cc:1434] T df49a7dc15aa4f50b4e26ce43b38cd4c P 12046c3be0fd45f0b4e613bb9a009215: Time spent starting tablet: real 0.033s	user 0.008s	sys 0.000s
I20260608 12:42:21.800541  5068 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "78d45ba015bf416ab3e4d92b985e75d7" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 3 candidate_status { last_received { term: 2 index: 27 } } ignore_live_leader: true dest_uuid: "f436a0fa419d46f7aeee165bde3728a2"
I20260608 12:42:21.820930  5695 consensus_queue.cc:260] T 5fd7b9b2be344488a92937ddddc983eb P be6f7049f8d94c618188028ea35723f7 [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: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } }
I20260608 12:42:21.829238  4926 raft_consensus.cc:3055] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [term 2 LEADER]: Stepping down as leader of term 2
I20260608 12:42:21.829854  4926 raft_consensus.cc:740] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 0eacb4c6e125482d93d7182659c0ac53, State: Running, Role: LEADER
I20260608 12:42:21.831462  5695 ts_tablet_manager.cc:1434] T 5fd7b9b2be344488a92937ddddc983eb P be6f7049f8d94c618188028ea35723f7: Time spent starting tablet: real 0.030s	user 0.004s	sys 0.006s
I20260608 12:42:21.830997  4926 consensus_queue.cc:260] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 27, Committed index: 27, Last appended: 2.27, Last appended by leader: 27, Current term: 2, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:21.832777  4926 raft_consensus.cc:3060] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:42:21.833943  5012 tablet_copy_service.cc:342] P 01c9d8b5cf274c7f93ead98c443ac494: Request end of tablet copy session 12046c3be0fd45f0b4e613bb9a009215-df49a7dc15aa4f50b4e26ce43b38cd4c received from {username='slave'} at 127.0.0.1:48324
I20260608 12:42:21.834626  5012 tablet_copy_service.cc:434] P 01c9d8b5cf274c7f93ead98c443ac494: ending tablet copy session 12046c3be0fd45f0b4e613bb9a009215-df49a7dc15aa4f50b4e26ce43b38cd4c on tablet df49a7dc15aa4f50b4e26ce43b38cd4c with peer 12046c3be0fd45f0b4e613bb9a009215
I20260608 12:42:21.837718  5011 tablet_copy_service.cc:342] P 01c9d8b5cf274c7f93ead98c443ac494: Request end of tablet copy session be6f7049f8d94c618188028ea35723f7-5fd7b9b2be344488a92937ddddc983eb received from {username='slave'} at 127.0.0.1:48332
I20260608 12:42:21.838243  5011 tablet_copy_service.cc:434] P 01c9d8b5cf274c7f93ead98c443ac494: ending tablet copy session be6f7049f8d94c618188028ea35723f7-5fd7b9b2be344488a92937ddddc983eb on tablet 5fd7b9b2be344488a92937ddddc983eb with peer be6f7049f8d94c618188028ea35723f7
I20260608 12:42:21.869279  4926 raft_consensus.cc:2468] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 01c9d8b5cf274c7f93ead98c443ac494 in term 3.
I20260608 12:42:21.876854  5703 tablet_bootstrap.cc:492] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=127 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:21.917304  5703 tablet_bootstrap.cc:492] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2: Bootstrap complete.
I20260608 12:42:21.918206  5703 ts_tablet_manager.cc:1403] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2: Time spent bootstrapping tablet: real 0.468s	user 0.168s	sys 0.016s
I20260608 12:42:21.921770  5703 raft_consensus.cc:359] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } }
I20260608 12:42:21.922701  5703 raft_consensus.cc:740] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 93ae34c66d1746e9b551dd17944420d2, State: Initialized, Role: LEARNER
W20260608 12:42:21.898089  5358 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:46163, user_credentials={real_user=slave}} blocked reactor thread for 209429us
I20260608 12:42:21.912742  5698 tablet_bootstrap.cc:492] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215: Bootstrap replayed 1/1 log segments. Stats: ops{read=25 overwritten=0 applied=25 ignored=0} inserts{seen=101 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:21.924460  5698 tablet_bootstrap.cc:492] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215: Bootstrap complete.
I20260608 12:42:21.925125  5698 ts_tablet_manager.cc:1403] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215: Time spent bootstrapping tablet: real 0.626s	user 0.151s	sys 0.013s
I20260608 12:42:21.923396  5703 consensus_queue.cc:260] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2 [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: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } }
I20260608 12:42:21.927973  5698 raft_consensus.cc:359] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:21.928731  5698 raft_consensus.cc:740] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 12046c3be0fd45f0b4e613bb9a009215, State: Initialized, Role: LEARNER
I20260608 12:42:21.929368  5698 consensus_queue.cc:260] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215 [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: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:21.932466  5698 ts_tablet_manager.cc:1434] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.004s
I20260608 12:42:21.935042  4937 tablet_copy_service.cc:342] P 0eacb4c6e125482d93d7182659c0ac53: Request end of tablet copy session 12046c3be0fd45f0b4e613bb9a009215-e8420d84eecb452f80f79c4c2b6a5fab received from {username='slave'} at 127.0.0.1:59928
I20260608 12:42:21.935572  4937 tablet_copy_service.cc:434] P 0eacb4c6e125482d93d7182659c0ac53: ending tablet copy session 12046c3be0fd45f0b4e613bb9a009215-e8420d84eecb452f80f79c4c2b6a5fab on tablet e8420d84eecb452f80f79c4c2b6a5fab with peer 12046c3be0fd45f0b4e613bb9a009215
I20260608 12:42:21.940986  5703 ts_tablet_manager.cc:1434] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2: Time spent starting tablet: real 0.022s	user 0.008s	sys 0.000s
I20260608 12:42:21.942662  4968 leader_election.cc:304] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [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: 01c9d8b5cf274c7f93ead98c443ac494, 0eacb4c6e125482d93d7182659c0ac53; no voters: f436a0fa419d46f7aeee165bde3728a2
I20260608 12:42:21.943887  5717 raft_consensus.cc:2804] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 FOLLOWER]: Leader election won for term 3
I20260608 12:42:21.949529  4937 tablet_copy_service.cc:342] P 0eacb4c6e125482d93d7182659c0ac53: Request end of tablet copy session 93ae34c66d1746e9b551dd17944420d2-949be57bc31749bd94f98d8a329aa5aa received from {username='slave'} at 127.0.0.1:59932
I20260608 12:42:21.950251  4937 tablet_copy_service.cc:434] P 0eacb4c6e125482d93d7182659c0ac53: ending tablet copy session 93ae34c66d1746e9b551dd17944420d2-949be57bc31749bd94f98d8a329aa5aa on tablet 949be57bc31749bd94f98d8a329aa5aa with peer 93ae34c66d1746e9b551dd17944420d2
I20260608 12:42:21.960244  5717 raft_consensus.cc:697] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 LEADER]: Becoming Leader. State: Replica: 01c9d8b5cf274c7f93ead98c443ac494, State: Running, Role: LEADER
I20260608 12:42:21.961483  5717 consensus_queue.cc:237] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 26, Committed index: 26, Last appended: 2.27, Last appended by leader: 27, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:21.962226  5555 raft_consensus.cc:1217] T df49a7dc15aa4f50b4e26ce43b38cd4c P 12046c3be0fd45f0b4e613bb9a009215 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.23->[1.24-1.24]   Dedup: 1.24->[]
I20260608 12:42:22.001049  4822 catalog_manager.cc:5696] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 reported cstate change: term changed from 2 to 3, leader changed from 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193) to 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194). New cstate: current_term: 3 leader_uuid: "01c9d8b5cf274c7f93ead98c443ac494" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:22.059392  5689 tablet_bootstrap.cc:492] T 78d45ba015bf416ab3e4d92b985e75d7 P 12046c3be0fd45f0b4e613bb9a009215: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=102 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:22.060482  5689 tablet_bootstrap.cc:492] T 78d45ba015bf416ab3e4d92b985e75d7 P 12046c3be0fd45f0b4e613bb9a009215: Bootstrap complete.
I20260608 12:42:22.061236  5689 ts_tablet_manager.cc:1403] T 78d45ba015bf416ab3e4d92b985e75d7 P 12046c3be0fd45f0b4e613bb9a009215: Time spent bootstrapping tablet: real 0.472s	user 0.147s	sys 0.024s
I20260608 12:42:22.067013  5689 raft_consensus.cc:359] T 78d45ba015bf416ab3e4d92b985e75d7 P 12046c3be0fd45f0b4e613bb9a009215 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:22.073679  5689 raft_consensus.cc:740] T 78d45ba015bf416ab3e4d92b985e75d7 P 12046c3be0fd45f0b4e613bb9a009215 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 12046c3be0fd45f0b4e613bb9a009215, State: Initialized, Role: LEARNER
I20260608 12:42:22.074515  5689 consensus_queue.cc:260] T 78d45ba015bf416ab3e4d92b985e75d7 P 12046c3be0fd45f0b4e613bb9a009215 [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: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:22.077155  5689 ts_tablet_manager.cc:1434] T 78d45ba015bf416ab3e4d92b985e75d7 P 12046c3be0fd45f0b4e613bb9a009215: Time spent starting tablet: real 0.015s	user 0.005s	sys 0.000s
I20260608 12:42:22.079548  5011 tablet_copy_service.cc:342] P 01c9d8b5cf274c7f93ead98c443ac494: Request end of tablet copy session 12046c3be0fd45f0b4e613bb9a009215-78d45ba015bf416ab3e4d92b985e75d7 received from {username='slave'} at 127.0.0.1:48324
I20260608 12:42:22.080030  5011 tablet_copy_service.cc:434] P 01c9d8b5cf274c7f93ead98c443ac494: ending tablet copy session 12046c3be0fd45f0b4e613bb9a009215-78d45ba015bf416ab3e4d92b985e75d7 on tablet 78d45ba015bf416ab3e4d92b985e75d7 with peer 12046c3be0fd45f0b4e613bb9a009215
I20260608 12:42:22.154484  5701 tablet_bootstrap.cc:492] T 5037180c0ce4496693e53897d23ce934 P 12046c3be0fd45f0b4e613bb9a009215: Bootstrap replayed 1/1 log segments. Stats: ops{read=29 overwritten=0 applied=29 ignored=0} inserts{seen=99 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:22.155573  5701 tablet_bootstrap.cc:492] T 5037180c0ce4496693e53897d23ce934 P 12046c3be0fd45f0b4e613bb9a009215: Bootstrap complete.
I20260608 12:42:22.156451  5701 ts_tablet_manager.cc:1403] T 5037180c0ce4496693e53897d23ce934 P 12046c3be0fd45f0b4e613bb9a009215: Time spent bootstrapping tablet: real 0.822s	user 0.172s	sys 0.043s
I20260608 12:42:22.159475  5701 raft_consensus.cc:359] T 5037180c0ce4496693e53897d23ce934 P 12046c3be0fd45f0b4e613bb9a009215 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:22.160351  5701 raft_consensus.cc:740] T 5037180c0ce4496693e53897d23ce934 P 12046c3be0fd45f0b4e613bb9a009215 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 12046c3be0fd45f0b4e613bb9a009215, State: Initialized, Role: LEARNER
I20260608 12:42:22.161015  5701 consensus_queue.cc:260] T 5037180c0ce4496693e53897d23ce934 P 12046c3be0fd45f0b4e613bb9a009215 [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: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:22.170094  5701 ts_tablet_manager.cc:1434] T 5037180c0ce4496693e53897d23ce934 P 12046c3be0fd45f0b4e613bb9a009215: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.000s
I20260608 12:42:22.177465  4937 tablet_copy_service.cc:342] P 0eacb4c6e125482d93d7182659c0ac53: Request end of tablet copy session 12046c3be0fd45f0b4e613bb9a009215-5037180c0ce4496693e53897d23ce934 received from {username='slave'} at 127.0.0.1:59928
I20260608 12:42:22.177977  4937 tablet_copy_service.cc:434] P 0eacb4c6e125482d93d7182659c0ac53: ending tablet copy session 12046c3be0fd45f0b4e613bb9a009215-5037180c0ce4496693e53897d23ce934 on tablet 5037180c0ce4496693e53897d23ce934 with peer 12046c3be0fd45f0b4e613bb9a009215
I20260608 12:42:22.257257  5467 raft_consensus.cc:1217] T 5fd7b9b2be344488a92937ddddc983eb P be6f7049f8d94c618188028ea35723f7 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260608 12:42:22.294080  5555 raft_consensus.cc:1217] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.24->[1.25-1.25]   Dedup: 1.25->[]
I20260608 12:42:22.344900  4926 raft_consensus.cc:1275] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [term 3 FOLLOWER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 2 index: 27. Preceding OpId from leader: term: 3 index: 28. (index mismatch)
I20260608 12:42:22.359313  5754 consensus_queue.cc:1048] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260608 12:42:22.388711  5555 raft_consensus.cc:3060] T 78d45ba015bf416ab3e4d92b985e75d7 P 12046c3be0fd45f0b4e613bb9a009215 [term 1 LEARNER]: Advancing to term 3
I20260608 12:42:22.388835  5068 raft_consensus.cc:3060] T 78d45ba015bf416ab3e4d92b985e75d7 P f436a0fa419d46f7aeee165bde3728a2 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:42:22.397145  5068 raft_consensus.cc:1275] T 78d45ba015bf416ab3e4d92b985e75d7 P f436a0fa419d46f7aeee165bde3728a2 [term 3 FOLLOWER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 2 index: 27. Preceding OpId from leader: term: 3 index: 28. (index mismatch)
I20260608 12:42:22.399003  5755 consensus_queue.cc:1048] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:42:22.438699  5555 raft_consensus.cc:1275] T 78d45ba015bf416ab3e4d92b985e75d7 P 12046c3be0fd45f0b4e613bb9a009215 [term 3 LEARNER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 3 index: 28. (index mismatch)
I20260608 12:42:22.445178  5755 consensus_queue.cc:1048] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:42:22.495891  5717 raft_consensus.cc:1064] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494: attempting to promote NON_VOTER 12046c3be0fd45f0b4e613bb9a009215 to VOTER
I20260608 12:42:22.498739  5717 consensus_queue.cc:237] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 28, Committed index: 28, Last appended: 3.28, Last appended by leader: 27, Current term: 3, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } }
I20260608 12:42:22.516628  5067 raft_consensus.cc:1275] T 78d45ba015bf416ab3e4d92b985e75d7 P f436a0fa419d46f7aeee165bde3728a2 [term 3 FOLLOWER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 3 index: 28. Preceding OpId from leader: term: 3 index: 29. (index mismatch)
I20260608 12:42:22.517164  5556 raft_consensus.cc:1275] T 78d45ba015bf416ab3e4d92b985e75d7 P 12046c3be0fd45f0b4e613bb9a009215 [term 3 LEARNER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 3 index: 28. Preceding OpId from leader: term: 3 index: 29. (index mismatch)
I20260608 12:42:22.518844  5755 consensus_queue.cc:1048] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260608 12:42:22.520526  5755 consensus_queue.cc:1048] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260608 12:42:22.530730  4926 raft_consensus.cc:1275] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [term 3 FOLLOWER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 3 index: 28. Preceding OpId from leader: term: 3 index: 29. (index mismatch)
I20260608 12:42:22.532440  5754 consensus_queue.cc:1048] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } 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 12:42:22.539851  5754 raft_consensus.cc:2955] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 LEADER]: Committing config change with OpId 3.29: config changed from index 26 to 29, 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:22.542914  5556 raft_consensus.cc:2955] T 78d45ba015bf416ab3e4d92b985e75d7 P 12046c3be0fd45f0b4e613bb9a009215 [term 3 FOLLOWER]: Committing config change with OpId 3.29: config changed from index 26 to 29, 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:22.546010  4926 raft_consensus.cc:2955] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [term 3 FOLLOWER]: Committing config change with OpId 3.29: config changed from index 26 to 29, 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:22.570295  5067 raft_consensus.cc:2955] T 78d45ba015bf416ab3e4d92b985e75d7 P f436a0fa419d46f7aeee165bde3728a2 [term 3 FOLLOWER]: Committing config change with OpId 3.29: config changed from index 26 to 29, 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:22.571257  4822 catalog_manager.cc:5696] T 78d45ba015bf416ab3e4d92b985e75d7 P 12046c3be0fd45f0b4e613bb9a009215 reported cstate change: config changed from index 26 to 29, 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) changed from NON_VOTER to VOTER. New cstate: current_term: 3 leader_uuid: "01c9d8b5cf274c7f93ead98c443ac494" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:22.586529  5755 raft_consensus.cc:1064] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494: attempting to promote NON_VOTER 12046c3be0fd45f0b4e613bb9a009215 to VOTER
I20260608 12:42:22.590888  5755 consensus_queue.cc:237] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [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: 3, State: 0, Mode: LEADER, active raft config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } }
I20260608 12:42:22.606624  5556 raft_consensus.cc:1275] T df49a7dc15aa4f50b4e26ce43b38cd4c P 12046c3be0fd45f0b4e613bb9a009215 [term 1 LEARNER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 12:42:22.606681  5067 raft_consensus.cc:1275] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 12:42:22.608552  4926 raft_consensus.cc:1275] T df49a7dc15aa4f50b4e26ce43b38cd4c P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 12:42:22.610458  5754 consensus_queue.cc:1048] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } 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 12:42:22.620210  5717 consensus_queue.cc:1048] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
I20260608 12:42:22.624182  5754 consensus_queue.cc:1048] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
I20260608 12:42:22.663480  5556 raft_consensus.cc:2955] T df49a7dc15aa4f50b4e26ce43b38cd4c P 12046c3be0fd45f0b4e613bb9a009215 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index 24 to 25, 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:22.664474  5067 raft_consensus.cc:2955] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index 24 to 25, 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:22.657032  5717 raft_consensus.cc:2955] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 LEADER]: Committing config change with OpId 1.25: config changed from index 24 to 25, 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:22.676226  4994 consensus_queue.cc:237] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 29, Committed index: 29, Last appended: 3.29, Last appended by leader: 27, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } }
I20260608 12:42:22.684954  4819 catalog_manager.cc:5696] T df49a7dc15aa4f50b4e26ce43b38cd4c P 12046c3be0fd45f0b4e613bb9a009215 reported cstate change: config changed from index 24 to 25, 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "01c9d8b5cf274c7f93ead98c443ac494" committed_config { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:22.688539  4926 raft_consensus.cc:2955] T df49a7dc15aa4f50b4e26ce43b38cd4c P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index 24 to 25, 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:22.703876  5556 raft_consensus.cc:1275] T 78d45ba015bf416ab3e4d92b985e75d7 P 12046c3be0fd45f0b4e613bb9a009215 [term 3 FOLLOWER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 3 index: 29. Preceding OpId from leader: term: 3 index: 30. (index mismatch)
I20260608 12:42:22.709386  5067 raft_consensus.cc:1275] T 78d45ba015bf416ab3e4d92b985e75d7 P f436a0fa419d46f7aeee165bde3728a2 [term 3 FOLLOWER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 3 index: 29. Preceding OpId from leader: term: 3 index: 30. (index mismatch)
I20260608 12:42:22.712615  5766 consensus_queue.cc:1048] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.000s
I20260608 12:42:22.717993  5717 consensus_queue.cc:1048] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.000s
I20260608 12:42:22.720814  5755 raft_consensus.cc:2955] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 LEADER]: Committing config change with OpId 3.30: config changed from index 29 to 30, VOTER 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:22.725015  5556 raft_consensus.cc:2955] T 78d45ba015bf416ab3e4d92b985e75d7 P 12046c3be0fd45f0b4e613bb9a009215 [term 3 FOLLOWER]: Committing config change with OpId 3.30: config changed from index 29 to 30, VOTER 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:22.737164  4994 consensus_queue.cc:237] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [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: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } }
I20260608 12:42:22.743938  5555 raft_consensus.cc:1275] T df49a7dc15aa4f50b4e26ce43b38cd4c P 12046c3be0fd45f0b4e613bb9a009215 [term 1 FOLLOWER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:42:22.746212  5067 raft_consensus.cc:1275] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:42:22.748899  5754 consensus_queue.cc:1048] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:42:22.750895  5754 consensus_queue.cc:1048] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:42:22.753613  4819 catalog_manager.cc:5696] T 78d45ba015bf416ab3e4d92b985e75d7 P 12046c3be0fd45f0b4e613bb9a009215 reported cstate change: config changed from index 29 to 30, VOTER 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193) evicted. New cstate: current_term: 3 leader_uuid: "01c9d8b5cf274c7f93ead98c443ac494" committed_config { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:22.766356  4812 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 78d45ba015bf416ab3e4d92b985e75d7 with cas_config_opid_index 29: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:42:22.769155  4912 tablet_service.cc:1558] Processing DeleteTablet for tablet 78d45ba015bf416ab3e4d92b985e75d7 with delete_type TABLET_DATA_TOMBSTONED (TS 0eacb4c6e125482d93d7182659c0ac53 not found in new config with opid_index 30) from {username='slave'} at 127.0.0.1:54672
I20260608 12:42:22.774045  5773 tablet_replica.cc:333] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53: stopping tablet replica
I20260608 12:42:22.775271  5773 raft_consensus.cc:2243] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:22.779269  5067 raft_consensus.cc:2955] T 78d45ba015bf416ab3e4d92b985e75d7 P f436a0fa419d46f7aeee165bde3728a2 [term 3 FOLLOWER]: Committing config change with OpId 3.30: config changed from index 29 to 30, VOTER 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:22.782138  5068 raft_consensus.cc:2955] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, VOTER 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193) evicted. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:22.779842  5754 raft_consensus.cc:2955] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index 25 to 26, VOTER 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193) evicted. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:22.791313  5556 raft_consensus.cc:2955] T df49a7dc15aa4f50b4e26ce43b38cd4c P 12046c3be0fd45f0b4e613bb9a009215 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, VOTER 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193) evicted. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:22.802345  5773 raft_consensus.cc:2272] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:22.809316  4812 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet df49a7dc15aa4f50b4e26ce43b38cd4c with cas_config_opid_index 25: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:42:22.809966  5773 ts_tablet_manager.cc:1916] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:42:22.813668  5774 raft_consensus.cc:493] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:22.814422  5774 raft_consensus.cc:515] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:22.816751  5774 leader_election.cc:290] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
I20260608 12:42:22.819779  4994 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5037180c0ce4496693e53897d23ce934" candidate_uuid: "be6f7049f8d94c618188028ea35723f7" candidate_term: 2 candidate_status { last_received { term: 1 index: 29 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494" is_pre_election: true
I20260608 12:42:22.819999  4926 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5037180c0ce4496693e53897d23ce934" candidate_uuid: "be6f7049f8d94c618188028ea35723f7" candidate_term: 2 candidate_status { last_received { term: 1 index: 29 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53" is_pre_election: true
I20260608 12:42:22.820663  4926 raft_consensus.cc:2468] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate be6f7049f8d94c618188028ea35723f7 in term 2.
I20260608 12:42:22.820765  4994 raft_consensus.cc:2393] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate be6f7049f8d94c618188028ea35723f7 in current term 2: Already voted for candidate 01c9d8b5cf274c7f93ead98c443ac494 in this term.
I20260608 12:42:22.819381  4825 catalog_manager.cc:5696] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2 reported cstate change: config changed from index 25 to 26, VOTER 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "01c9d8b5cf274c7f93ead98c443ac494" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:22.822032  5433 leader_election.cc:304] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [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: 0eacb4c6e125482d93d7182659c0ac53, be6f7049f8d94c618188028ea35723f7; no voters: 
I20260608 12:42:22.832033  5774 raft_consensus.cc:2804] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:42:22.832558  5774 raft_consensus.cc:493] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:22.832995  5774 raft_consensus.cc:3060] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:22.836128  5754 raft_consensus.cc:1064] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494: attempting to promote NON_VOTER be6f7049f8d94c618188028ea35723f7 to VOTER
I20260608 12:42:22.842248  5754 consensus_queue.cc:237] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [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: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } }
I20260608 12:42:22.845263  4912 tablet_service.cc:1558] Processing DeleteTablet for tablet df49a7dc15aa4f50b4e26ce43b38cd4c with delete_type TABLET_DATA_TOMBSTONED (TS 0eacb4c6e125482d93d7182659c0ac53 not found in new config with opid_index 26) from {username='slave'} at 127.0.0.1:54672
I20260608 12:42:22.850044  5774 raft_consensus.cc:515] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 2 FOLLOWER]: Starting leader election with config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:22.854210  4926 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5037180c0ce4496693e53897d23ce934" candidate_uuid: "be6f7049f8d94c618188028ea35723f7" candidate_term: 2 candidate_status { last_received { term: 1 index: 29 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53"
I20260608 12:42:22.858314  4994 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5037180c0ce4496693e53897d23ce934" candidate_uuid: "be6f7049f8d94c618188028ea35723f7" candidate_term: 2 candidate_status { last_received { term: 1 index: 29 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494"
I20260608 12:42:22.859274  4994 raft_consensus.cc:2393] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate be6f7049f8d94c618188028ea35723f7 in current term 2: Already voted for candidate 01c9d8b5cf274c7f93ead98c443ac494 in this term.
I20260608 12:42:22.869966  4926 raft_consensus.cc:2468] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate be6f7049f8d94c618188028ea35723f7 in term 2.
I20260608 12:42:22.871686  5433 leader_election.cc:304] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [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: 0eacb4c6e125482d93d7182659c0ac53, be6f7049f8d94c618188028ea35723f7; no voters: 01c9d8b5cf274c7f93ead98c443ac494
I20260608 12:42:22.876546  5766 raft_consensus.cc:493] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:22.877324  5766 raft_consensus.cc:515] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } }
I20260608 12:42:22.879441  5773 ts_tablet_manager.cc:1929] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 3.29
I20260608 12:42:22.880038  5773 log.cc:1199] T 78d45ba015bf416ab3e4d92b985e75d7 P 0eacb4c6e125482d93d7182659c0ac53: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-0-root/wals/78d45ba015bf416ab3e4d92b985e75d7
I20260608 12:42:22.881968  4812 catalog_manager.cc:5027] TS 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): tablet 78d45ba015bf416ab3e4d92b985e75d7 (table test-workload [id=e5ead135ec4b472fbf7a434803cddf44]) successfully deleted
I20260608 12:42:22.884404  5766 leader_election.cc:290] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:22.885645  5068 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "949be57bc31749bd94f98d8a329aa5aa" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2" is_pre_election: true
I20260608 12:42:22.886637  5068 raft_consensus.cc:2393] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 01c9d8b5cf274c7f93ead98c443ac494 in current term 2: Already voted for candidate f436a0fa419d46f7aeee165bde3728a2 in this term.
I20260608 12:42:22.852661  5774 leader_election.cc:290] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [CANDIDATE]: Term 2 election: Requested vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
I20260608 12:42:22.889235  5774 raft_consensus.cc:2804] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:42:22.890915  5773 tablet_replica.cc:333] T df49a7dc15aa4f50b4e26ce43b38cd4c P 0eacb4c6e125482d93d7182659c0ac53: stopping tablet replica
I20260608 12:42:22.894071  5711 raft_consensus.cc:493] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:22.894706  5711 raft_consensus.cc:515] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } }
I20260608 12:42:22.902617  5068 raft_consensus.cc:1275] T 5fd7b9b2be344488a92937ddddc983eb P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:42:22.901587  4994 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "949be57bc31749bd94f98d8a329aa5aa" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 3 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494" is_pre_election: true
I20260608 12:42:22.904577  4994 raft_consensus.cc:2468] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0eacb4c6e125482d93d7182659c0ac53 in term 1.
I20260608 12:42:22.906149  4893 leader_election.cc:304] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [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: 01c9d8b5cf274c7f93ead98c443ac494, 0eacb4c6e125482d93d7182659c0ac53; no voters: 
I20260608 12:42:22.889739  5774 raft_consensus.cc:697] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 2 LEADER]: Becoming Leader. State: Replica: be6f7049f8d94c618188028ea35723f7, State: Running, Role: LEADER
I20260608 12:42:22.908329  4922 raft_consensus.cc:1275] T 5fd7b9b2be344488a92937ddddc983eb P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:42:22.908644  5774 consensus_queue.cc:237] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 29, Committed index: 29, Last appended: 1.29, Last appended by leader: 29, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:22.909658  4926 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "949be57bc31749bd94f98d8a329aa5aa" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53" is_pre_election: true
I20260608 12:42:22.909920  5754 consensus_queue.cc:1048] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:42:22.910353  4926 raft_consensus.cc:2468] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 01c9d8b5cf274c7f93ead98c443ac494 in term 2.
I20260608 12:42:22.912165  5711 leader_election.cc:290] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:22.912304  5766 consensus_queue.cc:1048] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 12:42:22.912833  5711 raft_consensus.cc:2804] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260608 12:42:22.912782  4968 leader_election.cc:304] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [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: 01c9d8b5cf274c7f93ead98c443ac494, 0eacb4c6e125482d93d7182659c0ac53; no voters: f436a0fa419d46f7aeee165bde3728a2
I20260608 12:42:22.913487  5711 raft_consensus.cc:493] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:22.914283  5717 raft_consensus.cc:2804] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:42:22.916355  5711 raft_consensus.cc:3060] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:42:22.916453  5717 raft_consensus.cc:493] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:22.917062  5717 raft_consensus.cc:3060] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:22.926512  5717 raft_consensus.cc:515] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Starting leader election with config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } }
I20260608 12:42:22.915369  5778 raft_consensus.cc:493] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:22.915829  5773 raft_consensus.cc:2243] T df49a7dc15aa4f50b4e26ce43b38cd4c P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:22.930929  5773 raft_consensus.cc:2272] T df49a7dc15aa4f50b4e26ce43b38cd4c P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:22.931097  5067 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "949be57bc31749bd94f98d8a329aa5aa" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 3 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2" is_pre_election: true
I20260608 12:42:22.931888  5067 raft_consensus.cc:2468] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0eacb4c6e125482d93d7182659c0ac53 in term 2.
I20260608 12:42:22.939066  5754 raft_consensus.cc:493] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:22.939292  4922 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "949be57bc31749bd94f98d8a329aa5aa" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53"
I20260608 12:42:22.942775  5779 raft_consensus.cc:1064] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53: attempting to promote NON_VOTER 12046c3be0fd45f0b4e613bb9a009215 to VOTER
I20260608 12:42:22.943054  5717 leader_election.cc:290] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 2 election: Requested vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:22.933068  5778 raft_consensus.cc:515] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:22.943279  5754 raft_consensus.cc:515] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:22.945235  5067 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "949be57bc31749bd94f98d8a329aa5aa" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2"
I20260608 12:42:22.946118  5067 raft_consensus.cc:2393] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 01c9d8b5cf274c7f93ead98c443ac494 in current term 2: Already voted for candidate f436a0fa419d46f7aeee165bde3728a2 in this term.
I20260608 12:42:22.946484  4924 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "80a4e48c83c94fca929cc1b58d37f164" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 2 candidate_status { last_received { term: 1 index: 25 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53" is_pre_election: true
I20260608 12:42:22.947077  4924 raft_consensus.cc:2468] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 01c9d8b5cf274c7f93ead98c443ac494 in term 2.
W20260608 12:42:22.945914  5433 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.193:39585, user_credentials={real_user=slave}} blocked reactor thread for 74343.1us
I20260608 12:42:22.948278  4968 leader_election.cc:304] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [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: 01c9d8b5cf274c7f93ead98c443ac494, 0eacb4c6e125482d93d7182659c0ac53; no voters: 
I20260608 12:42:22.948951  5467 raft_consensus.cc:1275] T 5fd7b9b2be344488a92937ddddc983eb P be6f7049f8d94c618188028ea35723f7 [term 1 LEARNER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:42:22.949162  5717 raft_consensus.cc:2804] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:42:22.949577  5717 raft_consensus.cc:493] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:22.950654  5754 leader_election.cc:290] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:22.953541  5717 raft_consensus.cc:3060] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:22.954890  5778 leader_election.cc:290] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:22.957082  4994 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "80a4e48c83c94fca929cc1b58d37f164" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 3 candidate_status { last_received { term: 1 index: 25 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494" is_pre_election: true
I20260608 12:42:22.958436  5074 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "80a4e48c83c94fca929cc1b58d37f164" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 3 candidate_status { last_received { term: 1 index: 25 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2" is_pre_election: true
I20260608 12:42:22.958541  5754 consensus_queue.cc:1048] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } 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 12:42:22.959122  5074 raft_consensus.cc:2468] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0eacb4c6e125482d93d7182659c0ac53 in term 2.
I20260608 12:42:22.960376  4892 leader_election.cc:304] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [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: 0eacb4c6e125482d93d7182659c0ac53, f436a0fa419d46f7aeee165bde3728a2; no voters: 
I20260608 12:42:22.960582  5779 consensus_queue.cc:237] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [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: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } }
I20260608 12:42:22.961293  4825 catalog_manager.cc:5696] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 reported cstate change: term changed from 1 to 2, leader changed from 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193) to be6f7049f8d94c618188028ea35723f7 (127.0.107.197). New cstate: current_term: 2 leader_uuid: "be6f7049f8d94c618188028ea35723f7" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:22.966622  5067 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "80a4e48c83c94fca929cc1b58d37f164" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 2 candidate_status { last_received { term: 1 index: 25 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2" is_pre_election: true
I20260608 12:42:22.971015  5778 raft_consensus.cc:2804] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260608 12:42:22.972095  5778 raft_consensus.cc:493] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:22.972569  5778 raft_consensus.cc:3060] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:42:22.974947  5067 raft_consensus.cc:2393] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 01c9d8b5cf274c7f93ead98c443ac494 in current term 2: Already voted for candidate f436a0fa419d46f7aeee165bde3728a2 in this term.
I20260608 12:42:22.980353  5711 raft_consensus.cc:515] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [term 3 FOLLOWER]: Starting leader election with config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } }
I20260608 12:42:22.981869  4922 raft_consensus.cc:2368] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [term 3 FOLLOWER]: Leader election vote request: Denying vote to candidate 01c9d8b5cf274c7f93ead98c443ac494 for earlier term 2. Current term is 3.
I20260608 12:42:22.983953  5000 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "949be57bc31749bd94f98d8a329aa5aa" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 3 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494"
I20260608 12:42:22.984581  4968 leader_election.cc:400] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 2 election: Vote denied by peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585) with higher term. Message: Invalid argument: T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [term 3 FOLLOWER]: Leader election vote request: Denying vote to candidate 01c9d8b5cf274c7f93ead98c443ac494 for earlier term 2. Current term is 3.
I20260608 12:42:22.984911  4968 leader_election.cc:403] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 2 election: Cancelling election due to peer responding with higher term
I20260608 12:42:22.984581  5000 raft_consensus.cc:3060] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:42:22.987706  5711 leader_election.cc:290] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 3 election: Requested vote from peers 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:22.988394  5067 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "949be57bc31749bd94f98d8a329aa5aa" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 3 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2"
I20260608 12:42:22.989171  5067 raft_consensus.cc:3060] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:42:22.994514  5000 raft_consensus.cc:2468] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0eacb4c6e125482d93d7182659c0ac53 in term 3.
I20260608 12:42:22.996050  5754 raft_consensus.cc:2749] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 FOLLOWER]: Leader election lost for term 2. Reason: Vote denied by peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585) with higher term. Message: Invalid argument: T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [term 3 FOLLOWER]: Leader election vote request: Denying vote to candidate 01c9d8b5cf274c7f93ead98c443ac494 for earlier term 2. Current term is 3.
I20260608 12:42:23.000360  5067 raft_consensus.cc:2468] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0eacb4c6e125482d93d7182659c0ac53 in term 3.
I20260608 12:42:22.995805  4893 leader_election.cc:304] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [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: 01c9d8b5cf274c7f93ead98c443ac494, 0eacb4c6e125482d93d7182659c0ac53; no voters: 
I20260608 12:42:23.013870  5773 ts_tablet_manager.cc:1916] T df49a7dc15aa4f50b4e26ce43b38cd4c P 0eacb4c6e125482d93d7182659c0ac53: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:42:23.020417  4926 raft_consensus.cc:2955] T 5fd7b9b2be344488a92937ddddc983eb P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, be6f7049f8d94c618188028ea35723f7 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:23.017932  5783 raft_consensus.cc:2804] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [term 3 FOLLOWER]: Leader election won for term 3
I20260608 12:42:23.022944  5467 raft_consensus.cc:2955] T 5fd7b9b2be344488a92937ddddc983eb P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, be6f7049f8d94c618188028ea35723f7 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:23.024305  5783 raft_consensus.cc:697] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [term 3 LEADER]: Becoming Leader. State: Replica: 0eacb4c6e125482d93d7182659c0ac53, State: Running, Role: LEADER
I20260608 12:42:23.025318  5783 consensus_queue.cc:237] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [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: 26, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } }
I20260608 12:42:23.012667  5754 raft_consensus.cc:2955] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, be6f7049f8d94c618188028ea35723f7 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:23.030584  5717 raft_consensus.cc:515] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:23.039615  4825 catalog_manager.cc:5696] T 5fd7b9b2be344488a92937ddddc983eb P be6f7049f8d94c618188028ea35723f7 reported cstate change: config changed from index 26 to 27, be6f7049f8d94c618188028ea35723f7 (127.0.107.197) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "01c9d8b5cf274c7f93ead98c443ac494" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:23.042369  5067 raft_consensus.cc:1275] T e8420d84eecb452f80f79c4c2b6a5fab P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:42:23.042663  5556 raft_consensus.cc:1275] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215 [term 1 LEARNER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:42:23.044308  5000 raft_consensus.cc:1275] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:42:23.044209  5711 consensus_queue.cc:1048] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:42:23.045718  5776 consensus_queue.cc:1048] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:42:23.048360  5779 consensus_queue.cc:1048] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:42:23.049265  4994 raft_consensus.cc:2468] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0eacb4c6e125482d93d7182659c0ac53 in term 2.
I20260608 12:42:23.051175  5717 leader_election.cc:290] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 2 election: Requested vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:23.051800  4926 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "80a4e48c83c94fca929cc1b58d37f164" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 2 candidate_status { last_received { term: 1 index: 25 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53"
I20260608 12:42:23.038057  5778 raft_consensus.cc:515] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:23.053460  5067 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "80a4e48c83c94fca929cc1b58d37f164" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 2 candidate_status { last_received { term: 1 index: 25 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2"
I20260608 12:42:23.054347  5067 raft_consensus.cc:2393] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 01c9d8b5cf274c7f93ead98c443ac494 in current term 2: Already voted for candidate f436a0fa419d46f7aeee165bde3728a2 in this term.
I20260608 12:42:23.061038  4994 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "80a4e48c83c94fca929cc1b58d37f164" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 3 candidate_status { last_received { term: 1 index: 25 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494"
I20260608 12:42:23.061614  4994 raft_consensus.cc:3060] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:42:23.062346  4926 raft_consensus.cc:2368] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [term 3 FOLLOWER]: Leader election vote request: Denying vote to candidate 01c9d8b5cf274c7f93ead98c443ac494 for earlier term 2. Current term is 3.
I20260608 12:42:23.066599  5067 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "80a4e48c83c94fca929cc1b58d37f164" candidate_uuid: "0eacb4c6e125482d93d7182659c0ac53" candidate_term: 3 candidate_status { last_received { term: 1 index: 25 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2"
I20260608 12:42:23.067217  5067 raft_consensus.cc:3060] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:42:23.061897  5778 leader_election.cc:290] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [CANDIDATE]: Term 3 election: Requested vote from peers 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:23.074548  4968 leader_election.cc:400] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 2 election: Vote denied by peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585) with higher term. Message: Invalid argument: T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [term 3 FOLLOWER]: Leader election vote request: Denying vote to candidate 01c9d8b5cf274c7f93ead98c443ac494 for earlier term 2. Current term is 3.
I20260608 12:42:23.074944  4968 leader_election.cc:403] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 2 election: Cancelling election due to peer responding with higher term
I20260608 12:42:23.076819  5068 raft_consensus.cc:2955] T 5fd7b9b2be344488a92937ddddc983eb P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, be6f7049f8d94c618188028ea35723f7 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:23.080981  4819 catalog_manager.cc:5696] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 reported cstate change: term changed from 1 to 3. New cstate: current_term: 3 leader_uuid: "0eacb4c6e125482d93d7182659c0ac53" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:23.090523  4996 consensus_queue.cc:237] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [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: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } }
I20260608 12:42:23.096823  5067 raft_consensus.cc:2468] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0eacb4c6e125482d93d7182659c0ac53 in term 3.
I20260608 12:42:23.097278  5467 raft_consensus.cc:1275] T 5fd7b9b2be344488a92937ddddc983eb P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:42:23.102118  5717 consensus_queue.cc:1048] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:42:23.104980  5071 raft_consensus.cc:1275] T 5fd7b9b2be344488a92937ddddc983eb P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:42:23.106436  4994 raft_consensus.cc:2468] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0eacb4c6e125482d93d7182659c0ac53 in term 3.
I20260608 12:42:23.107105  5766 raft_consensus.cc:2749] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 FOLLOWER]: Leader election lost for term 2. Reason: Vote denied by peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585) with higher term. Message: Invalid argument: T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [term 3 FOLLOWER]: Leader election vote request: Denying vote to candidate 01c9d8b5cf274c7f93ead98c443ac494 for earlier term 2. Current term is 3.
I20260608 12:42:23.109177  4893 leader_election.cc:304] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [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: 01c9d8b5cf274c7f93ead98c443ac494, 0eacb4c6e125482d93d7182659c0ac53; no voters: 
I20260608 12:42:23.110144  5783 raft_consensus.cc:2804] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [term 3 FOLLOWER]: Leader election won for term 3
I20260608 12:42:23.110714  5783 raft_consensus.cc:697] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [term 3 LEADER]: Becoming Leader. State: Replica: 0eacb4c6e125482d93d7182659c0ac53, State: Running, Role: LEADER
I20260608 12:42:23.112296  5783 consensus_queue.cc:237] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [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: 25, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:23.112545  5755 consensus_queue.cc:1048] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260608 12:42:23.115100  5776 raft_consensus.cc:2955] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index 25 to 26, 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:23.123883  5755 raft_consensus.cc:2955] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:23.124281  5556 raft_consensus.cc:2955] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:23.127419  5067 raft_consensus.cc:2955] T 5fd7b9b2be344488a92937ddddc983eb P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:23.139321  5773 ts_tablet_manager.cc:1929] T df49a7dc15aa4f50b4e26ce43b38cd4c P 0eacb4c6e125482d93d7182659c0ac53: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.25
I20260608 12:42:23.143775  5000 raft_consensus.cc:2955] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:23.139874  5773 log.cc:1199] T df49a7dc15aa4f50b4e26ce43b38cd4c P 0eacb4c6e125482d93d7182659c0ac53: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-0-root/wals/df49a7dc15aa4f50b4e26ce43b38cd4c
I20260608 12:42:23.147734  4812 catalog_manager.cc:5027] TS 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): tablet df49a7dc15aa4f50b4e26ce43b38cd4c (table test-workload [id=e5ead135ec4b472fbf7a434803cddf44]) successfully deleted
I20260608 12:42:23.149343  5068 raft_consensus.cc:2955] T e8420d84eecb452f80f79c4c2b6a5fab P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:23.160586  5465 raft_consensus.cc:2955] T 5fd7b9b2be344488a92937ddddc983eb P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:23.163036  4819 catalog_manager.cc:5696] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215 reported cstate change: config changed from index 25 to 26, 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "0eacb4c6e125482d93d7182659c0ac53" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:23.185186  4825 catalog_manager.cc:5696] T 5fd7b9b2be344488a92937ddddc983eb P be6f7049f8d94c618188028ea35723f7 reported cstate change: config changed from index 27 to 28, VOTER 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "01c9d8b5cf274c7f93ead98c443ac494" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } }
I20260608 12:42:23.203043  4912 tablet_service.cc:1558] Processing DeleteTablet for tablet 5fd7b9b2be344488a92937ddddc983eb with delete_type TABLET_DATA_TOMBSTONED (TS 0eacb4c6e125482d93d7182659c0ac53 not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:54672
I20260608 12:42:23.204087  5773 tablet_replica.cc:333] T 5fd7b9b2be344488a92937ddddc983eb P 0eacb4c6e125482d93d7182659c0ac53: stopping tablet replica
I20260608 12:42:23.203794  4819 catalog_manager.cc:5696] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 reported cstate change: term changed from 1 to 3. New cstate: current_term: 3 leader_uuid: "0eacb4c6e125482d93d7182659c0ac53" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:23.205049  5773 raft_consensus.cc:2243] T 5fd7b9b2be344488a92937ddddc983eb P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:23.206236  5773 raft_consensus.cc:2272] T 5fd7b9b2be344488a92937ddddc983eb P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:23.210716  4812 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 5fd7b9b2be344488a92937ddddc983eb with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:42:23.211369  5717 raft_consensus.cc:493] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:23.212021  5717 raft_consensus.cc:515] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:23.214879  5773 ts_tablet_manager.cc:1916] T 5fd7b9b2be344488a92937ddddc983eb P 0eacb4c6e125482d93d7182659c0ac53: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:42:23.222038  5465 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5037180c0ce4496693e53897d23ce934" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 3 candidate_status { last_received { term: 1 index: 29 } } ignore_live_leader: false dest_uuid: "be6f7049f8d94c618188028ea35723f7" is_pre_election: true
I20260608 12:42:23.223405  5717 leader_election.cc:290] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), be6f7049f8d94c618188028ea35723f7 (127.0.107.197:36563)
I20260608 12:42:23.215840  4926 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5037180c0ce4496693e53897d23ce934" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 3 candidate_status { last_received { term: 1 index: 29 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53" is_pre_election: true
I20260608 12:42:23.224859  4926 raft_consensus.cc:2468] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 01c9d8b5cf274c7f93ead98c443ac494 in term 2.
I20260608 12:42:23.226374  4968 leader_election.cc:304] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [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: 01c9d8b5cf274c7f93ead98c443ac494, 0eacb4c6e125482d93d7182659c0ac53; no voters: be6f7049f8d94c618188028ea35723f7
I20260608 12:42:23.227149  5717 raft_consensus.cc:2804] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260608 12:42:23.227656  5717 raft_consensus.cc:493] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:23.228132  5717 raft_consensus.cc:3060] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:42:23.240391  5717 raft_consensus.cc:515] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 FOLLOWER]: Starting leader election with config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:23.243536  4926 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5037180c0ce4496693e53897d23ce934" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 3 candidate_status { last_received { term: 1 index: 29 } } ignore_live_leader: false dest_uuid: "0eacb4c6e125482d93d7182659c0ac53"
I20260608 12:42:23.244138  4926 raft_consensus.cc:3060] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:42:23.249965  4922 consensus_queue.cc:237] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [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: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } }
I20260608 12:42:23.250494  4926 raft_consensus.cc:2468] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 01c9d8b5cf274c7f93ead98c443ac494 in term 3.
I20260608 12:42:23.257578  5717 leader_election.cc:290] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 3 election: Requested vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), be6f7049f8d94c618188028ea35723f7 (127.0.107.197:36563)
I20260608 12:42:23.258874  5465 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5037180c0ce4496693e53897d23ce934" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 3 candidate_status { last_received { term: 1 index: 29 } } ignore_live_leader: false dest_uuid: "be6f7049f8d94c618188028ea35723f7"
I20260608 12:42:23.259085  4994 raft_consensus.cc:1275] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:42:23.259285  5556 raft_consensus.cc:1275] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215 [term 1 FOLLOWER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:42:23.261224  5778 consensus_queue.cc:1048] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } 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 12:42:23.269305  5776 consensus_queue.cc:1048] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.004s
I20260608 12:42:23.277907  5773 ts_tablet_manager.cc:1929] T 5fd7b9b2be344488a92937ddddc983eb P 0eacb4c6e125482d93d7182659c0ac53: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260608 12:42:23.278440  5773 log.cc:1199] T 5fd7b9b2be344488a92937ddddc983eb P 0eacb4c6e125482d93d7182659c0ac53: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-0-root/wals/5fd7b9b2be344488a92937ddddc983eb
I20260608 12:42:23.261225  4968 leader_election.cc:304] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [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: 01c9d8b5cf274c7f93ead98c443ac494, 0eacb4c6e125482d93d7182659c0ac53; no voters: be6f7049f8d94c618188028ea35723f7
I20260608 12:42:23.283810  5717 raft_consensus.cc:2804] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 FOLLOWER]: Leader election won for term 3
I20260608 12:42:23.284368  5717 raft_consensus.cc:697] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 LEADER]: Becoming Leader. State: Replica: 01c9d8b5cf274c7f93ead98c443ac494, State: Running, Role: LEADER
I20260608 12:42:23.285391  5717 consensus_queue.cc:237] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 29, Committed index: 29, Last appended: 1.29, Last appended by leader: 29, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:23.292126  4812 catalog_manager.cc:5027] TS 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): tablet 5fd7b9b2be344488a92937ddddc983eb (table test-workload [id=e5ead135ec4b472fbf7a434803cddf44]) successfully deleted
I20260608 12:42:23.296561  5783 raft_consensus.cc:2955] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:23.298849  5556 raft_consensus.cc:2955] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:23.314368  4812 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet e8420d84eecb452f80f79c4c2b6a5fab with cas_config_opid_index 26: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:42:23.310590  5000 raft_consensus.cc:2955] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:23.320174  4825 catalog_manager.cc:5696] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 reported cstate change: config changed from index 26 to 27, VOTER f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "0eacb4c6e125482d93d7182659c0ac53" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:42:23.330106  4819 catalog_manager.cc:5696] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 reported cstate change: term changed from 2 to 3, leader changed from be6f7049f8d94c618188028ea35723f7 (127.0.107.197) to 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194). New cstate: current_term: 3 leader_uuid: "01c9d8b5cf274c7f93ead98c443ac494" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:23.336021  5061 tablet_service.cc:1558] Processing DeleteTablet for tablet e8420d84eecb452f80f79c4c2b6a5fab with delete_type TABLET_DATA_TOMBSTONED (TS f436a0fa419d46f7aeee165bde3728a2 not found in new config with opid_index 27) from {username='slave'} at 127.0.0.1:58864
I20260608 12:42:23.365689  4994 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "5037180c0ce4496693e53897d23ce934"
dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:60544
I20260608 12:42:23.366477  4994 raft_consensus.cc:606] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 LEADER]: Received request to transfer leadership
I20260608 12:42:23.374944  5793 tablet_replica.cc:333] T e8420d84eecb452f80f79c4c2b6a5fab P f436a0fa419d46f7aeee165bde3728a2: stopping tablet replica
I20260608 12:42:23.375393  4994 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "5037180c0ce4496693e53897d23ce934"
dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:60544
I20260608 12:42:23.376102  5793 raft_consensus.cc:2243] T e8420d84eecb452f80f79c4c2b6a5fab P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:23.376070  4994 raft_consensus.cc:606] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 LEADER]: Received request to transfer leadership
I20260608 12:42:23.382688  5793 raft_consensus.cc:2272] T e8420d84eecb452f80f79c4c2b6a5fab P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:23.385561  5000 raft_consensus.cc:1240] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 LEADER]: Rejecting Update request from peer be6f7049f8d94c618188028ea35723f7 for earlier term 2. Current term is 3. Ops: []
I20260608 12:42:23.388758  5774 consensus_queue.cc:1059] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true }, Status: INVALID_TERM, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.000s
I20260608 12:42:23.389652  5774 consensus_queue.cc:1243] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [LEADER]: Peer 01c9d8b5cf274c7f93ead98c443ac494 log is divergent from this leader: its last log entry 3.30 is not in this leader's log and it has not received anything from this leader yet. Falling back to committed index 29
I20260608 12:42:23.390241  5774 raft_consensus.cc:3055] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 2 LEADER]: Stepping down as leader of term 2
I20260608 12:42:23.390605  5774 raft_consensus.cc:740] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 2 LEADER]: Becoming Follower/Learner. State: Replica: be6f7049f8d94c618188028ea35723f7, State: Running, Role: LEADER
I20260608 12:42:23.391587  5774 consensus_queue.cc:260] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 29, Committed index: 29, Last appended: 2.30, Last appended by leader: 30, Current term: 2, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:23.393076  5774 raft_consensus.cc:3060] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:42:23.394019  5793 ts_tablet_manager.cc:1916] T e8420d84eecb452f80f79c4c2b6a5fab P f436a0fa419d46f7aeee165bde3728a2: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:42:23.403231  5000 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "5037180c0ce4496693e53897d23ce934"
dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:60544
I20260608 12:42:23.403954  5000 raft_consensus.cc:606] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 LEADER]: Received request to transfer leadership
W20260608 12:42:23.410185  4873 auto_rebalancer.cc:855] Removing replace marker failed: Service unavailable: leader transfer in progress
W20260608 12:42:23.410619  4873 auto_rebalancer.cc:863] Could not move replica: Remote error: Service unavailable: leadership transfer for 5037180c0ce4496693e53897d23ce934 already in progress
W20260608 12:42:23.410950  4873 auto_rebalancer.cc:301] scheduled replica move failed to complete: Remote error: Service unavailable: leadership transfer for 5037180c0ce4496693e53897d23ce934 already in progress
I20260608 12:42:23.418165  5793 ts_tablet_manager.cc:1929] T e8420d84eecb452f80f79c4c2b6a5fab P f436a0fa419d46f7aeee165bde3728a2: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.26
I20260608 12:42:23.418776  5793 log.cc:1199] T e8420d84eecb452f80f79c4c2b6a5fab P f436a0fa419d46f7aeee165bde3728a2: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-2-root/wals/e8420d84eecb452f80f79c4c2b6a5fab
I20260608 12:42:23.420836  4811 catalog_manager.cc:5027] TS f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143): tablet e8420d84eecb452f80f79c4c2b6a5fab (table test-workload [id=e5ead135ec4b472fbf7a434803cddf44]) successfully deleted
I20260608 12:42:23.435215  5000 raft_consensus.cc:1275] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 FOLLOWER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 3 index: 27. (index mismatch)
I20260608 12:42:23.437266  5783 consensus_queue.cc:1048] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:42:23.474618  5392 raft_consensus.cc:3060] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2 [term 1 LEARNER]: Advancing to term 3
I20260608 12:42:23.482827  5067 raft_consensus.cc:1275] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 3 FOLLOWER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 3 index: 27. (index mismatch)
I20260608 12:42:23.484787  5778 consensus_queue.cc:1048] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:42:23.494964  5392 raft_consensus.cc:1275] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2 [term 3 LEARNER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 3 index: 27. (index mismatch)
I20260608 12:42:23.497220  5778 consensus_queue.cc:1048] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:42:23.510757  5776 raft_consensus.cc:1064] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53: attempting to promote NON_VOTER 93ae34c66d1746e9b551dd17944420d2 to VOTER
I20260608 12:42:23.513249  5776 consensus_queue.cc:237] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 27, Committed index: 27, Last appended: 3.27, Last appended by leader: 26, Current term: 3, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } }
I20260608 12:42:23.529121  5392 raft_consensus.cc:1275] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2 [term 3 LEARNER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 3 index: 27. Preceding OpId from leader: term: 3 index: 28. (index mismatch)
I20260608 12:42:23.529229  4994 raft_consensus.cc:1275] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 FOLLOWER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 3 index: 26. (index mismatch)
I20260608 12:42:23.536803  5776 consensus_queue.cc:1048] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:42:23.534373  5000 raft_consensus.cc:1275] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 FOLLOWER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 3 index: 27. Preceding OpId from leader: term: 3 index: 28. (index mismatch)
I20260608 12:42:23.539141  5780 consensus_queue.cc:1048] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260608 12:42:23.536901  5783 consensus_queue.cc:1048] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:42:23.552493  5000 raft_consensus.cc:2955] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 FOLLOWER]: Committing config change with OpId 3.28: config changed from index 26 to 28, 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } }
I20260608 12:42:23.552735  5711 raft_consensus.cc:2955] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [term 3 LEADER]: Committing config change with OpId 3.28: config changed from index 26 to 28, 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } }
I20260608 12:42:23.531841  5067 raft_consensus.cc:1275] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 3 FOLLOWER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 3 index: 27. Preceding OpId from leader: term: 3 index: 28. (index mismatch)
I20260608 12:42:23.555886  5778 consensus_queue.cc:1048] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:42:23.564502  5067 raft_consensus.cc:2955] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 3 FOLLOWER]: Committing config change with OpId 3.28: config changed from index 26 to 28, 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } }
I20260608 12:42:23.580221  5392 raft_consensus.cc:2955] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2 [term 3 FOLLOWER]: Committing config change with OpId 3.28: config changed from index 26 to 28, 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } }
I20260608 12:42:23.587016  4825 catalog_manager.cc:5696] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 reported cstate change: config changed from index 26 to 28, 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 3 leader_uuid: "0eacb4c6e125482d93d7182659c0ac53" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:42:23.612902  5067 raft_consensus.cc:1275] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [term 3 FOLLOWER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 3 index: 26. (index mismatch)
I20260608 12:42:23.614861  5778 consensus_queue.cc:1048] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:42:23.714541  5465 raft_consensus.cc:1275] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 3 FOLLOWER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 2 index: 30. Preceding OpId from leader: term: 3 index: 30. (term mismatch)
I20260608 12:42:23.715037  5465 pending_rounds.cc:85] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7: Aborting all ops after (but not including) 29
I20260608 12:42:23.715306  5465 pending_rounds.cc:107] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7: Aborting uncommitted NO_OP operation due to leader change: 2.30
I20260608 12:42:23.715612  5465 raft_consensus.cc:2889] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 3 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260608 12:42:23.717761  5766 consensus_queue.cc:1048] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.001s
I20260608 12:42:23.734985  4926 raft_consensus.cc:1275] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [term 3 FOLLOWER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 1 index: 29. Preceding OpId from leader: term: 3 index: 30. (index mismatch)
I20260608 12:42:23.736977  5766 consensus_queue.cc:1048] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.000s
I20260608 12:42:23.744234  5717 raft_consensus.cc:993] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494: : Instructing follower be6f7049f8d94c618188028ea35723f7 to start an election
I20260608 12:42:23.744814  5717 raft_consensus.cc:1081] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 LEADER]: Signalling peer be6f7049f8d94c618188028ea35723f7 to start an election
I20260608 12:42:23.746901  5467 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "5037180c0ce4496693e53897d23ce934"
dest_uuid: "be6f7049f8d94c618188028ea35723f7"
 from {username='slave'} at 127.0.0.1:54432
I20260608 12:42:23.747524  5467 raft_consensus.cc:493] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 3 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:42:23.747884  5467 raft_consensus.cc:3060] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 3 FOLLOWER]: Advancing to term 4
I20260608 12:42:23.758406  5556 raft_consensus.cc:3060] T 5037180c0ce4496693e53897d23ce934 P 12046c3be0fd45f0b4e613bb9a009215 [term 1 LEARNER]: Advancing to term 3
I20260608 12:42:23.796756  5467 raft_consensus.cc:515] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 4 FOLLOWER]: Starting forced leader election with config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:23.801517  5466 raft_consensus.cc:1240] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 4 FOLLOWER]: Rejecting Update request from peer 01c9d8b5cf274c7f93ead98c443ac494 for earlier term 3. Current term is 4. Ops: []
I20260608 12:42:23.804754  5755 consensus_queue.cc:1059] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false }, Status: INVALID_TERM, Last received: 3.30, Next index: 31, Last known committed idx: 29, Time since last communication: 0.000s
I20260608 12:42:23.806480  5755 raft_consensus.cc:3055] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 LEADER]: Stepping down as leader of term 3
I20260608 12:42:23.806962  5755 raft_consensus.cc:740] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 LEADER]: Becoming Follower/Learner. State: Replica: 01c9d8b5cf274c7f93ead98c443ac494, State: Running, Role: LEADER
I20260608 12:42:23.808135  5755 consensus_queue.cc:260] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 30, Committed index: 30, Last appended: 3.30, Last appended by leader: 30, Current term: 3, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:23.810647  5755 raft_consensus.cc:3060] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 FOLLOWER]: Advancing to term 4
I20260608 12:42:23.799521  5556 raft_consensus.cc:1275] T 5037180c0ce4496693e53897d23ce934 P 12046c3be0fd45f0b4e613bb9a009215 [term 3 LEARNER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 1 index: 29. Preceding OpId from leader: term: 3 index: 30. (index mismatch)
I20260608 12:42:23.813505  4922 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5037180c0ce4496693e53897d23ce934" candidate_uuid: "be6f7049f8d94c618188028ea35723f7" candidate_term: 4 candidate_status { last_received { term: 3 index: 30 } } ignore_live_leader: true dest_uuid: "0eacb4c6e125482d93d7182659c0ac53"
I20260608 12:42:23.837747  4994 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5037180c0ce4496693e53897d23ce934" candidate_uuid: "be6f7049f8d94c618188028ea35723f7" candidate_term: 4 candidate_status { last_received { term: 3 index: 30 } } ignore_live_leader: true dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494"
I20260608 12:42:23.844178  5467 leader_election.cc:290] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [CANDIDATE]: Term 4 election: Requested vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
I20260608 12:42:23.873667  4994 raft_consensus.cc:2468] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 4 FOLLOWER]: Leader election vote request: Granting yes vote for candidate be6f7049f8d94c618188028ea35723f7 in term 4.
I20260608 12:42:23.876991  5433 leader_election.cc:304] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [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: 01c9d8b5cf274c7f93ead98c443ac494, be6f7049f8d94c618188028ea35723f7; no voters: 0eacb4c6e125482d93d7182659c0ac53
I20260608 12:42:23.878705  5774 raft_consensus.cc:2804] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 4 FOLLOWER]: Leader election won for term 4
I20260608 12:42:23.879289  5774 raft_consensus.cc:697] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 4 LEADER]: Becoming Leader. State: Replica: be6f7049f8d94c618188028ea35723f7, State: Running, Role: LEADER
I20260608 12:42:23.880292  5774 consensus_queue.cc:237] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 29, Committed index: 29, Last appended: 3.30, Last appended by leader: 30, Current term: 4, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:23.893142  4819 catalog_manager.cc:5696] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 reported cstate change: term changed from 3 to 4, leader changed from 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194) to be6f7049f8d94c618188028ea35723f7 (127.0.107.197). New cstate: current_term: 4 leader_uuid: "be6f7049f8d94c618188028ea35723f7" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:24.028288  4926 consensus_queue.cc:237] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 28, Committed index: 28, Last appended: 3.28, Last appended by leader: 26, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } }
I20260608 12:42:24.035424  5392 raft_consensus.cc:1275] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2 [term 3 FOLLOWER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 3 index: 28. Preceding OpId from leader: term: 3 index: 29. (index mismatch)
I20260608 12:42:24.038100  5067 raft_consensus.cc:1275] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 3 FOLLOWER]: Refusing update from remote peer 0eacb4c6e125482d93d7182659c0ac53: Log matching property violated. Preceding OpId in replica: term: 3 index: 28. Preceding OpId from leader: term: 3 index: 29. (index mismatch)
I20260608 12:42:24.038743  5780 consensus_queue.cc:1048] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260608 12:42:24.046983  5780 consensus_queue.cc:1048] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260608 12:42:24.055823  5711 raft_consensus.cc:2955] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [term 3 LEADER]: Committing config change with OpId 3.29: config changed from index 28 to 29, VOTER 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } }
I20260608 12:42:24.066905  5391 raft_consensus.cc:2955] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2 [term 3 FOLLOWER]: Committing config change with OpId 3.29: config changed from index 28 to 29, VOTER 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } }
I20260608 12:42:24.078480  5067 raft_consensus.cc:2955] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 3 FOLLOWER]: Committing config change with OpId 3.29: config changed from index 28 to 29, VOTER 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } }
I20260608 12:42:24.083787  4812 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 949be57bc31749bd94f98d8a329aa5aa with cas_config_opid_index 28: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:42:24.096728  4816 catalog_manager.cc:5696] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 reported cstate change: config changed from index 28 to 29, VOTER 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194) evicted. New cstate: current_term: 3 leader_uuid: "0eacb4c6e125482d93d7182659c0ac53" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:42:24.115813  4987 tablet_service.cc:1558] Processing DeleteTablet for tablet 949be57bc31749bd94f98d8a329aa5aa with delete_type TABLET_DATA_TOMBSTONED (TS 01c9d8b5cf274c7f93ead98c443ac494 not found in new config with opid_index 29) from {username='slave'} at 127.0.0.1:60544
I20260608 12:42:24.119012  5805 tablet_replica.cc:333] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494: stopping tablet replica
I20260608 12:42:24.120110  5805 raft_consensus.cc:2243] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:24.121311  5805 raft_consensus.cc:2272] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:24.125607  5805 ts_tablet_manager.cc:1916] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:42:24.138362  5805 ts_tablet_manager.cc:1929] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 3.28
I20260608 12:42:24.138737  5805 log.cc:1199] T 949be57bc31749bd94f98d8a329aa5aa P 01c9d8b5cf274c7f93ead98c443ac494: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-1-root/wals/949be57bc31749bd94f98d8a329aa5aa
I20260608 12:42:24.140897  4812 catalog_manager.cc:5027] TS 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163): tablet 949be57bc31749bd94f98d8a329aa5aa (table test-workload [id=e5ead135ec4b472fbf7a434803cddf44]) successfully deleted
I20260608 12:42:24.412648  4994 raft_consensus.cc:1275] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 4 FOLLOWER]: Refusing update from remote peer be6f7049f8d94c618188028ea35723f7: Log matching property violated. Preceding OpId in replica: term: 3 index: 30. Preceding OpId from leader: term: 4 index: 31. (index mismatch)
I20260608 12:42:24.414683  5806 consensus_queue.cc:1048] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 31, Last known committed idx: 30, Time since last communication: 0.000s
I20260608 12:42:24.419337  4926 raft_consensus.cc:3060] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [term 3 FOLLOWER]: Advancing to term 4
I20260608 12:42:24.426360  4926 raft_consensus.cc:1275] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [term 4 FOLLOWER]: Refusing update from remote peer be6f7049f8d94c618188028ea35723f7: Log matching property violated. Preceding OpId in replica: term: 3 index: 30. Preceding OpId from leader: term: 4 index: 31. (index mismatch)
I20260608 12:42:24.428325  5806 consensus_queue.cc:1048] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 31, Last known committed idx: 29, Time since last communication: 0.000s
I20260608 12:42:24.475298  5556 raft_consensus.cc:3060] T 5037180c0ce4496693e53897d23ce934 P 12046c3be0fd45f0b4e613bb9a009215 [term 3 LEARNER]: Advancing to term 4
I20260608 12:42:24.486505  5556 raft_consensus.cc:1275] T 5037180c0ce4496693e53897d23ce934 P 12046c3be0fd45f0b4e613bb9a009215 [term 4 LEARNER]: Refusing update from remote peer be6f7049f8d94c618188028ea35723f7: Log matching property violated. Preceding OpId in replica: term: 1 index: 29. Preceding OpId from leader: term: 4 index: 31. (index mismatch)
I20260608 12:42:24.493240  5807 consensus_queue.cc:1048] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 31, Last known committed idx: 29, Time since last communication: 0.001s
I20260608 12:42:24.539592  5812 raft_consensus.cc:1064] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7: attempting to promote NON_VOTER 12046c3be0fd45f0b4e613bb9a009215 to VOTER
I20260608 12:42:24.542819  5812 consensus_queue.cc:237] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 31, Committed index: 31, Last appended: 4.31, Last appended by leader: 30, Current term: 4, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 32 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } }
I20260608 12:42:24.554419  5556 raft_consensus.cc:1275] T 5037180c0ce4496693e53897d23ce934 P 12046c3be0fd45f0b4e613bb9a009215 [term 4 LEARNER]: Refusing update from remote peer be6f7049f8d94c618188028ea35723f7: Log matching property violated. Preceding OpId in replica: term: 4 index: 31. Preceding OpId from leader: term: 4 index: 32. (index mismatch)
I20260608 12:42:24.556473  4994 raft_consensus.cc:1275] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 4 FOLLOWER]: Refusing update from remote peer be6f7049f8d94c618188028ea35723f7: Log matching property violated. Preceding OpId in replica: term: 4 index: 31. Preceding OpId from leader: term: 4 index: 32. (index mismatch)
I20260608 12:42:24.556563  5806 consensus_queue.cc:1048] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 32, Last known committed idx: 31, Time since last communication: 0.001s
I20260608 12:42:24.560899  5807 consensus_queue.cc:1048] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 32, Last known committed idx: 31, Time since last communication: 0.000s
I20260608 12:42:24.567147  4926 raft_consensus.cc:1275] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [term 4 FOLLOWER]: Refusing update from remote peer be6f7049f8d94c618188028ea35723f7: Log matching property violated. Preceding OpId in replica: term: 4 index: 31. Preceding OpId from leader: term: 4 index: 32. (index mismatch)
I20260608 12:42:24.568861  5806 consensus_queue.cc:1048] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 32, Last known committed idx: 31, Time since last communication: 0.000s
I20260608 12:42:24.579365  5806 raft_consensus.cc:2955] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 4 LEADER]: Committing config change with OpId 4.32: config changed from index 29 to 32, 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 32 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:24.584774  4926 raft_consensus.cc:2955] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [term 4 FOLLOWER]: Committing config change with OpId 4.32: config changed from index 29 to 32, 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 32 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:24.586457  5556 raft_consensus.cc:2955] T 5037180c0ce4496693e53897d23ce934 P 12046c3be0fd45f0b4e613bb9a009215 [term 4 FOLLOWER]: Committing config change with OpId 4.32: config changed from index 29 to 32, 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 32 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:24.601583  4819 catalog_manager.cc:5696] T 5037180c0ce4496693e53897d23ce934 P 12046c3be0fd45f0b4e613bb9a009215 reported cstate change: config changed from index 29 to 32, 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) changed from NON_VOTER to VOTER. New cstate: current_term: 4 leader_uuid: "be6f7049f8d94c618188028ea35723f7" committed_config { opid_index: 32 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:24.617339  4994 raft_consensus.cc:2955] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 4 FOLLOWER]: Committing config change with OpId 4.32: config changed from index 29 to 32, 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 32 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:24.693696  5467 consensus_queue.cc:237] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 32, Committed index: 32, Last appended: 4.32, Last appended by leader: 30, Current term: 4, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 33 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } }
I20260608 12:42:24.699198  5556 raft_consensus.cc:1275] T 5037180c0ce4496693e53897d23ce934 P 12046c3be0fd45f0b4e613bb9a009215 [term 4 FOLLOWER]: Refusing update from remote peer be6f7049f8d94c618188028ea35723f7: Log matching property violated. Preceding OpId in replica: term: 4 index: 32. Preceding OpId from leader: term: 4 index: 33. (index mismatch)
I20260608 12:42:24.699887  4926 raft_consensus.cc:1275] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [term 4 FOLLOWER]: Refusing update from remote peer be6f7049f8d94c618188028ea35723f7: Log matching property violated. Preceding OpId in replica: term: 4 index: 32. Preceding OpId from leader: term: 4 index: 33. (index mismatch)
I20260608 12:42:24.703070  5807 consensus_queue.cc:1048] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 33, Last known committed idx: 32, Time since last communication: 0.000s
I20260608 12:42:24.705219  5807 consensus_queue.cc:1048] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 33, Last known committed idx: 32, Time since last communication: 0.000s
I20260608 12:42:24.714021  5817 raft_consensus.cc:2955] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 4 LEADER]: Committing config change with OpId 4.33: config changed from index 32 to 33, VOTER 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194) evicted. New config: { opid_index: 33 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:24.715819  5556 raft_consensus.cc:2955] T 5037180c0ce4496693e53897d23ce934 P 12046c3be0fd45f0b4e613bb9a009215 [term 4 FOLLOWER]: Committing config change with OpId 4.33: config changed from index 32 to 33, VOTER 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194) evicted. New config: { opid_index: 33 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:24.721196  4926 raft_consensus.cc:2955] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [term 4 FOLLOWER]: Committing config change with OpId 4.33: config changed from index 32 to 33, VOTER 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194) evicted. New config: { opid_index: 33 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:24.730244  4818 catalog_manager.cc:5696] T 5037180c0ce4496693e53897d23ce934 P 12046c3be0fd45f0b4e613bb9a009215 reported cstate change: config changed from index 32 to 33, VOTER 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194) evicted. New cstate: current_term: 4 leader_uuid: "be6f7049f8d94c618188028ea35723f7" committed_config { opid_index: 33 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } } }
I20260608 12:42:24.742863  4987 tablet_service.cc:1558] Processing DeleteTablet for tablet 5037180c0ce4496693e53897d23ce934 with delete_type TABLET_DATA_TOMBSTONED (TS 01c9d8b5cf274c7f93ead98c443ac494 not found in new config with opid_index 33) from {username='slave'} at 127.0.0.1:60544
I20260608 12:42:24.744964  5823 tablet_replica.cc:333] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494: stopping tablet replica
I20260608 12:42:24.746119  5823 raft_consensus.cc:2243] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 4 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:24.748239  5823 raft_consensus.cc:2272] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:24.748142  4809 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 5037180c0ce4496693e53897d23ce934 with cas_config_opid_index 32: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:42:24.753351  5823 ts_tablet_manager.cc:1916] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:42:24.773893  5823 ts_tablet_manager.cc:1929] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 4.32
I20260608 12:42:24.774454  5823 log.cc:1199] T 5037180c0ce4496693e53897d23ce934 P 01c9d8b5cf274c7f93ead98c443ac494: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922397207313-431-0/minicluster-data/ts-1-root/wals/5037180c0ce4496693e53897d23ce934
I20260608 12:42:24.778812  4812 catalog_manager.cc:5027] TS 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163): tablet 5037180c0ce4496693e53897d23ce934 (table test-workload [id=e5ead135ec4b472fbf7a434803cddf44]) successfully deleted
W20260608 12:42:25.136797  4873 auto_rebalancer.cc:281] could not retrieve auto-rebalancing replica moves: Not found: table e5ead135ec4b472fbf7a434803cddf44: could not find any suitable replica to move from server 0eacb4c6e125482d93d7182659c0ac53 to server be6f7049f8d94c618188028ea35723f7
I20260608 12:42:25.615756   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:42:25.698024   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:25.700845   431 tablet_replica.cc:333] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 0eacb4c6e125482d93d7182659c0ac53: stopping tablet replica
I20260608 12:42:25.701844   431 raft_consensus.cc:2243] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:25.702710   431 raft_consensus.cc:2272] T 171a8f9c7085462d993ce1bbb0fe1ef8 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:25.706832   431 tablet_replica.cc:333] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53: stopping tablet replica
I20260608 12:42:25.707628   431 raft_consensus.cc:2243] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:25.708825   431 raft_consensus.cc:2272] T b7cec5637de14f6284f4a3e8867eaa12 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:25.712649   431 tablet_replica.cc:333] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53: stopping tablet replica
I20260608 12:42:25.713485   431 raft_consensus.cc:2243] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [term 3 LEADER]: Raft consensus shutting down.
I20260608 12:42:25.714579   431 raft_consensus.cc:2272] T 80a4e48c83c94fca929cc1b58d37f164 P 0eacb4c6e125482d93d7182659c0ac53 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:25.718086   431 tablet_replica.cc:333] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53: stopping tablet replica
I20260608 12:42:25.718837   431 raft_consensus.cc:2243] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:25.719864   431 raft_consensus.cc:2272] T e8420d84eecb452f80f79c4c2b6a5fab P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:25.723680   431 tablet_replica.cc:333] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53: stopping tablet replica
I20260608 12:42:25.724591   431 raft_consensus.cc:2243] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [term 4 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:25.725468   431 raft_consensus.cc:2272] T 5037180c0ce4496693e53897d23ce934 P 0eacb4c6e125482d93d7182659c0ac53 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:25.730837   431 tablet_replica.cc:333] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53: stopping tablet replica
I20260608 12:42:25.731602   431 raft_consensus.cc:2243] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [term 3 LEADER]: Raft consensus shutting down.
I20260608 12:42:25.732682   431 raft_consensus.cc:2272] T 949be57bc31749bd94f98d8a329aa5aa P 0eacb4c6e125482d93d7182659c0ac53 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:25.736245   431 tablet_replica.cc:333] T 5c1147b7799b47d5a194b031ca2f6c6d P 0eacb4c6e125482d93d7182659c0ac53: stopping tablet replica
I20260608 12:42:25.737033   431 raft_consensus.cc:2243] T 5c1147b7799b47d5a194b031ca2f6c6d P 0eacb4c6e125482d93d7182659c0ac53 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:25.738358   431 raft_consensus.cc:2272] T 5c1147b7799b47d5a194b031ca2f6c6d P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:25.742282   431 tablet_replica.cc:333] T e6e9c1d98f1d4f788bb50f1195842d57 P 0eacb4c6e125482d93d7182659c0ac53: stopping tablet replica
I20260608 12:42:25.743013   431 raft_consensus.cc:2243] T e6e9c1d98f1d4f788bb50f1195842d57 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:25.743790   431 raft_consensus.cc:2272] T e6e9c1d98f1d4f788bb50f1195842d57 P 0eacb4c6e125482d93d7182659c0ac53 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:42:25.764106  4968 consensus_peers.cc:597] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 -> Peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Couldn't send request to peer 0eacb4c6e125482d93d7182659c0ac53. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
W20260608 12:42:25.892587  5042 consensus_peers.cc:597] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 -> Peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Couldn't send request to peer 0eacb4c6e125482d93d7182659c0ac53. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39585: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:42:25.893374  5433 consensus_peers.cc:597] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 -> Peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Couldn't send request to peer 0eacb4c6e125482d93d7182659c0ac53. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39585: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:26.177050  4994 consensus_queue.cc:237] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [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: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } }
W20260608 12:42:26.186062  4967 consensus_peers.cc:597] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 -> Peer 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196:36875): Couldn't send request to peer 93ae34c66d1746e9b551dd17944420d2. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 5fd7b9b2be344488a92937ddddc983eb. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:26.187041  5467 raft_consensus.cc:1275] T 5fd7b9b2be344488a92937ddddc983eb P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260608 12:42:26.189241  5067 raft_consensus.cc:1275] T 5fd7b9b2be344488a92937ddddc983eb P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260608 12:42:26.189155  5755 consensus_queue.cc:1048] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.001s
I20260608 12:42:26.191430  5825 consensus_queue.cc:1048] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } 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 12:42:26.210512  5825 raft_consensus.cc:2955] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } } }
I20260608 12:42:26.217089  5068 raft_consensus.cc:2955] T 5fd7b9b2be344488a92937ddddc983eb P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } } }
I20260608 12:42:26.270915  4818 catalog_manager.cc:5696] T 5fd7b9b2be344488a92937ddddc983eb P f436a0fa419d46f7aeee165bde3728a2 reported cstate change: config changed from index 28 to 29, NON_VOTER 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "01c9d8b5cf274c7f93ead98c443ac494" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } } }
I20260608 12:42:26.304194  5467 raft_consensus.cc:2955] T 5fd7b9b2be344488a92937ddddc983eb P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } } }
W20260608 12:42:26.340214  4873 auto_rebalancer.cc:591] Failed to schedule move for tablet 80a4e48c83c94fca929cc1b58d37f164: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39585: connect: Connection refused (error 111)
I20260608 12:42:26.345387  4994 consensus_queue.cc:237] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [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: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
W20260608 12:42:26.360061  4967 consensus_peers.cc:597] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 -> Peer 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198:34105): Couldn't send request to peer 12046c3be0fd45f0b4e613bb9a009215. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e6e9c1d98f1d4f788bb50f1195842d57. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:26.362074  5391 raft_consensus.cc:1275] T e6e9c1d98f1d4f788bb50f1195842d57 P 93ae34c66d1746e9b551dd17944420d2 [term 1 FOLLOWER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260608 12:42:26.364234  5842 consensus_queue.cc:1048] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
W20260608 12:42:26.365271  4968 consensus_peers.cc:597] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 -> Peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Couldn't send request to peer 0eacb4c6e125482d93d7182659c0ac53. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39585: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:26.372772  5825 raft_consensus.cc:2955] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } } }
I20260608 12:42:26.375105  5391 raft_consensus.cc:2955] T e6e9c1d98f1d4f788bb50f1195842d57 P 93ae34c66d1746e9b551dd17944420d2 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } } }
I20260608 12:42:26.389693  4825 catalog_manager.cc:5696] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 reported cstate change: config changed from index 28 to 29, NON_VOTER 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "01c9d8b5cf274c7f93ead98c443ac494" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260608 12:42:26.394783  4873 auto_rebalancer.cc:591] Failed to schedule move for tablet e8420d84eecb452f80f79c4c2b6a5fab: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39585: connect: Connection refused (error 111)
I20260608 12:42:26.433478  5391 consensus_queue.cc:237] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 28, Committed index: 28, Last appended: 2.28, Last appended by leader: 27, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } }
I20260608 12:42:26.447322  4994 raft_consensus.cc:1275] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Refusing update from remote peer 93ae34c66d1746e9b551dd17944420d2: Log matching property violated. Preceding OpId in replica: term: 2 index: 28. Preceding OpId from leader: term: 2 index: 29. (index mismatch)
I20260608 12:42:26.450771  5068 raft_consensus.cc:1275] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [term 2 FOLLOWER]: Refusing update from remote peer 93ae34c66d1746e9b551dd17944420d2: Log matching property violated. Preceding OpId in replica: term: 2 index: 28. Preceding OpId from leader: term: 2 index: 29. (index mismatch)
I20260608 12:42:26.454097  5751 consensus_queue.cc:1048] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.001s
I20260608 12:42:26.462214  5751 consensus_queue.cc:1048] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.001s
W20260608 12:42:26.535470  5042 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39585: connect: Connection refused (error 111) [suppressed 7 similar messages]
W20260608 12:42:26.554203  5358 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:46163, user_credentials={real_user=slave}} blocked reactor thread for 100307us
I20260608 12:42:26.558317  5751 raft_consensus.cc:2955] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 [term 2 LEADER]: Committing config change with OpId 2.29: config changed from index 27 to 29, NON_VOTER be6f7049f8d94c618188028ea35723f7 (127.0.107.197) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } } }
I20260608 12:42:26.559808  5068 raft_consensus.cc:2955] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [term 2 FOLLOWER]: Committing config change with OpId 2.29: config changed from index 27 to 29, NON_VOTER be6f7049f8d94c618188028ea35723f7 (127.0.107.197) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } } }
W20260608 12:42:26.576540  4873 auto_rebalancer.cc:591] Failed to schedule move for tablet 5c1147b7799b47d5a194b031ca2f6c6d: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39585: connect: Connection refused (error 111)
W20260608 12:42:26.579458  5355 consensus_peers.cc:597] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 -> Peer be6f7049f8d94c618188028ea35723f7 (127.0.107.197:36563): Couldn't send request to peer be6f7049f8d94c618188028ea35723f7. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: bccc17d2909f4c12bfd20f839fe5b373. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:26.580147  4816 catalog_manager.cc:5696] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 reported cstate change: config changed from index 27 to 29, NON_VOTER be6f7049f8d94c618188028ea35723f7 (127.0.107.197) added. New cstate: current_term: 2 leader_uuid: "93ae34c66d1746e9b551dd17944420d2" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:26.612792  4994 raft_consensus.cc:2955] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Committing config change with OpId 2.29: config changed from index 27 to 29, NON_VOTER be6f7049f8d94c618188028ea35723f7 (127.0.107.197) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } } }
I20260608 12:42:26.643550  5844 raft_consensus.cc:493] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:26.644232  5844 raft_consensus.cc:515] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } }
W20260608 12:42:26.653136  5433 leader_election.cc:336] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Network error: Client connection negotiation failed: client connection to 127.0.107.193:39585: connect: Connection refused (error 111)
I20260608 12:42:26.655712  5068 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7cec5637de14f6284f4a3e8867eaa12" candidate_uuid: "be6f7049f8d94c618188028ea35723f7" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2" is_pre_election: true
I20260608 12:42:26.657545  5432 leader_election.cc:304] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7 [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: be6f7049f8d94c618188028ea35723f7; no voters: 0eacb4c6e125482d93d7182659c0ac53, f436a0fa419d46f7aeee165bde3728a2
I20260608 12:42:26.658547  5847 raft_consensus.cc:2749] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:42:26.659440  5844 leader_election.cc:290] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:26.709507  5825 raft_consensus.cc:493] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:26.710216  5825 raft_consensus.cc:515] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } }
W20260608 12:42:26.718719  4968 leader_election.cc:336] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Network error: Client connection negotiation failed: client connection to 127.0.107.193:39585: connect: Connection refused (error 111)
I20260608 12:42:26.721402  5556 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e8420d84eecb452f80f79c4c2b6a5fab" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "12046c3be0fd45f0b4e613bb9a009215" is_pre_election: true
I20260608 12:42:26.723212  4967 leader_election.cc:304] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494 [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: 01c9d8b5cf274c7f93ead98c443ac494; no voters: 0eacb4c6e125482d93d7182659c0ac53, 12046c3be0fd45f0b4e613bb9a009215
I20260608 12:42:26.724033  5836 raft_consensus.cc:2749] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:42:26.725301  5825 leader_election.cc:290] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198:34105)
I20260608 12:42:26.734448  5864 ts_tablet_manager.cc:933] T 5fd7b9b2be344488a92937ddddc983eb P 93ae34c66d1746e9b551dd17944420d2: Initiating tablet copy from peer 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
I20260608 12:42:26.743580  5859 raft_consensus.cc:493] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:26.744201  5859 raft_consensus.cc:515] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } }
I20260608 12:42:26.750423  5467 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7cec5637de14f6284f4a3e8867eaa12" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "be6f7049f8d94c618188028ea35723f7" is_pre_election: true
I20260608 12:42:26.751103  5467 raft_consensus.cc:2468] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f436a0fa419d46f7aeee165bde3728a2 in term 1.
I20260608 12:42:26.752561  5039 leader_election.cc:304] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [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: be6f7049f8d94c618188028ea35723f7, f436a0fa419d46f7aeee165bde3728a2; no voters: 
I20260608 12:42:26.753669  5761 raft_consensus.cc:2804] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:42:26.754091  5761 raft_consensus.cc:493] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:26.754472  5761 raft_consensus.cc:3060] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:42:26.768095  5042 leader_election.cc:336] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Network error: Client connection negotiation failed: client connection to 127.0.107.193:39585: connect: Connection refused (error 111)
I20260608 12:42:26.768981  5859 leader_election.cc:290] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), be6f7049f8d94c618188028ea35723f7 (127.0.107.197:36563)
I20260608 12:42:26.775698  5761 raft_consensus.cc:515] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [term 2 FOLLOWER]: Starting leader election with config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } }
W20260608 12:42:26.785074  5042 leader_election.cc:336] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Network error: Client connection negotiation failed: client connection to 127.0.107.193:39585: connect: Connection refused (error 111)
I20260608 12:42:26.787539  5467 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b7cec5637de14f6284f4a3e8867eaa12" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "be6f7049f8d94c618188028ea35723f7"
I20260608 12:42:26.788121  5467 raft_consensus.cc:3060] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:42:26.791100   431 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 4948)
I20260608 12:42:26.797443  5467 raft_consensus.cc:2468] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f436a0fa419d46f7aeee165bde3728a2 in term 2.
I20260608 12:42:26.797144  5761 leader_election.cc:290] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 2 election: Requested vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), be6f7049f8d94c618188028ea35723f7 (127.0.107.197:36563)
I20260608 12:42:26.799489  5039 leader_election.cc:304] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [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: be6f7049f8d94c618188028ea35723f7, f436a0fa419d46f7aeee165bde3728a2; no voters: 0eacb4c6e125482d93d7182659c0ac53
I20260608 12:42:26.799786  5864 tablet_copy_client.cc:323] T 5fd7b9b2be344488a92937ddddc983eb P 93ae34c66d1746e9b551dd17944420d2: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:46163
I20260608 12:42:26.801676  5859 raft_consensus.cc:2804] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:42:26.802223  5011 tablet_copy_service.cc:140] P 01c9d8b5cf274c7f93ead98c443ac494: Received BeginTabletCopySession request for tablet 5fd7b9b2be344488a92937ddddc983eb from peer 93ae34c66d1746e9b551dd17944420d2 ({username='slave'} at 127.0.0.1:60580)
I20260608 12:42:26.802898  5011 tablet_copy_service.cc:161] P 01c9d8b5cf274c7f93ead98c443ac494: Beginning new tablet copy session on tablet 5fd7b9b2be344488a92937ddddc983eb from peer 93ae34c66d1746e9b551dd17944420d2 at {username='slave'} at 127.0.0.1:60580: session id = 93ae34c66d1746e9b551dd17944420d2-5fd7b9b2be344488a92937ddddc983eb
I20260608 12:42:26.812556  5859 raft_consensus.cc:697] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [term 2 LEADER]: Becoming Leader. State: Replica: f436a0fa419d46f7aeee165bde3728a2, State: Running, Role: LEADER
I20260608 12:42:26.813812  5859 consensus_queue.cc:237] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [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: 26, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } }
I20260608 12:42:26.819597  5011 tablet_copy_source_session.cc:215] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:26.824885  5864 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5fd7b9b2be344488a92937ddddc983eb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:26.830456  4816 catalog_manager.cc:5696] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 reported cstate change: term changed from 1 to 2, leader changed from 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193) to f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195). New cstate: current_term: 2 leader_uuid: "f436a0fa419d46f7aeee165bde3728a2" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:26.852411  5864 tablet_copy_client.cc:806] T 5fd7b9b2be344488a92937ddddc983eb P 93ae34c66d1746e9b551dd17944420d2: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:26.855789  5864 tablet_copy_client.cc:670] T 5fd7b9b2be344488a92937ddddc983eb P 93ae34c66d1746e9b551dd17944420d2: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:26.861609  5865 tablet_copy_client.cc:1025] T 5fd7b9b2be344488a92937ddddc983eb P 93ae34c66d1746e9b551dd17944420d2: tablet copy: Injecting latency into file download: 2000
I20260608 12:42:26.951228  5868 ts_tablet_manager.cc:933] T e6e9c1d98f1d4f788bb50f1195842d57 P 12046c3be0fd45f0b4e613bb9a009215: Initiating tablet copy from peer 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
I20260608 12:42:26.953717  5868 tablet_copy_client.cc:323] T e6e9c1d98f1d4f788bb50f1195842d57 P 12046c3be0fd45f0b4e613bb9a009215: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:46163
I20260608 12:42:26.955745  5011 tablet_copy_service.cc:140] P 01c9d8b5cf274c7f93ead98c443ac494: Received BeginTabletCopySession request for tablet e6e9c1d98f1d4f788bb50f1195842d57 from peer 12046c3be0fd45f0b4e613bb9a009215 ({username='slave'} at 127.0.0.1:48324)
I20260608 12:42:26.956395  5011 tablet_copy_service.cc:161] P 01c9d8b5cf274c7f93ead98c443ac494: Beginning new tablet copy session on tablet e6e9c1d98f1d4f788bb50f1195842d57 from peer 12046c3be0fd45f0b4e613bb9a009215 at {username='slave'} at 127.0.0.1:48324: session id = 12046c3be0fd45f0b4e613bb9a009215-e6e9c1d98f1d4f788bb50f1195842d57
I20260608 12:42:26.965714  5011 tablet_copy_source_session.cc:215] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:26.969851  5868 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e6e9c1d98f1d4f788bb50f1195842d57. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:26.976065  5825 raft_consensus.cc:493] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:26.976716  5825 raft_consensus.cc:515] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:26.979146  5825 leader_election.cc:290] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:26.983150  5068 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5c1147b7799b47d5a194b031ca2f6c6d" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 2 candidate_status { last_received { term: 1 index: 25 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2" is_pre_election: true
W20260608 12:42:26.990496  4968 leader_election.cc:336] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Network error: Client connection negotiation failed: client connection to 127.0.107.193:39585: connect: Connection refused (error 111)
I20260608 12:42:26.991052  4968 leader_election.cc:304] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494 [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: 01c9d8b5cf274c7f93ead98c443ac494; no voters: 0eacb4c6e125482d93d7182659c0ac53, f436a0fa419d46f7aeee165bde3728a2
I20260608 12:42:26.992457  5825 raft_consensus.cc:2749] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:42:26.999162  5870 ts_tablet_manager.cc:933] T bccc17d2909f4c12bfd20f839fe5b373 P be6f7049f8d94c618188028ea35723f7: Initiating tablet copy from peer 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196:36875)
I20260608 12:42:27.008440  5868 tablet_copy_client.cc:806] T e6e9c1d98f1d4f788bb50f1195842d57 P 12046c3be0fd45f0b4e613bb9a009215: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:27.009275  5868 tablet_copy_client.cc:670] T e6e9c1d98f1d4f788bb50f1195842d57 P 12046c3be0fd45f0b4e613bb9a009215: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:27.014397  5857 raft_consensus.cc:493] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2 [term 3 FOLLOWER]: Starting pre-election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:27.015064  5857 raft_consensus.cc:515] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2 [term 3 FOLLOWER]: Starting pre-election with config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } }
I20260608 12:42:27.015436  5870 tablet_copy_client.cc:323] T bccc17d2909f4c12bfd20f839fe5b373 P be6f7049f8d94c618188028ea35723f7: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.196:36875
I20260608 12:42:27.017443  5857 leader_election.cc:290] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2 [CANDIDATE]: Term 4 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:27.021431  5068 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "949be57bc31749bd94f98d8a329aa5aa" candidate_uuid: "93ae34c66d1746e9b551dd17944420d2" candidate_term: 4 candidate_status { last_received { term: 3 index: 29 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2" is_pre_election: true
I20260608 12:42:27.025005  5869 tablet_copy_client.cc:1025] T e6e9c1d98f1d4f788bb50f1195842d57 P 12046c3be0fd45f0b4e613bb9a009215: tablet copy: Injecting latency into file download: 2000
W20260608 12:42:27.044039  5358 leader_election.cc:336] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2 [CANDIDATE]: Term 4 pre-election: RPC error from VoteRequest() call to peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Network error: Client connection negotiation failed: client connection to 127.0.107.193:39585: connect: Connection refused (error 111)
I20260608 12:42:27.044634  5358 leader_election.cc:304] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2 [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: 93ae34c66d1746e9b551dd17944420d2; no voters: 0eacb4c6e125482d93d7182659c0ac53, f436a0fa419d46f7aeee165bde3728a2
I20260608 12:42:27.045591  5857 raft_consensus.cc:2749] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2 [term 3 FOLLOWER]: Leader pre-election lost for term 4. Reason: could not achieve majority
I20260608 12:42:27.064967  5402 tablet_copy_service.cc:140] P 93ae34c66d1746e9b551dd17944420d2: Received BeginTabletCopySession request for tablet bccc17d2909f4c12bfd20f839fe5b373 from peer be6f7049f8d94c618188028ea35723f7 ({username='slave'} at 127.0.0.1:37696)
I20260608 12:42:27.065760  5402 tablet_copy_service.cc:161] P 93ae34c66d1746e9b551dd17944420d2: Beginning new tablet copy session on tablet bccc17d2909f4c12bfd20f839fe5b373 from peer be6f7049f8d94c618188028ea35723f7 at {username='slave'} at 127.0.0.1:37696: session id = be6f7049f8d94c618188028ea35723f7-bccc17d2909f4c12bfd20f839fe5b373
I20260608 12:42:27.074555  5874 raft_consensus.cc:493] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:27.075187  5874 raft_consensus.cc:515] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } }
I20260608 12:42:27.076131  5402 tablet_copy_source_session.cc:215] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:27.080428  5870 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bccc17d2909f4c12bfd20f839fe5b373. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:27.098522  5874 leader_election.cc:290] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
I20260608 12:42:27.099653  5870 tablet_copy_client.cc:806] T bccc17d2909f4c12bfd20f839fe5b373 P be6f7049f8d94c618188028ea35723f7: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:27.100380  5870 tablet_copy_client.cc:670] T bccc17d2909f4c12bfd20f839fe5b373 P be6f7049f8d94c618188028ea35723f7: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:27.105518  5871 tablet_copy_client.cc:1025] T bccc17d2909f4c12bfd20f839fe5b373 P be6f7049f8d94c618188028ea35723f7: tablet copy: Injecting latency into file download: 2000
I20260608 12:42:27.120903  5859 raft_consensus.cc:493] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [term 3 FOLLOWER]: Starting pre-election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:27.121582  5859 raft_consensus.cc:515] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [term 3 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:27.124188  5859 leader_election.cc:290] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 4 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
W20260608 12:42:27.127131  5507 leader_election.cc:336] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Network error: Client connection negotiation failed: client connection to 127.0.107.193:39585: connect: Connection refused (error 111)
I20260608 12:42:27.127352  5000 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e8420d84eecb452f80f79c4c2b6a5fab" candidate_uuid: "12046c3be0fd45f0b4e613bb9a009215" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494" is_pre_election: true
I20260608 12:42:27.128099  5000 raft_consensus.cc:2468] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 12046c3be0fd45f0b4e613bb9a009215 in term 1.
I20260608 12:42:27.130973  5507 leader_election.cc:304] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215 [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: 01c9d8b5cf274c7f93ead98c443ac494, 12046c3be0fd45f0b4e613bb9a009215; no voters: 0eacb4c6e125482d93d7182659c0ac53
I20260608 12:42:27.127058  4994 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "80a4e48c83c94fca929cc1b58d37f164" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 4 candidate_status { last_received { term: 3 index: 26 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494" is_pre_election: true
I20260608 12:42:27.132256  5874 raft_consensus.cc:2804] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:42:27.132721  5874 raft_consensus.cc:493] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:27.133126  5874 raft_consensus.cc:3060] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215 [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:42:27.141052  5042 leader_election.cc:336] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 4 pre-election: RPC error from VoteRequest() call to peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Network error: Client connection negotiation failed: client connection to 127.0.107.193:39585: connect: Connection refused (error 111)
I20260608 12:42:27.142238  5042 leader_election.cc:304] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [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: f436a0fa419d46f7aeee165bde3728a2; no voters: 01c9d8b5cf274c7f93ead98c443ac494, 0eacb4c6e125482d93d7182659c0ac53
I20260608 12:42:27.143119  5859 raft_consensus.cc:2749] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [term 3 FOLLOWER]: Leader pre-election lost for term 4. Reason: could not achieve majority
I20260608 12:42:27.145625  5874 raft_consensus.cc:515] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215 [term 2 FOLLOWER]: Starting leader election with config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } }
I20260608 12:42:27.151049  4994 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e8420d84eecb452f80f79c4c2b6a5fab" candidate_uuid: "12046c3be0fd45f0b4e613bb9a009215" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494"
I20260608 12:42:27.151719  4994 raft_consensus.cc:3060] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:27.148204  5874 leader_election.cc:290] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215 [CANDIDATE]: Term 2 election: Requested vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
I20260608 12:42:27.153337  5859 raft_consensus.cc:493] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 3 FOLLOWER]: Starting pre-election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:27.153914  5859 raft_consensus.cc:515] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 3 FOLLOWER]: Starting pre-election with config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } }
I20260608 12:42:27.158401  5391 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "949be57bc31749bd94f98d8a329aa5aa" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 4 candidate_status { last_received { term: 3 index: 29 } } ignore_live_leader: false dest_uuid: "93ae34c66d1746e9b551dd17944420d2" is_pre_election: true
I20260608 12:42:27.159071  5391 raft_consensus.cc:2468] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2 [term 3 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f436a0fa419d46f7aeee165bde3728a2 in term 3.
I20260608 12:42:27.159418  4994 raft_consensus.cc:2468] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 12046c3be0fd45f0b4e613bb9a009215 in term 2.
I20260608 12:42:27.161865  5041 leader_election.cc:304] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [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: 93ae34c66d1746e9b551dd17944420d2, f436a0fa419d46f7aeee165bde3728a2; no voters: 
I20260608 12:42:27.162880  5866 raft_consensus.cc:2804] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 3 FOLLOWER]: Leader pre-election won for term 4
I20260608 12:42:27.163345  5866 raft_consensus.cc:493] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 3 FOLLOWER]: Starting leader election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:27.163753  5866 raft_consensus.cc:3060] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 3 FOLLOWER]: Advancing to term 4
I20260608 12:42:27.168726  5836 raft_consensus.cc:493] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 FOLLOWER]: Starting pre-election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:27.169181  5507 leader_election.cc:304] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215 [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: 01c9d8b5cf274c7f93ead98c443ac494, 12046c3be0fd45f0b4e613bb9a009215; no voters: 
I20260608 12:42:27.169327  5836 raft_consensus.cc:515] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:27.171661  5836 leader_election.cc:290] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 4 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
W20260608 12:42:27.174664  5042 leader_election.cc:336] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 4 pre-election: RPC error from VoteRequest() call to peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Network error: Client connection negotiation failed: client connection to 127.0.107.193:39585: connect: Connection refused (error 111)
I20260608 12:42:27.174114  5859 leader_election.cc:290] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 4 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196:36875)
I20260608 12:42:27.175096  5068 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "80a4e48c83c94fca929cc1b58d37f164" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 4 candidate_status { last_received { term: 3 index: 26 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2" is_pre_election: true
I20260608 12:42:27.177232  5068 raft_consensus.cc:2468] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [term 3 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 01c9d8b5cf274c7f93ead98c443ac494 in term 3.
W20260608 12:42:27.176010  5507 leader_election.cc:336] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Network error: Client connection negotiation failed: client connection to 127.0.107.193:39585: connect: Connection refused (error 111)
I20260608 12:42:27.178947  4967 leader_election.cc:304] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [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: 01c9d8b5cf274c7f93ead98c443ac494, f436a0fa419d46f7aeee165bde3728a2; no voters: 
W20260608 12:42:27.184661  4968 leader_election.cc:336] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 4 pre-election: RPC error from VoteRequest() call to peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Network error: Client connection negotiation failed: client connection to 127.0.107.193:39585: connect: Connection refused (error 111)
I20260608 12:42:27.185060  5874 raft_consensus.cc:2804] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:42:27.185979  5836 raft_consensus.cc:2804] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 FOLLOWER]: Leader pre-election won for term 4
I20260608 12:42:27.186542  5836 raft_consensus.cc:493] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 FOLLOWER]: Starting leader election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:27.187039  5836 raft_consensus.cc:3060] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 FOLLOWER]: Advancing to term 4
I20260608 12:42:27.193506  5874 raft_consensus.cc:697] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215 [term 2 LEADER]: Becoming Leader. State: Replica: 12046c3be0fd45f0b4e613bb9a009215, State: Running, Role: LEADER
I20260608 12:42:27.194591  5874 consensus_queue.cc:237] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215 [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: 27, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } }
I20260608 12:42:27.198117  5836 raft_consensus.cc:515] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [term 4 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:27.183337  5866 raft_consensus.cc:515] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 4 FOLLOWER]: Starting leader election with config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } }
I20260608 12:42:27.204650  5866 leader_election.cc:290] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 4 election: Requested vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196:36875)
I20260608 12:42:27.207942  5391 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "949be57bc31749bd94f98d8a329aa5aa" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 4 candidate_status { last_received { term: 3 index: 29 } } ignore_live_leader: false dest_uuid: "93ae34c66d1746e9b551dd17944420d2"
I20260608 12:42:27.215951  5391 raft_consensus.cc:3060] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2 [term 3 FOLLOWER]: Advancing to term 4
W20260608 12:42:27.216586  5042 leader_election.cc:336] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 4 election: RPC error from VoteRequest() call to peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Network error: Client connection negotiation failed: client connection to 127.0.107.193:39585: connect: Connection refused (error 111)
W20260608 12:42:27.215230  4968 leader_election.cc:336] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 4 election: RPC error from VoteRequest() call to peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Network error: Client connection negotiation failed: client connection to 127.0.107.193:39585: connect: Connection refused (error 111)
I20260608 12:42:27.223899  4816 catalog_manager.cc:5696] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215 reported cstate change: term changed from 1 to 2, leader changed from 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193) to 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198). New cstate: current_term: 2 leader_uuid: "12046c3be0fd45f0b4e613bb9a009215" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:42:27.226176  5391 raft_consensus.cc:2468] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2 [term 4 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f436a0fa419d46f7aeee165bde3728a2 in term 4.
I20260608 12:42:27.227804  5041 leader_election.cc:304] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [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: 93ae34c66d1746e9b551dd17944420d2, f436a0fa419d46f7aeee165bde3728a2; no voters: 0eacb4c6e125482d93d7182659c0ac53
I20260608 12:42:27.228981  5859 raft_consensus.cc:493] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:27.229511  5859 raft_consensus.cc:515] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:27.229816  5866 raft_consensus.cc:2804] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 4 FOLLOWER]: Leader election won for term 4
I20260608 12:42:27.230480  5866 raft_consensus.cc:697] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 4 LEADER]: Becoming Leader. State: Replica: f436a0fa419d46f7aeee165bde3728a2, State: Running, Role: LEADER
I20260608 12:42:27.231843  5859 leader_election.cc:290] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
I20260608 12:42:27.231472  5866 consensus_queue.cc:237] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 29, Committed index: 29, Last appended: 3.29, Last appended by leader: 29, Current term: 4, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } }
I20260608 12:42:27.236770  5836 leader_election.cc:290] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [CANDIDATE]: Term 4 election: Requested vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195:35143)
I20260608 12:42:27.237377  4994 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5c1147b7799b47d5a194b031ca2f6c6d" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 2 candidate_status { last_received { term: 1 index: 25 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494" is_pre_election: true
I20260608 12:42:27.238061  4994 raft_consensus.cc:2468] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f436a0fa419d46f7aeee165bde3728a2 in term 1.
W20260608 12:42:27.238984  5042 leader_election.cc:336] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Network error: Client connection negotiation failed: client connection to 127.0.107.193:39585: connect: Connection refused (error 111)
I20260608 12:42:27.239931  5042 leader_election.cc:304] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2 [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: 01c9d8b5cf274c7f93ead98c443ac494, f436a0fa419d46f7aeee165bde3728a2; no voters: 0eacb4c6e125482d93d7182659c0ac53
I20260608 12:42:27.240413  5068 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "80a4e48c83c94fca929cc1b58d37f164" candidate_uuid: "01c9d8b5cf274c7f93ead98c443ac494" candidate_term: 4 candidate_status { last_received { term: 3 index: 26 } } ignore_live_leader: false dest_uuid: "f436a0fa419d46f7aeee165bde3728a2"
I20260608 12:42:27.240861  5761 raft_consensus.cc:2804] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:42:27.241039  5068 raft_consensus.cc:3060] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [term 3 FOLLOWER]: Advancing to term 4
I20260608 12:42:27.241293  5761 raft_consensus.cc:493] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 0eacb4c6e125482d93d7182659c0ac53)
I20260608 12:42:27.241765  5761 raft_consensus.cc:3060] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:27.248668  5068 raft_consensus.cc:2468] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [term 4 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 01c9d8b5cf274c7f93ead98c443ac494 in term 4.
I20260608 12:42:27.248764  5761 raft_consensus.cc:515] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:27.250264  4967 leader_election.cc:304] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [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: 01c9d8b5cf274c7f93ead98c443ac494, f436a0fa419d46f7aeee165bde3728a2; no voters: 0eacb4c6e125482d93d7182659c0ac53
I20260608 12:42:27.251451  5836 raft_consensus.cc:2804] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [term 4 FOLLOWER]: Leader election won for term 4
I20260608 12:42:27.252255  5836 raft_consensus.cc:697] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [term 4 LEADER]: Becoming Leader. State: Replica: 01c9d8b5cf274c7f93ead98c443ac494, State: Running, Role: LEADER
I20260608 12:42:27.253173  5836 consensus_queue.cc:237] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 26, Committed index: 26, Last appended: 3.26, Last appended by leader: 26, Current term: 4, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
W20260608 12:42:27.256809  5042 leader_election.cc:336] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Network error: Client connection negotiation failed: client connection to 127.0.107.193:39585: connect: Connection refused (error 111)
I20260608 12:42:27.259871  5761 leader_election.cc:290] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2 [CANDIDATE]: Term 2 election: Requested vote from peers 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585), 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163)
I20260608 12:42:27.261937  4994 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5c1147b7799b47d5a194b031ca2f6c6d" candidate_uuid: "f436a0fa419d46f7aeee165bde3728a2" candidate_term: 2 candidate_status { last_received { term: 1 index: 25 } } ignore_live_leader: false dest_uuid: "01c9d8b5cf274c7f93ead98c443ac494"
I20260608 12:42:27.262545  4994 raft_consensus.cc:3060] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:27.273645  4816 catalog_manager.cc:5696] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 reported cstate change: term changed from 3 to 4, leader changed from 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193) to f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195). New cstate: current_term: 4 leader_uuid: "f436a0fa419d46f7aeee165bde3728a2" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:27.281385  4994 raft_consensus.cc:2468] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f436a0fa419d46f7aeee165bde3728a2 in term 2.
I20260608 12:42:27.283110  5042 leader_election.cc:304] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2 [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: 01c9d8b5cf274c7f93ead98c443ac494, f436a0fa419d46f7aeee165bde3728a2; no voters: 0eacb4c6e125482d93d7182659c0ac53
I20260608 12:42:27.284004  5866 raft_consensus.cc:2804] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:42:27.284566  5866 raft_consensus.cc:697] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2 [term 2 LEADER]: Becoming Leader. State: Replica: f436a0fa419d46f7aeee165bde3728a2, State: Running, Role: LEADER
I20260608 12:42:27.285502  5866 consensus_queue.cc:237] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2 [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: 25, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } }
I20260608 12:42:27.288440  4825 catalog_manager.cc:5696] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 reported cstate change: term changed from 3 to 4, leader changed from 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193) to 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194). New cstate: current_term: 4 leader_uuid: "01c9d8b5cf274c7f93ead98c443ac494" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:27.300134  4816 catalog_manager.cc:5696] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2 reported cstate change: term changed from 1 to 2, leader changed from 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193) to f436a0fa419d46f7aeee165bde3728a2 (127.0.107.195). New cstate: current_term: 2 leader_uuid: "f436a0fa419d46f7aeee165bde3728a2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } health_report { overall_health: HEALTHY } } }
W20260608 12:42:27.318521  5042 consensus_peers.cc:597] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 -> Peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Couldn't send request to peer 0eacb4c6e125482d93d7182659c0ac53. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39585: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:27.432837  5467 raft_consensus.cc:1275] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7 [term 2 FOLLOWER]: Refusing update from remote peer f436a0fa419d46f7aeee165bde3728a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 2 index: 27. (index mismatch)
I20260608 12:42:27.434592  5866 consensus_queue.cc:1048] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
W20260608 12:42:27.644114  4968 consensus_peers.cc:597] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 -> Peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Couldn't send request to peer 0eacb4c6e125482d93d7182659c0ac53. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39585: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:27.700204  5068 raft_consensus.cc:1275] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [term 4 FOLLOWER]: Refusing update from remote peer 01c9d8b5cf274c7f93ead98c443ac494: Log matching property violated. Preceding OpId in replica: term: 3 index: 26. Preceding OpId from leader: term: 4 index: 27. (index mismatch)
I20260608 12:42:27.701956  5825 consensus_queue.cc:1048] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
W20260608 12:42:27.738889  5042 consensus_peers.cc:597] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2 -> Peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Couldn't send request to peer 0eacb4c6e125482d93d7182659c0ac53. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39585: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:27.748941  4994 raft_consensus.cc:1275] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Refusing update from remote peer 12046c3be0fd45f0b4e613bb9a009215: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 2 index: 28. (index mismatch)
I20260608 12:42:27.750324  5890 consensus_queue.cc:1048] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:42:27.778789  4994 raft_consensus.cc:1275] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Refusing update from remote peer f436a0fa419d46f7aeee165bde3728a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 2 index: 26. (index mismatch)
I20260608 12:42:27.780324  5859 consensus_queue.cc:1048] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
W20260608 12:42:27.791679   431 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 4948)
I20260608 12:42:27.818285  5391 raft_consensus.cc:1275] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2 [term 4 FOLLOWER]: Refusing update from remote peer f436a0fa419d46f7aeee165bde3728a2: Log matching property violated. Preceding OpId in replica: term: 3 index: 29. Preceding OpId from leader: term: 4 index: 30. (index mismatch)
I20260608 12:42:27.820938  5866 consensus_queue.cc:1048] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.001s
W20260608 12:42:27.843500  5042 consensus_peers.cc:597] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 -> Peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Couldn't send request to peer 0eacb4c6e125482d93d7182659c0ac53. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39585: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:42:27.864898  5507 consensus_peers.cc:597] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215 -> Peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Couldn't send request to peer 0eacb4c6e125482d93d7182659c0ac53. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39585: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:42:27.978233  5433 consensus_peers.cc:597] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 -> Peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Couldn't send request to peer 0eacb4c6e125482d93d7182659c0ac53. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39585: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260608 12:42:28.762667  5042 consensus_peers.cc:597] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 -> Peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Couldn't send request to peer 0eacb4c6e125482d93d7182659c0ac53. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39585: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260608 12:42:28.792209   431 thread.cc:527] Waited for 3000ms trying to join with diag-logger (tid 4948)
I20260608 12:42:28.862732  5864 tablet_copy_client.cc:538] T 5fd7b9b2be344488a92937ddddc983eb P 93ae34c66d1746e9b551dd17944420d2: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:28.873973  5864 tablet_bootstrap.cc:492] T 5fd7b9b2be344488a92937ddddc983eb P 93ae34c66d1746e9b551dd17944420d2: Bootstrap starting.
W20260608 12:42:28.945381  4968 consensus_peers.cc:597] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 -> Peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Couldn't send request to peer 0eacb4c6e125482d93d7182659c0ac53. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39585: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
I20260608 12:42:29.068938  5868 tablet_copy_client.cc:538] T e6e9c1d98f1d4f788bb50f1195842d57 P 12046c3be0fd45f0b4e613bb9a009215: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:29.107421  5870 tablet_copy_client.cc:538] T bccc17d2909f4c12bfd20f839fe5b373 P be6f7049f8d94c618188028ea35723f7: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:29.123296  5870 tablet_bootstrap.cc:492] T bccc17d2909f4c12bfd20f839fe5b373 P be6f7049f8d94c618188028ea35723f7: Bootstrap starting.
I20260608 12:42:29.134879  5868 tablet_bootstrap.cc:492] T e6e9c1d98f1d4f788bb50f1195842d57 P 12046c3be0fd45f0b4e613bb9a009215: Bootstrap starting.
I20260608 12:42:29.140466  5864 tablet_bootstrap.cc:492] T 5fd7b9b2be344488a92937ddddc983eb P 93ae34c66d1746e9b551dd17944420d2: Bootstrap replayed 1/1 log segments. Stats: ops{read=29 overwritten=0 applied=29 ignored=0} inserts{seen=110 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:29.142196  5864 tablet_bootstrap.cc:492] T 5fd7b9b2be344488a92937ddddc983eb P 93ae34c66d1746e9b551dd17944420d2: Bootstrap complete.
I20260608 12:42:29.143446  5864 ts_tablet_manager.cc:1403] T 5fd7b9b2be344488a92937ddddc983eb P 93ae34c66d1746e9b551dd17944420d2: Time spent bootstrapping tablet: real 0.270s	user 0.170s	sys 0.021s
I20260608 12:42:29.148029  5864 raft_consensus.cc:359] T 5fd7b9b2be344488a92937ddddc983eb P 93ae34c66d1746e9b551dd17944420d2 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } }
I20260608 12:42:29.149461  5864 raft_consensus.cc:740] T 5fd7b9b2be344488a92937ddddc983eb P 93ae34c66d1746e9b551dd17944420d2 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 93ae34c66d1746e9b551dd17944420d2, State: Initialized, Role: LEARNER
I20260608 12:42:29.174000  5864 consensus_queue.cc:260] T 5fd7b9b2be344488a92937ddddc983eb P 93ae34c66d1746e9b551dd17944420d2 [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: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: false } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: true } }
W20260608 12:42:29.182022  4967 consensus_peers.cc:597] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 -> Peer 93ae34c66d1746e9b551dd17944420d2 (127.0.107.196:36875): Couldn't send request to peer 93ae34c66d1746e9b551dd17944420d2. Error code: TABLET_NOT_RUNNING (12). Status: Illegal state: Tablet not RUNNING: BOOTSTRAPPING. This is attempt 6: this message will repeat every 5th retry.
I20260608 12:42:29.183970  5864 ts_tablet_manager.cc:1434] T 5fd7b9b2be344488a92937ddddc983eb P 93ae34c66d1746e9b551dd17944420d2: Time spent starting tablet: real 0.040s	user 0.010s	sys 0.000s
I20260608 12:42:29.194672  5011 tablet_copy_service.cc:342] P 01c9d8b5cf274c7f93ead98c443ac494: Request end of tablet copy session 93ae34c66d1746e9b551dd17944420d2-5fd7b9b2be344488a92937ddddc983eb received from {username='slave'} at 127.0.0.1:60580
I20260608 12:42:29.195519  5011 tablet_copy_service.cc:434] P 01c9d8b5cf274c7f93ead98c443ac494: ending tablet copy session 93ae34c66d1746e9b551dd17944420d2-5fd7b9b2be344488a92937ddddc983eb on tablet 5fd7b9b2be344488a92937ddddc983eb with peer 93ae34c66d1746e9b551dd17944420d2
W20260608 12:42:29.290763  4967 consensus_peers.cc:597] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 -> Peer 12046c3be0fd45f0b4e613bb9a009215 (127.0.107.198:34105): Couldn't send request to peer 12046c3be0fd45f0b4e613bb9a009215. Error code: TABLET_NOT_RUNNING (12). Status: Illegal state: Tablet not RUNNING: BOOTSTRAPPING. This is attempt 6: this message will repeat every 5th retry.
I20260608 12:42:29.313016  5870 tablet_bootstrap.cc:492] T bccc17d2909f4c12bfd20f839fe5b373 P be6f7049f8d94c618188028ea35723f7: Bootstrap replayed 1/1 log segments. Stats: ops{read=29 overwritten=0 applied=29 ignored=0} inserts{seen=83 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:29.314167  5870 tablet_bootstrap.cc:492] T bccc17d2909f4c12bfd20f839fe5b373 P be6f7049f8d94c618188028ea35723f7: Bootstrap complete.
I20260608 12:42:29.314890  5870 ts_tablet_manager.cc:1403] T bccc17d2909f4c12bfd20f839fe5b373 P be6f7049f8d94c618188028ea35723f7: Time spent bootstrapping tablet: real 0.192s	user 0.163s	sys 0.020s
I20260608 12:42:29.317978  5870 raft_consensus.cc:359] T bccc17d2909f4c12bfd20f839fe5b373 P be6f7049f8d94c618188028ea35723f7 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } }
I20260608 12:42:29.318821  5870 raft_consensus.cc:740] T bccc17d2909f4c12bfd20f839fe5b373 P be6f7049f8d94c618188028ea35723f7 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: be6f7049f8d94c618188028ea35723f7, State: Initialized, Role: LEARNER
I20260608 12:42:29.319507  5870 consensus_queue.cc:260] T bccc17d2909f4c12bfd20f839fe5b373 P be6f7049f8d94c618188028ea35723f7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 29, Last appended: 2.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: "f436a0fa419d46f7aeee165bde3728a2" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35143 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } peers { permanent_uuid: "be6f7049f8d94c618188028ea35723f7" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 36563 } attrs { promote: true } }
I20260608 12:42:29.325466  5870 ts_tablet_manager.cc:1434] T bccc17d2909f4c12bfd20f839fe5b373 P be6f7049f8d94c618188028ea35723f7: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.000s
I20260608 12:42:29.328333  5402 tablet_copy_service.cc:342] P 93ae34c66d1746e9b551dd17944420d2: Request end of tablet copy session be6f7049f8d94c618188028ea35723f7-bccc17d2909f4c12bfd20f839fe5b373 received from {username='slave'} at 127.0.0.1:37696
I20260608 12:42:29.328959  5402 tablet_copy_service.cc:434] P 93ae34c66d1746e9b551dd17944420d2: ending tablet copy session be6f7049f8d94c618188028ea35723f7-bccc17d2909f4c12bfd20f839fe5b373 on tablet bccc17d2909f4c12bfd20f839fe5b373 with peer be6f7049f8d94c618188028ea35723f7
I20260608 12:42:29.350092   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:42:29.401355  5467 raft_consensus.cc:1217] T bccc17d2909f4c12bfd20f839fe5b373 P be6f7049f8d94c618188028ea35723f7 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.28->[2.29-2.29]   Dedup: 2.29->[]
I20260608 12:42:29.403645  5868 tablet_bootstrap.cc:492] T e6e9c1d98f1d4f788bb50f1195842d57 P 12046c3be0fd45f0b4e613bb9a009215: Bootstrap replayed 1/1 log segments. Stats: ops{read=29 overwritten=0 applied=29 ignored=0} inserts{seen=89 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:29.405480  5868 tablet_bootstrap.cc:492] T e6e9c1d98f1d4f788bb50f1195842d57 P 12046c3be0fd45f0b4e613bb9a009215: Bootstrap complete.
I20260608 12:42:29.406617  5868 ts_tablet_manager.cc:1403] T e6e9c1d98f1d4f788bb50f1195842d57 P 12046c3be0fd45f0b4e613bb9a009215: Time spent bootstrapping tablet: real 0.272s	user 0.177s	sys 0.012s
I20260608 12:42:29.410248  5868 raft_consensus.cc:359] T e6e9c1d98f1d4f788bb50f1195842d57 P 12046c3be0fd45f0b4e613bb9a009215 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:29.411334  5868 raft_consensus.cc:740] T e6e9c1d98f1d4f788bb50f1195842d57 P 12046c3be0fd45f0b4e613bb9a009215 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 12046c3be0fd45f0b4e613bb9a009215, State: Initialized, Role: LEARNER
I20260608 12:42:29.412137  5868 consensus_queue.cc:260] T e6e9c1d98f1d4f788bb50f1195842d57 P 12046c3be0fd45f0b4e613bb9a009215 [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: "0eacb4c6e125482d93d7182659c0ac53" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39585 } attrs { replace: true } } peers { permanent_uuid: "01c9d8b5cf274c7f93ead98c443ac494" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46163 } } peers { permanent_uuid: "93ae34c66d1746e9b551dd17944420d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36875 } attrs { promote: false } } peers { permanent_uuid: "12046c3be0fd45f0b4e613bb9a009215" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 34105 } attrs { promote: true } }
I20260608 12:42:29.414858  5868 ts_tablet_manager.cc:1434] T e6e9c1d98f1d4f788bb50f1195842d57 P 12046c3be0fd45f0b4e613bb9a009215: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:42:29.418309  5011 tablet_copy_service.cc:342] P 01c9d8b5cf274c7f93ead98c443ac494: Request end of tablet copy session 12046c3be0fd45f0b4e613bb9a009215-e6e9c1d98f1d4f788bb50f1195842d57 received from {username='slave'} at 127.0.0.1:48324
I20260608 12:42:29.418880  5011 tablet_copy_service.cc:434] P 01c9d8b5cf274c7f93ead98c443ac494: ending tablet copy session 12046c3be0fd45f0b4e613bb9a009215-e6e9c1d98f1d4f788bb50f1195842d57 on tablet e6e9c1d98f1d4f788bb50f1195842d57 with peer 12046c3be0fd45f0b4e613bb9a009215
I20260608 12:42:29.426905   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:42:29.480196   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:29.481503   431 tablet_replica.cc:333] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494: stopping tablet replica
I20260608 12:42:29.482667   431 raft_consensus.cc:2243] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 LEADER]: Raft consensus shutting down.
I20260608 12:42:29.484277   431 raft_consensus.cc:2272] T 78d45ba015bf416ab3e4d92b985e75d7 P 01c9d8b5cf274c7f93ead98c443ac494 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.488171   431 tablet_replica.cc:333] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494: stopping tablet replica
I20260608 12:42:29.488983   431 raft_consensus.cc:2243] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:29.490723   431 raft_consensus.cc:2272] T 5fd7b9b2be344488a92937ddddc983eb P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.494419   431 tablet_replica.cc:333] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494: stopping tablet replica
I20260608 12:42:29.495414   431 raft_consensus.cc:2243] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:29.497043   431 raft_consensus.cc:2272] T e8420d84eecb452f80f79c4c2b6a5fab P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.501417   431 tablet_replica.cc:333] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494: stopping tablet replica
I20260608 12:42:29.502262   431 raft_consensus.cc:2243] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:29.503139   431 raft_consensus.cc:2272] T bccc17d2909f4c12bfd20f839fe5b373 P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.507016   431 tablet_replica.cc:333] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494: stopping tablet replica
I20260608 12:42:29.507822   431 raft_consensus.cc:2243] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:29.509536   431 raft_consensus.cc:2272] T e6e9c1d98f1d4f788bb50f1195842d57 P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.513283   431 tablet_replica.cc:333] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494: stopping tablet replica
I20260608 12:42:29.514050   431 raft_consensus.cc:2243] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:29.515353   431 raft_consensus.cc:2272] T 5c1147b7799b47d5a194b031ca2f6c6d P 01c9d8b5cf274c7f93ead98c443ac494 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.519316   431 tablet_replica.cc:333] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494: stopping tablet replica
I20260608 12:42:29.520123   431 raft_consensus.cc:2243] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:29.521392   431 raft_consensus.cc:2272] T df49a7dc15aa4f50b4e26ce43b38cd4c P 01c9d8b5cf274c7f93ead98c443ac494 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.525596   431 tablet_replica.cc:333] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494: stopping tablet replica
I20260608 12:42:29.526405   431 raft_consensus.cc:2243] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [term 4 LEADER]: Raft consensus shutting down.
I20260608 12:42:29.527788   431 raft_consensus.cc:2272] T 80a4e48c83c94fca929cc1b58d37f164 P 01c9d8b5cf274c7f93ead98c443ac494 [term 4 FOLLOWER]: Raft consensus is shut down!
W20260608 12:42:29.566102  5042 consensus_peers.cc:597] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 -> Peer 0eacb4c6e125482d93d7182659c0ac53 (127.0.107.193:39585): Couldn't send request to peer 0eacb4c6e125482d93d7182659c0ac53. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39585: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
I20260608 12:42:29.584022   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:42:29.621251   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
W20260608 12:42:29.646013  5042 consensus_peers.cc:597] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2 -> Peer 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163): Couldn't send request to peer 01c9d8b5cf274c7f93ead98c443ac494. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:46163: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:42:29.663074  5358 consensus_peers.cc:597] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 -> Peer 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163): Couldn't send request to peer 01c9d8b5cf274c7f93ead98c443ac494. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:46163: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:29.677527   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:29.678534   431 tablet_replica.cc:333] T 78d45ba015bf416ab3e4d92b985e75d7 P f436a0fa419d46f7aeee165bde3728a2: stopping tablet replica
I20260608 12:42:29.679236   431 raft_consensus.cc:2243] T 78d45ba015bf416ab3e4d92b985e75d7 P f436a0fa419d46f7aeee165bde3728a2 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:29.680697   431 raft_consensus.cc:2272] T 78d45ba015bf416ab3e4d92b985e75d7 P f436a0fa419d46f7aeee165bde3728a2 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.684526   431 tablet_replica.cc:333] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2: stopping tablet replica
I20260608 12:42:29.685272   431 raft_consensus.cc:2243] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:29.686312   431 raft_consensus.cc:2272] T 171a8f9c7085462d993ce1bbb0fe1ef8 P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.689093   431 tablet_replica.cc:333] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2: stopping tablet replica
I20260608 12:42:29.689728   431 raft_consensus.cc:2243] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:29.690394   431 raft_consensus.cc:2272] T bccc17d2909f4c12bfd20f839fe5b373 P f436a0fa419d46f7aeee165bde3728a2 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.693082   431 tablet_replica.cc:333] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2: stopping tablet replica
I20260608 12:42:29.693675   431 raft_consensus.cc:2243] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:42:29.695073   431 raft_consensus.cc:2272] T b7cec5637de14f6284f4a3e8867eaa12 P f436a0fa419d46f7aeee165bde3728a2 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.698199   431 tablet_replica.cc:333] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2: stopping tablet replica
I20260608 12:42:29.698805   431 raft_consensus.cc:2243] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:42:29.700510   431 raft_consensus.cc:2272] T 5c1147b7799b47d5a194b031ca2f6c6d P f436a0fa419d46f7aeee165bde3728a2 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.703644   431 tablet_replica.cc:333] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2: stopping tablet replica
I20260608 12:42:29.704201   431 raft_consensus.cc:2243] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 4 LEADER]: Raft consensus shutting down.
I20260608 12:42:29.705578   431 raft_consensus.cc:2272] T 949be57bc31749bd94f98d8a329aa5aa P f436a0fa419d46f7aeee165bde3728a2 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.708353   431 tablet_replica.cc:333] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2: stopping tablet replica
I20260608 12:42:29.708887   431 raft_consensus.cc:2243] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [term 4 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:29.709396   431 raft_consensus.cc:2272] T 80a4e48c83c94fca929cc1b58d37f164 P f436a0fa419d46f7aeee165bde3728a2 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.712018   431 tablet_replica.cc:333] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2: stopping tablet replica
I20260608 12:42:29.712563   431 raft_consensus.cc:2243] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:29.713691   431 raft_consensus.cc:2272] T df49a7dc15aa4f50b4e26ce43b38cd4c P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.716429   431 tablet_replica.cc:333] T 5fd7b9b2be344488a92937ddddc983eb P f436a0fa419d46f7aeee165bde3728a2: stopping tablet replica
I20260608 12:42:29.716943   431 raft_consensus.cc:2243] T 5fd7b9b2be344488a92937ddddc983eb P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:29.717559   431 raft_consensus.cc:2272] T 5fd7b9b2be344488a92937ddddc983eb P f436a0fa419d46f7aeee165bde3728a2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.746286   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:42:29.780938   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
W20260608 12:42:29.791853  5507 consensus_peers.cc:597] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215 -> Peer 01c9d8b5cf274c7f93ead98c443ac494 (127.0.107.194:46163): Couldn't send request to peer 01c9d8b5cf274c7f93ead98c443ac494. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:46163: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:29.815037   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:29.815989   431 tablet_replica.cc:333] T 5fd7b9b2be344488a92937ddddc983eb P 93ae34c66d1746e9b551dd17944420d2: stopping tablet replica
I20260608 12:42:29.816614   431 raft_consensus.cc:2243] T 5fd7b9b2be344488a92937ddddc983eb P 93ae34c66d1746e9b551dd17944420d2 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:42:29.817056   431 raft_consensus.cc:2272] T 5fd7b9b2be344488a92937ddddc983eb P 93ae34c66d1746e9b551dd17944420d2 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:42:29.819555   431 tablet_replica.cc:333] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2: stopping tablet replica
I20260608 12:42:29.820128   431 raft_consensus.cc:2243] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2 [term 4 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:29.820616   431 raft_consensus.cc:2272] T 949be57bc31749bd94f98d8a329aa5aa P 93ae34c66d1746e9b551dd17944420d2 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.823375   431 tablet_replica.cc:333] T e6e9c1d98f1d4f788bb50f1195842d57 P 93ae34c66d1746e9b551dd17944420d2: stopping tablet replica
I20260608 12:42:29.823930   431 raft_consensus.cc:2243] T e6e9c1d98f1d4f788bb50f1195842d57 P 93ae34c66d1746e9b551dd17944420d2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:29.824721   431 raft_consensus.cc:2272] T e6e9c1d98f1d4f788bb50f1195842d57 P 93ae34c66d1746e9b551dd17944420d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.827152   431 tablet_replica.cc:333] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2: stopping tablet replica
I20260608 12:42:29.827665   431 raft_consensus.cc:2243] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:42:29.828840   431 raft_consensus.cc:2272] T bccc17d2909f4c12bfd20f839fe5b373 P 93ae34c66d1746e9b551dd17944420d2 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.856434   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:42:29.877084   431 tablet_server.cc:179] TabletServer@127.0.107.197:0 shutting down...
I20260608 12:42:29.919731   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:29.920676   431 tablet_replica.cc:333] T 5fd7b9b2be344488a92937ddddc983eb P be6f7049f8d94c618188028ea35723f7: stopping tablet replica
I20260608 12:42:29.921514   431 raft_consensus.cc:2243] T 5fd7b9b2be344488a92937ddddc983eb P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:29.922410   431 raft_consensus.cc:2272] T 5fd7b9b2be344488a92937ddddc983eb P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.926206   431 tablet_replica.cc:333] T bccc17d2909f4c12bfd20f839fe5b373 P be6f7049f8d94c618188028ea35723f7: stopping tablet replica
I20260608 12:42:29.926921   431 raft_consensus.cc:2243] T bccc17d2909f4c12bfd20f839fe5b373 P be6f7049f8d94c618188028ea35723f7 [term 2 LEARNER]: Raft consensus shutting down.
I20260608 12:42:29.927390   431 raft_consensus.cc:2272] T bccc17d2909f4c12bfd20f839fe5b373 P be6f7049f8d94c618188028ea35723f7 [term 2 LEARNER]: Raft consensus is shut down!
I20260608 12:42:29.930346   431 tablet_replica.cc:333] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7: stopping tablet replica
I20260608 12:42:29.931010   431 raft_consensus.cc:2243] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 4 LEADER]: Raft consensus shutting down.
I20260608 12:42:29.932190   431 raft_consensus.cc:2272] T 5037180c0ce4496693e53897d23ce934 P be6f7049f8d94c618188028ea35723f7 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.935902   431 tablet_replica.cc:333] T 171a8f9c7085462d993ce1bbb0fe1ef8 P be6f7049f8d94c618188028ea35723f7: stopping tablet replica
I20260608 12:42:29.936630   431 raft_consensus.cc:2243] T 171a8f9c7085462d993ce1bbb0fe1ef8 P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:29.937428   431 raft_consensus.cc:2272] T 171a8f9c7085462d993ce1bbb0fe1ef8 P be6f7049f8d94c618188028ea35723f7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.941123   431 tablet_replica.cc:333] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7: stopping tablet replica
I20260608 12:42:29.941872   431 raft_consensus.cc:2243] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:29.942713   431 raft_consensus.cc:2272] T b7cec5637de14f6284f4a3e8867eaa12 P be6f7049f8d94c618188028ea35723f7 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.994460   431 tablet_server.cc:196] TabletServer@127.0.107.197:0 shutdown complete.
I20260608 12:42:30.020340   431 tablet_server.cc:179] TabletServer@127.0.107.198:0 shutting down...
I20260608 12:42:30.051458   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:30.052392   431 tablet_replica.cc:333] T 5037180c0ce4496693e53897d23ce934 P 12046c3be0fd45f0b4e613bb9a009215: stopping tablet replica
I20260608 12:42:30.053164   431 raft_consensus.cc:2243] T 5037180c0ce4496693e53897d23ce934 P 12046c3be0fd45f0b4e613bb9a009215 [term 4 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:30.054045   431 raft_consensus.cc:2272] T 5037180c0ce4496693e53897d23ce934 P 12046c3be0fd45f0b4e613bb9a009215 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:30.056849   431 tablet_replica.cc:333] T e6e9c1d98f1d4f788bb50f1195842d57 P 12046c3be0fd45f0b4e613bb9a009215: stopping tablet replica
I20260608 12:42:30.057415   431 raft_consensus.cc:2243] T e6e9c1d98f1d4f788bb50f1195842d57 P 12046c3be0fd45f0b4e613bb9a009215 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:42:30.057863   431 raft_consensus.cc:2272] T e6e9c1d98f1d4f788bb50f1195842d57 P 12046c3be0fd45f0b4e613bb9a009215 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:42:30.059916   431 tablet_replica.cc:333] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215: stopping tablet replica
I20260608 12:42:30.060446   431 raft_consensus.cc:2243] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:42:30.061559   431 raft_consensus.cc:2272] T e8420d84eecb452f80f79c4c2b6a5fab P 12046c3be0fd45f0b4e613bb9a009215 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:30.064313   431 tablet_replica.cc:333] T df49a7dc15aa4f50b4e26ce43b38cd4c P 12046c3be0fd45f0b4e613bb9a009215: stopping tablet replica
I20260608 12:42:30.064970   431 raft_consensus.cc:2243] T df49a7dc15aa4f50b4e26ce43b38cd4c P 12046c3be0fd45f0b4e613bb9a009215 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:30.065639   431 raft_consensus.cc:2272] T df49a7dc15aa4f50b4e26ce43b38cd4c P 12046c3be0fd45f0b4e613bb9a009215 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:30.068342   431 tablet_replica.cc:333] T 78d45ba015bf416ab3e4d92b985e75d7 P 12046c3be0fd45f0b4e613bb9a009215: stopping tablet replica
I20260608 12:42:30.068892   431 raft_consensus.cc:2243] T 78d45ba015bf416ab3e4d92b985e75d7 P 12046c3be0fd45f0b4e613bb9a009215 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:30.069445   431 raft_consensus.cc:2272] T 78d45ba015bf416ab3e4d92b985e75d7 P 12046c3be0fd45f0b4e613bb9a009215 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:30.096701   431 tablet_server.cc:196] TabletServer@127.0.107.198:0 shutdown complete.
I20260608 12:42:30.115494   431 master.cc:562] Master@127.0.107.254:42545 shutting down...
W20260608 12:42:30.140969  4873 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:42:30.141247  4873 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:42:30.141472  4873 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:42:30.143585   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 3d4a7694adc046acb6cc69ceb3d5fd2d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:30.144230   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 3d4a7694adc046acb6cc69ceb3d5fd2d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:30.144593   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 3d4a7694adc046acb6cc69ceb3d5fd2d: stopping tablet replica
I20260608 12:42:30.170352   431 master.cc:584] Master@127.0.107.254:42545 shutdown complete.
[       OK ] AutoRebalancerTest.TestMaxMovesPerServer (27106 ms)
[ RUN      ] AutoRebalancerTest.AutoRebalancingUnstableCluster
I20260608 12:42:30.226912   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:38961
I20260608 12:42:30.228291   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:30.234844  5916 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:30.235046  5915 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:30.235726  5918 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:30.237532   431 server_base.cc:1061] running on GCE node
I20260608 12:42:30.238536   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:30.238725   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:30.238842   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922550238830 us; error 0 us; skew 500 ppm
I20260608 12:42:30.239380   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:30.242036   431 webserver.cc:533] Webserver started at http://127.0.107.254:45829/ using document root <none> and password file <none>
I20260608 12:42:30.242496   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:30.242647   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:30.242873   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:30.243932   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922397207313-431-0/minicluster-data/master-0-root/instance:
uuid: "198bc41305b14c7595d0b203c793cc73"
format_stamp: "Formatted at 2026-06-08 12:42:30 on dist-test-slave-1zds"
I20260608 12:42:30.248566   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.003s
I20260608 12:42:30.252179  5923 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:30.253023   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:42:30.253361   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922397207313-431-0/minicluster-data/master-0-root
uuid: "198bc41305b14c7595d0b203c793cc73"
format_stamp: "Formatted at 2026-06-08 12:42:30 on dist-test-slave-1zds"
I20260608 12:42:30.253680   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922397207313-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922397207313-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922397207313-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:30.277968   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:30.279274   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:30.320674   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:38961
I20260608 12:42:30.320827  5974 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:38961 every 8 connection(s)
I20260608 12:42:30.325187  5975 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:30.336233  5975 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 198bc41305b14c7595d0b203c793cc73: Bootstrap starting.
I20260608 12:42:30.341264  5975 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 198bc41305b14c7595d0b203c793cc73: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:30.346274  5975 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 198bc41305b14c7595d0b203c793cc73: No bootstrap required, opened a new log
I20260608 12:42:30.348940  5975 raft_consensus.cc:359] T 00000000000000000000000000000000 P 198bc41305b14c7595d0b203c793cc73 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "198bc41305b14c7595d0b203c793cc73" member_type: VOTER }
I20260608 12:42:30.349377  5975 raft_consensus.cc:385] T 00000000000000000000000000000000 P 198bc41305b14c7595d0b203c793cc73 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:30.349581  5975 raft_consensus.cc:740] T 00000000000000000000000000000000 P 198bc41305b14c7595d0b203c793cc73 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 198bc41305b14c7595d0b203c793cc73, State: Initialized, Role: FOLLOWER
I20260608 12:42:30.350229  5975 consensus_queue.cc:260] T 00000000000000000000000000000000 P 198bc41305b14c7595d0b203c793cc73 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "198bc41305b14c7595d0b203c793cc73" member_type: VOTER }
I20260608 12:42:30.350732  5975 raft_consensus.cc:399] T 00000000000000000000000000000000 P 198bc41305b14c7595d0b203c793cc73 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:30.350932  5975 raft_consensus.cc:493] T 00000000000000000000000000000000 P 198bc41305b14c7595d0b203c793cc73 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:30.351159  5975 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 198bc41305b14c7595d0b203c793cc73 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:30.357445  5975 raft_consensus.cc:515] T 00000000000000000000000000000000 P 198bc41305b14c7595d0b203c793cc73 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "198bc41305b14c7595d0b203c793cc73" member_type: VOTER }
I20260608 12:42:30.358036  5975 leader_election.cc:304] T 00000000000000000000000000000000 P 198bc41305b14c7595d0b203c793cc73 [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: 198bc41305b14c7595d0b203c793cc73; no voters: 
I20260608 12:42:30.359262  5975 leader_election.cc:290] T 00000000000000000000000000000000 P 198bc41305b14c7595d0b203c793cc73 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:30.359745  5978 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 198bc41305b14c7595d0b203c793cc73 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:30.361172  5978 raft_consensus.cc:697] T 00000000000000000000000000000000 P 198bc41305b14c7595d0b203c793cc73 [term 1 LEADER]: Becoming Leader. State: Replica: 198bc41305b14c7595d0b203c793cc73, State: Running, Role: LEADER
I20260608 12:42:30.362043  5978 consensus_queue.cc:237] T 00000000000000000000000000000000 P 198bc41305b14c7595d0b203c793cc73 [LEADER]: Queue going to LEADER mode. State: All 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: "198bc41305b14c7595d0b203c793cc73" member_type: VOTER }
I20260608 12:42:30.362689  5975 sys_catalog.cc:565] T 00000000000000000000000000000000 P 198bc41305b14c7595d0b203c793cc73 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:42:30.370158  5980 sys_catalog.cc:455] T 00000000000000000000000000000000 P 198bc41305b14c7595d0b203c793cc73 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 198bc41305b14c7595d0b203c793cc73. Latest consensus state: current_term: 1 leader_uuid: "198bc41305b14c7595d0b203c793cc73" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "198bc41305b14c7595d0b203c793cc73" member_type: VOTER } }
I20260608 12:42:30.369406  5979 sys_catalog.cc:455] T 00000000000000000000000000000000 P 198bc41305b14c7595d0b203c793cc73 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "198bc41305b14c7595d0b203c793cc73" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "198bc41305b14c7595d0b203c793cc73" member_type: VOTER } }
I20260608 12:42:30.370705  5980 sys_catalog.cc:458] T 00000000000000000000000000000000 P 198bc41305b14c7595d0b203c793cc73 [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:30.371222  5979 sys_catalog.cc:458] T 00000000000000000000000000000000 P 198bc41305b14c7595d0b203c793cc73 [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:30.373201  5987 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:42:30.379406  5987 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:42:30.380755   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:42:30.390316  5987 catalog_manager.cc:1382] Generated new cluster ID: 6fd362f95ed347b98ea25fffad24b014
I20260608 12:42:30.390654  5987 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:42:30.405725  5987 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:42:30.407141  5987 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:42:30.423398  5987 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 198bc41305b14c7595d0b203c793cc73: Generated new TSK 0
I20260608 12:42:30.424412  5987 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:42:30.447566   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:30.454245  5996 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:30.455547  5997 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:30.458004  5999 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:30.458182   431 server_base.cc:1061] running on GCE node
I20260608 12:42:30.459276   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:30.459492   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:30.459676   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922550459661 us; error 0 us; skew 500 ppm
I20260608 12:42:30.460211   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:30.462930   431 webserver.cc:533] Webserver started at http://127.0.107.193:34385/ using document root <none> and password file <none>
I20260608 12:42:30.463439   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:30.463608   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:30.463958   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:30.465126   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922397207313-431-0/minicluster-data/ts-0-root/instance:
uuid: "5cd85c799cb641ee9408474d5c2e951d"
format_stamp: "Formatted at 2026-06-08 12:42:30 on dist-test-slave-1zds"
I20260608 12:42:30.470279   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:42:30.473868  6004 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:30.474807   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:42:30.475215   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922397207313-431-0/minicluster-data/ts-0-root
uuid: "5cd85c799cb641ee9408474d5c2e951d"
format_stamp: "Formatted at 2026-06-08 12:42:30 on dist-test-slave-1zds"
I20260608 12:42:30.475522   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922397207313-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922397207313-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922397207313-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:30.497898   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:30.499249   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:30.500946   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:30.503603   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:30.503842   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:30.504096   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:30.504272   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:30.546314   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:34691
I20260608 12:42:30.546420  6066 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:34691 every 8 connection(s)
I20260608 12:42:30.551753   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:30.560313  6071 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:30.561493  6072 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:30.564947  6074 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:30.565141   431 server_base.cc:1061] running on GCE node
I20260608 12:42:30.568393   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:30.568677   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:30.568876   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922550568859 us; error 0 us; skew 500 ppm
I20260608 12:42:30.569682   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:30.570564  6067 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38961
I20260608 12:42:30.571069  6067 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:30.571909  6067 heartbeater.cc:507] Master 127.0.107.254:38961 requested a full tablet report, sending...
I20260608 12:42:30.572484   431 webserver.cc:533] Webserver started at http://127.0.107.194:34151/ using document root <none> and password file <none>
I20260608 12:42:30.573041   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:30.573253   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:30.573597   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:30.574517  5940 ts_manager.cc:194] Registered new tserver with Master: 5cd85c799cb641ee9408474d5c2e951d (127.0.107.193:34691)
I20260608 12:42:30.574904   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922397207313-431-0/minicluster-data/ts-1-root/instance:
uuid: "4eba2ce934184a2e9e194d27bb86f27a"
format_stamp: "Formatted at 2026-06-08 12:42:30 on dist-test-slave-1zds"
I20260608 12:42:30.576478  5940 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51400
I20260608 12:42:30.580305   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:42:30.584113  6079 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:30.584939   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:42:30.585258   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922397207313-431-0/minicluster-data/ts-1-root
uuid: "4eba2ce934184a2e9e194d27bb86f27a"
format_stamp: "Formatted at 2026-06-08 12:42:30 on dist-test-slave-1zds"
I20260608 12:42:30.585559   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922397207313-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922397207313-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922397207313-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:30.598471   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:30.599766   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:30.601280   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:30.603825   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:30.604077   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:30.604326   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:30.604501   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:30.646425   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:38921
I20260608 12:42:30.646559  6141 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:38921 every 8 connection(s)
I20260608 12:42:30.651641   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:30.659839  6145 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:30.662428  6146 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:30.663571  6148 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:30.664472   431 server_base.cc:1061] running on GCE node
I20260608 12:42:30.665552   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:42:30.665727  6142 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38961
W20260608 12:42:30.665874   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:30.666396   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922550666376 us; error 0 us; skew 500 ppm
I20260608 12:42:30.666411  6142 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:30.667127   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:30.667343  6142 heartbeater.cc:507] Master 127.0.107.254:38961 requested a full tablet report, sending...
I20260608 12:42:30.669698  5940 ts_manager.cc:194] Registered new tserver with Master: 4eba2ce934184a2e9e194d27bb86f27a (127.0.107.194:38921)
I20260608 12:42:30.670148   431 webserver.cc:533] Webserver started at http://127.0.107.195:36241/ using document root <none> and password file <none>
I20260608 12:42:30.670730   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:30.670922   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:30.671211   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:30.671355  5940 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51416
I20260608 12:42:30.673326   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922397207313-431-0/minicluster-data/ts-2-root/instance:
uuid: "4f1597e164f64ee98da6a9cca71a8a6b"
format_stamp: "Formatted at 2026-06-08 12:42:30 on dist-test-slave-1zds"
I20260608 12:42:30.678385   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260608 12:42:30.681838  6153 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:30.682636   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:42:30.682950   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922397207313-431-0/minicluster-data/ts-2-root
uuid: "4f1597e164f64ee98da6a9cca71a8a6b"
format_stamp: "Formatted at 2026-06-08 12:42:30 on dist-test-slave-1zds"
I20260608 12:42:30.683233   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922397207313-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922397207313-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922397207313-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:30.696952   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:30.698354   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:30.699869   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:30.702330   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:30.702548   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:30.702811   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:30.702968   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:30.744688   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:45867
I20260608 12:42:30.744792  6215 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:45867 every 8 connection(s)
I20260608 12:42:30.761086  6216 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38961
I20260608 12:42:30.761490  6216 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:30.762333  6216 heartbeater.cc:507] Master 127.0.107.254:38961 requested a full tablet report, sending...
I20260608 12:42:30.764570  5940 ts_manager.cc:194] Registered new tserver with Master: 4f1597e164f64ee98da6a9cca71a8a6b (127.0.107.195:45867)
I20260608 12:42:30.764797   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.01658165s
I20260608 12:42:30.766325  5940 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51428
I20260608 12:42:31.579717  6067 heartbeater.cc:499] Master 127.0.107.254:38961 was elected leader, sending a full tablet report...
I20260608 12:42:31.674319  6142 heartbeater.cc:499] Master 127.0.107.254:38961 was elected leader, sending a full tablet report...
I20260608 12:42:31.769397  6216 heartbeater.cc:499] Master 127.0.107.254:38961 was elected leader, sending a full tablet report...
I20260608 12:42:31.823176  5940 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:51442:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\252\252\252*\004\001\000TUUU""\004\001\000\252\252\252*\004\001\000TUUU"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:42:31.825541  5940 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:42:31.890260  6032 tablet_service.cc:1511] Processing CreateTablet for tablet d000b17dcf4347bba80d03d54e717a76 (DEFAULT_TABLE table=test-workload [id=f8b62306f03f45efb270ee04addf7942]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260608 12:42:31.891222  6030 tablet_service.cc:1511] Processing CreateTablet for tablet 8964cfdff1a74a53ad9901cd31837351 (DEFAULT_TABLE table=test-workload [id=f8b62306f03f45efb270ee04addf7942]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260608 12:42:31.891937  6032 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d000b17dcf4347bba80d03d54e717a76. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:31.891745  6031 tablet_service.cc:1511] Processing CreateTablet for tablet 8e5c5b874c7c4724a035afbc569fa78b (DEFAULT_TABLE table=test-workload [id=f8b62306f03f45efb270ee04addf7942]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260608 12:42:31.892814  6030 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8964cfdff1a74a53ad9901cd31837351. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:31.893837  6031 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8e5c5b874c7c4724a035afbc569fa78b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:31.904228  6107 tablet_service.cc:1511] Processing CreateTablet for tablet d000b17dcf4347bba80d03d54e717a76 (DEFAULT_TABLE table=test-workload [id=f8b62306f03f45efb270ee04addf7942]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260608 12:42:31.905660  6107 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d000b17dcf4347bba80d03d54e717a76. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:31.916069  6106 tablet_service.cc:1511] Processing CreateTablet for tablet 8e5c5b874c7c4724a035afbc569fa78b (DEFAULT_TABLE table=test-workload [id=f8b62306f03f45efb270ee04addf7942]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260608 12:42:31.917585  6106 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8e5c5b874c7c4724a035afbc569fa78b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:31.923117  6181 tablet_service.cc:1511] Processing CreateTablet for tablet d000b17dcf4347bba80d03d54e717a76 (DEFAULT_TABLE table=test-workload [id=f8b62306f03f45efb270ee04addf7942]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260608 12:42:31.923270  6105 tablet_service.cc:1511] Processing CreateTablet for tablet 8964cfdff1a74a53ad9901cd31837351 (DEFAULT_TABLE table=test-workload [id=f8b62306f03f45efb270ee04addf7942]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260608 12:42:31.924739  6105 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8964cfdff1a74a53ad9901cd31837351. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:31.924729  6181 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d000b17dcf4347bba80d03d54e717a76. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:31.926259  6180 tablet_service.cc:1511] Processing CreateTablet for tablet 8e5c5b874c7c4724a035afbc569fa78b (DEFAULT_TABLE table=test-workload [id=f8b62306f03f45efb270ee04addf7942]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260608 12:42:31.927282  6179 tablet_service.cc:1511] Processing CreateTablet for tablet 8964cfdff1a74a53ad9901cd31837351 (DEFAULT_TABLE table=test-workload [id=f8b62306f03f45efb270ee04addf7942]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260608 12:42:31.927806  6180 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8e5c5b874c7c4724a035afbc569fa78b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:31.928653  6179 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8964cfdff1a74a53ad9901cd31837351. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:31.961979  6237 tablet_bootstrap.cc:492] T 8964cfdff1a74a53ad9901cd31837351 P 4f1597e164f64ee98da6a9cca71a8a6b: Bootstrap starting.
I20260608 12:42:31.962574  6236 tablet_bootstrap.cc:492] T 8964cfdff1a74a53ad9901cd31837351 P 5cd85c799cb641ee9408474d5c2e951d: Bootstrap starting.
I20260608 12:42:31.969520  6236 tablet_bootstrap.cc:654] T 8964cfdff1a74a53ad9901cd31837351 P 5cd85c799cb641ee9408474d5c2e951d: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:31.970405  6237 tablet_bootstrap.cc:654] T 8964cfdff1a74a53ad9901cd31837351 P 4f1597e164f64ee98da6a9cca71a8a6b: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:31.971925  6238 tablet_bootstrap.cc:492] T 8964cfdff1a74a53ad9901cd31837351 P 4eba2ce934184a2e9e194d27bb86f27a: Bootstrap starting.
I20260608 12:42:31.976123  6236 tablet_bootstrap.cc:492] T 8964cfdff1a74a53ad9901cd31837351 P 5cd85c799cb641ee9408474d5c2e951d: No bootstrap required, opened a new log
I20260608 12:42:31.976738  6236 ts_tablet_manager.cc:1403] T 8964cfdff1a74a53ad9901cd31837351 P 5cd85c799cb641ee9408474d5c2e951d: Time spent bootstrapping tablet: real 0.015s	user 0.012s	sys 0.000s
I20260608 12:42:31.977281  6237 tablet_bootstrap.cc:492] T 8964cfdff1a74a53ad9901cd31837351 P 4f1597e164f64ee98da6a9cca71a8a6b: No bootstrap required, opened a new log
I20260608 12:42:31.977732  6237 ts_tablet_manager.cc:1403] T 8964cfdff1a74a53ad9901cd31837351 P 4f1597e164f64ee98da6a9cca71a8a6b: Time spent bootstrapping tablet: real 0.017s	user 0.011s	sys 0.003s
I20260608 12:42:31.979859  6238 tablet_bootstrap.cc:654] T 8964cfdff1a74a53ad9901cd31837351 P 4eba2ce934184a2e9e194d27bb86f27a: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:31.980093  6237 raft_consensus.cc:359] T 8964cfdff1a74a53ad9901cd31837351 P 4f1597e164f64ee98da6a9cca71a8a6b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } }
I20260608 12:42:31.980093  6236 raft_consensus.cc:359] T 8964cfdff1a74a53ad9901cd31837351 P 5cd85c799cb641ee9408474d5c2e951d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } }
I20260608 12:42:31.980926  6237 raft_consensus.cc:385] T 8964cfdff1a74a53ad9901cd31837351 P 4f1597e164f64ee98da6a9cca71a8a6b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:31.981165  6236 raft_consensus.cc:385] T 8964cfdff1a74a53ad9901cd31837351 P 5cd85c799cb641ee9408474d5c2e951d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:31.981282  6237 raft_consensus.cc:740] T 8964cfdff1a74a53ad9901cd31837351 P 4f1597e164f64ee98da6a9cca71a8a6b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4f1597e164f64ee98da6a9cca71a8a6b, State: Initialized, Role: FOLLOWER
I20260608 12:42:31.981711  6236 raft_consensus.cc:740] T 8964cfdff1a74a53ad9901cd31837351 P 5cd85c799cb641ee9408474d5c2e951d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5cd85c799cb641ee9408474d5c2e951d, State: Initialized, Role: FOLLOWER
I20260608 12:42:31.982326  6237 consensus_queue.cc:260] T 8964cfdff1a74a53ad9901cd31837351 P 4f1597e164f64ee98da6a9cca71a8a6b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } }
I20260608 12:42:31.982613  6236 consensus_queue.cc:260] T 8964cfdff1a74a53ad9901cd31837351 P 5cd85c799cb641ee9408474d5c2e951d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } }
I20260608 12:42:31.986754  6237 ts_tablet_manager.cc:1434] T 8964cfdff1a74a53ad9901cd31837351 P 4f1597e164f64ee98da6a9cca71a8a6b: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 12:42:31.987999  6237 tablet_bootstrap.cc:492] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b: Bootstrap starting.
I20260608 12:42:31.996783  6237 tablet_bootstrap.cc:654] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b: Neither blocks nor log segments found. Creating new log.
W20260608 12:42:32.002198  6217 tablet.cc:2404] T 8964cfdff1a74a53ad9901cd31837351 P 4f1597e164f64ee98da6a9cca71a8a6b: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:42:32.007984  6236 ts_tablet_manager.cc:1434] T 8964cfdff1a74a53ad9901cd31837351 P 5cd85c799cb641ee9408474d5c2e951d: Time spent starting tablet: real 0.031s	user 0.012s	sys 0.020s
I20260608 12:42:32.009192  6236 tablet_bootstrap.cc:492] T d000b17dcf4347bba80d03d54e717a76 P 5cd85c799cb641ee9408474d5c2e951d: Bootstrap starting.
I20260608 12:42:32.009708  6238 tablet_bootstrap.cc:492] T 8964cfdff1a74a53ad9901cd31837351 P 4eba2ce934184a2e9e194d27bb86f27a: No bootstrap required, opened a new log
I20260608 12:42:32.009908  6237 tablet_bootstrap.cc:492] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b: No bootstrap required, opened a new log
I20260608 12:42:32.010272  6238 ts_tablet_manager.cc:1403] T 8964cfdff1a74a53ad9901cd31837351 P 4eba2ce934184a2e9e194d27bb86f27a: Time spent bootstrapping tablet: real 0.039s	user 0.017s	sys 0.016s
I20260608 12:42:32.010761  6237 ts_tablet_manager.cc:1403] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b: Time spent bootstrapping tablet: real 0.023s	user 0.017s	sys 0.004s
I20260608 12:42:32.013821  6238 raft_consensus.cc:359] T 8964cfdff1a74a53ad9901cd31837351 P 4eba2ce934184a2e9e194d27bb86f27a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } }
I20260608 12:42:32.014020  6237 raft_consensus.cc:359] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } }
I20260608 12:42:32.014734  6238 raft_consensus.cc:385] T 8964cfdff1a74a53ad9901cd31837351 P 4eba2ce934184a2e9e194d27bb86f27a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:32.014990  6237 raft_consensus.cc:385] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:32.015127  6238 raft_consensus.cc:740] T 8964cfdff1a74a53ad9901cd31837351 P 4eba2ce934184a2e9e194d27bb86f27a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4eba2ce934184a2e9e194d27bb86f27a, State: Initialized, Role: FOLLOWER
I20260608 12:42:32.015645  6237 raft_consensus.cc:740] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4f1597e164f64ee98da6a9cca71a8a6b, State: Initialized, Role: FOLLOWER
I20260608 12:42:32.016163  6238 consensus_queue.cc:260] T 8964cfdff1a74a53ad9901cd31837351 P 4eba2ce934184a2e9e194d27bb86f27a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } }
I20260608 12:42:32.016543  6237 consensus_queue.cc:260] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } }
I20260608 12:42:32.017278  6236 tablet_bootstrap.cc:654] T d000b17dcf4347bba80d03d54e717a76 P 5cd85c799cb641ee9408474d5c2e951d: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:32.019387  6237 ts_tablet_manager.cc:1434] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:42:32.020598  6237 tablet_bootstrap.cc:492] T 8e5c5b874c7c4724a035afbc569fa78b P 4f1597e164f64ee98da6a9cca71a8a6b: Bootstrap starting.
I20260608 12:42:32.026662  6238 ts_tablet_manager.cc:1434] T 8964cfdff1a74a53ad9901cd31837351 P 4eba2ce934184a2e9e194d27bb86f27a: Time spent starting tablet: real 0.016s	user 0.011s	sys 0.000s
I20260608 12:42:32.027572  6237 tablet_bootstrap.cc:654] T 8e5c5b874c7c4724a035afbc569fa78b P 4f1597e164f64ee98da6a9cca71a8a6b: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:32.027781  6238 tablet_bootstrap.cc:492] T 8e5c5b874c7c4724a035afbc569fa78b P 4eba2ce934184a2e9e194d27bb86f27a: Bootstrap starting.
I20260608 12:42:32.035308  6238 tablet_bootstrap.cc:654] T 8e5c5b874c7c4724a035afbc569fa78b P 4eba2ce934184a2e9e194d27bb86f27a: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:32.042521  6236 tablet_bootstrap.cc:492] T d000b17dcf4347bba80d03d54e717a76 P 5cd85c799cb641ee9408474d5c2e951d: No bootstrap required, opened a new log
I20260608 12:42:32.043228  6236 ts_tablet_manager.cc:1403] T d000b17dcf4347bba80d03d54e717a76 P 5cd85c799cb641ee9408474d5c2e951d: Time spent bootstrapping tablet: real 0.034s	user 0.008s	sys 0.006s
I20260608 12:42:32.046535  6236 raft_consensus.cc:359] T d000b17dcf4347bba80d03d54e717a76 P 5cd85c799cb641ee9408474d5c2e951d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } }
I20260608 12:42:32.047273  6236 raft_consensus.cc:385] T d000b17dcf4347bba80d03d54e717a76 P 5cd85c799cb641ee9408474d5c2e951d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:32.047420  6237 tablet_bootstrap.cc:492] T 8e5c5b874c7c4724a035afbc569fa78b P 4f1597e164f64ee98da6a9cca71a8a6b: No bootstrap required, opened a new log
I20260608 12:42:32.047627  6236 raft_consensus.cc:740] T d000b17dcf4347bba80d03d54e717a76 P 5cd85c799cb641ee9408474d5c2e951d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5cd85c799cb641ee9408474d5c2e951d, State: Initialized, Role: FOLLOWER
I20260608 12:42:32.048002  6237 ts_tablet_manager.cc:1403] T 8e5c5b874c7c4724a035afbc569fa78b P 4f1597e164f64ee98da6a9cca71a8a6b: Time spent bootstrapping tablet: real 0.028s	user 0.024s	sys 0.000s
I20260608 12:42:32.048169  6238 tablet_bootstrap.cc:492] T 8e5c5b874c7c4724a035afbc569fa78b P 4eba2ce934184a2e9e194d27bb86f27a: No bootstrap required, opened a new log
I20260608 12:42:32.048683  6238 ts_tablet_manager.cc:1403] T 8e5c5b874c7c4724a035afbc569fa78b P 4eba2ce934184a2e9e194d27bb86f27a: Time spent bootstrapping tablet: real 0.021s	user 0.012s	sys 0.007s
I20260608 12:42:32.048609  6236 consensus_queue.cc:260] T d000b17dcf4347bba80d03d54e717a76 P 5cd85c799cb641ee9408474d5c2e951d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } }
I20260608 12:42:32.051163  6236 ts_tablet_manager.cc:1434] T d000b17dcf4347bba80d03d54e717a76 P 5cd85c799cb641ee9408474d5c2e951d: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.001s
I20260608 12:42:32.051301  6237 raft_consensus.cc:359] T 8e5c5b874c7c4724a035afbc569fa78b P 4f1597e164f64ee98da6a9cca71a8a6b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } }
I20260608 12:42:32.052073  6237 raft_consensus.cc:385] T 8e5c5b874c7c4724a035afbc569fa78b P 4f1597e164f64ee98da6a9cca71a8a6b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:32.052229  6236 tablet_bootstrap.cc:492] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d: Bootstrap starting.
I20260608 12:42:32.051872  6238 raft_consensus.cc:359] T 8e5c5b874c7c4724a035afbc569fa78b P 4eba2ce934184a2e9e194d27bb86f27a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } }
I20260608 12:42:32.052461  6237 raft_consensus.cc:740] T 8e5c5b874c7c4724a035afbc569fa78b P 4f1597e164f64ee98da6a9cca71a8a6b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4f1597e164f64ee98da6a9cca71a8a6b, State: Initialized, Role: FOLLOWER
I20260608 12:42:32.052683  6238 raft_consensus.cc:385] T 8e5c5b874c7c4724a035afbc569fa78b P 4eba2ce934184a2e9e194d27bb86f27a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:32.053045  6238 raft_consensus.cc:740] T 8e5c5b874c7c4724a035afbc569fa78b P 4eba2ce934184a2e9e194d27bb86f27a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4eba2ce934184a2e9e194d27bb86f27a, State: Initialized, Role: FOLLOWER
I20260608 12:42:32.053489  6237 consensus_queue.cc:260] T 8e5c5b874c7c4724a035afbc569fa78b P 4f1597e164f64ee98da6a9cca71a8a6b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } }
I20260608 12:42:32.054086  6238 consensus_queue.cc:260] T 8e5c5b874c7c4724a035afbc569fa78b P 4eba2ce934184a2e9e194d27bb86f27a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } }
I20260608 12:42:32.056437  6238 ts_tablet_manager.cc:1434] T 8e5c5b874c7c4724a035afbc569fa78b P 4eba2ce934184a2e9e194d27bb86f27a: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.001s
I20260608 12:42:32.057410  6238 tablet_bootstrap.cc:492] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a: Bootstrap starting.
I20260608 12:42:32.059152  6237 ts_tablet_manager.cc:1434] T 8e5c5b874c7c4724a035afbc569fa78b P 4f1597e164f64ee98da6a9cca71a8a6b: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.003s
I20260608 12:42:32.064231  6238 tablet_bootstrap.cc:654] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:32.066147  6236 tablet_bootstrap.cc:654] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:32.076224  6236 tablet_bootstrap.cc:492] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d: No bootstrap required, opened a new log
I20260608 12:42:32.076642  6238 tablet_bootstrap.cc:492] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a: No bootstrap required, opened a new log
I20260608 12:42:32.076756  6236 ts_tablet_manager.cc:1403] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d: Time spent bootstrapping tablet: real 0.025s	user 0.001s	sys 0.010s
I20260608 12:42:32.077206  6238 ts_tablet_manager.cc:1403] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a: Time spent bootstrapping tablet: real 0.020s	user 0.014s	sys 0.003s
I20260608 12:42:32.080312  6236 raft_consensus.cc:359] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } }
I20260608 12:42:32.080519  6238 raft_consensus.cc:359] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } }
I20260608 12:42:32.081126  6236 raft_consensus.cc:385] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:32.081221  6238 raft_consensus.cc:385] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:32.081537  6236 raft_consensus.cc:740] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5cd85c799cb641ee9408474d5c2e951d, State: Initialized, Role: FOLLOWER
I20260608 12:42:32.081626  6238 raft_consensus.cc:740] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4eba2ce934184a2e9e194d27bb86f27a, State: Initialized, Role: FOLLOWER
I20260608 12:42:32.082664  6238 consensus_queue.cc:260] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } }
I20260608 12:42:32.082664  6236 consensus_queue.cc:260] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } }
I20260608 12:42:32.085246  6238 ts_tablet_manager.cc:1434] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.004s
I20260608 12:42:32.087325  6236 ts_tablet_manager.cc:1434] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.002s
I20260608 12:42:32.093065  6243 raft_consensus.cc:493] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:32.093607  6243 raft_consensus.cc:515] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } }
I20260608 12:42:32.096241  6245 raft_consensus.cc:493] T 8964cfdff1a74a53ad9901cd31837351 P 4eba2ce934184a2e9e194d27bb86f27a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:32.096673  6243 leader_election.cc:290] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4eba2ce934184a2e9e194d27bb86f27a (127.0.107.194:38921), 4f1597e164f64ee98da6a9cca71a8a6b (127.0.107.195:45867)
I20260608 12:42:32.096822  6245 raft_consensus.cc:515] T 8964cfdff1a74a53ad9901cd31837351 P 4eba2ce934184a2e9e194d27bb86f27a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } }
I20260608 12:42:32.103214  6245 leader_election.cc:290] T 8964cfdff1a74a53ad9901cd31837351 P 4eba2ce934184a2e9e194d27bb86f27a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5cd85c799cb641ee9408474d5c2e951d (127.0.107.193:34691), 4f1597e164f64ee98da6a9cca71a8a6b (127.0.107.195:45867)
I20260608 12:42:32.118687  6117 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8e5c5b874c7c4724a035afbc569fa78b" candidate_uuid: "5cd85c799cb641ee9408474d5c2e951d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4eba2ce934184a2e9e194d27bb86f27a" is_pre_election: true
I20260608 12:42:32.119668  6117 raft_consensus.cc:2468] T 8e5c5b874c7c4724a035afbc569fa78b P 4eba2ce934184a2e9e194d27bb86f27a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5cd85c799cb641ee9408474d5c2e951d in term 0.
I20260608 12:42:32.121219  6006 leader_election.cc:304] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4eba2ce934184a2e9e194d27bb86f27a, 5cd85c799cb641ee9408474d5c2e951d; no voters: 
I20260608 12:42:32.122236  6243 raft_consensus.cc:2804] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:32.122606  6243 raft_consensus.cc:493] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:32.122983  6243 raft_consensus.cc:3060] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:32.126575  6191 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8e5c5b874c7c4724a035afbc569fa78b" candidate_uuid: "5cd85c799cb641ee9408474d5c2e951d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" is_pre_election: true
I20260608 12:42:32.127136  6042 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8964cfdff1a74a53ad9901cd31837351" candidate_uuid: "4eba2ce934184a2e9e194d27bb86f27a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5cd85c799cb641ee9408474d5c2e951d" is_pre_election: true
I20260608 12:42:32.127398  6191 raft_consensus.cc:2468] T 8e5c5b874c7c4724a035afbc569fa78b P 4f1597e164f64ee98da6a9cca71a8a6b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5cd85c799cb641ee9408474d5c2e951d in term 0.
I20260608 12:42:32.127909  6042 raft_consensus.cc:2468] T 8964cfdff1a74a53ad9901cd31837351 P 5cd85c799cb641ee9408474d5c2e951d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4eba2ce934184a2e9e194d27bb86f27a in term 0.
I20260608 12:42:32.129585  6080 leader_election.cc:304] T 8964cfdff1a74a53ad9901cd31837351 P 4eba2ce934184a2e9e194d27bb86f27a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4eba2ce934184a2e9e194d27bb86f27a, 5cd85c799cb641ee9408474d5c2e951d; no voters: 
I20260608 12:42:32.130533  6245 raft_consensus.cc:2804] T 8964cfdff1a74a53ad9901cd31837351 P 4eba2ce934184a2e9e194d27bb86f27a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:32.130904  6245 raft_consensus.cc:493] T 8964cfdff1a74a53ad9901cd31837351 P 4eba2ce934184a2e9e194d27bb86f27a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:32.130986  6243 raft_consensus.cc:515] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } }
I20260608 12:42:32.131279  6245 raft_consensus.cc:3060] T 8964cfdff1a74a53ad9901cd31837351 P 4eba2ce934184a2e9e194d27bb86f27a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:32.131443  6191 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8964cfdff1a74a53ad9901cd31837351" candidate_uuid: "4eba2ce934184a2e9e194d27bb86f27a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" is_pre_election: true
I20260608 12:42:32.132165  6191 raft_consensus.cc:2468] T 8964cfdff1a74a53ad9901cd31837351 P 4f1597e164f64ee98da6a9cca71a8a6b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4eba2ce934184a2e9e194d27bb86f27a in term 0.
I20260608 12:42:32.132870  6243 leader_election.cc:290] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [CANDIDATE]: Term 1 election: Requested vote from peers 4eba2ce934184a2e9e194d27bb86f27a (127.0.107.194:38921), 4f1597e164f64ee98da6a9cca71a8a6b (127.0.107.195:45867)
I20260608 12:42:32.134655  6117 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8e5c5b874c7c4724a035afbc569fa78b" candidate_uuid: "5cd85c799cb641ee9408474d5c2e951d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4eba2ce934184a2e9e194d27bb86f27a"
I20260608 12:42:32.134136  6191 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8e5c5b874c7c4724a035afbc569fa78b" candidate_uuid: "5cd85c799cb641ee9408474d5c2e951d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4f1597e164f64ee98da6a9cca71a8a6b"
I20260608 12:42:32.135136  6117 raft_consensus.cc:3060] T 8e5c5b874c7c4724a035afbc569fa78b P 4eba2ce934184a2e9e194d27bb86f27a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:32.135507  6191 raft_consensus.cc:3060] T 8e5c5b874c7c4724a035afbc569fa78b P 4f1597e164f64ee98da6a9cca71a8a6b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:32.137624  6245 raft_consensus.cc:515] T 8964cfdff1a74a53ad9901cd31837351 P 4eba2ce934184a2e9e194d27bb86f27a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } }
I20260608 12:42:32.139719  6245 leader_election.cc:290] T 8964cfdff1a74a53ad9901cd31837351 P 4eba2ce934184a2e9e194d27bb86f27a [CANDIDATE]: Term 1 election: Requested vote from peers 5cd85c799cb641ee9408474d5c2e951d (127.0.107.193:34691), 4f1597e164f64ee98da6a9cca71a8a6b (127.0.107.195:45867)
I20260608 12:42:32.140564  6042 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8964cfdff1a74a53ad9901cd31837351" candidate_uuid: "4eba2ce934184a2e9e194d27bb86f27a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5cd85c799cb641ee9408474d5c2e951d"
I20260608 12:42:32.141113  6042 raft_consensus.cc:3060] T 8964cfdff1a74a53ad9901cd31837351 P 5cd85c799cb641ee9408474d5c2e951d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:32.142426  6190 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8964cfdff1a74a53ad9901cd31837351" candidate_uuid: "4eba2ce934184a2e9e194d27bb86f27a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4f1597e164f64ee98da6a9cca71a8a6b"
I20260608 12:42:32.143116  6190 raft_consensus.cc:3060] T 8964cfdff1a74a53ad9901cd31837351 P 4f1597e164f64ee98da6a9cca71a8a6b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:32.143203  6117 raft_consensus.cc:2468] T 8e5c5b874c7c4724a035afbc569fa78b P 4eba2ce934184a2e9e194d27bb86f27a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5cd85c799cb641ee9408474d5c2e951d in term 1.
I20260608 12:42:32.143550  6191 raft_consensus.cc:2468] T 8e5c5b874c7c4724a035afbc569fa78b P 4f1597e164f64ee98da6a9cca71a8a6b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5cd85c799cb641ee9408474d5c2e951d in term 1.
I20260608 12:42:32.144550  6006 leader_election.cc:304] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [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: 4eba2ce934184a2e9e194d27bb86f27a, 5cd85c799cb641ee9408474d5c2e951d; no voters: 
I20260608 12:42:32.145917  6243 raft_consensus.cc:2804] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:32.149659  6042 raft_consensus.cc:2468] T 8964cfdff1a74a53ad9901cd31837351 P 5cd85c799cb641ee9408474d5c2e951d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4eba2ce934184a2e9e194d27bb86f27a in term 1.
I20260608 12:42:32.150612  6190 raft_consensus.cc:2468] T 8964cfdff1a74a53ad9901cd31837351 P 4f1597e164f64ee98da6a9cca71a8a6b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4eba2ce934184a2e9e194d27bb86f27a in term 1.
I20260608 12:42:32.151455  6080 leader_election.cc:304] T 8964cfdff1a74a53ad9901cd31837351 P 4eba2ce934184a2e9e194d27bb86f27a [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: 4eba2ce934184a2e9e194d27bb86f27a, 5cd85c799cb641ee9408474d5c2e951d; no voters: 
I20260608 12:42:32.151546  6243 raft_consensus.cc:697] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [term 1 LEADER]: Becoming Leader. State: Replica: 5cd85c799cb641ee9408474d5c2e951d, State: Running, Role: LEADER
I20260608 12:42:32.152565  6245 raft_consensus.cc:2804] T 8964cfdff1a74a53ad9901cd31837351 P 4eba2ce934184a2e9e194d27bb86f27a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:32.154171  6257 raft_consensus.cc:493] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:32.153997  6243 consensus_queue.cc:237] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } }
I20260608 12:42:32.154934  6245 raft_consensus.cc:697] T 8964cfdff1a74a53ad9901cd31837351 P 4eba2ce934184a2e9e194d27bb86f27a [term 1 LEADER]: Becoming Leader. State: Replica: 4eba2ce934184a2e9e194d27bb86f27a, State: Running, Role: LEADER
I20260608 12:42:32.154974  6257 raft_consensus.cc:515] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } }
I20260608 12:42:32.156309  6245 consensus_queue.cc:237] T 8964cfdff1a74a53ad9901cd31837351 P 4eba2ce934184a2e9e194d27bb86f27a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } }
I20260608 12:42:32.159426  6190 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d000b17dcf4347bba80d03d54e717a76" candidate_uuid: "4eba2ce934184a2e9e194d27bb86f27a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" is_pre_election: true
I20260608 12:42:32.159468  6042 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d000b17dcf4347bba80d03d54e717a76" candidate_uuid: "4eba2ce934184a2e9e194d27bb86f27a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5cd85c799cb641ee9408474d5c2e951d" is_pre_election: true
I20260608 12:42:32.160351  6190 raft_consensus.cc:2468] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4eba2ce934184a2e9e194d27bb86f27a in term 0.
I20260608 12:42:32.160558  6042 raft_consensus.cc:2468] T d000b17dcf4347bba80d03d54e717a76 P 5cd85c799cb641ee9408474d5c2e951d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4eba2ce934184a2e9e194d27bb86f27a in term 0.
I20260608 12:42:32.162482  6081 leader_election.cc:304] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4eba2ce934184a2e9e194d27bb86f27a, 4f1597e164f64ee98da6a9cca71a8a6b; no voters: 
I20260608 12:42:32.163830  6257 leader_election.cc:290] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5cd85c799cb641ee9408474d5c2e951d (127.0.107.193:34691), 4f1597e164f64ee98da6a9cca71a8a6b (127.0.107.195:45867)
I20260608 12:42:32.164438  6257 raft_consensus.cc:2804] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:32.164870  6257 raft_consensus.cc:493] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:32.165210  6257 raft_consensus.cc:3060] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:32.171345  5938 catalog_manager.cc:5696] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d reported cstate change: term changed from 0 to 1, leader changed from <none> to 5cd85c799cb641ee9408474d5c2e951d (127.0.107.193). New cstate: current_term: 1 leader_uuid: "5cd85c799cb641ee9408474d5c2e951d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:32.172191  5937 catalog_manager.cc:5696] T 8964cfdff1a74a53ad9901cd31837351 P 4eba2ce934184a2e9e194d27bb86f27a reported cstate change: term changed from 0 to 1, leader changed from <none> to 4eba2ce934184a2e9e194d27bb86f27a (127.0.107.194). New cstate: current_term: 1 leader_uuid: "4eba2ce934184a2e9e194d27bb86f27a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:32.173395  6257 raft_consensus.cc:515] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } }
I20260608 12:42:32.175843  6257 leader_election.cc:290] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [CANDIDATE]: Term 1 election: Requested vote from peers 5cd85c799cb641ee9408474d5c2e951d (127.0.107.193:34691), 4f1597e164f64ee98da6a9cca71a8a6b (127.0.107.195:45867)
I20260608 12:42:32.176651  6042 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d000b17dcf4347bba80d03d54e717a76" candidate_uuid: "4eba2ce934184a2e9e194d27bb86f27a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5cd85c799cb641ee9408474d5c2e951d"
I20260608 12:42:32.177350  6042 raft_consensus.cc:3060] T d000b17dcf4347bba80d03d54e717a76 P 5cd85c799cb641ee9408474d5c2e951d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:32.178014  6190 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d000b17dcf4347bba80d03d54e717a76" candidate_uuid: "4eba2ce934184a2e9e194d27bb86f27a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4f1597e164f64ee98da6a9cca71a8a6b"
I20260608 12:42:32.178702  6190 raft_consensus.cc:3060] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:32.185693  6042 raft_consensus.cc:2468] T d000b17dcf4347bba80d03d54e717a76 P 5cd85c799cb641ee9408474d5c2e951d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4eba2ce934184a2e9e194d27bb86f27a in term 1.
I20260608 12:42:32.186491  6190 raft_consensus.cc:2468] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4eba2ce934184a2e9e194d27bb86f27a in term 1.
I20260608 12:42:32.187044  6080 leader_election.cc:304] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [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: 4eba2ce934184a2e9e194d27bb86f27a, 5cd85c799cb641ee9408474d5c2e951d; no voters: 
I20260608 12:42:32.187848  6257 raft_consensus.cc:2804] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:32.188277  6257 raft_consensus.cc:697] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [term 1 LEADER]: Becoming Leader. State: Replica: 4eba2ce934184a2e9e194d27bb86f27a, State: Running, Role: LEADER
I20260608 12:42:32.188931  6257 consensus_queue.cc:237] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } }
I20260608 12:42:32.196677  5937 catalog_manager.cc:5696] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a reported cstate change: term changed from 0 to 1, leader changed from <none> to 4eba2ce934184a2e9e194d27bb86f27a (127.0.107.194). New cstate: current_term: 1 leader_uuid: "4eba2ce934184a2e9e194d27bb86f27a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:32.208362   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:32.214936  6262 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:32.216321  6263 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:32.219105  6265 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:32.219656   431 server_base.cc:1061] running on GCE node
I20260608 12:42:32.221061   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:32.221261   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:32.221405   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922552221394 us; error 0 us; skew 500 ppm
I20260608 12:42:32.222019   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:32.224428   431 webserver.cc:533] Webserver started at http://127.0.107.196:46035/ using document root <none> and password file <none>
I20260608 12:42:32.224916   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:32.225083   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:32.225304   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:32.226468   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922397207313-431-0/minicluster-data/ts-3-root/instance:
uuid: "f5770caad0084be6953e46c85daf186a"
format_stamp: "Formatted at 2026-06-08 12:42:32 on dist-test-slave-1zds"
I20260608 12:42:32.231410   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:42:32.235100  6270 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:32.236050   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260608 12:42:32.236419   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922397207313-431-0/minicluster-data/ts-3-root
uuid: "f5770caad0084be6953e46c85daf186a"
format_stamp: "Formatted at 2026-06-08 12:42:32 on dist-test-slave-1zds"
I20260608 12:42:32.236691   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922397207313-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922397207313-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922397207313-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:32.278069   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:32.279335   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:32.280825   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:32.283270   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:32.283547   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:32.283841   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:32.284062   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:32.333587   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:46481
I20260608 12:42:32.333705  6332 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:46481 every 8 connection(s)
I20260608 12:42:32.349841  6333 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38961
I20260608 12:42:32.350347  6333 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:32.351198  6333 heartbeater.cc:507] Master 127.0.107.254:38961 requested a full tablet report, sending...
I20260608 12:42:32.353600  5937 ts_manager.cc:194] Registered new tserver with Master: f5770caad0084be6953e46c85daf186a (127.0.107.196:46481)
I20260608 12:42:32.355350  5937 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51456
I20260608 12:42:32.380782  5993 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:42:32.400769  6117 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "d000b17dcf4347bba80d03d54e717a76"
dest_uuid: "4eba2ce934184a2e9e194d27bb86f27a"
mode: GRACEFUL
new_leader_uuid: "4f1597e164f64ee98da6a9cca71a8a6b"
 from {username='slave'} at 127.0.0.1:60646
I20260608 12:42:32.401441  6117 raft_consensus.cc:606] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [term 1 LEADER]: Received request to transfer leadership to TS 4f1597e164f64ee98da6a9cca71a8a6b
W20260608 12:42:32.402180  5988 auto_rebalancer.cc:591] Failed to schedule move for tablet 8e5c5b874c7c4724a035afbc569fa78b: Illegal state: Leader has not yet committed an operation in its own term
I20260608 12:42:32.402925  5993 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 1
I20260608 12:42:32.403561  5993 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:42:32.414929  5988 auto_rebalancer.cc:591] Failed to schedule move for tablet 8964cfdff1a74a53ad9901cd31837351: Illegal state: Leader has not yet committed an operation in its own term
I20260608 12:42:32.471419  6257 consensus_queue.cc:1048] T 8964cfdff1a74a53ad9901cd31837351 P 4eba2ce934184a2e9e194d27bb86f27a [LEADER]: Connected to new peer: Peer: permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:42:32.479221  6245 fault_injection.cc:43] FAULT INJECTION ENABLED!
W20260608 12:42:32.479554  6245 fault_injection.cc:44] THIS SERVER MAY CRASH!
I20260608 12:42:32.480535  6243 consensus_queue.cc:1048] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [LEADER]: Connected to new peer: Peer: permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:32.485466  6258 consensus_queue.cc:1048] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [LEADER]: Connected to new peer: Peer: permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:32.512279  6257 consensus_queue.cc:1048] T 8964cfdff1a74a53ad9901cd31837351 P 4eba2ce934184a2e9e194d27bb86f27a [LEADER]: Connected to new peer: Peer: permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:32.533289  6257 consensus_queue.cc:1048] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [LEADER]: Connected to new peer: Peer: permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:32.533180  6243 consensus_queue.cc:1048] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [LEADER]: Connected to new peer: Peer: permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:32.942838  6258 raft_consensus.cc:993] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a: : Instructing follower 4f1597e164f64ee98da6a9cca71a8a6b to start an election
I20260608 12:42:32.943419  6245 raft_consensus.cc:1081] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [term 1 LEADER]: Signalling peer 4f1597e164f64ee98da6a9cca71a8a6b to start an election
I20260608 12:42:32.945214  6190 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "d000b17dcf4347bba80d03d54e717a76"
dest_uuid: "4f1597e164f64ee98da6a9cca71a8a6b"
 from {username='slave'} at 127.0.0.1:34242
I20260608 12:42:32.945720  6190 raft_consensus.cc:493] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:42:32.946019  6190 raft_consensus.cc:3060] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:32.951116  6190 raft_consensus.cc:515] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } }
I20260608 12:42:32.953272  6190 leader_election.cc:290] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [CANDIDATE]: Term 2 election: Requested vote from peers 5cd85c799cb641ee9408474d5c2e951d (127.0.107.193:34691), 4eba2ce934184a2e9e194d27bb86f27a (127.0.107.194:38921)
I20260608 12:42:32.966667  6042 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d000b17dcf4347bba80d03d54e717a76" candidate_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "5cd85c799cb641ee9408474d5c2e951d"
I20260608 12:42:32.967176  6042 raft_consensus.cc:3060] T d000b17dcf4347bba80d03d54e717a76 P 5cd85c799cb641ee9408474d5c2e951d [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:32.967876  6117 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d000b17dcf4347bba80d03d54e717a76" candidate_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "4eba2ce934184a2e9e194d27bb86f27a"
I20260608 12:42:32.968410  6117 raft_consensus.cc:3055] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:42:32.968685  6117 raft_consensus.cc:740] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 4eba2ce934184a2e9e194d27bb86f27a, State: Running, Role: LEADER
I20260608 12:42:32.969470  6117 consensus_queue.cc:260] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [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: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } }
I20260608 12:42:32.970628  6117 raft_consensus.cc:3060] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:32.972482  6042 raft_consensus.cc:2468] T d000b17dcf4347bba80d03d54e717a76 P 5cd85c799cb641ee9408474d5c2e951d [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4f1597e164f64ee98da6a9cca71a8a6b in term 2.
I20260608 12:42:32.973677  6154 leader_election.cc:304] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [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: 4f1597e164f64ee98da6a9cca71a8a6b, 5cd85c799cb641ee9408474d5c2e951d; no voters: 
I20260608 12:42:32.974644  6242 raft_consensus.cc:2804] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:42:32.976099  6242 raft_consensus.cc:697] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [term 2 LEADER]: Becoming Leader. State: Replica: 4f1597e164f64ee98da6a9cca71a8a6b, State: Running, Role: LEADER
I20260608 12:42:32.976194  6117 raft_consensus.cc:2468] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4f1597e164f64ee98da6a9cca71a8a6b in term 2.
I20260608 12:42:32.977029  6242 consensus_queue.cc:237] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [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: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } }
I20260608 12:42:32.983601  5937 catalog_manager.cc:5696] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b reported cstate change: term changed from 1 to 2, leader changed from 4eba2ce934184a2e9e194d27bb86f27a (127.0.107.194) to 4f1597e164f64ee98da6a9cca71a8a6b (127.0.107.195). New cstate: current_term: 2 leader_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:33.271914  6117 raft_consensus.cc:1275] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [term 2 FOLLOWER]: Refusing update from remote peer 4f1597e164f64ee98da6a9cca71a8a6b: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:42:33.273370  6242 consensus_queue.cc:1048] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [LEADER]: Connected to new peer: Peer: permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:42:33.309188  6042 raft_consensus.cc:1275] T d000b17dcf4347bba80d03d54e717a76 P 5cd85c799cb641ee9408474d5c2e951d [term 2 FOLLOWER]: Refusing update from remote peer 4f1597e164f64ee98da6a9cca71a8a6b: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:42:33.310818  6242 consensus_queue.cc:1048] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [LEADER]: Connected to new peer: Peer: permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:42:33.359772  6333 heartbeater.cc:499] Master 127.0.107.254:38961 was elected leader, sending a full tablet report...
I20260608 12:42:33.436213  6190 consensus_queue.cc:237] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [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: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } attrs { replace: true } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: true } }
I20260608 12:42:33.443089  6117 raft_consensus.cc:1275] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [term 2 FOLLOWER]: Refusing update from remote peer 4f1597e164f64ee98da6a9cca71a8a6b: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:42:33.444839  6042 raft_consensus.cc:1275] T d000b17dcf4347bba80d03d54e717a76 P 5cd85c799cb641ee9408474d5c2e951d [term 2 FOLLOWER]: Refusing update from remote peer 4f1597e164f64ee98da6a9cca71a8a6b: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:42:33.444965  6365 consensus_queue.cc:1048] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [LEADER]: Connected to new peer: Peer: permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:42:33.447922  6242 consensus_queue.cc:1048] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [LEADER]: Connected to new peer: Peer: permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:42:33.454949  6117 raft_consensus.cc:2955] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER f5770caad0084be6953e46c85daf186a (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } attrs { replace: true } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: true } } }
I20260608 12:42:33.457185  6042 raft_consensus.cc:2955] T d000b17dcf4347bba80d03d54e717a76 P 5cd85c799cb641ee9408474d5c2e951d [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER f5770caad0084be6953e46c85daf186a (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } attrs { replace: true } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: true } } }
W20260608 12:42:33.462244  6156 consensus_peers.cc:597] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b -> Peer f5770caad0084be6953e46c85daf186a (127.0.107.196:46481): Couldn't send request to peer f5770caad0084be6953e46c85daf186a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: d000b17dcf4347bba80d03d54e717a76. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:33.469966  5937 catalog_manager.cc:5696] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a reported cstate change: config changed from index -1 to 3, NON_VOTER f5770caad0084be6953e46c85daf186a (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } attrs { replace: true } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: true } } }
I20260608 12:42:33.786007  6368 ts_tablet_manager.cc:933] T d000b17dcf4347bba80d03d54e717a76 P f5770caad0084be6953e46c85daf186a: Initiating tablet copy from peer 4f1597e164f64ee98da6a9cca71a8a6b (127.0.107.195:45867)
I20260608 12:42:33.787919  6368 tablet_copy_client.cc:323] T d000b17dcf4347bba80d03d54e717a76 P f5770caad0084be6953e46c85daf186a: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:45867
I20260608 12:42:33.798007  6201 tablet_copy_service.cc:140] P 4f1597e164f64ee98da6a9cca71a8a6b: Received BeginTabletCopySession request for tablet d000b17dcf4347bba80d03d54e717a76 from peer f5770caad0084be6953e46c85daf186a ({username='slave'} at 127.0.0.1:34258)
I20260608 12:42:33.798563  6201 tablet_copy_service.cc:161] P 4f1597e164f64ee98da6a9cca71a8a6b: Beginning new tablet copy session on tablet d000b17dcf4347bba80d03d54e717a76 from peer f5770caad0084be6953e46c85daf186a at {username='slave'} at 127.0.0.1:34258: session id = f5770caad0084be6953e46c85daf186a-d000b17dcf4347bba80d03d54e717a76
I20260608 12:42:33.804220  6201 tablet_copy_source_session.cc:215] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:33.807363  6368 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d000b17dcf4347bba80d03d54e717a76. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:33.819630  6368 tablet_copy_client.cc:806] T d000b17dcf4347bba80d03d54e717a76 P f5770caad0084be6953e46c85daf186a: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:33.820214  6368 tablet_copy_client.cc:670] T d000b17dcf4347bba80d03d54e717a76 P f5770caad0084be6953e46c85daf186a: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:33.823881  6368 tablet_copy_client.cc:538] T d000b17dcf4347bba80d03d54e717a76 P f5770caad0084be6953e46c85daf186a: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:33.830371  6368 tablet_bootstrap.cc:492] T d000b17dcf4347bba80d03d54e717a76 P f5770caad0084be6953e46c85daf186a: Bootstrap starting.
I20260608 12:42:33.847191  6368 tablet_bootstrap.cc:492] T d000b17dcf4347bba80d03d54e717a76 P f5770caad0084be6953e46c85daf186a: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260608 12:42:33.847927  6368 tablet_bootstrap.cc:492] T d000b17dcf4347bba80d03d54e717a76 P f5770caad0084be6953e46c85daf186a: Bootstrap complete.
I20260608 12:42:33.848448  6368 ts_tablet_manager.cc:1403] T d000b17dcf4347bba80d03d54e717a76 P f5770caad0084be6953e46c85daf186a: Time spent bootstrapping tablet: real 0.018s	user 0.015s	sys 0.000s
I20260608 12:42:33.850692  6368 raft_consensus.cc:359] T d000b17dcf4347bba80d03d54e717a76 P f5770caad0084be6953e46c85daf186a [term 2 NON_PARTICIPANT]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } }
I20260608 12:42:33.851682  6368 raft_consensus.cc:740] T d000b17dcf4347bba80d03d54e717a76 P f5770caad0084be6953e46c85daf186a [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: f5770caad0084be6953e46c85daf186a, State: Initialized, Role: LEARNER
I20260608 12:42:33.852229  6368 consensus_queue.cc:260] T d000b17dcf4347bba80d03d54e717a76 P f5770caad0084be6953e46c85daf186a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 2, 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: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } attrs { replace: true } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: true } }
I20260608 12:42:33.854573  6368 ts_tablet_manager.cc:1434] T d000b17dcf4347bba80d03d54e717a76 P f5770caad0084be6953e46c85daf186a: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260608 12:42:33.856694  6201 tablet_copy_service.cc:342] P 4f1597e164f64ee98da6a9cca71a8a6b: Request end of tablet copy session f5770caad0084be6953e46c85daf186a-d000b17dcf4347bba80d03d54e717a76 received from {username='slave'} at 127.0.0.1:34258
I20260608 12:42:33.857070  6201 tablet_copy_service.cc:434] P 4f1597e164f64ee98da6a9cca71a8a6b: ending tablet copy session f5770caad0084be6953e46c85daf186a-d000b17dcf4347bba80d03d54e717a76 on tablet d000b17dcf4347bba80d03d54e717a76 with peer f5770caad0084be6953e46c85daf186a
I20260608 12:42:33.975090  6355 raft_consensus.cc:2955] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER f5770caad0084be6953e46c85daf186a (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } attrs { replace: true } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: true } } }
I20260608 12:42:33.988130  6042 consensus_queue.cc:237] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [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: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } attrs { replace: true } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: true } }
I20260608 12:42:33.996620  6190 raft_consensus.cc:1275] T 8e5c5b874c7c4724a035afbc569fa78b P 4f1597e164f64ee98da6a9cca71a8a6b [term 1 FOLLOWER]: Refusing update from remote peer 5cd85c799cb641ee9408474d5c2e951d: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:33.997711  6117 raft_consensus.cc:1275] T 8e5c5b874c7c4724a035afbc569fa78b P 4eba2ce934184a2e9e194d27bb86f27a [term 1 FOLLOWER]: Refusing update from remote peer 5cd85c799cb641ee9408474d5c2e951d: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:34.000530  6375 consensus_queue.cc:1048] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [LEADER]: Connected to new peer: Peer: permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:42:34.001825  6256 consensus_queue.cc:1048] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [LEADER]: Connected to new peer: Peer: permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
W20260608 12:42:34.011936  6007 consensus_peers.cc:597] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d -> Peer f5770caad0084be6953e46c85daf186a (127.0.107.196:46481): Couldn't send request to peer f5770caad0084be6953e46c85daf186a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8e5c5b874c7c4724a035afbc569fa78b. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:34.013145  6190 raft_consensus.cc:2955] T 8e5c5b874c7c4724a035afbc569fa78b P 4f1597e164f64ee98da6a9cca71a8a6b [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f5770caad0084be6953e46c85daf186a (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } attrs { replace: true } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: true } } }
I20260608 12:42:34.016449  6117 raft_consensus.cc:2955] T 8e5c5b874c7c4724a035afbc569fa78b P 4eba2ce934184a2e9e194d27bb86f27a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f5770caad0084be6953e46c85daf186a (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } attrs { replace: true } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: true } } }
I20260608 12:42:34.021392  6308 raft_consensus.cc:1217] T d000b17dcf4347bba80d03d54e717a76 P f5770caad0084be6953e46c85daf186a [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260608 12:42:34.022404  6308 raft_consensus.cc:2955] T d000b17dcf4347bba80d03d54e717a76 P f5770caad0084be6953e46c85daf186a [term 2 LEARNER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER f5770caad0084be6953e46c85daf186a (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } attrs { replace: true } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: true } } }
I20260608 12:42:34.025665  5940 catalog_manager.cc:5696] T 8e5c5b874c7c4724a035afbc569fa78b P 4f1597e164f64ee98da6a9cca71a8a6b reported cstate change: config changed from index -1 to 2, NON_VOTER f5770caad0084be6953e46c85daf186a (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "5cd85c799cb641ee9408474d5c2e951d" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } attrs { replace: true } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: true } } }
I20260608 12:42:34.302199  6375 raft_consensus.cc:2955] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f5770caad0084be6953e46c85daf186a (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } attrs { replace: true } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: true } } }
I20260608 12:42:34.309326  6368 ts_tablet_manager.cc:933] T 8e5c5b874c7c4724a035afbc569fa78b P f5770caad0084be6953e46c85daf186a: Initiating tablet copy from peer 5cd85c799cb641ee9408474d5c2e951d (127.0.107.193:34691)
I20260608 12:42:34.311203  6368 tablet_copy_client.cc:323] T 8e5c5b874c7c4724a035afbc569fa78b P f5770caad0084be6953e46c85daf186a: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:34691
I20260608 12:42:34.351087  6052 tablet_copy_service.cc:140] P 5cd85c799cb641ee9408474d5c2e951d: Received BeginTabletCopySession request for tablet 8e5c5b874c7c4724a035afbc569fa78b from peer f5770caad0084be6953e46c85daf186a ({username='slave'} at 127.0.0.1:53382)
I20260608 12:42:34.351651  6052 tablet_copy_service.cc:161] P 5cd85c799cb641ee9408474d5c2e951d: Beginning new tablet copy session on tablet 8e5c5b874c7c4724a035afbc569fa78b from peer f5770caad0084be6953e46c85daf186a at {username='slave'} at 127.0.0.1:53382: session id = f5770caad0084be6953e46c85daf186a-8e5c5b874c7c4724a035afbc569fa78b
I20260608 12:42:34.358898  6052 tablet_copy_source_session.cc:215] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:34.362576  6368 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8e5c5b874c7c4724a035afbc569fa78b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:34.374133  6368 tablet_copy_client.cc:806] T 8e5c5b874c7c4724a035afbc569fa78b P f5770caad0084be6953e46c85daf186a: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:34.374826  6368 tablet_copy_client.cc:670] T 8e5c5b874c7c4724a035afbc569fa78b P f5770caad0084be6953e46c85daf186a: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:34.378582  6368 tablet_copy_client.cc:538] T 8e5c5b874c7c4724a035afbc569fa78b P f5770caad0084be6953e46c85daf186a: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:34.384863  6368 tablet_bootstrap.cc:492] T 8e5c5b874c7c4724a035afbc569fa78b P f5770caad0084be6953e46c85daf186a: Bootstrap starting.
I20260608 12:42:34.400807  6368 tablet_bootstrap.cc:492] T 8e5c5b874c7c4724a035afbc569fa78b P f5770caad0084be6953e46c85daf186a: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:34.401585  6368 tablet_bootstrap.cc:492] T 8e5c5b874c7c4724a035afbc569fa78b P f5770caad0084be6953e46c85daf186a: Bootstrap complete.
I20260608 12:42:34.402268  6368 ts_tablet_manager.cc:1403] T 8e5c5b874c7c4724a035afbc569fa78b P f5770caad0084be6953e46c85daf186a: Time spent bootstrapping tablet: real 0.018s	user 0.015s	sys 0.004s
I20260608 12:42:34.404771  5993 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:42:34.404659  6368 raft_consensus.cc:359] T 8e5c5b874c7c4724a035afbc569fa78b P f5770caad0084be6953e46c85daf186a [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } attrs { replace: true } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: true } }
I20260608 12:42:34.405368  6368 raft_consensus.cc:740] T 8e5c5b874c7c4724a035afbc569fa78b P f5770caad0084be6953e46c85daf186a [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: f5770caad0084be6953e46c85daf186a, State: Initialized, Role: LEARNER
I20260608 12:42:34.405987  6368 consensus_queue.cc:260] T 8e5c5b874c7c4724a035afbc569fa78b P f5770caad0084be6953e46c85daf186a [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: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } attrs { replace: true } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: true } }
I20260608 12:42:34.408109  6368 ts_tablet_manager.cc:1434] T 8e5c5b874c7c4724a035afbc569fa78b P f5770caad0084be6953e46c85daf186a: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:42:34.409329  5993 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:42:34.409868  5993 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:42:34.409996  6052 tablet_copy_service.cc:342] P 5cd85c799cb641ee9408474d5c2e951d: Request end of tablet copy session f5770caad0084be6953e46c85daf186a-8e5c5b874c7c4724a035afbc569fa78b received from {username='slave'} at 127.0.0.1:53382
I20260608 12:42:34.410501  6052 tablet_copy_service.cc:434] P 5cd85c799cb641ee9408474d5c2e951d: ending tablet copy session f5770caad0084be6953e46c85daf186a-8e5c5b874c7c4724a035afbc569fa78b on tablet 8e5c5b874c7c4724a035afbc569fa78b with peer f5770caad0084be6953e46c85daf186a
I20260608 12:42:34.560869  6308 raft_consensus.cc:1217] T 8e5c5b874c7c4724a035afbc569fa78b P f5770caad0084be6953e46c85daf186a [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:42:34.744596  6242 raft_consensus.cc:1064] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b: attempting to promote NON_VOTER f5770caad0084be6953e46c85daf186a to VOTER
I20260608 12:42:34.746927  6242 consensus_queue.cc:237] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [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: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } attrs { replace: true } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: false } }
I20260608 12:42:34.753453  6117 raft_consensus.cc:1275] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [term 2 FOLLOWER]: Refusing update from remote peer 4f1597e164f64ee98da6a9cca71a8a6b: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:42:34.755317  6042 raft_consensus.cc:1275] T d000b17dcf4347bba80d03d54e717a76 P 5cd85c799cb641ee9408474d5c2e951d [term 2 FOLLOWER]: Refusing update from remote peer 4f1597e164f64ee98da6a9cca71a8a6b: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:42:34.755110  6242 consensus_queue.cc:1048] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [LEADER]: Connected to new peer: Peer: permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:42:34.757290  6388 consensus_queue.cc:1048] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [LEADER]: Connected to new peer: Peer: permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:42:34.759747  6308 raft_consensus.cc:1275] T d000b17dcf4347bba80d03d54e717a76 P f5770caad0084be6953e46c85daf186a [term 2 LEARNER]: Refusing update from remote peer 4f1597e164f64ee98da6a9cca71a8a6b: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:42:34.761734  6373 consensus_queue.cc:1048] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [LEADER]: Connected to new peer: Peer: permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:42:34.777220  6042 raft_consensus.cc:2955] T d000b17dcf4347bba80d03d54e717a76 P 5cd85c799cb641ee9408474d5c2e951d [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, f5770caad0084be6953e46c85daf186a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } attrs { replace: true } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: false } } }
I20260608 12:42:34.777999  6117 raft_consensus.cc:2955] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, f5770caad0084be6953e46c85daf186a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } attrs { replace: true } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: false } } }
I20260608 12:42:34.792251  5937 catalog_manager.cc:5696] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a reported cstate change: config changed from index 3 to 4, f5770caad0084be6953e46c85daf186a (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } attrs { replace: true } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: false } } }
I20260608 12:42:34.956961  6373 raft_consensus.cc:1027] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [term 2 LEADER]: attempt to promote peer f5770caad0084be6953e46c85daf186a: there is already a config change operation in progress. Unable to promote follower until it completes. Doing nothing.
I20260608 12:42:34.972249  6256 raft_consensus.cc:1064] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d: attempting to promote NON_VOTER f5770caad0084be6953e46c85daf186a to VOTER
I20260608 12:42:34.975281  6256 consensus_queue.cc:237] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [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: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } attrs { replace: true } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: false } }
I20260608 12:42:34.982381  6308 raft_consensus.cc:1275] T 8e5c5b874c7c4724a035afbc569fa78b P f5770caad0084be6953e46c85daf186a [term 1 LEARNER]: Refusing update from remote peer 5cd85c799cb641ee9408474d5c2e951d: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:42:34.983845  6117 raft_consensus.cc:1275] T 8e5c5b874c7c4724a035afbc569fa78b P 4eba2ce934184a2e9e194d27bb86f27a [term 1 FOLLOWER]: Refusing update from remote peer 5cd85c799cb641ee9408474d5c2e951d: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:42:34.984220  6190 raft_consensus.cc:1275] T 8e5c5b874c7c4724a035afbc569fa78b P 4f1597e164f64ee98da6a9cca71a8a6b [term 1 FOLLOWER]: Refusing update from remote peer 5cd85c799cb641ee9408474d5c2e951d: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:42:34.985641  6256 consensus_queue.cc:1048] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [LEADER]: Connected to new peer: Peer: permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:42:34.986675  6375 consensus_queue.cc:1048] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [LEADER]: Connected to new peer: Peer: permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:42:34.987625  6392 consensus_queue.cc:1048] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [LEADER]: Connected to new peer: Peer: permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:42:35.000363  6117 raft_consensus.cc:2955] T 8e5c5b874c7c4724a035afbc569fa78b P 4eba2ce934184a2e9e194d27bb86f27a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f5770caad0084be6953e46c85daf186a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } attrs { replace: true } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: false } } }
I20260608 12:42:35.002067  6308 raft_consensus.cc:2955] T 8e5c5b874c7c4724a035afbc569fa78b P f5770caad0084be6953e46c85daf186a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f5770caad0084be6953e46c85daf186a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } attrs { replace: true } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: false } } }
I20260608 12:42:35.016391  5940 catalog_manager.cc:5696] T 8e5c5b874c7c4724a035afbc569fa78b P f5770caad0084be6953e46c85daf186a reported cstate change: config changed from index 2 to 3, f5770caad0084be6953e46c85daf186a (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "5cd85c799cb641ee9408474d5c2e951d" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } attrs { replace: true } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: false } } }
I20260608 12:42:35.056329  6308 raft_consensus.cc:2955] T d000b17dcf4347bba80d03d54e717a76 P f5770caad0084be6953e46c85daf186a [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, f5770caad0084be6953e46c85daf186a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } attrs { replace: true } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: false } } }
I20260608 12:42:35.117403  6355 raft_consensus.cc:2955] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, f5770caad0084be6953e46c85daf186a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } attrs { replace: true } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: false } } }
I20260608 12:42:35.133867  6190 consensus_queue.cc:237] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [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: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: false } }
I20260608 12:42:35.139654  6308 raft_consensus.cc:1275] T d000b17dcf4347bba80d03d54e717a76 P f5770caad0084be6953e46c85daf186a [term 2 FOLLOWER]: Refusing update from remote peer 4f1597e164f64ee98da6a9cca71a8a6b: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:42:35.139765  6117 raft_consensus.cc:1275] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [term 2 FOLLOWER]: Refusing update from remote peer 4f1597e164f64ee98da6a9cca71a8a6b: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:42:35.141201  6373 consensus_queue.cc:1048] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [LEADER]: Connected to new peer: Peer: permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:42:35.141993  6388 consensus_queue.cc:1048] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [LEADER]: Connected to new peer: Peer: permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:42:35.150147  6308 raft_consensus.cc:2955] T d000b17dcf4347bba80d03d54e717a76 P f5770caad0084be6953e46c85daf186a [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 5cd85c799cb641ee9408474d5c2e951d (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: false } } }
W20260608 12:42:35.151362  5971 debug-util.cc:398] Leaking SignalData structure 0x7b08001109c0 after lost signal to thread 434
W20260608 12:42:35.152608  5971 debug-util.cc:398] Leaking SignalData structure 0x7b08000b5bc0 after lost signal to thread 5974
W20260608 12:42:35.155231  5971 debug-util.cc:398] Leaking SignalData structure 0x7b080019a440 after lost signal to thread 6141
W20260608 12:42:35.157070  5971 debug-util.cc:398] Leaking SignalData structure 0x7b08001770c0 after lost signal to thread 6215
W20260608 12:42:35.159180  5971 debug-util.cc:398] Leaking SignalData structure 0x7b0800120a40 after lost signal to thread 6332
I20260608 12:42:35.158159  6117 raft_consensus.cc:2955] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 5cd85c799cb641ee9408474d5c2e951d (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: false } } }
I20260608 12:42:35.262460  6256 raft_consensus.cc:2955] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f5770caad0084be6953e46c85daf186a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } attrs { replace: true } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: false } } }
I20260608 12:42:35.277248  6190 raft_consensus.cc:2955] T 8e5c5b874c7c4724a035afbc569fa78b P 4f1597e164f64ee98da6a9cca71a8a6b [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f5770caad0084be6953e46c85daf186a (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } attrs { replace: true } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: false } } }
I20260608 12:42:35.408592  6042 consensus_queue.cc:237] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [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: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: false } }
I20260608 12:42:35.412068  5938 catalog_manager.cc:5696] T d000b17dcf4347bba80d03d54e717a76 P f5770caad0084be6953e46c85daf186a reported cstate change: config changed from index 4 to 5, VOTER 5cd85c799cb641ee9408474d5c2e951d (127.0.107.193) evicted. New cstate: current_term: 2 leader_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: false } } }
I20260608 12:42:35.420372  6308 raft_consensus.cc:1275] T 8e5c5b874c7c4724a035afbc569fa78b P f5770caad0084be6953e46c85daf186a [term 1 FOLLOWER]: Refusing update from remote peer 5cd85c799cb641ee9408474d5c2e951d: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:42:35.422437  6190 raft_consensus.cc:1275] T 8e5c5b874c7c4724a035afbc569fa78b P 4f1597e164f64ee98da6a9cca71a8a6b [term 1 FOLLOWER]: Refusing update from remote peer 5cd85c799cb641ee9408474d5c2e951d: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:42:35.422689  6375 consensus_queue.cc:1048] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [LEADER]: Connected to new peer: Peer: permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:42:35.426306  6375 consensus_queue.cc:1048] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [LEADER]: Connected to new peer: Peer: permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:42:35.433871  6307 raft_consensus.cc:2955] T 8e5c5b874c7c4724a035afbc569fa78b P f5770caad0084be6953e46c85daf186a [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 4eba2ce934184a2e9e194d27bb86f27a (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: false } } }
I20260608 12:42:35.437255  6191 raft_consensus.cc:2955] T 8e5c5b874c7c4724a035afbc569fa78b P 4f1597e164f64ee98da6a9cca71a8a6b [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 4eba2ce934184a2e9e194d27bb86f27a (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: false } } }
I20260608 12:42:35.557467  6030 tablet_service.cc:1558] Processing DeleteTablet for tablet d000b17dcf4347bba80d03d54e717a76 with delete_type TABLET_DATA_TOMBSTONED (TS 5cd85c799cb641ee9408474d5c2e951d not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:50060
I20260608 12:42:35.567435  5938 catalog_manager.cc:5696] T 8e5c5b874c7c4724a035afbc569fa78b P f5770caad0084be6953e46c85daf186a reported cstate change: config changed from index 3 to 4, VOTER 4eba2ce934184a2e9e194d27bb86f27a (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "5cd85c799cb641ee9408474d5c2e951d" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: false } } }
I20260608 12:42:35.573833  6396 tablet_replica.cc:333] T d000b17dcf4347bba80d03d54e717a76 P 5cd85c799cb641ee9408474d5c2e951d: stopping tablet replica
I20260608 12:42:35.574997  6396 raft_consensus.cc:2243] T d000b17dcf4347bba80d03d54e717a76 P 5cd85c799cb641ee9408474d5c2e951d [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:35.575912  6396 raft_consensus.cc:2272] T d000b17dcf4347bba80d03d54e717a76 P 5cd85c799cb641ee9408474d5c2e951d [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:35.579682  6396 ts_tablet_manager.cc:1916] T d000b17dcf4347bba80d03d54e717a76 P 5cd85c799cb641ee9408474d5c2e951d: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:42:35.598466  6396 ts_tablet_manager.cc:1929] T d000b17dcf4347bba80d03d54e717a76 P 5cd85c799cb641ee9408474d5c2e951d: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260608 12:42:35.598937  6396 log.cc:1199] T d000b17dcf4347bba80d03d54e717a76 P 5cd85c799cb641ee9408474d5c2e951d: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922397207313-431-0/minicluster-data/ts-0-root/wals/d000b17dcf4347bba80d03d54e717a76
I20260608 12:42:35.601054  5924 catalog_manager.cc:5027] TS 5cd85c799cb641ee9408474d5c2e951d (127.0.107.193:34691): tablet d000b17dcf4347bba80d03d54e717a76 (table test-workload [id=f8b62306f03f45efb270ee04addf7942]) successfully deleted
I20260608 12:42:35.633672  6355 raft_consensus.cc:2955] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 5cd85c799cb641ee9408474d5c2e951d (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "4eba2ce934184a2e9e194d27bb86f27a" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38921 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: false } } }
I20260608 12:42:35.644742  5925 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet d000b17dcf4347bba80d03d54e717a76 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:42:35.733891  6105 tablet_service.cc:1558] Processing DeleteTablet for tablet 8e5c5b874c7c4724a035afbc569fa78b with delete_type TABLET_DATA_TOMBSTONED (TS 4eba2ce934184a2e9e194d27bb86f27a not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:60630
I20260608 12:42:35.747255  6397 tablet_replica.cc:333] T 8e5c5b874c7c4724a035afbc569fa78b P 4eba2ce934184a2e9e194d27bb86f27a: stopping tablet replica
I20260608 12:42:35.748292  6397 raft_consensus.cc:2243] T 8e5c5b874c7c4724a035afbc569fa78b P 4eba2ce934184a2e9e194d27bb86f27a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:35.749185  6397 raft_consensus.cc:2272] T 8e5c5b874c7c4724a035afbc569fa78b P 4eba2ce934184a2e9e194d27bb86f27a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:35.753051  6397 ts_tablet_manager.cc:1916] T 8e5c5b874c7c4724a035afbc569fa78b P 4eba2ce934184a2e9e194d27bb86f27a: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:42:35.771692  6397 ts_tablet_manager.cc:1929] T 8e5c5b874c7c4724a035afbc569fa78b P 4eba2ce934184a2e9e194d27bb86f27a: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:42:35.772172  6397 log.cc:1199] T 8e5c5b874c7c4724a035afbc569fa78b P 4eba2ce934184a2e9e194d27bb86f27a: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922397207313-431-0/minicluster-data/ts-1-root/wals/8e5c5b874c7c4724a035afbc569fa78b
I20260608 12:42:35.774223  5925 catalog_manager.cc:5027] TS 4eba2ce934184a2e9e194d27bb86f27a (127.0.107.194:38921): tablet 8e5c5b874c7c4724a035afbc569fa78b (table test-workload [id=f8b62306f03f45efb270ee04addf7942]) successfully deleted
I20260608 12:42:35.846751  6256 raft_consensus.cc:2955] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 4eba2ce934184a2e9e194d27bb86f27a (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5cd85c799cb641ee9408474d5c2e951d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34691 } } peers { permanent_uuid: "4f1597e164f64ee98da6a9cca71a8a6b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45867 } } peers { permanent_uuid: "f5770caad0084be6953e46c85daf186a" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46481 } attrs { promote: false } } }
I20260608 12:42:35.858741  5924 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 8e5c5b874c7c4724a035afbc569fa78b with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:42:36.411085  5993 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:42:36.414101  5993 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:42:36.414487  5993 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:42:38.415458  5993 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:42:38.418501  5993 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:42:38.418951  5993 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:42:40.420100  5993 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:42:40.423148  5993 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:42:40.423516  5993 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:42:40.427176   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:42:40.461045   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:40.461949   431 tablet_replica.cc:333] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d: stopping tablet replica
I20260608 12:42:40.462625   431 raft_consensus.cc:2243] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:40.463810   431 raft_consensus.cc:2272] T 8e5c5b874c7c4724a035afbc569fa78b P 5cd85c799cb641ee9408474d5c2e951d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:40.466696   431 tablet_replica.cc:333] T 8964cfdff1a74a53ad9901cd31837351 P 5cd85c799cb641ee9408474d5c2e951d: stopping tablet replica
I20260608 12:42:40.467201   431 raft_consensus.cc:2243] T 8964cfdff1a74a53ad9901cd31837351 P 5cd85c799cb641ee9408474d5c2e951d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:40.467736   431 raft_consensus.cc:2272] T 8964cfdff1a74a53ad9901cd31837351 P 5cd85c799cb641ee9408474d5c2e951d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:40.495469   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:42:40.515403   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:42:40.544572   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:40.545364   431 tablet_replica.cc:333] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a: stopping tablet replica
I20260608 12:42:40.546095   431 raft_consensus.cc:2243] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:40.546860   431 raft_consensus.cc:2272] T d000b17dcf4347bba80d03d54e717a76 P 4eba2ce934184a2e9e194d27bb86f27a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:40.549340   431 tablet_replica.cc:333] T 8964cfdff1a74a53ad9901cd31837351 P 4eba2ce934184a2e9e194d27bb86f27a: stopping tablet replica
I20260608 12:42:40.549959   431 raft_consensus.cc:2243] T 8964cfdff1a74a53ad9901cd31837351 P 4eba2ce934184a2e9e194d27bb86f27a [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:40.550942   431 raft_consensus.cc:2272] T 8964cfdff1a74a53ad9901cd31837351 P 4eba2ce934184a2e9e194d27bb86f27a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:40.576531   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:42:40.592772   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:42:40.618575   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:40.619408   431 tablet_replica.cc:333] T 8e5c5b874c7c4724a035afbc569fa78b P 4f1597e164f64ee98da6a9cca71a8a6b: stopping tablet replica
I20260608 12:42:40.620170   431 raft_consensus.cc:2243] T 8e5c5b874c7c4724a035afbc569fa78b P 4f1597e164f64ee98da6a9cca71a8a6b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:40.621315   431 raft_consensus.cc:2272] T 8e5c5b874c7c4724a035afbc569fa78b P 4f1597e164f64ee98da6a9cca71a8a6b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:40.623785   431 tablet_replica.cc:333] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b: stopping tablet replica
I20260608 12:42:40.624308   431 raft_consensus.cc:2243] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:42:40.625247   431 raft_consensus.cc:2272] T d000b17dcf4347bba80d03d54e717a76 P 4f1597e164f64ee98da6a9cca71a8a6b [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:40.627931   431 tablet_replica.cc:333] T 8964cfdff1a74a53ad9901cd31837351 P 4f1597e164f64ee98da6a9cca71a8a6b: stopping tablet replica
I20260608 12:42:40.628439   431 raft_consensus.cc:2243] T 8964cfdff1a74a53ad9901cd31837351 P 4f1597e164f64ee98da6a9cca71a8a6b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:40.628942   431 raft_consensus.cc:2272] T 8964cfdff1a74a53ad9901cd31837351 P 4f1597e164f64ee98da6a9cca71a8a6b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:40.653919   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:42:40.669991   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:42:40.695811   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:40.696563   431 tablet_replica.cc:333] T 8e5c5b874c7c4724a035afbc569fa78b P f5770caad0084be6953e46c85daf186a: stopping tablet replica
I20260608 12:42:40.697139   431 raft_consensus.cc:2243] T 8e5c5b874c7c4724a035afbc569fa78b P f5770caad0084be6953e46c85daf186a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:40.697922   431 raft_consensus.cc:2272] T 8e5c5b874c7c4724a035afbc569fa78b P f5770caad0084be6953e46c85daf186a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:40.700356   431 tablet_replica.cc:333] T d000b17dcf4347bba80d03d54e717a76 P f5770caad0084be6953e46c85daf186a: stopping tablet replica
I20260608 12:42:40.700863   431 raft_consensus.cc:2243] T d000b17dcf4347bba80d03d54e717a76 P f5770caad0084be6953e46c85daf186a [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:40.701607   431 raft_consensus.cc:2272] T d000b17dcf4347bba80d03d54e717a76 P f5770caad0084be6953e46c85daf186a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:40.723600   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:42:40.737566   431 master.cc:562] Master@127.0.107.254:38961 shutting down...
I20260608 12:42:40.758142   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 198bc41305b14c7595d0b203c793cc73 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:40.758754   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 198bc41305b14c7595d0b203c793cc73 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:40.759056   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 198bc41305b14c7595d0b203c793cc73: stopping tablet replica
I20260608 12:42:40.799961   431 master.cc:584] Master@127.0.107.254:38961 shutdown complete.
[       OK ] AutoRebalancerTest.AutoRebalancingUnstableCluster (10614 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor
I20260608 12:42:40.841223   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:44713
I20260608 12:42:40.842552   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:40.848544  6400 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:40.848548  6399 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:40.849987  6402 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:40.851383   431 server_base.cc:1061] running on GCE node
I20260608 12:42:40.852312   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:40.852494   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:40.852682   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922560852668 us; error 0 us; skew 500 ppm
I20260608 12:42:40.853310   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:40.856133   431 webserver.cc:533] Webserver started at http://127.0.107.254:46675/ using document root <none> and password file <none>
I20260608 12:42:40.856717   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:40.856925   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:40.857223   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:40.858727   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922397207313-431-0/minicluster-data/master-0-root/instance:
uuid: "9c25bffa5bd446199485673219db0bfe"
format_stamp: "Formatted at 2026-06-08 12:42:40 on dist-test-slave-1zds"
I20260608 12:42:40.863596   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.005s
I20260608 12:42:40.867388  6407 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:40.868360   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:42:40.868623   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922397207313-431-0/minicluster-data/master-0-root
uuid: "9c25bffa5bd446199485673219db0bfe"
format_stamp: "Formatted at 2026-06-08 12:42:40 on dist-test-slave-1zds"
I20260608 12:42:40.868863   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922397207313-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922397207313-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922397207313-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:40.886261   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:40.887502   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:40.927565   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:44713
I20260608 12:42:40.927763  6458 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:44713 every 8 connection(s)
I20260608 12:42:40.932212  6459 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:40.943501  6459 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9c25bffa5bd446199485673219db0bfe: Bootstrap starting.
I20260608 12:42:40.948580  6459 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9c25bffa5bd446199485673219db0bfe: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:40.953068  6459 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9c25bffa5bd446199485673219db0bfe: No bootstrap required, opened a new log
I20260608 12:42:40.955710  6459 raft_consensus.cc:359] T 00000000000000000000000000000000 P 9c25bffa5bd446199485673219db0bfe [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9c25bffa5bd446199485673219db0bfe" member_type: VOTER }
I20260608 12:42:40.956151  6459 raft_consensus.cc:385] T 00000000000000000000000000000000 P 9c25bffa5bd446199485673219db0bfe [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:40.956363  6459 raft_consensus.cc:740] T 00000000000000000000000000000000 P 9c25bffa5bd446199485673219db0bfe [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9c25bffa5bd446199485673219db0bfe, State: Initialized, Role: FOLLOWER
I20260608 12:42:40.957072  6459 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9c25bffa5bd446199485673219db0bfe [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "9c25bffa5bd446199485673219db0bfe" member_type: VOTER }
I20260608 12:42:40.957543  6459 raft_consensus.cc:399] T 00000000000000000000000000000000 P 9c25bffa5bd446199485673219db0bfe [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:40.957736  6459 raft_consensus.cc:493] T 00000000000000000000000000000000 P 9c25bffa5bd446199485673219db0bfe [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:40.958037  6459 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 9c25bffa5bd446199485673219db0bfe [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:40.962788  6459 raft_consensus.cc:515] T 00000000000000000000000000000000 P 9c25bffa5bd446199485673219db0bfe [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9c25bffa5bd446199485673219db0bfe" member_type: VOTER }
I20260608 12:42:40.963295  6459 leader_election.cc:304] T 00000000000000000000000000000000 P 9c25bffa5bd446199485673219db0bfe [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: 9c25bffa5bd446199485673219db0bfe; no voters: 
I20260608 12:42:40.964517  6459 leader_election.cc:290] T 00000000000000000000000000000000 P 9c25bffa5bd446199485673219db0bfe [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:40.965065  6462 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 9c25bffa5bd446199485673219db0bfe [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:40.966598  6462 raft_consensus.cc:697] T 00000000000000000000000000000000 P 9c25bffa5bd446199485673219db0bfe [term 1 LEADER]: Becoming Leader. State: Replica: 9c25bffa5bd446199485673219db0bfe, State: Running, Role: LEADER
I20260608 12:42:40.967366  6462 consensus_queue.cc:237] T 00000000000000000000000000000000 P 9c25bffa5bd446199485673219db0bfe [LEADER]: Queue going to LEADER mode. State: All 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: "9c25bffa5bd446199485673219db0bfe" member_type: VOTER }
I20260608 12:42:40.967651  6459 sys_catalog.cc:565] T 00000000000000000000000000000000 P 9c25bffa5bd446199485673219db0bfe [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:42:40.972883  6464 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9c25bffa5bd446199485673219db0bfe [sys.catalog]: SysCatalogTable state changed. Reason: New leader 9c25bffa5bd446199485673219db0bfe. Latest consensus state: current_term: 1 leader_uuid: "9c25bffa5bd446199485673219db0bfe" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9c25bffa5bd446199485673219db0bfe" member_type: VOTER } }
I20260608 12:42:40.973687  6464 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9c25bffa5bd446199485673219db0bfe [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:40.974283  6463 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9c25bffa5bd446199485673219db0bfe [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "9c25bffa5bd446199485673219db0bfe" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9c25bffa5bd446199485673219db0bfe" member_type: VOTER } }
I20260608 12:42:40.975191  6463 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9c25bffa5bd446199485673219db0bfe [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:40.978053  6470 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:42:40.983412  6470 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:42:40.986824   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:42:40.994027  6470 catalog_manager.cc:1382] Generated new cluster ID: 342766cc90784ea79489bf1a60819ccb
I20260608 12:42:40.994340  6470 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:42:41.018025  6470 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:42:41.019383  6470 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:42:41.034684  6470 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 9c25bffa5bd446199485673219db0bfe: Generated new TSK 0
I20260608 12:42:41.035316  6470 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:42:41.056563   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:41.063292  6480 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:41.064321  6481 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:41.065418  6483 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:41.066267   431 server_base.cc:1061] running on GCE node
I20260608 12:42:41.067174   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:41.067400   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:41.067574   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922561067554 us; error 0 us; skew 500 ppm
I20260608 12:42:41.068182   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:41.070793   431 webserver.cc:533] Webserver started at http://127.0.107.193:45365/ using document root <none> and password file <none>
I20260608 12:42:41.071331   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:41.071538   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:41.071813   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:41.072922   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922397207313-431-0/minicluster-data/ts-0-root/instance:
uuid: "cdc19a309c9d4c5f9bb75bf94aba05c5"
format_stamp: "Formatted at 2026-06-08 12:42:41 on dist-test-slave-1zds"
I20260608 12:42:41.077663   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260608 12:42:41.081315  6488 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:41.082172   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:42:41.082487   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922397207313-431-0/minicluster-data/ts-0-root
uuid: "cdc19a309c9d4c5f9bb75bf94aba05c5"
format_stamp: "Formatted at 2026-06-08 12:42:41 on dist-test-slave-1zds"
I20260608 12:42:41.082796   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922397207313-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922397207313-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922397207313-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:41.112774   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:41.114109   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:41.115725   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:41.118264   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:41.118516   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:41.118772   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:41.118956   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:41.160435   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:36121
I20260608 12:42:41.160583  6550 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:36121 every 8 connection(s)
I20260608 12:42:41.165978   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:41.174422  6555 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:41.174499  6556 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:41.179961   431 server_base.cc:1061] running on GCE node
W20260608 12:42:41.179952  6558 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:41.181501   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:41.181871   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:41.182076   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922561182038 us; error 0 us; skew 500 ppm
I20260608 12:42:41.182724   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:41.185875  6551 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44713
I20260608 12:42:41.185969   431 webserver.cc:533] Webserver started at http://127.0.107.194:43681/ using document root <none> and password file <none>
I20260608 12:42:41.186295  6551 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:41.186676   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:41.186949   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:41.187237   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:41.187204  6551 heartbeater.cc:507] Master 127.0.107.254:44713 requested a full tablet report, sending...
I20260608 12:42:41.188880   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922397207313-431-0/minicluster-data/ts-1-root/instance:
uuid: "825393a2deb14298805adcd1c5c02a62"
format_stamp: "Formatted at 2026-06-08 12:42:41 on dist-test-slave-1zds"
I20260608 12:42:41.190013  6424 ts_manager.cc:194] Registered new tserver with Master: cdc19a309c9d4c5f9bb75bf94aba05c5 (127.0.107.193:36121)
I20260608 12:42:41.192692  6424 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51900
I20260608 12:42:41.195652   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.007s	sys 0.000s
I20260608 12:42:41.199519  6563 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:41.200382   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
I20260608 12:42:41.200727   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922397207313-431-0/minicluster-data/ts-1-root
uuid: "825393a2deb14298805adcd1c5c02a62"
format_stamp: "Formatted at 2026-06-08 12:42:41 on dist-test-slave-1zds"
I20260608 12:42:41.201022   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922397207313-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922397207313-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922397207313-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:41.215929   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:41.217216   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:41.218819   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:41.221226   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:41.221511   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:41.221771   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:41.221982   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.001s
I20260608 12:42:41.263103   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:40585
I20260608 12:42:41.263240  6625 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:40585 every 8 connection(s)
I20260608 12:42:41.268256   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:41.276599  6629 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:41.277910  6630 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:41.282944   431 server_base.cc:1061] running on GCE node
W20260608 12:42:41.283069  6633 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:41.284080  6626 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44713
I20260608 12:42:41.284340   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:42:41.284510  6626 heartbeater.cc:461] Registering TS with master...
W20260608 12:42:41.284673   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:41.285051   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922561284988 us; error 0 us; skew 500 ppm
I20260608 12:42:41.285535  6626 heartbeater.cc:507] Master 127.0.107.254:44713 requested a full tablet report, sending...
I20260608 12:42:41.285893   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:41.288019  6424 ts_manager.cc:194] Registered new tserver with Master: 825393a2deb14298805adcd1c5c02a62 (127.0.107.194:40585)
I20260608 12:42:41.288938   431 webserver.cc:533] Webserver started at http://127.0.107.195:42899/ using document root <none> and password file <none>
I20260608 12:42:41.289755   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:41.290032   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:41.290053  6424 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51908
I20260608 12:42:41.290578   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:41.292258   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922397207313-431-0/minicluster-data/ts-2-root/instance:
uuid: "34b1ab64a130423487599ff8e3589318"
format_stamp: "Formatted at 2026-06-08 12:42:41 on dist-test-slave-1zds"
I20260608 12:42:41.297371   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:42:41.300997  6637 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:41.301988   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.003s
I20260608 12:42:41.302300   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922397207313-431-0/minicluster-data/ts-2-root
uuid: "34b1ab64a130423487599ff8e3589318"
format_stamp: "Formatted at 2026-06-08 12:42:41 on dist-test-slave-1zds"
I20260608 12:42:41.302644   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922397207313-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922397207313-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922397207313-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:41.317472   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:41.318825   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:41.320314   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:41.322785   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:41.322994   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:41.323313   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:41.323483   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:41.367410   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:36365
I20260608 12:42:41.367574  6699 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:36365 every 8 connection(s)
I20260608 12:42:41.383970  6700 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44713
I20260608 12:42:41.384462  6700 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:41.385267  6700 heartbeater.cc:507] Master 127.0.107.254:44713 requested a full tablet report, sending...
I20260608 12:42:41.387415  6424 ts_manager.cc:194] Registered new tserver with Master: 34b1ab64a130423487599ff8e3589318 (127.0.107.195:36365)
I20260608 12:42:41.388413   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.017045724s
I20260608 12:42:41.389285  6424 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51914
I20260608 12:42:42.196329  6551 heartbeater.cc:499] Master 127.0.107.254:44713 was elected leader, sending a full tablet report...
I20260608 12:42:42.293502  6626 heartbeater.cc:499] Master 127.0.107.254:44713 was elected leader, sending a full tablet report...
I20260608 12:42:42.392443  6700 heartbeater.cc:499] Master 127.0.107.254:44713 was elected leader, sending a full tablet report...
I20260608 12:42:42.452610  6424 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:51918:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:42:42.455170  6424 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:42:42.520918  6665 tablet_service.cc:1511] Processing CreateTablet for tablet 6cbf40958b1a41709863c7f267b203a5 (DEFAULT_TABLE table=test-workload [id=65ce0024e3a44d9797621b2e220d5fa1]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:42:42.522706  6665 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6cbf40958b1a41709863c7f267b203a5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:42.522634  6591 tablet_service.cc:1511] Processing CreateTablet for tablet 6cbf40958b1a41709863c7f267b203a5 (DEFAULT_TABLE table=test-workload [id=65ce0024e3a44d9797621b2e220d5fa1]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:42:42.524310  6591 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6cbf40958b1a41709863c7f267b203a5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:42.524312  6516 tablet_service.cc:1511] Processing CreateTablet for tablet 6cbf40958b1a41709863c7f267b203a5 (DEFAULT_TABLE table=test-workload [id=65ce0024e3a44d9797621b2e220d5fa1]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:42:42.526021  6516 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6cbf40958b1a41709863c7f267b203a5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:42.541657  6720 tablet_bootstrap.cc:492] T 6cbf40958b1a41709863c7f267b203a5 P 34b1ab64a130423487599ff8e3589318: Bootstrap starting.
I20260608 12:42:42.550809  6722 tablet_bootstrap.cc:492] T 6cbf40958b1a41709863c7f267b203a5 P 825393a2deb14298805adcd1c5c02a62: Bootstrap starting.
I20260608 12:42:42.551086  6720 tablet_bootstrap.cc:654] T 6cbf40958b1a41709863c7f267b203a5 P 34b1ab64a130423487599ff8e3589318: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:42.553617  6721 tablet_bootstrap.cc:492] T 6cbf40958b1a41709863c7f267b203a5 P cdc19a309c9d4c5f9bb75bf94aba05c5: Bootstrap starting.
I20260608 12:42:42.560968  6721 tablet_bootstrap.cc:654] T 6cbf40958b1a41709863c7f267b203a5 P cdc19a309c9d4c5f9bb75bf94aba05c5: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:42.561201  6722 tablet_bootstrap.cc:654] T 6cbf40958b1a41709863c7f267b203a5 P 825393a2deb14298805adcd1c5c02a62: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:42.561390  6720 tablet_bootstrap.cc:492] T 6cbf40958b1a41709863c7f267b203a5 P 34b1ab64a130423487599ff8e3589318: No bootstrap required, opened a new log
I20260608 12:42:42.562038  6720 ts_tablet_manager.cc:1403] T 6cbf40958b1a41709863c7f267b203a5 P 34b1ab64a130423487599ff8e3589318: Time spent bootstrapping tablet: real 0.021s	user 0.011s	sys 0.006s
I20260608 12:42:42.566476  6720 raft_consensus.cc:359] T 6cbf40958b1a41709863c7f267b203a5 P 34b1ab64a130423487599ff8e3589318 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "34b1ab64a130423487599ff8e3589318" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36365 } } peers { permanent_uuid: "825393a2deb14298805adcd1c5c02a62" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40585 } } peers { permanent_uuid: "cdc19a309c9d4c5f9bb75bf94aba05c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36121 } }
I20260608 12:42:42.567449  6721 tablet_bootstrap.cc:492] T 6cbf40958b1a41709863c7f267b203a5 P cdc19a309c9d4c5f9bb75bf94aba05c5: No bootstrap required, opened a new log
I20260608 12:42:42.567411  6720 raft_consensus.cc:385] T 6cbf40958b1a41709863c7f267b203a5 P 34b1ab64a130423487599ff8e3589318 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:42.567833  6722 tablet_bootstrap.cc:492] T 6cbf40958b1a41709863c7f267b203a5 P 825393a2deb14298805adcd1c5c02a62: No bootstrap required, opened a new log
I20260608 12:42:42.568068  6720 raft_consensus.cc:740] T 6cbf40958b1a41709863c7f267b203a5 P 34b1ab64a130423487599ff8e3589318 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 34b1ab64a130423487599ff8e3589318, State: Initialized, Role: FOLLOWER
I20260608 12:42:42.568234  6721 ts_tablet_manager.cc:1403] T 6cbf40958b1a41709863c7f267b203a5 P cdc19a309c9d4c5f9bb75bf94aba05c5: Time spent bootstrapping tablet: real 0.015s	user 0.006s	sys 0.008s
I20260608 12:42:42.568500  6722 ts_tablet_manager.cc:1403] T 6cbf40958b1a41709863c7f267b203a5 P 825393a2deb14298805adcd1c5c02a62: Time spent bootstrapping tablet: real 0.018s	user 0.005s	sys 0.010s
I20260608 12:42:42.570631  6720 consensus_queue.cc:260] T 6cbf40958b1a41709863c7f267b203a5 P 34b1ab64a130423487599ff8e3589318 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "34b1ab64a130423487599ff8e3589318" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36365 } } peers { permanent_uuid: "825393a2deb14298805adcd1c5c02a62" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40585 } } peers { permanent_uuid: "cdc19a309c9d4c5f9bb75bf94aba05c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36121 } }
I20260608 12:42:42.571838  6722 raft_consensus.cc:359] T 6cbf40958b1a41709863c7f267b203a5 P 825393a2deb14298805adcd1c5c02a62 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "34b1ab64a130423487599ff8e3589318" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36365 } } peers { permanent_uuid: "825393a2deb14298805adcd1c5c02a62" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40585 } } peers { permanent_uuid: "cdc19a309c9d4c5f9bb75bf94aba05c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36121 } }
I20260608 12:42:42.572572  6722 raft_consensus.cc:385] T 6cbf40958b1a41709863c7f267b203a5 P 825393a2deb14298805adcd1c5c02a62 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:42.573151  6722 raft_consensus.cc:740] T 6cbf40958b1a41709863c7f267b203a5 P 825393a2deb14298805adcd1c5c02a62 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 825393a2deb14298805adcd1c5c02a62, State: Initialized, Role: FOLLOWER
I20260608 12:42:42.572377  6721 raft_consensus.cc:359] T 6cbf40958b1a41709863c7f267b203a5 P cdc19a309c9d4c5f9bb75bf94aba05c5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "34b1ab64a130423487599ff8e3589318" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36365 } } peers { permanent_uuid: "825393a2deb14298805adcd1c5c02a62" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40585 } } peers { permanent_uuid: "cdc19a309c9d4c5f9bb75bf94aba05c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36121 } }
I20260608 12:42:42.573652  6721 raft_consensus.cc:385] T 6cbf40958b1a41709863c7f267b203a5 P cdc19a309c9d4c5f9bb75bf94aba05c5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:42.574141  6721 raft_consensus.cc:740] T 6cbf40958b1a41709863c7f267b203a5 P cdc19a309c9d4c5f9bb75bf94aba05c5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cdc19a309c9d4c5f9bb75bf94aba05c5, State: Initialized, Role: FOLLOWER
I20260608 12:42:42.574061  6722 consensus_queue.cc:260] T 6cbf40958b1a41709863c7f267b203a5 P 825393a2deb14298805adcd1c5c02a62 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "34b1ab64a130423487599ff8e3589318" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36365 } } peers { permanent_uuid: "825393a2deb14298805adcd1c5c02a62" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40585 } } peers { permanent_uuid: "cdc19a309c9d4c5f9bb75bf94aba05c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36121 } }
I20260608 12:42:42.575559  6721 consensus_queue.cc:260] T 6cbf40958b1a41709863c7f267b203a5 P cdc19a309c9d4c5f9bb75bf94aba05c5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "34b1ab64a130423487599ff8e3589318" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36365 } } peers { permanent_uuid: "825393a2deb14298805adcd1c5c02a62" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40585 } } peers { permanent_uuid: "cdc19a309c9d4c5f9bb75bf94aba05c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36121 } }
I20260608 12:42:42.580195  6720 ts_tablet_manager.cc:1434] T 6cbf40958b1a41709863c7f267b203a5 P 34b1ab64a130423487599ff8e3589318: Time spent starting tablet: real 0.018s	user 0.006s	sys 0.008s
I20260608 12:42:42.582962  6722 ts_tablet_manager.cc:1434] T 6cbf40958b1a41709863c7f267b203a5 P 825393a2deb14298805adcd1c5c02a62: Time spent starting tablet: real 0.014s	user 0.005s	sys 0.009s
I20260608 12:42:42.583149  6721 ts_tablet_manager.cc:1434] T 6cbf40958b1a41709863c7f267b203a5 P cdc19a309c9d4c5f9bb75bf94aba05c5: Time spent starting tablet: real 0.014s	user 0.012s	sys 0.000s
I20260608 12:42:42.809837  6726 raft_consensus.cc:493] T 6cbf40958b1a41709863c7f267b203a5 P 34b1ab64a130423487599ff8e3589318 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:42.810451  6726 raft_consensus.cc:515] T 6cbf40958b1a41709863c7f267b203a5 P 34b1ab64a130423487599ff8e3589318 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "34b1ab64a130423487599ff8e3589318" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36365 } } peers { permanent_uuid: "825393a2deb14298805adcd1c5c02a62" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40585 } } peers { permanent_uuid: "cdc19a309c9d4c5f9bb75bf94aba05c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36121 } }
I20260608 12:42:42.812976  6726 leader_election.cc:290] T 6cbf40958b1a41709863c7f267b203a5 P 34b1ab64a130423487599ff8e3589318 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 825393a2deb14298805adcd1c5c02a62 (127.0.107.194:40585), cdc19a309c9d4c5f9bb75bf94aba05c5 (127.0.107.193:36121)
I20260608 12:42:42.828732  6601 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6cbf40958b1a41709863c7f267b203a5" candidate_uuid: "34b1ab64a130423487599ff8e3589318" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "825393a2deb14298805adcd1c5c02a62" is_pre_election: true
I20260608 12:42:42.828754  6526 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6cbf40958b1a41709863c7f267b203a5" candidate_uuid: "34b1ab64a130423487599ff8e3589318" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cdc19a309c9d4c5f9bb75bf94aba05c5" is_pre_election: true
I20260608 12:42:42.829744  6601 raft_consensus.cc:2468] T 6cbf40958b1a41709863c7f267b203a5 P 825393a2deb14298805adcd1c5c02a62 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 34b1ab64a130423487599ff8e3589318 in term 0.
I20260608 12:42:42.829811  6526 raft_consensus.cc:2468] T 6cbf40958b1a41709863c7f267b203a5 P cdc19a309c9d4c5f9bb75bf94aba05c5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 34b1ab64a130423487599ff8e3589318 in term 0.
I20260608 12:42:42.831627  6641 leader_election.cc:304] T 6cbf40958b1a41709863c7f267b203a5 P 34b1ab64a130423487599ff8e3589318 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 34b1ab64a130423487599ff8e3589318, 825393a2deb14298805adcd1c5c02a62; no voters: 
I20260608 12:42:42.832659  6726 raft_consensus.cc:2804] T 6cbf40958b1a41709863c7f267b203a5 P 34b1ab64a130423487599ff8e3589318 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:42.833112  6726 raft_consensus.cc:493] T 6cbf40958b1a41709863c7f267b203a5 P 34b1ab64a130423487599ff8e3589318 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:42.833494  6726 raft_consensus.cc:3060] T 6cbf40958b1a41709863c7f267b203a5 P 34b1ab64a130423487599ff8e3589318 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:42.840345  6726 raft_consensus.cc:515] T 6cbf40958b1a41709863c7f267b203a5 P 34b1ab64a130423487599ff8e3589318 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "34b1ab64a130423487599ff8e3589318" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36365 } } peers { permanent_uuid: "825393a2deb14298805adcd1c5c02a62" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40585 } } peers { permanent_uuid: "cdc19a309c9d4c5f9bb75bf94aba05c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36121 } }
I20260608 12:42:42.842581  6726 leader_election.cc:290] T 6cbf40958b1a41709863c7f267b203a5 P 34b1ab64a130423487599ff8e3589318 [CANDIDATE]: Term 1 election: Requested vote from peers 825393a2deb14298805adcd1c5c02a62 (127.0.107.194:40585), cdc19a309c9d4c5f9bb75bf94aba05c5 (127.0.107.193:36121)
I20260608 12:42:42.843690  6601 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6cbf40958b1a41709863c7f267b203a5" candidate_uuid: "34b1ab64a130423487599ff8e3589318" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "825393a2deb14298805adcd1c5c02a62"
I20260608 12:42:42.843858  6526 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6cbf40958b1a41709863c7f267b203a5" candidate_uuid: "34b1ab64a130423487599ff8e3589318" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cdc19a309c9d4c5f9bb75bf94aba05c5"
I20260608 12:42:42.844578  6601 raft_consensus.cc:3060] T 6cbf40958b1a41709863c7f267b203a5 P 825393a2deb14298805adcd1c5c02a62 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:42.844631  6526 raft_consensus.cc:3060] T 6cbf40958b1a41709863c7f267b203a5 P cdc19a309c9d4c5f9bb75bf94aba05c5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:42.851257  6526 raft_consensus.cc:2468] T 6cbf40958b1a41709863c7f267b203a5 P cdc19a309c9d4c5f9bb75bf94aba05c5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 34b1ab64a130423487599ff8e3589318 in term 1.
I20260608 12:42:42.851408  6601 raft_consensus.cc:2468] T 6cbf40958b1a41709863c7f267b203a5 P 825393a2deb14298805adcd1c5c02a62 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 34b1ab64a130423487599ff8e3589318 in term 1.
I20260608 12:42:42.852806  6640 leader_election.cc:304] T 6cbf40958b1a41709863c7f267b203a5 P 34b1ab64a130423487599ff8e3589318 [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: 34b1ab64a130423487599ff8e3589318, cdc19a309c9d4c5f9bb75bf94aba05c5; no voters: 
I20260608 12:42:42.853717  6726 raft_consensus.cc:2804] T 6cbf40958b1a41709863c7f267b203a5 P 34b1ab64a130423487599ff8e3589318 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:42.855269  6726 raft_consensus.cc:697] T 6cbf40958b1a41709863c7f267b203a5 P 34b1ab64a130423487599ff8e3589318 [term 1 LEADER]: Becoming Leader. State: Replica: 34b1ab64a130423487599ff8e3589318, State: Running, Role: LEADER
I20260608 12:42:42.856135  6726 consensus_queue.cc:237] T 6cbf40958b1a41709863c7f267b203a5 P 34b1ab64a130423487599ff8e3589318 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "34b1ab64a130423487599ff8e3589318" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36365 } } peers { permanent_uuid: "825393a2deb14298805adcd1c5c02a62" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40585 } } peers { permanent_uuid: "cdc19a309c9d4c5f9bb75bf94aba05c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36121 } }
I20260608 12:42:42.866302  6423 catalog_manager.cc:5696] T 6cbf40958b1a41709863c7f267b203a5 P 34b1ab64a130423487599ff8e3589318 reported cstate change: term changed from 0 to 1, leader changed from <none> to 34b1ab64a130423487599ff8e3589318 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "34b1ab64a130423487599ff8e3589318" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "34b1ab64a130423487599ff8e3589318" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36365 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "825393a2deb14298805adcd1c5c02a62" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40585 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cdc19a309c9d4c5f9bb75bf94aba05c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36121 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:42.908831   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:42:42.932618   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:42.933699   431 tablet_replica.cc:333] T 6cbf40958b1a41709863c7f267b203a5 P cdc19a309c9d4c5f9bb75bf94aba05c5: stopping tablet replica
I20260608 12:42:42.934517   431 raft_consensus.cc:2243] T 6cbf40958b1a41709863c7f267b203a5 P cdc19a309c9d4c5f9bb75bf94aba05c5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:42.935050   431 raft_consensus.cc:2272] T 6cbf40958b1a41709863c7f267b203a5 P cdc19a309c9d4c5f9bb75bf94aba05c5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:42.956472   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:42:42.986850  6477 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:42:42.988531  6477 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:42:42.988893  6477 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:42:43.380121  6640 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36121: connect: Connection refused (error 111) [suppressed 59 similar messages]
W20260608 12:42:43.384179  6640 consensus_peers.cc:597] T 6cbf40958b1a41709863c7f267b203a5 P 34b1ab64a130423487599ff8e3589318 -> Peer cdc19a309c9d4c5f9bb75bf94aba05c5 (127.0.107.193:36121): Couldn't send request to peer cdc19a309c9d4c5f9bb75bf94aba05c5. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36121: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:43.452090  6733 consensus_queue.cc:1048] T 6cbf40958b1a41709863c7f267b203a5 P 34b1ab64a130423487599ff8e3589318 [LEADER]: Connected to new peer: Peer: permanent_uuid: "825393a2deb14298805adcd1c5c02a62" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:44.990193  6477 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:42:44.992048  6477 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:42:44.992486  6477 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:42:45.998729  6640 consensus_peers.cc:597] T 6cbf40958b1a41709863c7f267b203a5 P 34b1ab64a130423487599ff8e3589318 -> Peer cdc19a309c9d4c5f9bb75bf94aba05c5 (127.0.107.193:36121): Couldn't send request to peer cdc19a309c9d4c5f9bb75bf94aba05c5. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36121: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
I20260608 12:42:46.993768  6477 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:42:46.995445  6477 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:42:46.995783  6477 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:42:48.498555  6640 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36121: connect: Connection refused (error 111) [suppressed 9 similar messages]
W20260608 12:42:48.503430  6640 consensus_peers.cc:597] T 6cbf40958b1a41709863c7f267b203a5 P 34b1ab64a130423487599ff8e3589318 -> Peer cdc19a309c9d4c5f9bb75bf94aba05c5 (127.0.107.193:36121): Couldn't send request to peer cdc19a309c9d4c5f9bb75bf94aba05c5. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36121: connect: Connection refused (error 111). This is attempt 11: this message will repeat every 5th retry.
I20260608 12:42:48.996994  6477 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:42:48.998772  6477 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:42:48.999110  6477 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:42:51.000336  6477 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:42:51.002058  6477 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:42:51.002399  6477 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:42:51.129136  6640 consensus_peers.cc:597] T 6cbf40958b1a41709863c7f267b203a5 P 34b1ab64a130423487599ff8e3589318 -> Peer cdc19a309c9d4c5f9bb75bf94aba05c5 (127.0.107.193:36121): Couldn't send request to peer cdc19a309c9d4c5f9bb75bf94aba05c5. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36121: connect: Connection refused (error 111). This is attempt 16: this message will repeat every 5th retry.
I20260608 12:42:53.003436  6477 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:42:53.004978  6477 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:42:53.005318  6477 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:42:53.033318   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:42:53.059626   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:53.060328   431 tablet_replica.cc:333] T 6cbf40958b1a41709863c7f267b203a5 P 825393a2deb14298805adcd1c5c02a62: stopping tablet replica
I20260608 12:42:53.060868   431 raft_consensus.cc:2243] T 6cbf40958b1a41709863c7f267b203a5 P 825393a2deb14298805adcd1c5c02a62 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:53.061523   431 raft_consensus.cc:2272] T 6cbf40958b1a41709863c7f267b203a5 P 825393a2deb14298805adcd1c5c02a62 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:53.083535   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:42:53.097292   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:42:53.119925   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:53.120750   431 tablet_replica.cc:333] T 6cbf40958b1a41709863c7f267b203a5 P 34b1ab64a130423487599ff8e3589318: stopping tablet replica
I20260608 12:42:53.121359   431 raft_consensus.cc:2243] T 6cbf40958b1a41709863c7f267b203a5 P 34b1ab64a130423487599ff8e3589318 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:53.122479   431 raft_consensus.cc:2272] T 6cbf40958b1a41709863c7f267b203a5 P 34b1ab64a130423487599ff8e3589318 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:53.143492   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:42:53.156666   431 master.cc:562] Master@127.0.107.254:44713 shutting down...
I20260608 12:42:53.180594   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 9c25bffa5bd446199485673219db0bfe [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:53.181447   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 9c25bffa5bd446199485673219db0bfe [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:53.181892   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 9c25bffa5bd446199485673219db0bfe: stopping tablet replica
I20260608 12:42:53.202256   431 master.cc:584] Master@127.0.107.254:44713 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor (12400 ms)
[ RUN      ] AutoRebalancerTest.NoRebalancingIfReplicasRecovering
I20260608 12:42:53.242547   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:35247
I20260608 12:42:53.243805   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:53.250590  6763 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:53.250663  6764 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:53.251472  6766 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:53.253624   431 server_base.cc:1061] running on GCE node
I20260608 12:42:53.254539   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:53.254727   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:53.254843   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922573254832 us; error 0 us; skew 500 ppm
I20260608 12:42:53.255385   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:53.262866   431 webserver.cc:533] Webserver started at http://127.0.107.254:45351/ using document root <none> and password file <none>
I20260608 12:42:53.263383   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:53.263545   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:53.263782   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:53.265081   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922397207313-431-0/minicluster-data/master-0-root/instance:
uuid: "70033e49667e4098bf972e9eab3e2ebb"
format_stamp: "Formatted at 2026-06-08 12:42:53 on dist-test-slave-1zds"
I20260608 12:42:53.273108   431 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.005s	sys 0.001s
I20260608 12:42:53.277640  6771 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:53.278636   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:42:53.279014   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922397207313-431-0/minicluster-data/master-0-root
uuid: "70033e49667e4098bf972e9eab3e2ebb"
format_stamp: "Formatted at 2026-06-08 12:42:53 on dist-test-slave-1zds"
I20260608 12:42:53.279372   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922397207313-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922397207313-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922397207313-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:53.293011   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:53.294448   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:53.336995   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:35247
I20260608 12:42:53.337203  6822 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:35247 every 8 connection(s)
I20260608 12:42:53.341539  6823 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:53.354058  6823 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 70033e49667e4098bf972e9eab3e2ebb: Bootstrap starting.
I20260608 12:42:53.359417  6823 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 70033e49667e4098bf972e9eab3e2ebb: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:53.364043  6823 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 70033e49667e4098bf972e9eab3e2ebb: No bootstrap required, opened a new log
I20260608 12:42:53.366703  6823 raft_consensus.cc:359] T 00000000000000000000000000000000 P 70033e49667e4098bf972e9eab3e2ebb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "70033e49667e4098bf972e9eab3e2ebb" member_type: VOTER }
I20260608 12:42:53.367156  6823 raft_consensus.cc:385] T 00000000000000000000000000000000 P 70033e49667e4098bf972e9eab3e2ebb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:53.367441  6823 raft_consensus.cc:740] T 00000000000000000000000000000000 P 70033e49667e4098bf972e9eab3e2ebb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 70033e49667e4098bf972e9eab3e2ebb, State: Initialized, Role: FOLLOWER
I20260608 12:42:53.368124  6823 consensus_queue.cc:260] T 00000000000000000000000000000000 P 70033e49667e4098bf972e9eab3e2ebb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "70033e49667e4098bf972e9eab3e2ebb" member_type: VOTER }
I20260608 12:42:53.368636  6823 raft_consensus.cc:399] T 00000000000000000000000000000000 P 70033e49667e4098bf972e9eab3e2ebb [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:53.368867  6823 raft_consensus.cc:493] T 00000000000000000000000000000000 P 70033e49667e4098bf972e9eab3e2ebb [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:53.369182  6823 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 70033e49667e4098bf972e9eab3e2ebb [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:53.374341  6823 raft_consensus.cc:515] T 00000000000000000000000000000000 P 70033e49667e4098bf972e9eab3e2ebb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "70033e49667e4098bf972e9eab3e2ebb" member_type: VOTER }
I20260608 12:42:53.374935  6823 leader_election.cc:304] T 00000000000000000000000000000000 P 70033e49667e4098bf972e9eab3e2ebb [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: 70033e49667e4098bf972e9eab3e2ebb; no voters: 
I20260608 12:42:53.376142  6823 leader_election.cc:290] T 00000000000000000000000000000000 P 70033e49667e4098bf972e9eab3e2ebb [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:53.376595  6826 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 70033e49667e4098bf972e9eab3e2ebb [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:53.378126  6826 raft_consensus.cc:697] T 00000000000000000000000000000000 P 70033e49667e4098bf972e9eab3e2ebb [term 1 LEADER]: Becoming Leader. State: Replica: 70033e49667e4098bf972e9eab3e2ebb, State: Running, Role: LEADER
I20260608 12:42:53.378927  6826 consensus_queue.cc:237] T 00000000000000000000000000000000 P 70033e49667e4098bf972e9eab3e2ebb [LEADER]: Queue going to LEADER mode. State: All 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: "70033e49667e4098bf972e9eab3e2ebb" member_type: VOTER }
I20260608 12:42:53.379335  6823 sys_catalog.cc:565] T 00000000000000000000000000000000 P 70033e49667e4098bf972e9eab3e2ebb [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:42:53.382381  6828 sys_catalog.cc:455] T 00000000000000000000000000000000 P 70033e49667e4098bf972e9eab3e2ebb [sys.catalog]: SysCatalogTable state changed. Reason: New leader 70033e49667e4098bf972e9eab3e2ebb. Latest consensus state: current_term: 1 leader_uuid: "70033e49667e4098bf972e9eab3e2ebb" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "70033e49667e4098bf972e9eab3e2ebb" member_type: VOTER } }
I20260608 12:42:53.383198  6828 sys_catalog.cc:458] T 00000000000000000000000000000000 P 70033e49667e4098bf972e9eab3e2ebb [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:53.382369  6827 sys_catalog.cc:455] T 00000000000000000000000000000000 P 70033e49667e4098bf972e9eab3e2ebb [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "70033e49667e4098bf972e9eab3e2ebb" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "70033e49667e4098bf972e9eab3e2ebb" member_type: VOTER } }
I20260608 12:42:53.383778  6827 sys_catalog.cc:458] T 00000000000000000000000000000000 P 70033e49667e4098bf972e9eab3e2ebb [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:53.386008  6832 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:42:53.391386  6832 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:42:53.395658   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:42:53.401266  6832 catalog_manager.cc:1382] Generated new cluster ID: 32a1fe0152384277b63e45f5c75ee268
I20260608 12:42:53.401608  6832 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:42:53.419938  6832 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:42:53.421321  6832 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:42:53.436539  6832 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 70033e49667e4098bf972e9eab3e2ebb: Generated new TSK 0
I20260608 12:42:53.437157  6832 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:42:53.462669   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:53.470284  6844 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:53.472364  6845 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:53.474808   431 server_base.cc:1061] running on GCE node
W20260608 12:42:53.475760  6847 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:53.477645   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:53.478053   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:53.478287   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922573478246 us; error 0 us; skew 500 ppm
I20260608 12:42:53.479142   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:53.483146   431 webserver.cc:533] Webserver started at http://127.0.107.193:46835/ using document root <none> and password file <none>
I20260608 12:42:53.483986   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:53.484418   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:53.484894   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:53.486909   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922397207313-431-0/minicluster-data/ts-0-root/instance:
uuid: "67ed9575190e48e3a24eada673daa91d"
format_stamp: "Formatted at 2026-06-08 12:42:53 on dist-test-slave-1zds"
I20260608 12:42:53.495003   431 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.003s	sys 0.004s
I20260608 12:42:53.500840  6852 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:53.502013   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:42:53.502415   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922397207313-431-0/minicluster-data/ts-0-root
uuid: "67ed9575190e48e3a24eada673daa91d"
format_stamp: "Formatted at 2026-06-08 12:42:53 on dist-test-slave-1zds"
I20260608 12:42:53.502782   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922397207313-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922397207313-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922397207313-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:53.521947   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:53.523866   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:53.525703   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:53.528293   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:53.528524   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:53.528798   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:53.528971   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:53.575954   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:43673
I20260608 12:42:53.576072  6914 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:43673 every 8 connection(s)
I20260608 12:42:53.581566   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:53.589411  6919 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:53.592885  6920 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:53.594902  6922 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:53.595826   431 server_base.cc:1061] running on GCE node
I20260608 12:42:53.596823   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:53.597051   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:53.597278   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922573597261 us; error 0 us; skew 500 ppm
I20260608 12:42:53.598062   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:53.599048  6915 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35247
I20260608 12:42:53.599534  6915 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:53.600419  6915 heartbeater.cc:507] Master 127.0.107.254:35247 requested a full tablet report, sending...
I20260608 12:42:53.600972   431 webserver.cc:533] Webserver started at http://127.0.107.194:45063/ using document root <none> and password file <none>
I20260608 12:42:53.601622   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:53.601904   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:53.602190   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:53.603250  6788 ts_manager.cc:194] Registered new tserver with Master: 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673)
I20260608 12:42:53.603961   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922397207313-431-0/minicluster-data/ts-1-root/instance:
uuid: "17f42a32d14746398a94b41b1d7c4f87"
format_stamp: "Formatted at 2026-06-08 12:42:53 on dist-test-slave-1zds"
I20260608 12:42:53.606011  6788 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53412
I20260608 12:42:53.609894   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.002s
I20260608 12:42:53.613862  6927 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:53.614698   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:42:53.614986   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922397207313-431-0/minicluster-data/ts-1-root
uuid: "17f42a32d14746398a94b41b1d7c4f87"
format_stamp: "Formatted at 2026-06-08 12:42:53 on dist-test-slave-1zds"
I20260608 12:42:53.615248   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922397207313-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922397207313-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922397207313-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:53.632467   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:53.633641   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:53.635185   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:53.637563   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:53.637784   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:53.638083   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:53.638253   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:53.680838   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:39609
I20260608 12:42:53.681090  6989 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:39609 every 8 connection(s)
I20260608 12:42:53.686079   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:53.694062  6993 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:53.695832  6994 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:53.698130   431 server_base.cc:1061] running on GCE node
W20260608 12:42:53.698939  6996 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:53.699757  6990 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35247
I20260608 12:42:53.699935   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:42:53.700145  6990 heartbeater.cc:461] Registering TS with master...
W20260608 12:42:53.700325   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:53.700588   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922573700572 us; error 0 us; skew 500 ppm
I20260608 12:42:53.701102  6990 heartbeater.cc:507] Master 127.0.107.254:35247 requested a full tablet report, sending...
I20260608 12:42:53.701282   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:53.703675  6788 ts_manager.cc:194] Registered new tserver with Master: 17f42a32d14746398a94b41b1d7c4f87 (127.0.107.194:39609)
I20260608 12:42:53.704301   431 webserver.cc:533] Webserver started at http://127.0.107.195:39511/ using document root <none> and password file <none>
I20260608 12:42:53.704876   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:53.705113   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:53.705403   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:53.705466  6788 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53414
I20260608 12:42:53.706974   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922397207313-431-0/minicluster-data/ts-2-root/instance:
uuid: "9503696dcce248498f1d929581f5b6d6"
format_stamp: "Formatted at 2026-06-08 12:42:53 on dist-test-slave-1zds"
I20260608 12:42:53.711848   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260608 12:42:53.715632  7001 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:53.716583   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
I20260608 12:42:53.716987   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922397207313-431-0/minicluster-data/ts-2-root
uuid: "9503696dcce248498f1d929581f5b6d6"
format_stamp: "Formatted at 2026-06-08 12:42:53 on dist-test-slave-1zds"
I20260608 12:42:53.717283   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922397207313-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922397207313-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922397207313-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:53.729048   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:53.730643   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:53.732326   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:53.734746   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:53.734980   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:53.735235   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:53.735427   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:53.778257   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:35543
I20260608 12:42:53.778365  7063 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:35543 every 8 connection(s)
I20260608 12:42:53.793293  7064 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35247
I20260608 12:42:53.793715  7064 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:53.794639  7064 heartbeater.cc:507] Master 127.0.107.254:35247 requested a full tablet report, sending...
I20260608 12:42:53.796922  6788 ts_manager.cc:194] Registered new tserver with Master: 9503696dcce248498f1d929581f5b6d6 (127.0.107.195:35543)
I20260608 12:42:53.797937   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.01597621s
I20260608 12:42:53.798628  6788 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53430
I20260608 12:42:54.609030  6915 heartbeater.cc:499] Master 127.0.107.254:35247 was elected leader, sending a full tablet report...
I20260608 12:42:54.708294  6990 heartbeater.cc:499] Master 127.0.107.254:35247 was elected leader, sending a full tablet report...
I20260608 12:42:54.801883  7064 heartbeater.cc:499] Master 127.0.107.254:35247 was elected leader, sending a full tablet report...
I20260608 12:42:54.858448  6788 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36102:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:42:54.861281  6788 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:42:54.922883  7029 tablet_service.cc:1511] Processing CreateTablet for tablet 5967f024cfb242b2a01ac394613800eb (DEFAULT_TABLE table=test-workload [id=94c790700fae453684db7354fcacfad0]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:42:54.924702  7028 tablet_service.cc:1511] Processing CreateTablet for tablet 57b2540deda3429f969aaf52239d5eac (DEFAULT_TABLE table=test-workload [id=94c790700fae453684db7354fcacfad0]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:42:54.926350  7028 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 57b2540deda3429f969aaf52239d5eac. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:54.928907  7029 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5967f024cfb242b2a01ac394613800eb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:54.936529  6955 tablet_service.cc:1511] Processing CreateTablet for tablet 5967f024cfb242b2a01ac394613800eb (DEFAULT_TABLE table=test-workload [id=94c790700fae453684db7354fcacfad0]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:42:54.938264  6955 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5967f024cfb242b2a01ac394613800eb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:54.939849  7027 tablet_service.cc:1511] Processing CreateTablet for tablet f88d20e5c1cb43bc871d391b4d1e21cd (DEFAULT_TABLE table=test-workload [id=94c790700fae453684db7354fcacfad0]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:42:54.941732  7027 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f88d20e5c1cb43bc871d391b4d1e21cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:54.943256  6954 tablet_service.cc:1511] Processing CreateTablet for tablet 57b2540deda3429f969aaf52239d5eac (DEFAULT_TABLE table=test-workload [id=94c790700fae453684db7354fcacfad0]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:42:54.944978  6954 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 57b2540deda3429f969aaf52239d5eac. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:54.945858  7026 tablet_service.cc:1511] Processing CreateTablet for tablet 68066d156cd246fb900dce6d9a8de364 (DEFAULT_TABLE table=test-workload [id=94c790700fae453684db7354fcacfad0]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:42:54.947479  7026 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 68066d156cd246fb900dce6d9a8de364. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:54.948714  6953 tablet_service.cc:1511] Processing CreateTablet for tablet f88d20e5c1cb43bc871d391b4d1e21cd (DEFAULT_TABLE table=test-workload [id=94c790700fae453684db7354fcacfad0]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:42:54.950461  6953 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f88d20e5c1cb43bc871d391b4d1e21cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:54.955428  6952 tablet_service.cc:1511] Processing CreateTablet for tablet 68066d156cd246fb900dce6d9a8de364 (DEFAULT_TABLE table=test-workload [id=94c790700fae453684db7354fcacfad0]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:42:54.957201  6952 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 68066d156cd246fb900dce6d9a8de364. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:54.968441  6880 tablet_service.cc:1511] Processing CreateTablet for tablet 5967f024cfb242b2a01ac394613800eb (DEFAULT_TABLE table=test-workload [id=94c790700fae453684db7354fcacfad0]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:42:54.971459  6878 tablet_service.cc:1511] Processing CreateTablet for tablet f88d20e5c1cb43bc871d391b4d1e21cd (DEFAULT_TABLE table=test-workload [id=94c790700fae453684db7354fcacfad0]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:42:54.974632  6877 tablet_service.cc:1511] Processing CreateTablet for tablet 68066d156cd246fb900dce6d9a8de364 (DEFAULT_TABLE table=test-workload [id=94c790700fae453684db7354fcacfad0]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:42:54.978195  6879 tablet_service.cc:1511] Processing CreateTablet for tablet 57b2540deda3429f969aaf52239d5eac (DEFAULT_TABLE table=test-workload [id=94c790700fae453684db7354fcacfad0]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:42:54.980202  6880 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5967f024cfb242b2a01ac394613800eb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:54.981155  6877 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 68066d156cd246fb900dce6d9a8de364. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:54.985639  6878 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f88d20e5c1cb43bc871d391b4d1e21cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:54.990115  6879 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 57b2540deda3429f969aaf52239d5eac. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:54.980181  7085 tablet_bootstrap.cc:492] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87: Bootstrap starting.
I20260608 12:42:55.006209  7085 tablet_bootstrap.cc:654] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:55.031286  7087 tablet_bootstrap.cc:492] T 5967f024cfb242b2a01ac394613800eb P 67ed9575190e48e3a24eada673daa91d: Bootstrap starting.
I20260608 12:42:55.036723  7084 tablet_bootstrap.cc:492] T 57b2540deda3429f969aaf52239d5eac P 9503696dcce248498f1d929581f5b6d6: Bootstrap starting.
I20260608 12:42:55.041539  7085 tablet_bootstrap.cc:492] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87: No bootstrap required, opened a new log
I20260608 12:42:55.041687  7087 tablet_bootstrap.cc:654] T 5967f024cfb242b2a01ac394613800eb P 67ed9575190e48e3a24eada673daa91d: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:55.042196  7085 ts_tablet_manager.cc:1403] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87: Time spent bootstrapping tablet: real 0.062s	user 0.022s	sys 0.013s
I20260608 12:42:55.046662  7085 raft_consensus.cc:359] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } }
I20260608 12:42:55.047667  7085 raft_consensus.cc:385] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:55.048053  7085 raft_consensus.cc:740] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 17f42a32d14746398a94b41b1d7c4f87, State: Initialized, Role: FOLLOWER
I20260608 12:42:55.050144  7085 consensus_queue.cc:260] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } }
I20260608 12:42:55.057844  7085 ts_tablet_manager.cc:1434] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87: Time spent starting tablet: real 0.015s	user 0.009s	sys 0.005s
I20260608 12:42:55.058832  7087 tablet_bootstrap.cc:492] T 5967f024cfb242b2a01ac394613800eb P 67ed9575190e48e3a24eada673daa91d: No bootstrap required, opened a new log
I20260608 12:42:55.058986  7085 tablet_bootstrap.cc:492] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87: Bootstrap starting.
I20260608 12:42:55.059463  7087 ts_tablet_manager.cc:1403] T 5967f024cfb242b2a01ac394613800eb P 67ed9575190e48e3a24eada673daa91d: Time spent bootstrapping tablet: real 0.029s	user 0.008s	sys 0.008s
I20260608 12:42:55.060531  7084 tablet_bootstrap.cc:654] T 57b2540deda3429f969aaf52239d5eac P 9503696dcce248498f1d929581f5b6d6: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:55.063045  7087 raft_consensus.cc:359] T 5967f024cfb242b2a01ac394613800eb P 67ed9575190e48e3a24eada673daa91d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } }
I20260608 12:42:55.063932  7087 raft_consensus.cc:385] T 5967f024cfb242b2a01ac394613800eb P 67ed9575190e48e3a24eada673daa91d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:55.064356  7087 raft_consensus.cc:740] T 5967f024cfb242b2a01ac394613800eb P 67ed9575190e48e3a24eada673daa91d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 67ed9575190e48e3a24eada673daa91d, State: Initialized, Role: FOLLOWER
I20260608 12:42:55.065454  7087 consensus_queue.cc:260] T 5967f024cfb242b2a01ac394613800eb P 67ed9575190e48e3a24eada673daa91d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } }
I20260608 12:42:55.066844  7085 tablet_bootstrap.cc:654] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:55.080341  7087 ts_tablet_manager.cc:1434] T 5967f024cfb242b2a01ac394613800eb P 67ed9575190e48e3a24eada673daa91d: Time spent starting tablet: real 0.021s	user 0.010s	sys 0.011s
I20260608 12:42:55.080870  7084 tablet_bootstrap.cc:492] T 57b2540deda3429f969aaf52239d5eac P 9503696dcce248498f1d929581f5b6d6: No bootstrap required, opened a new log
I20260608 12:42:55.081178  7085 tablet_bootstrap.cc:492] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87: No bootstrap required, opened a new log
I20260608 12:42:55.081506  7087 tablet_bootstrap.cc:492] T 57b2540deda3429f969aaf52239d5eac P 67ed9575190e48e3a24eada673daa91d: Bootstrap starting.
I20260608 12:42:55.081748  7085 ts_tablet_manager.cc:1403] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87: Time spent bootstrapping tablet: real 0.023s	user 0.018s	sys 0.004s
I20260608 12:42:55.081698  7084 ts_tablet_manager.cc:1403] T 57b2540deda3429f969aaf52239d5eac P 9503696dcce248498f1d929581f5b6d6: Time spent bootstrapping tablet: real 0.045s	user 0.018s	sys 0.009s
I20260608 12:42:55.085615  7085 raft_consensus.cc:359] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } }
I20260608 12:42:55.086400  7085 raft_consensus.cc:385] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:55.086715  7085 raft_consensus.cc:740] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 17f42a32d14746398a94b41b1d7c4f87, State: Initialized, Role: FOLLOWER
I20260608 12:42:55.087498  7085 consensus_queue.cc:260] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } }
I20260608 12:42:55.088364  7087 tablet_bootstrap.cc:654] T 57b2540deda3429f969aaf52239d5eac P 67ed9575190e48e3a24eada673daa91d: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:55.088419  7084 raft_consensus.cc:359] T 57b2540deda3429f969aaf52239d5eac P 9503696dcce248498f1d929581f5b6d6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } }
I20260608 12:42:55.089347  7084 raft_consensus.cc:385] T 57b2540deda3429f969aaf52239d5eac P 9503696dcce248498f1d929581f5b6d6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:55.089665  7084 raft_consensus.cc:740] T 57b2540deda3429f969aaf52239d5eac P 9503696dcce248498f1d929581f5b6d6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9503696dcce248498f1d929581f5b6d6, State: Initialized, Role: FOLLOWER
I20260608 12:42:55.089875  7085 ts_tablet_manager.cc:1434] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.001s
I20260608 12:42:55.091048  7085 tablet_bootstrap.cc:492] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87: Bootstrap starting.
I20260608 12:42:55.090787  7084 consensus_queue.cc:260] T 57b2540deda3429f969aaf52239d5eac P 9503696dcce248498f1d929581f5b6d6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } }
I20260608 12:42:55.099099  7085 tablet_bootstrap.cc:654] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:55.121409  7087 tablet_bootstrap.cc:492] T 57b2540deda3429f969aaf52239d5eac P 67ed9575190e48e3a24eada673daa91d: No bootstrap required, opened a new log
I20260608 12:42:55.122118  7087 ts_tablet_manager.cc:1403] T 57b2540deda3429f969aaf52239d5eac P 67ed9575190e48e3a24eada673daa91d: Time spent bootstrapping tablet: real 0.041s	user 0.017s	sys 0.022s
I20260608 12:42:55.122205  7084 ts_tablet_manager.cc:1434] T 57b2540deda3429f969aaf52239d5eac P 9503696dcce248498f1d929581f5b6d6: Time spent starting tablet: real 0.037s	user 0.020s	sys 0.015s
I20260608 12:42:55.122694  7085 tablet_bootstrap.cc:492] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87: No bootstrap required, opened a new log
I20260608 12:42:55.123248  7085 ts_tablet_manager.cc:1403] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87: Time spent bootstrapping tablet: real 0.032s	user 0.022s	sys 0.008s
I20260608 12:42:55.123346  7084 tablet_bootstrap.cc:492] T 68066d156cd246fb900dce6d9a8de364 P 9503696dcce248498f1d929581f5b6d6: Bootstrap starting.
I20260608 12:42:55.125735  7087 raft_consensus.cc:359] T 57b2540deda3429f969aaf52239d5eac P 67ed9575190e48e3a24eada673daa91d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } }
I20260608 12:42:55.126546  7087 raft_consensus.cc:385] T 57b2540deda3429f969aaf52239d5eac P 67ed9575190e48e3a24eada673daa91d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:55.126485  7085 raft_consensus.cc:359] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } }
I20260608 12:42:55.127238  7087 raft_consensus.cc:740] T 57b2540deda3429f969aaf52239d5eac P 67ed9575190e48e3a24eada673daa91d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 67ed9575190e48e3a24eada673daa91d, State: Initialized, Role: FOLLOWER
I20260608 12:42:55.127499  7085 raft_consensus.cc:385] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:55.127861  7085 raft_consensus.cc:740] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 17f42a32d14746398a94b41b1d7c4f87, State: Initialized, Role: FOLLOWER
I20260608 12:42:55.128806  7091 raft_consensus.cc:493] T 5967f024cfb242b2a01ac394613800eb P 67ed9575190e48e3a24eada673daa91d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:55.128675  7087 consensus_queue.cc:260] T 57b2540deda3429f969aaf52239d5eac P 67ed9575190e48e3a24eada673daa91d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } }
I20260608 12:42:55.129390  7091 raft_consensus.cc:515] T 5967f024cfb242b2a01ac394613800eb P 67ed9575190e48e3a24eada673daa91d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } }
I20260608 12:42:55.131038  7084 tablet_bootstrap.cc:654] T 68066d156cd246fb900dce6d9a8de364 P 9503696dcce248498f1d929581f5b6d6: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:55.133352  7091 leader_election.cc:290] T 5967f024cfb242b2a01ac394613800eb P 67ed9575190e48e3a24eada673daa91d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9503696dcce248498f1d929581f5b6d6 (127.0.107.195:35543), 17f42a32d14746398a94b41b1d7c4f87 (127.0.107.194:39609)
I20260608 12:42:55.144428  7085 consensus_queue.cc:260] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } }
I20260608 12:42:55.150842  7088 raft_consensus.cc:493] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:55.151602  7088 raft_consensus.cc:515] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } }
I20260608 12:42:55.172642  7088 leader_election.cc:290] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9503696dcce248498f1d929581f5b6d6 (127.0.107.195:35543), 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673)
I20260608 12:42:55.182536  7087 ts_tablet_manager.cc:1434] T 57b2540deda3429f969aaf52239d5eac P 67ed9575190e48e3a24eada673daa91d: Time spent starting tablet: real 0.060s	user 0.029s	sys 0.025s
I20260608 12:42:55.183961  7085 ts_tablet_manager.cc:1434] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87: Time spent starting tablet: real 0.060s	user 0.010s	sys 0.000s
I20260608 12:42:55.184826  7084 tablet_bootstrap.cc:492] T 68066d156cd246fb900dce6d9a8de364 P 9503696dcce248498f1d929581f5b6d6: No bootstrap required, opened a new log
I20260608 12:42:55.185130  7085 tablet_bootstrap.cc:492] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87: Bootstrap starting.
I20260608 12:42:55.185537  7084 ts_tablet_manager.cc:1403] T 68066d156cd246fb900dce6d9a8de364 P 9503696dcce248498f1d929581f5b6d6: Time spent bootstrapping tablet: real 0.062s	user 0.030s	sys 0.028s
I20260608 12:42:55.187186  7087 tablet_bootstrap.cc:492] T f88d20e5c1cb43bc871d391b4d1e21cd P 67ed9575190e48e3a24eada673daa91d: Bootstrap starting.
I20260608 12:42:55.188897  7084 raft_consensus.cc:359] T 68066d156cd246fb900dce6d9a8de364 P 9503696dcce248498f1d929581f5b6d6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } }
I20260608 12:42:55.189718  7084 raft_consensus.cc:385] T 68066d156cd246fb900dce6d9a8de364 P 9503696dcce248498f1d929581f5b6d6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:55.190096  7084 raft_consensus.cc:740] T 68066d156cd246fb900dce6d9a8de364 P 9503696dcce248498f1d929581f5b6d6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9503696dcce248498f1d929581f5b6d6, State: Initialized, Role: FOLLOWER
I20260608 12:42:55.190956  7084 consensus_queue.cc:260] T 68066d156cd246fb900dce6d9a8de364 P 9503696dcce248498f1d929581f5b6d6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } }
I20260608 12:42:55.196221  7084 ts_tablet_manager.cc:1434] T 68066d156cd246fb900dce6d9a8de364 P 9503696dcce248498f1d929581f5b6d6: Time spent starting tablet: real 0.010s	user 0.002s	sys 0.005s
I20260608 12:42:55.197409  7084 tablet_bootstrap.cc:492] T f88d20e5c1cb43bc871d391b4d1e21cd P 9503696dcce248498f1d929581f5b6d6: Bootstrap starting.
I20260608 12:42:55.197455  7039 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5967f024cfb242b2a01ac394613800eb" candidate_uuid: "67ed9575190e48e3a24eada673daa91d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9503696dcce248498f1d929581f5b6d6" is_pre_election: true
W20260608 12:42:55.199570  6856 leader_election.cc:343] T 5967f024cfb242b2a01ac394613800eb P 67ed9575190e48e3a24eada673daa91d [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9503696dcce248498f1d929581f5b6d6 (127.0.107.195:35543): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:55.205621  7084 tablet_bootstrap.cc:654] T f88d20e5c1cb43bc871d391b4d1e21cd P 9503696dcce248498f1d929581f5b6d6: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:55.206451  7087 tablet_bootstrap.cc:654] T f88d20e5c1cb43bc871d391b4d1e21cd P 67ed9575190e48e3a24eada673daa91d: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:55.211858  7088 raft_consensus.cc:493] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:55.212568  7088 raft_consensus.cc:515] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } }
I20260608 12:42:55.212970  6965 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5967f024cfb242b2a01ac394613800eb" candidate_uuid: "67ed9575190e48e3a24eada673daa91d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "17f42a32d14746398a94b41b1d7c4f87" is_pre_election: true
I20260608 12:42:55.213655  6965 raft_consensus.cc:2468] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 67ed9575190e48e3a24eada673daa91d in term 0.
I20260608 12:42:55.215101  7088 leader_election.cc:290] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673), 9503696dcce248498f1d929581f5b6d6 (127.0.107.195:35543)
I20260608 12:42:55.215342  6856 leader_election.cc:304] T 5967f024cfb242b2a01ac394613800eb P 67ed9575190e48e3a24eada673daa91d [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: 17f42a32d14746398a94b41b1d7c4f87, 67ed9575190e48e3a24eada673daa91d; no voters: 9503696dcce248498f1d929581f5b6d6
I20260608 12:42:55.216390  7085 tablet_bootstrap.cc:654] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:55.216522  7096 raft_consensus.cc:2804] T 5967f024cfb242b2a01ac394613800eb P 67ed9575190e48e3a24eada673daa91d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:55.217402  7096 raft_consensus.cc:493] T 5967f024cfb242b2a01ac394613800eb P 67ed9575190e48e3a24eada673daa91d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:55.218008  7096 raft_consensus.cc:3060] T 5967f024cfb242b2a01ac394613800eb P 67ed9575190e48e3a24eada673daa91d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:55.228029  7084 tablet_bootstrap.cc:492] T f88d20e5c1cb43bc871d391b4d1e21cd P 9503696dcce248498f1d929581f5b6d6: No bootstrap required, opened a new log
I20260608 12:42:55.231952  7039 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5967f024cfb242b2a01ac394613800eb" candidate_uuid: "17f42a32d14746398a94b41b1d7c4f87" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9503696dcce248498f1d929581f5b6d6" is_pre_election: true
I20260608 12:42:55.233275  7084 ts_tablet_manager.cc:1403] T f88d20e5c1cb43bc871d391b4d1e21cd P 9503696dcce248498f1d929581f5b6d6: Time spent bootstrapping tablet: real 0.036s	user 0.010s	sys 0.016s
W20260608 12:42:55.234038  6931 leader_election.cc:343] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9503696dcce248498f1d929581f5b6d6 (127.0.107.195:35543): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:55.234648  6889 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57b2540deda3429f969aaf52239d5eac" candidate_uuid: "17f42a32d14746398a94b41b1d7c4f87" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "67ed9575190e48e3a24eada673daa91d" is_pre_election: true
I20260608 12:42:55.232105  7038 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57b2540deda3429f969aaf52239d5eac" candidate_uuid: "17f42a32d14746398a94b41b1d7c4f87" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9503696dcce248498f1d929581f5b6d6" is_pre_election: true
I20260608 12:42:55.235668  6889 raft_consensus.cc:2468] T 57b2540deda3429f969aaf52239d5eac P 67ed9575190e48e3a24eada673daa91d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 17f42a32d14746398a94b41b1d7c4f87 in term 0.
I20260608 12:42:55.234083  6890 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5967f024cfb242b2a01ac394613800eb" candidate_uuid: "17f42a32d14746398a94b41b1d7c4f87" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "67ed9575190e48e3a24eada673daa91d" is_pre_election: true
I20260608 12:42:55.236244  7038 raft_consensus.cc:2468] T 57b2540deda3429f969aaf52239d5eac P 9503696dcce248498f1d929581f5b6d6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 17f42a32d14746398a94b41b1d7c4f87 in term 0.
I20260608 12:42:55.236920  7085 tablet_bootstrap.cc:492] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87: No bootstrap required, opened a new log
I20260608 12:42:55.231868  7087 tablet_bootstrap.cc:492] T f88d20e5c1cb43bc871d391b4d1e21cd P 67ed9575190e48e3a24eada673daa91d: No bootstrap required, opened a new log
I20260608 12:42:55.237506  7085 ts_tablet_manager.cc:1403] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87: Time spent bootstrapping tablet: real 0.053s	user 0.012s	sys 0.008s
I20260608 12:42:55.237376  6930 leader_election.cc:304] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 17f42a32d14746398a94b41b1d7c4f87, 67ed9575190e48e3a24eada673daa91d; no voters: 
I20260608 12:42:55.238286  7087 ts_tablet_manager.cc:1403] T f88d20e5c1cb43bc871d391b4d1e21cd P 67ed9575190e48e3a24eada673daa91d: Time spent bootstrapping tablet: real 0.051s	user 0.011s	sys 0.009s
I20260608 12:42:55.237378  7084 raft_consensus.cc:359] T f88d20e5c1cb43bc871d391b4d1e21cd P 9503696dcce248498f1d929581f5b6d6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } }
I20260608 12:42:55.238816  7084 raft_consensus.cc:385] T f88d20e5c1cb43bc871d391b4d1e21cd P 9503696dcce248498f1d929581f5b6d6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:55.239248  7084 raft_consensus.cc:740] T f88d20e5c1cb43bc871d391b4d1e21cd P 9503696dcce248498f1d929581f5b6d6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9503696dcce248498f1d929581f5b6d6, State: Initialized, Role: FOLLOWER
I20260608 12:42:55.238832  7088 raft_consensus.cc:2804] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:55.229298  7096 raft_consensus.cc:515] T 5967f024cfb242b2a01ac394613800eb P 67ed9575190e48e3a24eada673daa91d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } }
I20260608 12:42:55.240310  7088 raft_consensus.cc:493] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:55.240989  7088 raft_consensus.cc:3060] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:55.240361  7084 consensus_queue.cc:260] T f88d20e5c1cb43bc871d391b4d1e21cd P 9503696dcce248498f1d929581f5b6d6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } }
I20260608 12:42:55.241389  6890 raft_consensus.cc:2393] T 5967f024cfb242b2a01ac394613800eb P 67ed9575190e48e3a24eada673daa91d [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 17f42a32d14746398a94b41b1d7c4f87 in current term 1: Already voted for candidate 67ed9575190e48e3a24eada673daa91d in this term.
I20260608 12:42:55.241573  7085 raft_consensus.cc:359] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } }
I20260608 12:42:55.242511  7085 raft_consensus.cc:385] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:55.242937  7085 raft_consensus.cc:740] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 17f42a32d14746398a94b41b1d7c4f87, State: Initialized, Role: FOLLOWER
I20260608 12:42:55.244220  7085 consensus_queue.cc:260] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } }
I20260608 12:42:55.247174  7096 leader_election.cc:290] T 5967f024cfb242b2a01ac394613800eb P 67ed9575190e48e3a24eada673daa91d [CANDIDATE]: Term 1 election: Requested vote from peers 9503696dcce248498f1d929581f5b6d6 (127.0.107.195:35543), 17f42a32d14746398a94b41b1d7c4f87 (127.0.107.194:39609)
I20260608 12:42:55.248869  6930 leader_election.cc:304] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [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: 17f42a32d14746398a94b41b1d7c4f87; no voters: 67ed9575190e48e3a24eada673daa91d, 9503696dcce248498f1d929581f5b6d6
I20260608 12:42:55.249053  7038 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5967f024cfb242b2a01ac394613800eb" candidate_uuid: "67ed9575190e48e3a24eada673daa91d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9503696dcce248498f1d929581f5b6d6"
I20260608 12:42:55.249485  7087 raft_consensus.cc:359] T f88d20e5c1cb43bc871d391b4d1e21cd P 67ed9575190e48e3a24eada673daa91d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } }
I20260608 12:42:55.250277  7087 raft_consensus.cc:385] T f88d20e5c1cb43bc871d391b4d1e21cd P 67ed9575190e48e3a24eada673daa91d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:55.250515  6965 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5967f024cfb242b2a01ac394613800eb" candidate_uuid: "67ed9575190e48e3a24eada673daa91d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "17f42a32d14746398a94b41b1d7c4f87"
I20260608 12:42:55.250617  7087 raft_consensus.cc:740] T f88d20e5c1cb43bc871d391b4d1e21cd P 67ed9575190e48e3a24eada673daa91d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 67ed9575190e48e3a24eada673daa91d, State: Initialized, Role: FOLLOWER
I20260608 12:42:55.251217  6965 raft_consensus.cc:3060] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:55.251988  7087 consensus_queue.cc:260] T f88d20e5c1cb43bc871d391b4d1e21cd P 67ed9575190e48e3a24eada673daa91d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } }
I20260608 12:42:55.255210  7087 ts_tablet_manager.cc:1434] T f88d20e5c1cb43bc871d391b4d1e21cd P 67ed9575190e48e3a24eada673daa91d: Time spent starting tablet: real 0.017s	user 0.006s	sys 0.002s
W20260608 12:42:55.256019  6856 leader_election.cc:343] T 5967f024cfb242b2a01ac394613800eb P 67ed9575190e48e3a24eada673daa91d [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 9503696dcce248498f1d929581f5b6d6 (127.0.107.195:35543): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:55.256734  7087 tablet_bootstrap.cc:492] T 68066d156cd246fb900dce6d9a8de364 P 67ed9575190e48e3a24eada673daa91d: Bootstrap starting.
I20260608 12:42:55.263266  6965 raft_consensus.cc:2468] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 67ed9575190e48e3a24eada673daa91d in term 1.
I20260608 12:42:55.264739  7087 tablet_bootstrap.cc:654] T 68066d156cd246fb900dce6d9a8de364 P 67ed9575190e48e3a24eada673daa91d: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:55.266032  6856 leader_election.cc:304] T 5967f024cfb242b2a01ac394613800eb P 67ed9575190e48e3a24eada673daa91d [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: 17f42a32d14746398a94b41b1d7c4f87, 67ed9575190e48e3a24eada673daa91d; no voters: 9503696dcce248498f1d929581f5b6d6
I20260608 12:42:55.267772  7096 raft_consensus.cc:2804] T 5967f024cfb242b2a01ac394613800eb P 67ed9575190e48e3a24eada673daa91d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:55.268342  7096 raft_consensus.cc:697] T 5967f024cfb242b2a01ac394613800eb P 67ed9575190e48e3a24eada673daa91d [term 1 LEADER]: Becoming Leader. State: Replica: 67ed9575190e48e3a24eada673daa91d, State: Running, Role: LEADER
I20260608 12:42:55.269296  7096 consensus_queue.cc:237] T 5967f024cfb242b2a01ac394613800eb P 67ed9575190e48e3a24eada673daa91d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } }
I20260608 12:42:55.276288  7106 raft_consensus.cc:2749] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:42:55.264393  7084 ts_tablet_manager.cc:1434] T f88d20e5c1cb43bc871d391b4d1e21cd P 9503696dcce248498f1d929581f5b6d6: Time spent starting tablet: real 0.031s	user 0.008s	sys 0.000s
I20260608 12:42:55.278281  7084 tablet_bootstrap.cc:492] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6: Bootstrap starting.
I20260608 12:42:55.262957  7088 raft_consensus.cc:515] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } }
I20260608 12:42:55.287794  7088 leader_election.cc:290] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 [CANDIDATE]: Term 1 election: Requested vote from peers 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673), 9503696dcce248498f1d929581f5b6d6 (127.0.107.195:35543)
I20260608 12:42:55.289173  7038 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57b2540deda3429f969aaf52239d5eac" candidate_uuid: "17f42a32d14746398a94b41b1d7c4f87" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9503696dcce248498f1d929581f5b6d6"
I20260608 12:42:55.289872  7087 tablet_bootstrap.cc:492] T 68066d156cd246fb900dce6d9a8de364 P 67ed9575190e48e3a24eada673daa91d: No bootstrap required, opened a new log
I20260608 12:42:55.290290  7038 raft_consensus.cc:3060] T 57b2540deda3429f969aaf52239d5eac P 9503696dcce248498f1d929581f5b6d6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:55.290455  7087 ts_tablet_manager.cc:1403] T 68066d156cd246fb900dce6d9a8de364 P 67ed9575190e48e3a24eada673daa91d: Time spent bootstrapping tablet: real 0.034s	user 0.026s	sys 0.003s
I20260608 12:42:55.290421  7084 tablet_bootstrap.cc:654] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:55.294740  7087 raft_consensus.cc:359] T 68066d156cd246fb900dce6d9a8de364 P 67ed9575190e48e3a24eada673daa91d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } }
I20260608 12:42:55.295686  7087 raft_consensus.cc:385] T 68066d156cd246fb900dce6d9a8de364 P 67ed9575190e48e3a24eada673daa91d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:55.296033  7087 raft_consensus.cc:740] T 68066d156cd246fb900dce6d9a8de364 P 67ed9575190e48e3a24eada673daa91d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 67ed9575190e48e3a24eada673daa91d, State: Initialized, Role: FOLLOWER
I20260608 12:42:55.297076  7087 consensus_queue.cc:260] T 68066d156cd246fb900dce6d9a8de364 P 67ed9575190e48e3a24eada673daa91d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } }
I20260608 12:42:55.300179  7087 ts_tablet_manager.cc:1434] T 68066d156cd246fb900dce6d9a8de364 P 67ed9575190e48e3a24eada673daa91d: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260608 12:42:55.299908  6785 catalog_manager.cc:5696] T 5967f024cfb242b2a01ac394613800eb P 67ed9575190e48e3a24eada673daa91d reported cstate change: term changed from 0 to 1, leader changed from <none> to 67ed9575190e48e3a24eada673daa91d (127.0.107.193). New cstate: current_term: 1 leader_uuid: "67ed9575190e48e3a24eada673daa91d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:55.290876  7085 ts_tablet_manager.cc:1434] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87: Time spent starting tablet: real 0.053s	user 0.010s	sys 0.012s
I20260608 12:42:55.303009  6890 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57b2540deda3429f969aaf52239d5eac" candidate_uuid: "17f42a32d14746398a94b41b1d7c4f87" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "67ed9575190e48e3a24eada673daa91d"
I20260608 12:42:55.303727  6890 raft_consensus.cc:3060] T 57b2540deda3429f969aaf52239d5eac P 67ed9575190e48e3a24eada673daa91d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:55.304400  7038 raft_consensus.cc:2468] T 57b2540deda3429f969aaf52239d5eac P 9503696dcce248498f1d929581f5b6d6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 17f42a32d14746398a94b41b1d7c4f87 in term 1.
I20260608 12:42:55.310058  6931 leader_election.cc:304] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 [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: 17f42a32d14746398a94b41b1d7c4f87, 9503696dcce248498f1d929581f5b6d6; no voters: 
I20260608 12:42:55.309536  7084 tablet_bootstrap.cc:492] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6: No bootstrap required, opened a new log
I20260608 12:42:55.311096  7084 ts_tablet_manager.cc:1403] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6: Time spent bootstrapping tablet: real 0.033s	user 0.009s	sys 0.017s
I20260608 12:42:55.311246  7107 raft_consensus.cc:2804] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:55.311982  7107 raft_consensus.cc:697] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 [term 1 LEADER]: Becoming Leader. State: Replica: 17f42a32d14746398a94b41b1d7c4f87, State: Running, Role: LEADER
I20260608 12:42:55.313181  7107 consensus_queue.cc:237] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } }
I20260608 12:42:55.314188  6890 raft_consensus.cc:2468] T 57b2540deda3429f969aaf52239d5eac P 67ed9575190e48e3a24eada673daa91d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 17f42a32d14746398a94b41b1d7c4f87 in term 1.
I20260608 12:42:55.315407  7084 raft_consensus.cc:359] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } }
I20260608 12:42:55.318624  7084 raft_consensus.cc:385] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:55.319169  7084 raft_consensus.cc:740] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9503696dcce248498f1d929581f5b6d6, State: Initialized, Role: FOLLOWER
I20260608 12:42:55.320258  7084 consensus_queue.cc:260] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } }
I20260608 12:42:55.323172  7084 ts_tablet_manager.cc:1434] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6: Time spent starting tablet: real 0.012s	user 0.005s	sys 0.002s
I20260608 12:42:55.331329  6785 catalog_manager.cc:5696] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 reported cstate change: term changed from 0 to 1, leader changed from <none> to 17f42a32d14746398a94b41b1d7c4f87 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "17f42a32d14746398a94b41b1d7c4f87" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } health_report { overall_health: UNKNOWN } } }
W20260608 12:42:55.393672  6836 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:42:55.453106  7096 raft_consensus.cc:493] T f88d20e5c1cb43bc871d391b4d1e21cd P 67ed9575190e48e3a24eada673daa91d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:55.453677  7096 raft_consensus.cc:515] T f88d20e5c1cb43bc871d391b4d1e21cd P 67ed9575190e48e3a24eada673daa91d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } }
I20260608 12:42:55.455641  7096 leader_election.cc:290] T f88d20e5c1cb43bc871d391b4d1e21cd P 67ed9575190e48e3a24eada673daa91d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 17f42a32d14746398a94b41b1d7c4f87 (127.0.107.194:39609), 9503696dcce248498f1d929581f5b6d6 (127.0.107.195:35543)
I20260608 12:42:55.456689  6965 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f88d20e5c1cb43bc871d391b4d1e21cd" candidate_uuid: "67ed9575190e48e3a24eada673daa91d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "17f42a32d14746398a94b41b1d7c4f87" is_pre_election: true
I20260608 12:42:55.456866  7038 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f88d20e5c1cb43bc871d391b4d1e21cd" candidate_uuid: "67ed9575190e48e3a24eada673daa91d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9503696dcce248498f1d929581f5b6d6" is_pre_election: true
I20260608 12:42:55.457283  6965 raft_consensus.cc:2468] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 67ed9575190e48e3a24eada673daa91d in term 0.
I20260608 12:42:55.457494  7038 raft_consensus.cc:2468] T f88d20e5c1cb43bc871d391b4d1e21cd P 9503696dcce248498f1d929581f5b6d6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 67ed9575190e48e3a24eada673daa91d in term 0.
I20260608 12:42:55.458428  6856 leader_election.cc:304] T f88d20e5c1cb43bc871d391b4d1e21cd P 67ed9575190e48e3a24eada673daa91d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 17f42a32d14746398a94b41b1d7c4f87, 67ed9575190e48e3a24eada673daa91d; no voters: 
I20260608 12:42:55.459079  7096 raft_consensus.cc:2804] T f88d20e5c1cb43bc871d391b4d1e21cd P 67ed9575190e48e3a24eada673daa91d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:55.459417  7096 raft_consensus.cc:493] T f88d20e5c1cb43bc871d391b4d1e21cd P 67ed9575190e48e3a24eada673daa91d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:55.459678  7107 raft_consensus.cc:493] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:55.459750  7096 raft_consensus.cc:3060] T f88d20e5c1cb43bc871d391b4d1e21cd P 67ed9575190e48e3a24eada673daa91d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:55.460340  7107 raft_consensus.cc:515] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } }
I20260608 12:42:55.462646  7107 leader_election.cc:290] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673), 9503696dcce248498f1d929581f5b6d6 (127.0.107.195:35543)
I20260608 12:42:55.463300  6890 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "68066d156cd246fb900dce6d9a8de364" candidate_uuid: "17f42a32d14746398a94b41b1d7c4f87" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "67ed9575190e48e3a24eada673daa91d" is_pre_election: true
I20260608 12:42:55.463945  6890 raft_consensus.cc:2468] T 68066d156cd246fb900dce6d9a8de364 P 67ed9575190e48e3a24eada673daa91d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 17f42a32d14746398a94b41b1d7c4f87 in term 0.
I20260608 12:42:55.463814  7038 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "68066d156cd246fb900dce6d9a8de364" candidate_uuid: "17f42a32d14746398a94b41b1d7c4f87" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9503696dcce248498f1d929581f5b6d6" is_pre_election: true
I20260608 12:42:55.464653  7038 raft_consensus.cc:2468] T 68066d156cd246fb900dce6d9a8de364 P 9503696dcce248498f1d929581f5b6d6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 17f42a32d14746398a94b41b1d7c4f87 in term 0.
I20260608 12:42:55.465075  6930 leader_election.cc:304] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 17f42a32d14746398a94b41b1d7c4f87, 67ed9575190e48e3a24eada673daa91d; no voters: 
I20260608 12:42:55.465901  7107 raft_consensus.cc:2804] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:55.466281  7107 raft_consensus.cc:493] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:55.466614  7107 raft_consensus.cc:3060] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:55.467368  7096 raft_consensus.cc:515] T f88d20e5c1cb43bc871d391b4d1e21cd P 67ed9575190e48e3a24eada673daa91d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } }
I20260608 12:42:55.469709  7096 leader_election.cc:290] T f88d20e5c1cb43bc871d391b4d1e21cd P 67ed9575190e48e3a24eada673daa91d [CANDIDATE]: Term 1 election: Requested vote from peers 17f42a32d14746398a94b41b1d7c4f87 (127.0.107.194:39609), 9503696dcce248498f1d929581f5b6d6 (127.0.107.195:35543)
I20260608 12:42:55.470486  6965 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f88d20e5c1cb43bc871d391b4d1e21cd" candidate_uuid: "67ed9575190e48e3a24eada673daa91d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "17f42a32d14746398a94b41b1d7c4f87"
I20260608 12:42:55.470733  7038 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f88d20e5c1cb43bc871d391b4d1e21cd" candidate_uuid: "67ed9575190e48e3a24eada673daa91d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9503696dcce248498f1d929581f5b6d6"
I20260608 12:42:55.471225  6965 raft_consensus.cc:3060] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:55.471405  7038 raft_consensus.cc:3060] T f88d20e5c1cb43bc871d391b4d1e21cd P 9503696dcce248498f1d929581f5b6d6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:55.474031  7107 raft_consensus.cc:515] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } }
I20260608 12:42:55.476325  6965 raft_consensus.cc:2468] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 67ed9575190e48e3a24eada673daa91d in term 1.
I20260608 12:42:55.477301  6890 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "68066d156cd246fb900dce6d9a8de364" candidate_uuid: "17f42a32d14746398a94b41b1d7c4f87" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "67ed9575190e48e3a24eada673daa91d"
I20260608 12:42:55.476369  7107 leader_election.cc:290] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [CANDIDATE]: Term 1 election: Requested vote from peers 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673), 9503696dcce248498f1d929581f5b6d6 (127.0.107.195:35543)
I20260608 12:42:55.477974  6890 raft_consensus.cc:3060] T 68066d156cd246fb900dce6d9a8de364 P 67ed9575190e48e3a24eada673daa91d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:55.477597  7039 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "68066d156cd246fb900dce6d9a8de364" candidate_uuid: "17f42a32d14746398a94b41b1d7c4f87" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9503696dcce248498f1d929581f5b6d6"
I20260608 12:42:55.478204  6856 leader_election.cc:304] T f88d20e5c1cb43bc871d391b4d1e21cd P 67ed9575190e48e3a24eada673daa91d [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: 17f42a32d14746398a94b41b1d7c4f87, 67ed9575190e48e3a24eada673daa91d; no voters: 
I20260608 12:42:55.478677  7038 raft_consensus.cc:2468] T f88d20e5c1cb43bc871d391b4d1e21cd P 9503696dcce248498f1d929581f5b6d6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 67ed9575190e48e3a24eada673daa91d in term 1.
I20260608 12:42:55.478979  7039 raft_consensus.cc:3060] T 68066d156cd246fb900dce6d9a8de364 P 9503696dcce248498f1d929581f5b6d6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:55.479836  7096 raft_consensus.cc:2804] T f88d20e5c1cb43bc871d391b4d1e21cd P 67ed9575190e48e3a24eada673daa91d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:55.480450  7096 raft_consensus.cc:697] T f88d20e5c1cb43bc871d391b4d1e21cd P 67ed9575190e48e3a24eada673daa91d [term 1 LEADER]: Becoming Leader. State: Replica: 67ed9575190e48e3a24eada673daa91d, State: Running, Role: LEADER
I20260608 12:42:55.481572  7096 consensus_queue.cc:237] T f88d20e5c1cb43bc871d391b4d1e21cd P 67ed9575190e48e3a24eada673daa91d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } }
I20260608 12:42:55.484598  6890 raft_consensus.cc:2468] T 68066d156cd246fb900dce6d9a8de364 P 67ed9575190e48e3a24eada673daa91d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 17f42a32d14746398a94b41b1d7c4f87 in term 1.
I20260608 12:42:55.486361  6930 leader_election.cc:304] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [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: 17f42a32d14746398a94b41b1d7c4f87, 67ed9575190e48e3a24eada673daa91d; no voters: 
I20260608 12:42:55.487421  7107 raft_consensus.cc:2804] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:55.487541  7039 raft_consensus.cc:2468] T 68066d156cd246fb900dce6d9a8de364 P 9503696dcce248498f1d929581f5b6d6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 17f42a32d14746398a94b41b1d7c4f87 in term 1.
I20260608 12:42:55.488535  7107 raft_consensus.cc:697] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [term 1 LEADER]: Becoming Leader. State: Replica: 17f42a32d14746398a94b41b1d7c4f87, State: Running, Role: LEADER
I20260608 12:42:55.489526  7107 consensus_queue.cc:237] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } }
I20260608 12:42:55.492055  6785 catalog_manager.cc:5696] T f88d20e5c1cb43bc871d391b4d1e21cd P 67ed9575190e48e3a24eada673daa91d reported cstate change: term changed from 0 to 1, leader changed from <none> to 67ed9575190e48e3a24eada673daa91d (127.0.107.193). New cstate: current_term: 1 leader_uuid: "67ed9575190e48e3a24eada673daa91d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:55.498837  6787 catalog_manager.cc:5696] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 reported cstate change: term changed from 0 to 1, leader changed from <none> to 17f42a32d14746398a94b41b1d7c4f87 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "17f42a32d14746398a94b41b1d7c4f87" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:55.517231   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:42:55.537359   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:55.539178   431 tablet_replica.cc:333] T 68066d156cd246fb900dce6d9a8de364 P 67ed9575190e48e3a24eada673daa91d: stopping tablet replica
I20260608 12:42:55.539969   431 raft_consensus.cc:2243] T 68066d156cd246fb900dce6d9a8de364 P 67ed9575190e48e3a24eada673daa91d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:55.540552   431 raft_consensus.cc:2272] T 68066d156cd246fb900dce6d9a8de364 P 67ed9575190e48e3a24eada673daa91d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:55.542936   431 tablet_replica.cc:333] T f88d20e5c1cb43bc871d391b4d1e21cd P 67ed9575190e48e3a24eada673daa91d: stopping tablet replica
I20260608 12:42:55.543503   431 raft_consensus.cc:2243] T f88d20e5c1cb43bc871d391b4d1e21cd P 67ed9575190e48e3a24eada673daa91d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:55.544140   431 pending_rounds.cc:70] T f88d20e5c1cb43bc871d391b4d1e21cd P 67ed9575190e48e3a24eada673daa91d: Trying to abort 1 pending ops.
I20260608 12:42:55.544345   431 pending_rounds.cc:77] T f88d20e5c1cb43bc871d391b4d1e21cd P 67ed9575190e48e3a24eada673daa91d: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658869182902272 op_type: NO_OP noop_request { }
I20260608 12:42:55.544665   431 raft_consensus.cc:2889] T f88d20e5c1cb43bc871d391b4d1e21cd P 67ed9575190e48e3a24eada673daa91d [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:42:55.544960   431 raft_consensus.cc:2272] T f88d20e5c1cb43bc871d391b4d1e21cd P 67ed9575190e48e3a24eada673daa91d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:55.547448   431 tablet_replica.cc:333] T 57b2540deda3429f969aaf52239d5eac P 67ed9575190e48e3a24eada673daa91d: stopping tablet replica
I20260608 12:42:55.548000   431 raft_consensus.cc:2243] T 57b2540deda3429f969aaf52239d5eac P 67ed9575190e48e3a24eada673daa91d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:55.548393   431 raft_consensus.cc:2272] T 57b2540deda3429f969aaf52239d5eac P 67ed9575190e48e3a24eada673daa91d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:55.550408   431 tablet_replica.cc:333] T 5967f024cfb242b2a01ac394613800eb P 67ed9575190e48e3a24eada673daa91d: stopping tablet replica
I20260608 12:42:55.550937   431 raft_consensus.cc:2243] T 5967f024cfb242b2a01ac394613800eb P 67ed9575190e48e3a24eada673daa91d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:55.551528   431 pending_rounds.cc:70] T 5967f024cfb242b2a01ac394613800eb P 67ed9575190e48e3a24eada673daa91d: Trying to abort 1 pending ops.
I20260608 12:42:55.551724   431 pending_rounds.cc:77] T 5967f024cfb242b2a01ac394613800eb P 67ed9575190e48e3a24eada673daa91d: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658868318195712 op_type: NO_OP noop_request { }
I20260608 12:42:55.552006   431 raft_consensus.cc:2889] T 5967f024cfb242b2a01ac394613800eb P 67ed9575190e48e3a24eada673daa91d [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:42:55.552300   431 raft_consensus.cc:2272] T 5967f024cfb242b2a01ac394613800eb P 67ed9575190e48e3a24eada673daa91d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:55.576704   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:42:55.620209  7094 raft_consensus.cc:493] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:55.620721  7094 raft_consensus.cc:515] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } }
I20260608 12:42:55.623090  7094 leader_election.cc:290] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673), 17f42a32d14746398a94b41b1d7c4f87 (127.0.107.194:39609)
W20260608 12:42:55.625283  7004 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43673: connect: Connection refused (error 111) [suppressed 9 similar messages]
W20260608 12:42:55.629408  7004 leader_election.cc:336] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [CANDIDATE]: Term 1 pre-election: RPC error from VoteRequest() call to peer 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673): Network error: Client connection negotiation failed: client connection to 127.0.107.193:43673: connect: Connection refused (error 111)
I20260608 12:42:55.634141  6965 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5967f024cfb242b2a01ac394613800eb" candidate_uuid: "9503696dcce248498f1d929581f5b6d6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "17f42a32d14746398a94b41b1d7c4f87" is_pre_election: true
I20260608 12:42:55.634852  6965 raft_consensus.cc:2393] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 9503696dcce248498f1d929581f5b6d6 in current term 1: Already voted for candidate 67ed9575190e48e3a24eada673daa91d in this term.
I20260608 12:42:55.635905  7005 leader_election.cc:304] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [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: 9503696dcce248498f1d929581f5b6d6; no voters: 17f42a32d14746398a94b41b1d7c4f87, 67ed9575190e48e3a24eada673daa91d
I20260608 12:42:55.636617  7094 raft_consensus.cc:3060] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:55.641446  7094 raft_consensus.cc:2749] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:42:55.803463  7107 consensus_queue.cc:1048] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:42:55.825158  6930 consensus_peers.cc:597] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 -> Peer 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673): Couldn't send request to peer 67ed9575190e48e3a24eada673daa91d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43673: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:42:55.889972  6930 consensus_peers.cc:597] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 -> Peer 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673): Couldn't send request to peer 67ed9575190e48e3a24eada673daa91d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43673: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:56.107461  7107 consensus_queue.cc:1048] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:56.402848  7107 consensus_queue.cc:579] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Leader has been unable to successfully communicate with peer 67ed9575190e48e3a24eada673daa91d for more than 1 seconds (1.088s)
W20260608 12:42:56.409848  6787 catalog_manager.cc:5374] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 57b2540deda3429f969aaf52239d5eac with cas_config_opid_index -1: no extra replica candidate found for tablet 57b2540deda3429f969aaf52239d5eac (table test-workload [id=94c790700fae453684db7354fcacfad0]): Not found: could not select location for extra replica: not enough tablet servers to satisfy replica placement policy: the total number of registered tablet servers (3) does not allow for adding an extra replica; consider bringing up more to have at least 4 tablet servers up and running
I20260608 12:42:56.590699   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:56.596654  7124 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:56.597540  7125 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:56.600047   431 server_base.cc:1061] running on GCE node
W20260608 12:42:56.600345  7127 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:56.601342   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:56.601649   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:56.601874   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922576601855 us; error 0 us; skew 500 ppm
I20260608 12:42:56.602631   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:56.605858   431 webserver.cc:533] Webserver started at http://127.0.107.196:33155/ using document root <none> and password file <none>
I20260608 12:42:56.606364   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:56.606526   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:56.606756   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:56.607798   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922397207313-431-0/minicluster-data/ts-3-root/instance:
uuid: "ac6683b58330475289f8d5ef09c99da8"
format_stamp: "Formatted at 2026-06-08 12:42:56 on dist-test-slave-1zds"
I20260608 12:42:56.612360   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:42:56.616480  7132 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:56.617329   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:42:56.617655   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922397207313-431-0/minicluster-data/ts-3-root
uuid: "ac6683b58330475289f8d5ef09c99da8"
format_stamp: "Formatted at 2026-06-08 12:42:56 on dist-test-slave-1zds"
I20260608 12:42:56.618046   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922397207313-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922397207313-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922397207313-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:56.633127   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:56.634351   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:56.635810   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:56.638278   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:56.638515   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:56.638767   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:56.638950   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:56.678270   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:44451
I20260608 12:42:56.678406  7194 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:44451 every 8 connection(s)
I20260608 12:42:56.692847  7195 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35247
I20260608 12:42:56.693285  7195 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:56.694078  7195 heartbeater.cc:507] Master 127.0.107.254:35247 requested a full tablet report, sending...
I20260608 12:42:56.696085  6787 ts_manager.cc:194] Registered new tserver with Master: ac6683b58330475289f8d5ef09c99da8 (127.0.107.196:44451)
I20260608 12:42:56.697537  6787 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36110
I20260608 12:42:56.735239  7107 consensus_queue.cc:579] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Leader has been unable to successfully communicate with peer 67ed9575190e48e3a24eada673daa91d for more than 1 seconds (1.244s)
I20260608 12:42:56.745743  6965 consensus_queue.cc:237] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [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: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: true } }
I20260608 12:42:56.755028  7039 raft_consensus.cc:1275] T 68066d156cd246fb900dce6d9a8de364 P 9503696dcce248498f1d929581f5b6d6 [term 1 FOLLOWER]: Refusing update from remote peer 17f42a32d14746398a94b41b1d7c4f87: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:56.757011  7119 consensus_queue.cc:1048] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:42:56.757107  6965 consensus_queue.cc:237] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 [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: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: true } }
I20260608 12:42:56.766721  7039 raft_consensus.cc:1275] T 57b2540deda3429f969aaf52239d5eac P 9503696dcce248498f1d929581f5b6d6 [term 1 FOLLOWER]: Refusing update from remote peer 17f42a32d14746398a94b41b1d7c4f87: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260608 12:42:56.768395  6930 consensus_peers.cc:597] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 -> Peer 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673): Couldn't send request to peer 67ed9575190e48e3a24eada673daa91d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43673: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:42:56.768450  6931 consensus_peers.cc:597] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 -> Peer ac6683b58330475289f8d5ef09c99da8 (127.0.107.196:44451): Couldn't send request to peer ac6683b58330475289f8d5ef09c99da8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 68066d156cd246fb900dce6d9a8de364. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:56.767587  7088 raft_consensus.cc:2955] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ac6683b58330475289f8d5ef09c99da8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: true } } }
W20260608 12:42:56.769615  6931 consensus_peers.cc:597] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 -> Peer ac6683b58330475289f8d5ef09c99da8 (127.0.107.196:44451): Couldn't send request to peer ac6683b58330475289f8d5ef09c99da8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 57b2540deda3429f969aaf52239d5eac. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:56.769198  7039 raft_consensus.cc:2955] T 68066d156cd246fb900dce6d9a8de364 P 9503696dcce248498f1d929581f5b6d6 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ac6683b58330475289f8d5ef09c99da8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: true } } }
I20260608 12:42:56.770712  7119 consensus_queue.cc:1048] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:42:56.774976  6930 consensus_peers.cc:597] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 -> Peer 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673): Couldn't send request to peer 67ed9575190e48e3a24eada673daa91d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43673: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:56.778115  7107 raft_consensus.cc:2955] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ac6683b58330475289f8d5ef09c99da8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: true } } }
I20260608 12:42:56.781832  6775 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 68066d156cd246fb900dce6d9a8de364 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260608 12:42:56.782648  7038 raft_consensus.cc:2955] T 57b2540deda3429f969aaf52239d5eac P 9503696dcce248498f1d929581f5b6d6 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER ac6683b58330475289f8d5ef09c99da8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: true } } }
I20260608 12:42:56.787323  6787 catalog_manager.cc:5696] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 reported cstate change: config changed from index -1 to 2, NON_VOTER ac6683b58330475289f8d5ef09c99da8 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "17f42a32d14746398a94b41b1d7c4f87" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:56.791203  6775 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 57b2540deda3429f969aaf52239d5eac with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 5)
I20260608 12:42:56.807152  6785 catalog_manager.cc:5696] T 57b2540deda3429f969aaf52239d5eac P 9503696dcce248498f1d929581f5b6d6 reported cstate change: config changed from index -1 to 2, NON_VOTER ac6683b58330475289f8d5ef09c99da8 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "17f42a32d14746398a94b41b1d7c4f87" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: true } } }
I20260608 12:42:57.118544  7107 raft_consensus.cc:493] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:57.119050  7107 raft_consensus.cc:515] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } }
I20260608 12:42:57.121079  7107 leader_election.cc:290] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673), 9503696dcce248498f1d929581f5b6d6 (127.0.107.195:35543)
I20260608 12:42:57.122301  7038 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f88d20e5c1cb43bc871d391b4d1e21cd" candidate_uuid: "17f42a32d14746398a94b41b1d7c4f87" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9503696dcce248498f1d929581f5b6d6" is_pre_election: true
I20260608 12:42:57.122985  7038 raft_consensus.cc:2468] T f88d20e5c1cb43bc871d391b4d1e21cd P 9503696dcce248498f1d929581f5b6d6 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 17f42a32d14746398a94b41b1d7c4f87 in term 1.
I20260608 12:42:57.124094  6931 leader_election.cc:304] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [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: 17f42a32d14746398a94b41b1d7c4f87, 9503696dcce248498f1d929581f5b6d6; no voters: 
I20260608 12:42:57.124784  7107 raft_consensus.cc:2804] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [term 1 FOLLOWER]: Leader pre-election won for term 2
W20260608 12:42:57.124930  6930 leader_election.cc:336] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673): Network error: Client connection negotiation failed: client connection to 127.0.107.193:43673: connect: Connection refused (error 111)
I20260608 12:42:57.125115  7107 raft_consensus.cc:493] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:57.125488  7107 raft_consensus.cc:3060] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:57.130348  7107 raft_consensus.cc:515] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } }
I20260608 12:42:57.131958  7107 leader_election.cc:290] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [CANDIDATE]: Term 2 election: Requested vote from peers 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673), 9503696dcce248498f1d929581f5b6d6 (127.0.107.195:35543)
I20260608 12:42:57.133061  7038 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f88d20e5c1cb43bc871d391b4d1e21cd" candidate_uuid: "17f42a32d14746398a94b41b1d7c4f87" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9503696dcce248498f1d929581f5b6d6"
I20260608 12:42:57.133687  7038 raft_consensus.cc:3060] T f88d20e5c1cb43bc871d391b4d1e21cd P 9503696dcce248498f1d929581f5b6d6 [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:42:57.135401  6930 leader_election.cc:336] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673): Network error: Client connection negotiation failed: client connection to 127.0.107.193:43673: connect: Connection refused (error 111)
I20260608 12:42:57.138621  7038 raft_consensus.cc:2468] T f88d20e5c1cb43bc871d391b4d1e21cd P 9503696dcce248498f1d929581f5b6d6 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 17f42a32d14746398a94b41b1d7c4f87 in term 2.
I20260608 12:42:57.139780  6931 leader_election.cc:304] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [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: 17f42a32d14746398a94b41b1d7c4f87, 9503696dcce248498f1d929581f5b6d6; no voters: 67ed9575190e48e3a24eada673daa91d
I20260608 12:42:57.140519  7107 raft_consensus.cc:2804] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:42:57.140962  7107 raft_consensus.cc:697] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [term 2 LEADER]: Becoming Leader. State: Replica: 17f42a32d14746398a94b41b1d7c4f87, State: Running, Role: LEADER
I20260608 12:42:57.141623  7107 consensus_queue.cc:237] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Queue going to LEADER 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: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } }
I20260608 12:42:57.149077  6787 catalog_manager.cc:5696] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 reported cstate change: term changed from 1 to 2, leader changed from 67ed9575190e48e3a24eada673daa91d (127.0.107.193) to 17f42a32d14746398a94b41b1d7c4f87 (127.0.107.194). New cstate: current_term: 2 leader_uuid: "17f42a32d14746398a94b41b1d7c4f87" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:57.174968  7209 ts_tablet_manager.cc:933] T 57b2540deda3429f969aaf52239d5eac P ac6683b58330475289f8d5ef09c99da8: Initiating tablet copy from peer 17f42a32d14746398a94b41b1d7c4f87 (127.0.107.194:39609)
I20260608 12:42:57.176661  7209 tablet_copy_client.cc:323] T 57b2540deda3429f969aaf52239d5eac P ac6683b58330475289f8d5ef09c99da8: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:39609
I20260608 12:42:57.186115  6975 tablet_copy_service.cc:140] P 17f42a32d14746398a94b41b1d7c4f87: Received BeginTabletCopySession request for tablet 57b2540deda3429f969aaf52239d5eac from peer ac6683b58330475289f8d5ef09c99da8 ({username='slave'} at 127.0.0.1:59120)
I20260608 12:42:57.186610  6975 tablet_copy_service.cc:161] P 17f42a32d14746398a94b41b1d7c4f87: Beginning new tablet copy session on tablet 57b2540deda3429f969aaf52239d5eac from peer ac6683b58330475289f8d5ef09c99da8 at {username='slave'} at 127.0.0.1:59120: session id = ac6683b58330475289f8d5ef09c99da8-57b2540deda3429f969aaf52239d5eac
I20260608 12:42:57.191884  6975 tablet_copy_source_session.cc:215] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:57.194757  7209 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 57b2540deda3429f969aaf52239d5eac. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:57.205930  7209 tablet_copy_client.cc:806] T 57b2540deda3429f969aaf52239d5eac P ac6683b58330475289f8d5ef09c99da8: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:57.206496  7209 tablet_copy_client.cc:670] T 57b2540deda3429f969aaf52239d5eac P ac6683b58330475289f8d5ef09c99da8: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:57.210006  7209 tablet_copy_client.cc:538] T 57b2540deda3429f969aaf52239d5eac P ac6683b58330475289f8d5ef09c99da8: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:57.215965  7209 tablet_bootstrap.cc:492] T 57b2540deda3429f969aaf52239d5eac P ac6683b58330475289f8d5ef09c99da8: Bootstrap starting.
I20260608 12:42:57.230983  7209 tablet_bootstrap.cc:492] T 57b2540deda3429f969aaf52239d5eac P ac6683b58330475289f8d5ef09c99da8: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:57.231658  7209 tablet_bootstrap.cc:492] T 57b2540deda3429f969aaf52239d5eac P ac6683b58330475289f8d5ef09c99da8: Bootstrap complete.
I20260608 12:42:57.232198  7209 ts_tablet_manager.cc:1403] T 57b2540deda3429f969aaf52239d5eac P ac6683b58330475289f8d5ef09c99da8: Time spent bootstrapping tablet: real 0.016s	user 0.015s	sys 0.000s
I20260608 12:42:57.234385  7209 raft_consensus.cc:359] T 57b2540deda3429f969aaf52239d5eac P ac6683b58330475289f8d5ef09c99da8 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: true } }
I20260608 12:42:57.234944  7209 raft_consensus.cc:740] T 57b2540deda3429f969aaf52239d5eac P ac6683b58330475289f8d5ef09c99da8 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ac6683b58330475289f8d5ef09c99da8, State: Initialized, Role: LEARNER
I20260608 12:42:57.235412  7209 consensus_queue.cc:260] T 57b2540deda3429f969aaf52239d5eac P ac6683b58330475289f8d5ef09c99da8 [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: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: true } }
I20260608 12:42:57.237521  7195 heartbeater.cc:499] Master 127.0.107.254:35247 was elected leader, sending a full tablet report...
I20260608 12:42:57.237912  7209 ts_tablet_manager.cc:1434] T 57b2540deda3429f969aaf52239d5eac P ac6683b58330475289f8d5ef09c99da8: Time spent starting tablet: real 0.005s	user 0.008s	sys 0.000s
I20260608 12:42:57.240015  6975 tablet_copy_service.cc:342] P 17f42a32d14746398a94b41b1d7c4f87: Request end of tablet copy session ac6683b58330475289f8d5ef09c99da8-57b2540deda3429f969aaf52239d5eac received from {username='slave'} at 127.0.0.1:59120
I20260608 12:42:57.240451  6975 tablet_copy_service.cc:434] P 17f42a32d14746398a94b41b1d7c4f87: ending tablet copy session ac6683b58330475289f8d5ef09c99da8-57b2540deda3429f969aaf52239d5eac on tablet 57b2540deda3429f969aaf52239d5eac with peer ac6683b58330475289f8d5ef09c99da8
I20260608 12:42:57.337630  7107 raft_consensus.cc:493] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:57.338497  7209 ts_tablet_manager.cc:933] T 68066d156cd246fb900dce6d9a8de364 P ac6683b58330475289f8d5ef09c99da8: Initiating tablet copy from peer 17f42a32d14746398a94b41b1d7c4f87 (127.0.107.194:39609)
I20260608 12:42:57.338306  7107 raft_consensus.cc:515] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } }
I20260608 12:42:57.340142  7209 tablet_copy_client.cc:323] T 68066d156cd246fb900dce6d9a8de364 P ac6683b58330475289f8d5ef09c99da8: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:39609
I20260608 12:42:57.342123  6975 tablet_copy_service.cc:140] P 17f42a32d14746398a94b41b1d7c4f87: Received BeginTabletCopySession request for tablet 68066d156cd246fb900dce6d9a8de364 from peer ac6683b58330475289f8d5ef09c99da8 ({username='slave'} at 127.0.0.1:59120)
I20260608 12:42:57.342386  7215 raft_consensus.cc:493] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:57.342465  7038 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5967f024cfb242b2a01ac394613800eb" candidate_uuid: "17f42a32d14746398a94b41b1d7c4f87" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9503696dcce248498f1d929581f5b6d6" is_pre_election: true
I20260608 12:42:57.342830  6975 tablet_copy_service.cc:161] P 17f42a32d14746398a94b41b1d7c4f87: Beginning new tablet copy session on tablet 68066d156cd246fb900dce6d9a8de364 from peer ac6683b58330475289f8d5ef09c99da8 at {username='slave'} at 127.0.0.1:59120: session id = ac6683b58330475289f8d5ef09c99da8-68066d156cd246fb900dce6d9a8de364
I20260608 12:42:57.341331  7107 leader_election.cc:290] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 9503696dcce248498f1d929581f5b6d6 (127.0.107.195:35543), 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673)
I20260608 12:42:57.343101  7215 raft_consensus.cc:515] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } }
I20260608 12:42:57.344336  7038 raft_consensus.cc:2468] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 17f42a32d14746398a94b41b1d7c4f87 in term 1.
I20260608 12:42:57.346917  6965 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5967f024cfb242b2a01ac394613800eb" candidate_uuid: "9503696dcce248498f1d929581f5b6d6" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "17f42a32d14746398a94b41b1d7c4f87" is_pre_election: true
I20260608 12:42:57.347638  6965 raft_consensus.cc:2468] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9503696dcce248498f1d929581f5b6d6 in term 1.
I20260608 12:42:57.346167  7215 leader_election.cc:290] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673), 17f42a32d14746398a94b41b1d7c4f87 (127.0.107.194:39609)
W20260608 12:42:57.346117  6930 leader_election.cc:336] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673): Network error: Client connection negotiation failed: client connection to 127.0.107.193:43673: connect: Connection refused (error 111)
I20260608 12:42:57.349006  7005 leader_election.cc:304] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [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: 17f42a32d14746398a94b41b1d7c4f87, 9503696dcce248498f1d929581f5b6d6; no voters: 
I20260608 12:42:57.349149  6931 leader_election.cc:304] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [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: 17f42a32d14746398a94b41b1d7c4f87, 9503696dcce248498f1d929581f5b6d6; no voters: 67ed9575190e48e3a24eada673daa91d
I20260608 12:42:57.350023  7215 raft_consensus.cc:2804] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:42:57.350350  7107 raft_consensus.cc:2804] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:42:57.350883  7107 raft_consensus.cc:493] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:57.351366  7107 raft_consensus.cc:3060] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:57.350454  7215 raft_consensus.cc:493] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:57.351958  7215 raft_consensus.cc:3060] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:57.352881  6975 tablet_copy_source_session.cc:215] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87: Tablet Copy: opened 0 blocks and 1 log segments
W20260608 12:42:57.354110  7004 leader_election.cc:336] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673): Network error: Client connection negotiation failed: client connection to 127.0.107.193:43673: connect: Connection refused (error 111)
I20260608 12:42:57.356714  7209 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 68066d156cd246fb900dce6d9a8de364. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:57.358639  7215 raft_consensus.cc:515] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } }
I20260608 12:42:57.358580  7107 raft_consensus.cc:515] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } }
I20260608 12:42:57.361822  7215 leader_election.cc:290] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [CANDIDATE]: Term 2 election: Requested vote from peers 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673), 17f42a32d14746398a94b41b1d7c4f87 (127.0.107.194:39609)
I20260608 12:42:57.362193  7038 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5967f024cfb242b2a01ac394613800eb" candidate_uuid: "17f42a32d14746398a94b41b1d7c4f87" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9503696dcce248498f1d929581f5b6d6"
I20260608 12:42:57.363087  7038 raft_consensus.cc:2393] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 17f42a32d14746398a94b41b1d7c4f87 in current term 2: Already voted for candidate 9503696dcce248498f1d929581f5b6d6 in this term.
I20260608 12:42:57.362979  6965 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5967f024cfb242b2a01ac394613800eb" candidate_uuid: "9503696dcce248498f1d929581f5b6d6" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "17f42a32d14746398a94b41b1d7c4f87"
I20260608 12:42:57.363848  6965 raft_consensus.cc:2393] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 9503696dcce248498f1d929581f5b6d6 in current term 2: Already voted for candidate 17f42a32d14746398a94b41b1d7c4f87 in this term.
I20260608 12:42:57.365425  7107 leader_election.cc:290] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [CANDIDATE]: Term 2 election: Requested vote from peers 9503696dcce248498f1d929581f5b6d6 (127.0.107.195:35543), 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673)
W20260608 12:42:57.366138  7004 leader_election.cc:336] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673): Network error: Client connection negotiation failed: client connection to 127.0.107.193:43673: connect: Connection refused (error 111)
I20260608 12:42:57.366642  7004 leader_election.cc:304] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [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: 9503696dcce248498f1d929581f5b6d6; no voters: 17f42a32d14746398a94b41b1d7c4f87, 67ed9575190e48e3a24eada673daa91d
I20260608 12:42:57.367406  7215 raft_consensus.cc:2749] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
W20260608 12:42:57.368830  6930 leader_election.cc:336] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673): Network error: Client connection negotiation failed: client connection to 127.0.107.193:43673: connect: Connection refused (error 111)
I20260608 12:42:57.369275  6930 leader_election.cc:304] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [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: 17f42a32d14746398a94b41b1d7c4f87; no voters: 67ed9575190e48e3a24eada673daa91d, 9503696dcce248498f1d929581f5b6d6
I20260608 12:42:57.370018  7107 raft_consensus.cc:2749] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260608 12:42:57.372996  7209 tablet_copy_client.cc:806] T 68066d156cd246fb900dce6d9a8de364 P ac6683b58330475289f8d5ef09c99da8: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:57.373509  7209 tablet_copy_client.cc:670] T 68066d156cd246fb900dce6d9a8de364 P ac6683b58330475289f8d5ef09c99da8: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:57.377857  7209 tablet_copy_client.cc:538] T 68066d156cd246fb900dce6d9a8de364 P ac6683b58330475289f8d5ef09c99da8: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:57.386814  7209 tablet_bootstrap.cc:492] T 68066d156cd246fb900dce6d9a8de364 P ac6683b58330475289f8d5ef09c99da8: Bootstrap starting.
I20260608 12:42:57.401998  7209 tablet_bootstrap.cc:492] T 68066d156cd246fb900dce6d9a8de364 P ac6683b58330475289f8d5ef09c99da8: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:57.402733  7209 tablet_bootstrap.cc:492] T 68066d156cd246fb900dce6d9a8de364 P ac6683b58330475289f8d5ef09c99da8: Bootstrap complete.
W20260608 12:42:57.402905  6836 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 67ed9575190e48e3a24eada673daa91d not available for placement
I20260608 12:42:57.403817  7209 ts_tablet_manager.cc:1403] T 68066d156cd246fb900dce6d9a8de364 P ac6683b58330475289f8d5ef09c99da8: Time spent bootstrapping tablet: real 0.017s	user 0.013s	sys 0.004s
I20260608 12:42:57.406194  7209 raft_consensus.cc:359] T 68066d156cd246fb900dce6d9a8de364 P ac6683b58330475289f8d5ef09c99da8 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: true } }
I20260608 12:42:57.406805  7209 raft_consensus.cc:740] T 68066d156cd246fb900dce6d9a8de364 P ac6683b58330475289f8d5ef09c99da8 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ac6683b58330475289f8d5ef09c99da8, State: Initialized, Role: LEARNER
I20260608 12:42:57.407370  7209 consensus_queue.cc:260] T 68066d156cd246fb900dce6d9a8de364 P ac6683b58330475289f8d5ef09c99da8 [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: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: true } }
I20260608 12:42:57.409354  7209 ts_tablet_manager.cc:1434] T 68066d156cd246fb900dce6d9a8de364 P ac6683b58330475289f8d5ef09c99da8: Time spent starting tablet: real 0.005s	user 0.000s	sys 0.003s
I20260608 12:42:57.411227  6975 tablet_copy_service.cc:342] P 17f42a32d14746398a94b41b1d7c4f87: Request end of tablet copy session ac6683b58330475289f8d5ef09c99da8-68066d156cd246fb900dce6d9a8de364 received from {username='slave'} at 127.0.0.1:59120
I20260608 12:42:57.411607  6975 tablet_copy_service.cc:434] P 17f42a32d14746398a94b41b1d7c4f87: ending tablet copy session ac6683b58330475289f8d5ef09c99da8-68066d156cd246fb900dce6d9a8de364 on tablet 68066d156cd246fb900dce6d9a8de364 with peer ac6683b58330475289f8d5ef09c99da8
I20260608 12:42:57.551422  7038 raft_consensus.cc:1275] T f88d20e5c1cb43bc871d391b4d1e21cd P 9503696dcce248498f1d929581f5b6d6 [term 2 FOLLOWER]: Refusing update from remote peer 17f42a32d14746398a94b41b1d7c4f87: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260608 12:42:57.552765  7107 consensus_queue.cc:1048] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:42:57.567313  6930 consensus_peers.cc:597] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 -> Peer 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673): Couldn't send request to peer 67ed9575190e48e3a24eada673daa91d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43673: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:57.584389  7169 raft_consensus.cc:1217] T 57b2540deda3429f969aaf52239d5eac P ac6683b58330475289f8d5ef09c99da8 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:42:57.752442  7169 raft_consensus.cc:1217] T 68066d156cd246fb900dce6d9a8de364 P ac6683b58330475289f8d5ef09c99da8 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:42:57.762128  7222 consensus_queue.cc:579] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Leader has been unable to successfully communicate with peer 67ed9575190e48e3a24eada673daa91d for more than 1 seconds (1.015s)
I20260608 12:42:58.144997  7222 raft_consensus.cc:1064] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87: attempting to promote NON_VOTER ac6683b58330475289f8d5ef09c99da8 to VOTER
I20260608 12:42:58.147457  7222 consensus_queue.cc:237] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 [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: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } }
I20260608 12:42:58.154534  7038 raft_consensus.cc:1275] T 57b2540deda3429f969aaf52239d5eac P 9503696dcce248498f1d929581f5b6d6 [term 1 FOLLOWER]: Refusing update from remote peer 17f42a32d14746398a94b41b1d7c4f87: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:42:58.154924  7169 raft_consensus.cc:1275] T 57b2540deda3429f969aaf52239d5eac P ac6683b58330475289f8d5ef09c99da8 [term 1 LEARNER]: Refusing update from remote peer 17f42a32d14746398a94b41b1d7c4f87: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:42:58.156095  7107 consensus_queue.cc:1048] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:42:58.156873  7202 consensus_queue.cc:1048] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 12:42:58.157697  6930 consensus_peers.cc:597] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 -> Peer 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673): Couldn't send request to peer 67ed9575190e48e3a24eada673daa91d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43673: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:58.165203  7107 raft_consensus.cc:2955] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ac6683b58330475289f8d5ef09c99da8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } } }
I20260608 12:42:58.167219  7169 raft_consensus.cc:2955] T 57b2540deda3429f969aaf52239d5eac P ac6683b58330475289f8d5ef09c99da8 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ac6683b58330475289f8d5ef09c99da8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } } }
I20260608 12:42:58.176715  7038 raft_consensus.cc:2955] T 57b2540deda3429f969aaf52239d5eac P 9503696dcce248498f1d929581f5b6d6 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ac6683b58330475289f8d5ef09c99da8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } } }
I20260608 12:42:58.177461  6785 catalog_manager.cc:5696] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 reported cstate change: config changed from index 2 to 3, ac6683b58330475289f8d5ef09c99da8 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "17f42a32d14746398a94b41b1d7c4f87" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:42:58.197016  6965 consensus_queue.cc:237] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 [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: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } }
I20260608 12:42:58.202209  7169 raft_consensus.cc:1275] T 57b2540deda3429f969aaf52239d5eac P ac6683b58330475289f8d5ef09c99da8 [term 1 FOLLOWER]: Refusing update from remote peer 17f42a32d14746398a94b41b1d7c4f87: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:42:58.202406  7038 raft_consensus.cc:1275] T 57b2540deda3429f969aaf52239d5eac P 9503696dcce248498f1d929581f5b6d6 [term 1 FOLLOWER]: Refusing update from remote peer 17f42a32d14746398a94b41b1d7c4f87: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:42:58.203727  7202 consensus_queue.cc:1048] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:42:58.204523  7107 consensus_queue.cc:1048] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:42:58.211659  7222 raft_consensus.cc:2955] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 67ed9575190e48e3a24eada673daa91d (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } } }
I20260608 12:42:58.213263  7038 raft_consensus.cc:2955] T 57b2540deda3429f969aaf52239d5eac P 9503696dcce248498f1d929581f5b6d6 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 67ed9575190e48e3a24eada673daa91d (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } } }
I20260608 12:42:58.213640  7169 raft_consensus.cc:2955] T 57b2540deda3429f969aaf52239d5eac P ac6683b58330475289f8d5ef09c99da8 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 67ed9575190e48e3a24eada673daa91d (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } } }
I20260608 12:42:58.223124  6775 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 57b2540deda3429f969aaf52239d5eac with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:42:58.225831  6788 catalog_manager.cc:5696] T 57b2540deda3429f969aaf52239d5eac P 9503696dcce248498f1d929581f5b6d6 reported cstate change: config changed from index 3 to 4, VOTER 67ed9575190e48e3a24eada673daa91d (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "17f42a32d14746398a94b41b1d7c4f87" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } } }
W20260608 12:42:58.243320  6774 catalog_manager.cc:4754] TS 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 57b2540deda3429f969aaf52239d5eac: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43673: connect: Connection refused (error 111)
I20260608 12:42:58.378634  7202 raft_consensus.cc:1064] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87: attempting to promote NON_VOTER ac6683b58330475289f8d5ef09c99da8 to VOTER
I20260608 12:42:58.380650  7202 consensus_queue.cc:237] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [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: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } }
I20260608 12:42:58.387082  7038 raft_consensus.cc:1275] T 68066d156cd246fb900dce6d9a8de364 P 9503696dcce248498f1d929581f5b6d6 [term 1 FOLLOWER]: Refusing update from remote peer 17f42a32d14746398a94b41b1d7c4f87: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:42:58.387125  7169 raft_consensus.cc:1275] T 68066d156cd246fb900dce6d9a8de364 P ac6683b58330475289f8d5ef09c99da8 [term 1 LEARNER]: Refusing update from remote peer 17f42a32d14746398a94b41b1d7c4f87: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:42:58.388772  7224 consensus_queue.cc:1048] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:42:58.389503  7222 consensus_queue.cc:1048] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 12:42:58.390383  6930 consensus_peers.cc:597] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 -> Peer 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673): Couldn't send request to peer 67ed9575190e48e3a24eada673daa91d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43673: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:58.399448  7224 raft_consensus.cc:2955] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ac6683b58330475289f8d5ef09c99da8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } } }
I20260608 12:42:58.401165  7169 raft_consensus.cc:2955] T 68066d156cd246fb900dce6d9a8de364 P ac6683b58330475289f8d5ef09c99da8 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ac6683b58330475289f8d5ef09c99da8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } } }
W20260608 12:42:58.405963  6836 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 67ed9575190e48e3a24eada673daa91d not available for placement
I20260608 12:42:58.409403  7038 raft_consensus.cc:2955] T 68066d156cd246fb900dce6d9a8de364 P 9503696dcce248498f1d929581f5b6d6 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, ac6683b58330475289f8d5ef09c99da8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } } }
I20260608 12:42:58.411774  6788 catalog_manager.cc:5696] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 reported cstate change: config changed from index 2 to 3, ac6683b58330475289f8d5ef09c99da8 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "17f42a32d14746398a94b41b1d7c4f87" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:42:58.426719  6965 consensus_queue.cc:237] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [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: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } }
I20260608 12:42:58.431861  7169 raft_consensus.cc:1275] T 68066d156cd246fb900dce6d9a8de364 P ac6683b58330475289f8d5ef09c99da8 [term 1 FOLLOWER]: Refusing update from remote peer 17f42a32d14746398a94b41b1d7c4f87: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:42:58.432133  7038 raft_consensus.cc:1275] T 68066d156cd246fb900dce6d9a8de364 P 9503696dcce248498f1d929581f5b6d6 [term 1 FOLLOWER]: Refusing update from remote peer 17f42a32d14746398a94b41b1d7c4f87: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:42:58.433679  7222 consensus_queue.cc:1048] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:42:58.434618  7224 consensus_queue.cc:1048] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:42:58.441336  7202 consensus_queue.cc:579] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Leader has been unable to successfully communicate with peer 67ed9575190e48e3a24eada673daa91d for more than 1 seconds (1.299s)
I20260608 12:42:58.441186  7107 raft_consensus.cc:2955] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 67ed9575190e48e3a24eada673daa91d (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } } }
I20260608 12:42:58.451751  7169 raft_consensus.cc:2955] T 68066d156cd246fb900dce6d9a8de364 P ac6683b58330475289f8d5ef09c99da8 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 67ed9575190e48e3a24eada673daa91d (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } } }
I20260608 12:42:58.453547  6965 consensus_queue.cc:237] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [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: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: true } }
I20260608 12:42:58.456102  6775 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 68066d156cd246fb900dce6d9a8de364 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:42:58.456863  7038 raft_consensus.cc:2955] T 68066d156cd246fb900dce6d9a8de364 P 9503696dcce248498f1d929581f5b6d6 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 67ed9575190e48e3a24eada673daa91d (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } } }
I20260608 12:42:58.461279  7039 raft_consensus.cc:1275] T f88d20e5c1cb43bc871d391b4d1e21cd P 9503696dcce248498f1d929581f5b6d6 [term 2 FOLLOWER]: Refusing update from remote peer 17f42a32d14746398a94b41b1d7c4f87: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
W20260608 12:42:58.461716  6931 consensus_peers.cc:597] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 -> Peer ac6683b58330475289f8d5ef09c99da8 (127.0.107.196:44451): Couldn't send request to peer ac6683b58330475289f8d5ef09c99da8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: f88d20e5c1cb43bc871d391b4d1e21cd. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:58.462806  7224 consensus_queue.cc:1048] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:42:58.466900  6930 consensus_peers.cc:597] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 -> Peer 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673): Couldn't send request to peer 67ed9575190e48e3a24eada673daa91d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43673: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:58.470516  7224 raft_consensus.cc:2955] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER ac6683b58330475289f8d5ef09c99da8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: true } } }
I20260608 12:42:58.472631  7039 raft_consensus.cc:2955] T f88d20e5c1cb43bc871d391b4d1e21cd P 9503696dcce248498f1d929581f5b6d6 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER ac6683b58330475289f8d5ef09c99da8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: true } } }
I20260608 12:42:58.476537  6788 catalog_manager.cc:5696] T 68066d156cd246fb900dce6d9a8de364 P ac6683b58330475289f8d5ef09c99da8 reported cstate change: config changed from index 3 to 4, VOTER 67ed9575190e48e3a24eada673daa91d (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "17f42a32d14746398a94b41b1d7c4f87" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } } }
I20260608 12:42:58.482693  6775 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet f88d20e5c1cb43bc871d391b4d1e21cd with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260608 12:42:58.496408  6787 catalog_manager.cc:5696] T f88d20e5c1cb43bc871d391b4d1e21cd P 9503696dcce248498f1d929581f5b6d6 reported cstate change: config changed from index -1 to 2, NON_VOTER ac6683b58330475289f8d5ef09c99da8 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "17f42a32d14746398a94b41b1d7c4f87" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: true } } }
I20260608 12:42:59.077941  7238 ts_tablet_manager.cc:933] T f88d20e5c1cb43bc871d391b4d1e21cd P ac6683b58330475289f8d5ef09c99da8: Initiating tablet copy from peer 17f42a32d14746398a94b41b1d7c4f87 (127.0.107.194:39609)
I20260608 12:42:59.079274  7238 tablet_copy_client.cc:323] T f88d20e5c1cb43bc871d391b4d1e21cd P ac6683b58330475289f8d5ef09c99da8: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:39609
I20260608 12:42:59.080895  6975 tablet_copy_service.cc:140] P 17f42a32d14746398a94b41b1d7c4f87: Received BeginTabletCopySession request for tablet f88d20e5c1cb43bc871d391b4d1e21cd from peer ac6683b58330475289f8d5ef09c99da8 ({username='slave'} at 127.0.0.1:59120)
I20260608 12:42:59.081286  6975 tablet_copy_service.cc:161] P 17f42a32d14746398a94b41b1d7c4f87: Beginning new tablet copy session on tablet f88d20e5c1cb43bc871d391b4d1e21cd from peer ac6683b58330475289f8d5ef09c99da8 at {username='slave'} at 127.0.0.1:59120: session id = ac6683b58330475289f8d5ef09c99da8-f88d20e5c1cb43bc871d391b4d1e21cd
I20260608 12:42:59.086633  6975 tablet_copy_source_session.cc:215] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:59.089480  7238 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f88d20e5c1cb43bc871d391b4d1e21cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:59.100024  7238 tablet_copy_client.cc:806] T f88d20e5c1cb43bc871d391b4d1e21cd P ac6683b58330475289f8d5ef09c99da8: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:59.100613  7238 tablet_copy_client.cc:670] T f88d20e5c1cb43bc871d391b4d1e21cd P ac6683b58330475289f8d5ef09c99da8: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:59.104856  7238 tablet_copy_client.cc:538] T f88d20e5c1cb43bc871d391b4d1e21cd P ac6683b58330475289f8d5ef09c99da8: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:59.111675  7238 tablet_bootstrap.cc:492] T f88d20e5c1cb43bc871d391b4d1e21cd P ac6683b58330475289f8d5ef09c99da8: Bootstrap starting.
I20260608 12:42:59.128086  7238 tablet_bootstrap.cc:492] T f88d20e5c1cb43bc871d391b4d1e21cd P ac6683b58330475289f8d5ef09c99da8: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:59.128851  7238 tablet_bootstrap.cc:492] T f88d20e5c1cb43bc871d391b4d1e21cd P ac6683b58330475289f8d5ef09c99da8: Bootstrap complete.
I20260608 12:42:59.129449  7238 ts_tablet_manager.cc:1403] T f88d20e5c1cb43bc871d391b4d1e21cd P ac6683b58330475289f8d5ef09c99da8: Time spent bootstrapping tablet: real 0.018s	user 0.015s	sys 0.000s
I20260608 12:42:59.131704  7238 raft_consensus.cc:359] T f88d20e5c1cb43bc871d391b4d1e21cd P ac6683b58330475289f8d5ef09c99da8 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: true } }
I20260608 12:42:59.132318  7238 raft_consensus.cc:740] T f88d20e5c1cb43bc871d391b4d1e21cd P ac6683b58330475289f8d5ef09c99da8 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: ac6683b58330475289f8d5ef09c99da8, State: Initialized, Role: LEARNER
I20260608 12:42:59.132884  7238 consensus_queue.cc:260] T f88d20e5c1cb43bc871d391b4d1e21cd P ac6683b58330475289f8d5ef09c99da8 [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: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: true } }
I20260608 12:42:59.135139  7238 ts_tablet_manager.cc:1434] T f88d20e5c1cb43bc871d391b4d1e21cd P ac6683b58330475289f8d5ef09c99da8: Time spent starting tablet: real 0.005s	user 0.008s	sys 0.000s
I20260608 12:42:59.136953  6975 tablet_copy_service.cc:342] P 17f42a32d14746398a94b41b1d7c4f87: Request end of tablet copy session ac6683b58330475289f8d5ef09c99da8-f88d20e5c1cb43bc871d391b4d1e21cd received from {username='slave'} at 127.0.0.1:59120
I20260608 12:42:59.137331  6975 tablet_copy_service.cc:434] P 17f42a32d14746398a94b41b1d7c4f87: ending tablet copy session ac6683b58330475289f8d5ef09c99da8-f88d20e5c1cb43bc871d391b4d1e21cd on tablet f88d20e5c1cb43bc871d391b4d1e21cd with peer ac6683b58330475289f8d5ef09c99da8
W20260608 12:42:59.409193  6836 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 67ed9575190e48e3a24eada673daa91d not available for placement
W20260608 12:42:59.443120  6774 catalog_manager.cc:4754] TS 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 57b2540deda3429f969aaf52239d5eac: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43673: connect: Connection refused (error 111)
I20260608 12:42:59.667891  7169 raft_consensus.cc:1217] T f88d20e5c1cb43bc871d391b4d1e21cd P ac6683b58330475289f8d5ef09c99da8 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.1->[2.2-2.2]   Dedup: 2.2->[]
I20260608 12:42:59.770529  7246 consensus_queue.cc:579] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Leader has been unable to successfully communicate with peer 67ed9575190e48e3a24eada673daa91d for more than 1 seconds (1.316s)
I20260608 12:43:00.132061  7246 raft_consensus.cc:493] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:00.133054  7246 raft_consensus.cc:515] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } }
I20260608 12:43:00.136152  7245 raft_consensus.cc:1064] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87: attempting to promote NON_VOTER ac6683b58330475289f8d5ef09c99da8 to VOTER
I20260608 12:43:00.136445  7246 leader_election.cc:290] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 9503696dcce248498f1d929581f5b6d6 (127.0.107.195:35543), 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673)
I20260608 12:43:00.137666  7039 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5967f024cfb242b2a01ac394613800eb" candidate_uuid: "17f42a32d14746398a94b41b1d7c4f87" candidate_term: 3 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9503696dcce248498f1d929581f5b6d6" is_pre_election: true
I20260608 12:43:00.139071  7039 raft_consensus.cc:2468] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 17f42a32d14746398a94b41b1d7c4f87 in term 2.
I20260608 12:43:00.141254  6931 leader_election.cc:304] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [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: 17f42a32d14746398a94b41b1d7c4f87, 9503696dcce248498f1d929581f5b6d6; no voters: 
I20260608 12:43:00.141108  7245 consensus_queue.cc:237] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [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: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } }
I20260608 12:43:00.142460  7246 raft_consensus.cc:2804] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [term 2 FOLLOWER]: Leader pre-election won for term 3
W20260608 12:43:00.142701  6930 leader_election.cc:336] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673): Network error: Client connection negotiation failed: client connection to 127.0.107.193:43673: connect: Connection refused (error 111)
I20260608 12:43:00.143008  7246 raft_consensus.cc:493] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:00.143500  7246 raft_consensus.cc:3060] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:43:00.152190  7169 raft_consensus.cc:1275] T f88d20e5c1cb43bc871d391b4d1e21cd P ac6683b58330475289f8d5ef09c99da8 [term 2 LEARNER]: Refusing update from remote peer 17f42a32d14746398a94b41b1d7c4f87: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:43:00.152176  7039 raft_consensus.cc:1275] T f88d20e5c1cb43bc871d391b4d1e21cd P 9503696dcce248498f1d929581f5b6d6 [term 2 FOLLOWER]: Refusing update from remote peer 17f42a32d14746398a94b41b1d7c4f87: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:43:00.154770  7224 consensus_queue.cc:1048] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:43:00.156190  7246 raft_consensus.cc:515] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } }
I20260608 12:43:00.157049  7245 consensus_queue.cc:1048] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 12:43:00.159576  6930 consensus_peers.cc:597] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 -> Peer 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673): Couldn't send request to peer 67ed9575190e48e3a24eada673daa91d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43673: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:00.160184  7039 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5967f024cfb242b2a01ac394613800eb" candidate_uuid: "17f42a32d14746398a94b41b1d7c4f87" candidate_term: 3 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9503696dcce248498f1d929581f5b6d6"
I20260608 12:43:00.161031  7039 raft_consensus.cc:3060] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:43:00.160238  7246 leader_election.cc:290] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [CANDIDATE]: Term 3 election: Requested vote from peers 9503696dcce248498f1d929581f5b6d6 (127.0.107.195:35543), 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673)
I20260608 12:43:00.178736  7039 raft_consensus.cc:2468] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 17f42a32d14746398a94b41b1d7c4f87 in term 3.
I20260608 12:43:00.179070  7245 raft_consensus.cc:2955] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index 2 to 3, ac6683b58330475289f8d5ef09c99da8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } } }
I20260608 12:43:00.180635  6931 leader_election.cc:304] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [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: 17f42a32d14746398a94b41b1d7c4f87, 9503696dcce248498f1d929581f5b6d6; no voters: 
W20260608 12:43:00.181609  6930 leader_election.cc:336] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [CANDIDATE]: Term 3 election: RPC error from VoteRequest() call to peer 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673): Network error: Client connection negotiation failed: client connection to 127.0.107.193:43673: connect: Connection refused (error 111)
I20260608 12:43:00.181885  7246 raft_consensus.cc:2804] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [term 3 FOLLOWER]: Leader election won for term 3
I20260608 12:43:00.183688  7246 raft_consensus.cc:697] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [term 3 LEADER]: Becoming Leader. State: Replica: 17f42a32d14746398a94b41b1d7c4f87, State: Running, Role: LEADER
I20260608 12:43:00.183681  7170 raft_consensus.cc:2955] T f88d20e5c1cb43bc871d391b4d1e21cd P ac6683b58330475289f8d5ef09c99da8 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, ac6683b58330475289f8d5ef09c99da8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } } }
I20260608 12:43:00.185204  7246 consensus_queue.cc:237] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } }
I20260608 12:43:00.195259  7039 raft_consensus.cc:2955] T f88d20e5c1cb43bc871d391b4d1e21cd P 9503696dcce248498f1d929581f5b6d6 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, ac6683b58330475289f8d5ef09c99da8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } } }
I20260608 12:43:00.196970  6785 catalog_manager.cc:5696] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 reported cstate change: term changed from 1 to 3, leader changed from 67ed9575190e48e3a24eada673daa91d (127.0.107.193) to 17f42a32d14746398a94b41b1d7c4f87 (127.0.107.194). New cstate: current_term: 3 leader_uuid: "17f42a32d14746398a94b41b1d7c4f87" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } health_report { overall_health: HEALTHY } } }
I20260608 12:43:00.210376  6787 catalog_manager.cc:5696] T f88d20e5c1cb43bc871d391b4d1e21cd P ac6683b58330475289f8d5ef09c99da8 reported cstate change: config changed from index 2 to 3, ac6683b58330475289f8d5ef09c99da8 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "17f42a32d14746398a94b41b1d7c4f87" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } } }
I20260608 12:43:00.238119  6965 consensus_queue.cc:237] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [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: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } }
I20260608 12:43:00.243737  7170 raft_consensus.cc:1275] T f88d20e5c1cb43bc871d391b4d1e21cd P ac6683b58330475289f8d5ef09c99da8 [term 2 FOLLOWER]: Refusing update from remote peer 17f42a32d14746398a94b41b1d7c4f87: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:43:00.243866  7039 raft_consensus.cc:1275] T f88d20e5c1cb43bc871d391b4d1e21cd P 9503696dcce248498f1d929581f5b6d6 [term 2 FOLLOWER]: Refusing update from remote peer 17f42a32d14746398a94b41b1d7c4f87: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:43:00.245402  7246 consensus_queue.cc:1048] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:43:00.246333  7245 consensus_queue.cc:1048] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:43:00.253257  7246 raft_consensus.cc:2955] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 67ed9575190e48e3a24eada673daa91d (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } } }
I20260608 12:43:00.256088  7039 raft_consensus.cc:2955] T f88d20e5c1cb43bc871d391b4d1e21cd P 9503696dcce248498f1d929581f5b6d6 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 67ed9575190e48e3a24eada673daa91d (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } } }
I20260608 12:43:00.256459  7170 raft_consensus.cc:2955] T f88d20e5c1cb43bc871d391b4d1e21cd P ac6683b58330475289f8d5ef09c99da8 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 67ed9575190e48e3a24eada673daa91d (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } } }
I20260608 12:43:00.267628  6775 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet f88d20e5c1cb43bc871d391b4d1e21cd with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:43:00.270581  6788 catalog_manager.cc:5696] T f88d20e5c1cb43bc871d391b4d1e21cd P 9503696dcce248498f1d929581f5b6d6 reported cstate change: config changed from index 3 to 4, VOTER 67ed9575190e48e3a24eada673daa91d (127.0.107.193) evicted. New cstate: current_term: 2 leader_uuid: "17f42a32d14746398a94b41b1d7c4f87" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } } }
W20260608 12:43:00.412060  6836 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 67ed9575190e48e3a24eada673daa91d not available for placement
W20260608 12:43:00.483116  6774 catalog_manager.cc:4754] TS 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 57b2540deda3429f969aaf52239d5eac: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43673: connect: Connection refused (error 111)
I20260608 12:43:00.589318  7039 raft_consensus.cc:1275] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [term 3 FOLLOWER]: Refusing update from remote peer 17f42a32d14746398a94b41b1d7c4f87: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 3 index: 1. (index mismatch)
I20260608 12:43:00.590998  7224 consensus_queue.cc:1048] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:43:00.608520  6930 consensus_peers.cc:597] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 -> Peer 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673): Couldn't send request to peer 67ed9575190e48e3a24eada673daa91d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43673: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:43:00.697105  6774 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43673: connect: Connection refused (error 111) [suppressed 51 similar messages]
I20260608 12:43:01.203528  7245 consensus_queue.cc:579] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Leader has been unable to successfully communicate with peer 67ed9575190e48e3a24eada673daa91d for more than 1 seconds (1.016s)
I20260608 12:43:01.218704  6965 consensus_queue.cc:237] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 3.1, Last appended by leader: 0, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: true } }
I20260608 12:43:01.226712  7039 raft_consensus.cc:1275] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [term 3 FOLLOWER]: Refusing update from remote peer 17f42a32d14746398a94b41b1d7c4f87: Log matching property violated. Preceding OpId in replica: term: 3 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
W20260608 12:43:01.228019  6931 consensus_peers.cc:597] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 -> Peer ac6683b58330475289f8d5ef09c99da8 (127.0.107.196:44451): Couldn't send request to peer ac6683b58330475289f8d5ef09c99da8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 5967f024cfb242b2a01ac394613800eb. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:01.229102  7267 consensus_queue.cc:1048] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:43:01.231465  6930 consensus_peers.cc:597] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 -> Peer 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673): Couldn't send request to peer 67ed9575190e48e3a24eada673daa91d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43673: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:01.237017  7245 raft_consensus.cc:2955] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [term 3 LEADER]: Committing config change with OpId 3.2: config changed from index -1 to 2, NON_VOTER ac6683b58330475289f8d5ef09c99da8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: true } } }
I20260608 12:43:01.239485  7039 raft_consensus.cc:2955] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [term 3 FOLLOWER]: Committing config change with OpId 3.2: config changed from index -1 to 2, NON_VOTER ac6683b58330475289f8d5ef09c99da8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: true } } }
I20260608 12:43:01.248137  6775 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 5967f024cfb242b2a01ac394613800eb with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260608 12:43:01.254374  6785 catalog_manager.cc:5696] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 reported cstate change: config changed from index -1 to 2, NON_VOTER ac6683b58330475289f8d5ef09c99da8 (127.0.107.196) added. New cstate: current_term: 3 leader_uuid: "17f42a32d14746398a94b41b1d7c4f87" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260608 12:43:01.415136  6836 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 67ed9575190e48e3a24eada673daa91d not available for placement
I20260608 12:43:01.793439  7277 ts_tablet_manager.cc:933] T 5967f024cfb242b2a01ac394613800eb P ac6683b58330475289f8d5ef09c99da8: Initiating tablet copy from peer 17f42a32d14746398a94b41b1d7c4f87 (127.0.107.194:39609)
I20260608 12:43:01.795341  7277 tablet_copy_client.cc:323] T 5967f024cfb242b2a01ac394613800eb P ac6683b58330475289f8d5ef09c99da8: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:39609
I20260608 12:43:01.797436  6975 tablet_copy_service.cc:140] P 17f42a32d14746398a94b41b1d7c4f87: Received BeginTabletCopySession request for tablet 5967f024cfb242b2a01ac394613800eb from peer ac6683b58330475289f8d5ef09c99da8 ({username='slave'} at 127.0.0.1:59120)
I20260608 12:43:01.798060  6975 tablet_copy_service.cc:161] P 17f42a32d14746398a94b41b1d7c4f87: Beginning new tablet copy session on tablet 5967f024cfb242b2a01ac394613800eb from peer ac6683b58330475289f8d5ef09c99da8 at {username='slave'} at 127.0.0.1:59120: session id = ac6683b58330475289f8d5ef09c99da8-5967f024cfb242b2a01ac394613800eb
I20260608 12:43:01.805238  6975 tablet_copy_source_session.cc:215] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:43:01.808954  7277 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5967f024cfb242b2a01ac394613800eb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:01.823989  7277 tablet_copy_client.cc:806] T 5967f024cfb242b2a01ac394613800eb P ac6683b58330475289f8d5ef09c99da8: tablet copy: Starting download of 0 data blocks...
I20260608 12:43:01.824749  7277 tablet_copy_client.cc:670] T 5967f024cfb242b2a01ac394613800eb P ac6683b58330475289f8d5ef09c99da8: tablet copy: Starting download of 1 WAL segments...
I20260608 12:43:01.829716  7277 tablet_copy_client.cc:538] T 5967f024cfb242b2a01ac394613800eb P ac6683b58330475289f8d5ef09c99da8: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:43:01.837973  7277 tablet_bootstrap.cc:492] T 5967f024cfb242b2a01ac394613800eb P ac6683b58330475289f8d5ef09c99da8: Bootstrap starting.
I20260608 12:43:01.857213  7277 tablet_bootstrap.cc:492] T 5967f024cfb242b2a01ac394613800eb P ac6683b58330475289f8d5ef09c99da8: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:43:01.858210  7277 tablet_bootstrap.cc:492] T 5967f024cfb242b2a01ac394613800eb P ac6683b58330475289f8d5ef09c99da8: Bootstrap complete.
I20260608 12:43:01.858954  7277 ts_tablet_manager.cc:1403] T 5967f024cfb242b2a01ac394613800eb P ac6683b58330475289f8d5ef09c99da8: Time spent bootstrapping tablet: real 0.021s	user 0.016s	sys 0.008s
I20260608 12:43:01.861891  7277 raft_consensus.cc:359] T 5967f024cfb242b2a01ac394613800eb P ac6683b58330475289f8d5ef09c99da8 [term 3 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: true } }
I20260608 12:43:01.862581  7277 raft_consensus.cc:740] T 5967f024cfb242b2a01ac394613800eb P ac6683b58330475289f8d5ef09c99da8 [term 3 LEARNER]: Becoming Follower/Learner. State: Replica: ac6683b58330475289f8d5ef09c99da8, State: Initialized, Role: LEARNER
I20260608 12:43:01.863227  7277 consensus_queue.cc:260] T 5967f024cfb242b2a01ac394613800eb P ac6683b58330475289f8d5ef09c99da8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 2, Last appended: 3.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: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: true } }
I20260608 12:43:01.866542  7277 ts_tablet_manager.cc:1434] T 5967f024cfb242b2a01ac394613800eb P ac6683b58330475289f8d5ef09c99da8: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.001s
I20260608 12:43:01.869093  6975 tablet_copy_service.cc:342] P 17f42a32d14746398a94b41b1d7c4f87: Request end of tablet copy session ac6683b58330475289f8d5ef09c99da8-5967f024cfb242b2a01ac394613800eb received from {username='slave'} at 127.0.0.1:59120
I20260608 12:43:01.869542  6975 tablet_copy_service.cc:434] P 17f42a32d14746398a94b41b1d7c4f87: ending tablet copy session ac6683b58330475289f8d5ef09c99da8-5967f024cfb242b2a01ac394613800eb on tablet 5967f024cfb242b2a01ac394613800eb with peer ac6683b58330475289f8d5ef09c99da8
I20260608 12:43:02.224089  7267 consensus_queue.cc:579] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Leader has been unable to successfully communicate with peer 67ed9575190e48e3a24eada673daa91d for more than 1 seconds (1.003s)
I20260608 12:43:02.323628  7170 raft_consensus.cc:1217] T 5967f024cfb242b2a01ac394613800eb P ac6683b58330475289f8d5ef09c99da8 [term 3 LEARNER]: Deduplicated request from leader. Original: 3.1->[3.2-3.2]   Dedup: 3.2->[]
W20260608 12:43:02.418110  6836 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 67ed9575190e48e3a24eada673daa91d not available for placement
W20260608 12:43:02.469255  6774 catalog_manager.cc:4754] TS 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet f88d20e5c1cb43bc871d391b4d1e21cd: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43673: connect: Connection refused (error 111)
I20260608 12:43:02.903009  7282 raft_consensus.cc:1064] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87: attempting to promote NON_VOTER ac6683b58330475289f8d5ef09c99da8 to VOTER
I20260608 12:43:02.906243  7282 consensus_queue.cc:237] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [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: 0, Current term: 3, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } }
I20260608 12:43:02.914347  7170 raft_consensus.cc:1275] T 5967f024cfb242b2a01ac394613800eb P ac6683b58330475289f8d5ef09c99da8 [term 3 LEARNER]: Refusing update from remote peer 17f42a32d14746398a94b41b1d7c4f87: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260608 12:43:02.914455  7039 raft_consensus.cc:1275] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [term 3 FOLLOWER]: Refusing update from remote peer 17f42a32d14746398a94b41b1d7c4f87: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260608 12:43:02.916267  7281 consensus_queue.cc:1048] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:43:02.917212  7288 consensus_queue.cc:1048] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 12:43:02.918087  6930 consensus_peers.cc:597] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 -> Peer 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673): Couldn't send request to peer 67ed9575190e48e3a24eada673daa91d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43673: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:02.926672  7288 raft_consensus.cc:2955] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [term 3 LEADER]: Committing config change with OpId 3.3: config changed from index 2 to 3, ac6683b58330475289f8d5ef09c99da8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } } }
I20260608 12:43:02.929050  7170 raft_consensus.cc:2955] T 5967f024cfb242b2a01ac394613800eb P ac6683b58330475289f8d5ef09c99da8 [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index 2 to 3, ac6683b58330475289f8d5ef09c99da8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } } }
I20260608 12:43:02.939575  7039 raft_consensus.cc:2955] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index 2 to 3, ac6683b58330475289f8d5ef09c99da8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } } }
I20260608 12:43:02.941887  6787 catalog_manager.cc:5696] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 reported cstate change: config changed from index 2 to 3, ac6683b58330475289f8d5ef09c99da8 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 3 leader_uuid: "17f42a32d14746398a94b41b1d7c4f87" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "67ed9575190e48e3a24eada673daa91d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43673 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:43:02.963599  6965 consensus_queue.cc:237] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [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: 0, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } }
I20260608 12:43:02.970131  7170 raft_consensus.cc:1275] T 5967f024cfb242b2a01ac394613800eb P ac6683b58330475289f8d5ef09c99da8 [term 3 FOLLOWER]: Refusing update from remote peer 17f42a32d14746398a94b41b1d7c4f87: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260608 12:43:02.970624  7039 raft_consensus.cc:1275] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [term 3 FOLLOWER]: Refusing update from remote peer 17f42a32d14746398a94b41b1d7c4f87: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260608 12:43:02.972597  7287 consensus_queue.cc:1048] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:43:02.973501  7288 consensus_queue.cc:1048] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:43:02.982331  7281 raft_consensus.cc:2955] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [term 3 LEADER]: Committing config change with OpId 3.4: config changed from index 3 to 4, VOTER 67ed9575190e48e3a24eada673daa91d (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } } }
I20260608 12:43:02.984798  7039 raft_consensus.cc:2955] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, VOTER 67ed9575190e48e3a24eada673daa91d (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } } }
I20260608 12:43:02.986876  7170 raft_consensus.cc:2955] T 5967f024cfb242b2a01ac394613800eb P ac6683b58330475289f8d5ef09c99da8 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, VOTER 67ed9575190e48e3a24eada673daa91d (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } } }
I20260608 12:43:02.995429  6775 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 5967f024cfb242b2a01ac394613800eb with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:43:02.999639  6788 catalog_manager.cc:5696] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 reported cstate change: config changed from index 3 to 4, VOTER 67ed9575190e48e3a24eada673daa91d (127.0.107.193) evicted. New cstate: current_term: 3 leader_uuid: "17f42a32d14746398a94b41b1d7c4f87" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9503696dcce248498f1d929581f5b6d6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35543 } } peers { permanent_uuid: "17f42a32d14746398a94b41b1d7c4f87" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39609 } } peers { permanent_uuid: "ac6683b58330475289f8d5ef09c99da8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44451 } attrs { promote: false } } }
W20260608 12:43:03.640851  6774 catalog_manager.cc:4754] TS 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 5967f024cfb242b2a01ac394613800eb: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43673: connect: Connection refused (error 111)
I20260608 12:43:03.715021   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:43:03.744002   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:03.744798   431 tablet_replica.cc:333] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87: stopping tablet replica
I20260608 12:43:03.745481   431 raft_consensus.cc:2243] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:03.746495   431 raft_consensus.cc:2272] T 68066d156cd246fb900dce6d9a8de364 P 17f42a32d14746398a94b41b1d7c4f87 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:03.748920   431 tablet_replica.cc:333] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87: stopping tablet replica
I20260608 12:43:03.749527   431 raft_consensus.cc:2243] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:43:03.750379   431 raft_consensus.cc:2272] T f88d20e5c1cb43bc871d391b4d1e21cd P 17f42a32d14746398a94b41b1d7c4f87 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:03.752662   431 tablet_replica.cc:333] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87: stopping tablet replica
I20260608 12:43:03.753216   431 raft_consensus.cc:2243] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [term 3 LEADER]: Raft consensus shutting down.
I20260608 12:43:03.754089   431 raft_consensus.cc:2272] T 5967f024cfb242b2a01ac394613800eb P 17f42a32d14746398a94b41b1d7c4f87 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:03.756615   431 tablet_replica.cc:333] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87: stopping tablet replica
I20260608 12:43:03.757190   431 raft_consensus.cc:2243] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:03.758136   431 raft_consensus.cc:2272] T 57b2540deda3429f969aaf52239d5eac P 17f42a32d14746398a94b41b1d7c4f87 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:03.783664   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:43:03.800854   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:43:03.826316   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:03.827180   431 tablet_replica.cc:333] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6: stopping tablet replica
I20260608 12:43:03.827932   431 raft_consensus.cc:2243] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:03.828590   431 raft_consensus.cc:2272] T 5967f024cfb242b2a01ac394613800eb P 9503696dcce248498f1d929581f5b6d6 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:03.831346   431 tablet_replica.cc:333] T f88d20e5c1cb43bc871d391b4d1e21cd P 9503696dcce248498f1d929581f5b6d6: stopping tablet replica
I20260608 12:43:03.831915   431 raft_consensus.cc:2243] T f88d20e5c1cb43bc871d391b4d1e21cd P 9503696dcce248498f1d929581f5b6d6 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:03.832590   431 raft_consensus.cc:2272] T f88d20e5c1cb43bc871d391b4d1e21cd P 9503696dcce248498f1d929581f5b6d6 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:03.834867   431 tablet_replica.cc:333] T 68066d156cd246fb900dce6d9a8de364 P 9503696dcce248498f1d929581f5b6d6: stopping tablet replica
I20260608 12:43:03.835421   431 raft_consensus.cc:2243] T 68066d156cd246fb900dce6d9a8de364 P 9503696dcce248498f1d929581f5b6d6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:03.836223   431 raft_consensus.cc:2272] T 68066d156cd246fb900dce6d9a8de364 P 9503696dcce248498f1d929581f5b6d6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:03.838465   431 tablet_replica.cc:333] T 57b2540deda3429f969aaf52239d5eac P 9503696dcce248498f1d929581f5b6d6: stopping tablet replica
I20260608 12:43:03.838977   431 raft_consensus.cc:2243] T 57b2540deda3429f969aaf52239d5eac P 9503696dcce248498f1d929581f5b6d6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:03.839774   431 raft_consensus.cc:2272] T 57b2540deda3429f969aaf52239d5eac P 9503696dcce248498f1d929581f5b6d6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:03.864830   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:43:03.881129   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:43:03.905987   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:03.906939   431 tablet_replica.cc:333] T 5967f024cfb242b2a01ac394613800eb P ac6683b58330475289f8d5ef09c99da8: stopping tablet replica
I20260608 12:43:03.907586   431 raft_consensus.cc:2243] T 5967f024cfb242b2a01ac394613800eb P ac6683b58330475289f8d5ef09c99da8 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:03.908174   431 raft_consensus.cc:2272] T 5967f024cfb242b2a01ac394613800eb P ac6683b58330475289f8d5ef09c99da8 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:03.911069   431 tablet_replica.cc:333] T f88d20e5c1cb43bc871d391b4d1e21cd P ac6683b58330475289f8d5ef09c99da8: stopping tablet replica
I20260608 12:43:03.911653   431 raft_consensus.cc:2243] T f88d20e5c1cb43bc871d391b4d1e21cd P ac6683b58330475289f8d5ef09c99da8 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:03.912215   431 raft_consensus.cc:2272] T f88d20e5c1cb43bc871d391b4d1e21cd P ac6683b58330475289f8d5ef09c99da8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:03.914422   431 tablet_replica.cc:333] T 68066d156cd246fb900dce6d9a8de364 P ac6683b58330475289f8d5ef09c99da8: stopping tablet replica
I20260608 12:43:03.914935   431 raft_consensus.cc:2243] T 68066d156cd246fb900dce6d9a8de364 P ac6683b58330475289f8d5ef09c99da8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:03.915571   431 raft_consensus.cc:2272] T 68066d156cd246fb900dce6d9a8de364 P ac6683b58330475289f8d5ef09c99da8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:03.917930   431 tablet_replica.cc:333] T 57b2540deda3429f969aaf52239d5eac P ac6683b58330475289f8d5ef09c99da8: stopping tablet replica
I20260608 12:43:03.918453   431 raft_consensus.cc:2243] T 57b2540deda3429f969aaf52239d5eac P ac6683b58330475289f8d5ef09c99da8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:03.919083   431 raft_consensus.cc:2272] T 57b2540deda3429f969aaf52239d5eac P ac6683b58330475289f8d5ef09c99da8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:03.944564   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:43:03.961019   431 master.cc:562] Master@127.0.107.254:35247 shutting down...
W20260608 12:43:06.662055  6774 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43673: connect: Connection refused (error 111) [suppressed 19 similar messages]
W20260608 12:43:06.667163  6774 catalog_manager.cc:4754] TS 67ed9575190e48e3a24eada673daa91d (127.0.107.193:43673): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 57b2540deda3429f969aaf52239d5eac: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43673: connect: Connection refused (error 111)
I20260608 12:43:07.577584   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 70033e49667e4098bf972e9eab3e2ebb [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:07.578488   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 70033e49667e4098bf972e9eab3e2ebb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:07.578881   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 70033e49667e4098bf972e9eab3e2ebb: stopping tablet replica
I20260608 12:43:07.606178   431 master.cc:584] Master@127.0.107.254:35247 shutdown complete.
[       OK ] AutoRebalancerTest.NoRebalancingIfReplicasRecovering (14410 ms)
[ RUN      ] AutoRebalancerTest.TestHandlingFailedTservers
I20260608 12:43:07.653872   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:40167
I20260608 12:43:07.655593   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:07.662138  7303 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:07.662149  7302 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:07.664354   431 server_base.cc:1061] running on GCE node
W20260608 12:43:07.663285  7305 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:07.667356   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:07.667549   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:07.667666   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922587667655 us; error 0 us; skew 500 ppm
I20260608 12:43:07.668205   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:07.670800   431 webserver.cc:533] Webserver started at http://127.0.107.254:33191/ using document root <none> and password file <none>
I20260608 12:43:07.671281   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:07.671435   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:07.671669   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:07.672758   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/master-0-root/instance:
uuid: "9b09ed7508554542908d5dcd60153e7e"
format_stamp: "Formatted at 2026-06-08 12:43:07 on dist-test-slave-1zds"
I20260608 12:43:07.677629   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260608 12:43:07.681383  7310 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:07.682284   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:43:07.682561   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/master-0-root
uuid: "9b09ed7508554542908d5dcd60153e7e"
format_stamp: "Formatted at 2026-06-08 12:43:07 on dist-test-slave-1zds"
I20260608 12:43:07.682865   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:07.696111   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:07.697329   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:07.738348   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:40167
I20260608 12:43:07.738520  7361 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:40167 every 8 connection(s)
I20260608 12:43:07.742707  7362 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:07.753621  7362 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9b09ed7508554542908d5dcd60153e7e: Bootstrap starting.
I20260608 12:43:07.758836  7362 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9b09ed7508554542908d5dcd60153e7e: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:07.763396  7362 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9b09ed7508554542908d5dcd60153e7e: No bootstrap required, opened a new log
I20260608 12:43:07.765799  7362 raft_consensus.cc:359] T 00000000000000000000000000000000 P 9b09ed7508554542908d5dcd60153e7e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9b09ed7508554542908d5dcd60153e7e" member_type: VOTER }
I20260608 12:43:07.766212  7362 raft_consensus.cc:385] T 00000000000000000000000000000000 P 9b09ed7508554542908d5dcd60153e7e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:07.766476  7362 raft_consensus.cc:740] T 00000000000000000000000000000000 P 9b09ed7508554542908d5dcd60153e7e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9b09ed7508554542908d5dcd60153e7e, State: Initialized, Role: FOLLOWER
I20260608 12:43:07.767094  7362 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9b09ed7508554542908d5dcd60153e7e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "9b09ed7508554542908d5dcd60153e7e" member_type: VOTER }
I20260608 12:43:07.767553  7362 raft_consensus.cc:399] T 00000000000000000000000000000000 P 9b09ed7508554542908d5dcd60153e7e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:43:07.767793  7362 raft_consensus.cc:493] T 00000000000000000000000000000000 P 9b09ed7508554542908d5dcd60153e7e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:43:07.768083  7362 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 9b09ed7508554542908d5dcd60153e7e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:07.772789  7362 raft_consensus.cc:515] T 00000000000000000000000000000000 P 9b09ed7508554542908d5dcd60153e7e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9b09ed7508554542908d5dcd60153e7e" member_type: VOTER }
I20260608 12:43:07.773342  7362 leader_election.cc:304] T 00000000000000000000000000000000 P 9b09ed7508554542908d5dcd60153e7e [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: 9b09ed7508554542908d5dcd60153e7e; no voters: 
I20260608 12:43:07.774590  7362 leader_election.cc:290] T 00000000000000000000000000000000 P 9b09ed7508554542908d5dcd60153e7e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:43:07.775139  7365 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 9b09ed7508554542908d5dcd60153e7e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:07.776707  7365 raft_consensus.cc:697] T 00000000000000000000000000000000 P 9b09ed7508554542908d5dcd60153e7e [term 1 LEADER]: Becoming Leader. State: Replica: 9b09ed7508554542908d5dcd60153e7e, State: Running, Role: LEADER
I20260608 12:43:07.777522  7365 consensus_queue.cc:237] T 00000000000000000000000000000000 P 9b09ed7508554542908d5dcd60153e7e [LEADER]: Queue going to LEADER mode. State: All 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: "9b09ed7508554542908d5dcd60153e7e" member_type: VOTER }
I20260608 12:43:07.777771  7362 sys_catalog.cc:565] T 00000000000000000000000000000000 P 9b09ed7508554542908d5dcd60153e7e [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:43:07.782783  7367 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9b09ed7508554542908d5dcd60153e7e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 9b09ed7508554542908d5dcd60153e7e. Latest consensus state: current_term: 1 leader_uuid: "9b09ed7508554542908d5dcd60153e7e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9b09ed7508554542908d5dcd60153e7e" member_type: VOTER } }
I20260608 12:43:07.782940  7366 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9b09ed7508554542908d5dcd60153e7e [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "9b09ed7508554542908d5dcd60153e7e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9b09ed7508554542908d5dcd60153e7e" member_type: VOTER } }
I20260608 12:43:07.783516  7367 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9b09ed7508554542908d5dcd60153e7e [sys.catalog]: This master's current role is: LEADER
I20260608 12:43:07.783767  7366 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9b09ed7508554542908d5dcd60153e7e [sys.catalog]: This master's current role is: LEADER
I20260608 12:43:07.787604  7372 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:43:07.796275  7372 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:43:07.797303   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:43:07.806077  7372 catalog_manager.cc:1382] Generated new cluster ID: e15c24afc7534c0faca065826d9304e6
I20260608 12:43:07.806396  7372 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:43:07.825359  7372 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:43:07.826771  7372 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:43:07.842072  7372 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 9b09ed7508554542908d5dcd60153e7e: Generated new TSK 0
I20260608 12:43:07.842726  7372 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:43:07.864190   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:07.870932  7383 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:07.872046  7384 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:07.879803   431 server_base.cc:1061] running on GCE node
W20260608 12:43:07.879738  7386 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:07.881035   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:07.881263   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:07.881489   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922587881469 us; error 0 us; skew 500 ppm
I20260608 12:43:07.882359   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:07.885254   431 webserver.cc:533] Webserver started at http://127.0.107.193:38631/ using document root <none> and password file <none>
I20260608 12:43:07.885878   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:07.886077   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:07.886374   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:07.887549   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-0-root/instance:
uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7"
format_stamp: "Formatted at 2026-06-08 12:43:07 on dist-test-slave-1zds"
I20260608 12:43:07.892963   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:43:07.897028  7391 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:07.898061   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.003s
I20260608 12:43:07.898404   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-0-root
uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7"
format_stamp: "Formatted at 2026-06-08 12:43:07 on dist-test-slave-1zds"
I20260608 12:43:07.898758   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:07.919252   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:07.920593   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:07.922343   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:07.924854   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:07.925092   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:07.925364   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:07.925558   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:07.971532   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:43527
I20260608 12:43:07.971679  7453 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:43527 every 8 connection(s)
I20260608 12:43:07.977644   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:07.986685  7458 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:07.988868  7459 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:07.991165   431 server_base.cc:1061] running on GCE node
W20260608 12:43:07.991206  7461 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:07.993095   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:43:07.993196  7454 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40167
W20260608 12:43:07.993422   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:07.993784   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922587993763 us; error 0 us; skew 500 ppm
I20260608 12:43:07.993860  7454 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:07.994597   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:07.994931  7454 heartbeater.cc:507] Master 127.0.107.254:40167 requested a full tablet report, sending...
I20260608 12:43:07.997941   431 webserver.cc:533] Webserver started at http://127.0.107.194:45361/ using document root <none> and password file <none>
I20260608 12:43:07.998081  7327 ts_manager.cc:194] Registered new tserver with Master: 810b2df1e62c4bd2a5a74f4eed8cccc7 (127.0.107.193:43527)
I20260608 12:43:07.998899   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:07.999224   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:07.999584   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:08.001169  7327 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42208
I20260608 12:43:08.001502   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-1-root/instance:
uuid: "605b07400acc44f09a41e07c67aa4063"
format_stamp: "Formatted at 2026-06-08 12:43:07 on dist-test-slave-1zds"
I20260608 12:43:08.007421   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:43:08.011346  7466 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:08.012223   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:43:08.012504   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-1-root
uuid: "605b07400acc44f09a41e07c67aa4063"
format_stamp: "Formatted at 2026-06-08 12:43:07 on dist-test-slave-1zds"
I20260608 12:43:08.012766   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:08.036202   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:08.037495   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:08.039261   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:08.041945   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:08.042224   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:08.042505   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:08.042712   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:08.087174   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:44939
I20260608 12:43:08.087322  7528 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:44939 every 8 connection(s)
I20260608 12:43:08.092420   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:08.099464  7532 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:08.101668  7533 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:08.105643   431 server_base.cc:1061] running on GCE node
W20260608 12:43:08.106340  7535 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:08.106606  7529 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40167
I20260608 12:43:08.107204  7529 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:08.107606   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:08.107924   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:08.108167   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922588108147 us; error 0 us; skew 500 ppm
I20260608 12:43:08.108271  7529 heartbeater.cc:507] Master 127.0.107.254:40167 requested a full tablet report, sending...
I20260608 12:43:08.109217   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:08.111110  7327 ts_manager.cc:194] Registered new tserver with Master: 605b07400acc44f09a41e07c67aa4063 (127.0.107.194:44939)
I20260608 12:43:08.112349   431 webserver.cc:533] Webserver started at http://127.0.107.195:34243/ using document root <none> and password file <none>
I20260608 12:43:08.112792  7327 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42216
I20260608 12:43:08.113003   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:08.113364   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:08.113732   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:08.115653   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-2-root/instance:
uuid: "db2bb949990c4c119dad23ef65c4bfcc"
format_stamp: "Formatted at 2026-06-08 12:43:08 on dist-test-slave-1zds"
I20260608 12:43:08.120949   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:43:08.124780  7540 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:08.125887   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:43:08.126225   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-2-root
uuid: "db2bb949990c4c119dad23ef65c4bfcc"
format_stamp: "Formatted at 2026-06-08 12:43:08 on dist-test-slave-1zds"
I20260608 12:43:08.126659   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:08.143085   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:08.144624   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:08.146476   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:08.149076   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:08.149278   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:08.149602   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:08.149749   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:08.194273   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:33487
I20260608 12:43:08.194568  7602 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:33487 every 8 connection(s)
I20260608 12:43:08.209765  7603 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40167
I20260608 12:43:08.210420  7603 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:08.211264  7603 heartbeater.cc:507] Master 127.0.107.254:40167 requested a full tablet report, sending...
I20260608 12:43:08.213457  7327 ts_manager.cc:194] Registered new tserver with Master: db2bb949990c4c119dad23ef65c4bfcc (127.0.107.195:33487)
I20260608 12:43:08.214008   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016208098s
I20260608 12:43:08.215036  7327 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42224
I20260608 12:43:09.004709  7454 heartbeater.cc:499] Master 127.0.107.254:40167 was elected leader, sending a full tablet report...
I20260608 12:43:09.116169  7529 heartbeater.cc:499] Master 127.0.107.254:40167 was elected leader, sending a full tablet report...
I20260608 12:43:09.218000  7603 heartbeater.cc:499] Master 127.0.107.254:40167 was elected leader, sending a full tablet report...
I20260608 12:43:09.308863  7327 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:42234:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:43:09.312245  7327 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:43:09.412865  7568 tablet_service.cc:1511] Processing CreateTablet for tablet 50b3e288ea7041b584651989957e0e44 (DEFAULT_TABLE table=test-workload [id=b86f3bc59f104ae0a7b627ba7565617c]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:43:09.414322  7565 tablet_service.cc:1511] Processing CreateTablet for tablet 6ddb6cd39e4744c7af84a5c323e447da (DEFAULT_TABLE table=test-workload [id=b86f3bc59f104ae0a7b627ba7565617c]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:43:09.415349  7568 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 50b3e288ea7041b584651989957e0e44. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:09.417471  7566 tablet_service.cc:1511] Processing CreateTablet for tablet 71da0648cb4142f884944e91b4100a67 (DEFAULT_TABLE table=test-workload [id=b86f3bc59f104ae0a7b627ba7565617c]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:43:09.419334  7566 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 71da0648cb4142f884944e91b4100a67. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:09.420028  7418 tablet_service.cc:1511] Processing CreateTablet for tablet f8e3fc7fe145478788d434b8a58dae08 (DEFAULT_TABLE table=test-workload [id=b86f3bc59f104ae0a7b627ba7565617c]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:43:09.421875  7418 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f8e3fc7fe145478788d434b8a58dae08. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:09.422143  7567 tablet_service.cc:1511] Processing CreateTablet for tablet f8e3fc7fe145478788d434b8a58dae08 (DEFAULT_TABLE table=test-workload [id=b86f3bc59f104ae0a7b627ba7565617c]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:43:09.423916  7567 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f8e3fc7fe145478788d434b8a58dae08. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:09.426363  7565 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ddb6cd39e4744c7af84a5c323e447da. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:09.427448  7417 tablet_service.cc:1511] Processing CreateTablet for tablet 71da0648cb4142f884944e91b4100a67 (DEFAULT_TABLE table=test-workload [id=b86f3bc59f104ae0a7b627ba7565617c]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:43:09.430510  7416 tablet_service.cc:1511] Processing CreateTablet for tablet 6ddb6cd39e4744c7af84a5c323e447da (DEFAULT_TABLE table=test-workload [id=b86f3bc59f104ae0a7b627ba7565617c]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:43:09.417582  7419 tablet_service.cc:1511] Processing CreateTablet for tablet 50b3e288ea7041b584651989957e0e44 (DEFAULT_TABLE table=test-workload [id=b86f3bc59f104ae0a7b627ba7565617c]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:43:09.432354  7417 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 71da0648cb4142f884944e91b4100a67. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:09.433229  7419 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 50b3e288ea7041b584651989957e0e44. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:09.439991  7494 tablet_service.cc:1511] Processing CreateTablet for tablet 50b3e288ea7041b584651989957e0e44 (DEFAULT_TABLE table=test-workload [id=b86f3bc59f104ae0a7b627ba7565617c]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:43:09.441237  7416 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ddb6cd39e4744c7af84a5c323e447da. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:09.441869  7494 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 50b3e288ea7041b584651989957e0e44. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:09.447083  7493 tablet_service.cc:1511] Processing CreateTablet for tablet f8e3fc7fe145478788d434b8a58dae08 (DEFAULT_TABLE table=test-workload [id=b86f3bc59f104ae0a7b627ba7565617c]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:43:09.449139  7493 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f8e3fc7fe145478788d434b8a58dae08. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:09.455322  7624 tablet_bootstrap.cc:492] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc: Bootstrap starting.
I20260608 12:43:09.457044  7492 tablet_service.cc:1511] Processing CreateTablet for tablet 71da0648cb4142f884944e91b4100a67 (DEFAULT_TABLE table=test-workload [id=b86f3bc59f104ae0a7b627ba7565617c]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:43:09.458917  7492 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 71da0648cb4142f884944e91b4100a67. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:09.463886  7491 tablet_service.cc:1511] Processing CreateTablet for tablet 6ddb6cd39e4744c7af84a5c323e447da (DEFAULT_TABLE table=test-workload [id=b86f3bc59f104ae0a7b627ba7565617c]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:43:09.465456  7491 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ddb6cd39e4744c7af84a5c323e447da. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:09.466061  7624 tablet_bootstrap.cc:654] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:09.486588  7626 tablet_bootstrap.cc:492] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7: Bootstrap starting.
I20260608 12:43:09.494802  7626 tablet_bootstrap.cc:654] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:09.524499  7626 tablet_bootstrap.cc:492] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7: No bootstrap required, opened a new log
I20260608 12:43:09.525347  7626 ts_tablet_manager.cc:1403] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7: Time spent bootstrapping tablet: real 0.039s	user 0.024s	sys 0.000s
I20260608 12:43:09.530596  7626 raft_consensus.cc:359] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:09.533759  7626 raft_consensus.cc:385] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:09.531787  7628 tablet_bootstrap.cc:492] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063: Bootstrap starting.
I20260608 12:43:09.534415  7626 raft_consensus.cc:740] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 810b2df1e62c4bd2a5a74f4eed8cccc7, State: Initialized, Role: FOLLOWER
I20260608 12:43:09.535760  7626 consensus_queue.cc:260] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:09.542007  7624 tablet_bootstrap.cc:492] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc: No bootstrap required, opened a new log
I20260608 12:43:09.542935  7624 ts_tablet_manager.cc:1403] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc: Time spent bootstrapping tablet: real 0.088s	user 0.034s	sys 0.044s
I20260608 12:43:09.549773  7624 raft_consensus.cc:359] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:09.550767  7624 raft_consensus.cc:385] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:09.551132  7624 raft_consensus.cc:740] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: db2bb949990c4c119dad23ef65c4bfcc, State: Initialized, Role: FOLLOWER
I20260608 12:43:09.551676  7626 ts_tablet_manager.cc:1434] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7: Time spent starting tablet: real 0.025s	user 0.016s	sys 0.005s
I20260608 12:43:09.552184  7628 tablet_bootstrap.cc:654] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:09.552066  7624 consensus_queue.cc:260] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:09.553138  7626 tablet_bootstrap.cc:492] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7: Bootstrap starting.
I20260608 12:43:09.561360  7626 tablet_bootstrap.cc:654] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:09.567016  7629 raft_consensus.cc:493] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:09.567659  7629 raft_consensus.cc:515] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:09.570086  7624 ts_tablet_manager.cc:1434] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc: Time spent starting tablet: real 0.023s	user 0.010s	sys 0.012s
I20260608 12:43:09.571681  7624 tablet_bootstrap.cc:492] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc: Bootstrap starting.
I20260608 12:43:09.576752  7626 tablet_bootstrap.cc:492] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7: No bootstrap required, opened a new log
I20260608 12:43:09.577412  7626 ts_tablet_manager.cc:1403] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7: Time spent bootstrapping tablet: real 0.025s	user 0.005s	sys 0.013s
I20260608 12:43:09.579685  7624 tablet_bootstrap.cc:654] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:09.582468  7626 raft_consensus.cc:359] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:09.583557  7626 raft_consensus.cc:385] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:09.582912  7629 leader_election.cc:290] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 605b07400acc44f09a41e07c67aa4063 (127.0.107.194:44939), db2bb949990c4c119dad23ef65c4bfcc (127.0.107.195:33487)
I20260608 12:43:09.584048  7626 raft_consensus.cc:740] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 810b2df1e62c4bd2a5a74f4eed8cccc7, State: Initialized, Role: FOLLOWER
I20260608 12:43:09.585649  7626 consensus_queue.cc:260] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:09.588884  7626 ts_tablet_manager.cc:1434] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7: Time spent starting tablet: real 0.011s	user 0.010s	sys 0.000s
I20260608 12:43:09.590521  7626 tablet_bootstrap.cc:492] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7: Bootstrap starting.
I20260608 12:43:09.590929  7628 tablet_bootstrap.cc:492] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063: No bootstrap required, opened a new log
I20260608 12:43:09.591512  7628 ts_tablet_manager.cc:1403] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063: Time spent bootstrapping tablet: real 0.060s	user 0.016s	sys 0.014s
I20260608 12:43:09.595036  7628 raft_consensus.cc:359] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } }
I20260608 12:43:09.595873  7628 raft_consensus.cc:385] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:09.596226  7628 raft_consensus.cc:740] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 605b07400acc44f09a41e07c67aa4063, State: Initialized, Role: FOLLOWER
I20260608 12:43:09.597106  7628 consensus_queue.cc:260] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } }
I20260608 12:43:09.599804  7626 tablet_bootstrap.cc:654] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:09.602892  7628 ts_tablet_manager.cc:1434] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.003s
I20260608 12:43:09.609213  7628 tablet_bootstrap.cc:492] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063: Bootstrap starting.
I20260608 12:43:09.618130  7626 tablet_bootstrap.cc:492] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7: No bootstrap required, opened a new log
I20260608 12:43:09.619642  7628 tablet_bootstrap.cc:654] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:09.620147  7626 ts_tablet_manager.cc:1403] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7: Time spent bootstrapping tablet: real 0.030s	user 0.025s	sys 0.000s
I20260608 12:43:09.623498  7626 raft_consensus.cc:359] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } }
I20260608 12:43:09.624015  7624 tablet_bootstrap.cc:492] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc: No bootstrap required, opened a new log
I20260608 12:43:09.624311  7626 raft_consensus.cc:385] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:09.624727  7626 raft_consensus.cc:740] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 810b2df1e62c4bd2a5a74f4eed8cccc7, State: Initialized, Role: FOLLOWER
I20260608 12:43:09.624811  7624 ts_tablet_manager.cc:1403] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc: Time spent bootstrapping tablet: real 0.053s	user 0.013s	sys 0.031s
I20260608 12:43:09.629218  7624 raft_consensus.cc:359] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } }
I20260608 12:43:09.630343  7624 raft_consensus.cc:385] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:09.630343  7578 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71da0648cb4142f884944e91b4100a67" candidate_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db2bb949990c4c119dad23ef65c4bfcc" is_pre_election: true
I20260608 12:43:09.631083  7624 raft_consensus.cc:740] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: db2bb949990c4c119dad23ef65c4bfcc, State: Initialized, Role: FOLLOWER
I20260608 12:43:09.632767  7624 consensus_queue.cc:260] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } }
I20260608 12:43:09.633831  7626 consensus_queue.cc:260] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } }
I20260608 12:43:09.634956  7504 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71da0648cb4142f884944e91b4100a67" candidate_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "605b07400acc44f09a41e07c67aa4063" is_pre_election: true
I20260608 12:43:09.636519  7626 ts_tablet_manager.cc:1434] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7: Time spent starting tablet: real 0.016s	user 0.007s	sys 0.000s
I20260608 12:43:09.637650  7626 tablet_bootstrap.cc:492] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7: Bootstrap starting.
W20260608 12:43:09.632884  7394 leader_election.cc:343] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer db2bb949990c4c119dad23ef65c4bfcc (127.0.107.195:33487): Illegal state: must be running to vote when last-logged opid is not known
W20260608 12:43:09.639565  7393 leader_election.cc:343] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 605b07400acc44f09a41e07c67aa4063 (127.0.107.194:44939): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:43:09.640069  7393 leader_election.cc:304] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [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: 810b2df1e62c4bd2a5a74f4eed8cccc7; no voters: 605b07400acc44f09a41e07c67aa4063, db2bb949990c4c119dad23ef65c4bfcc
I20260608 12:43:09.641086  7629 raft_consensus.cc:2749] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:43:09.645226  7626 tablet_bootstrap.cc:654] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:09.645421  7624 ts_tablet_manager.cc:1434] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc: Time spent starting tablet: real 0.020s	user 0.011s	sys 0.000s
I20260608 12:43:09.654772  7624 tablet_bootstrap.cc:492] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc: Bootstrap starting.
I20260608 12:43:09.657963  7628 tablet_bootstrap.cc:492] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063: No bootstrap required, opened a new log
I20260608 12:43:09.658643  7628 ts_tablet_manager.cc:1403] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063: Time spent bootstrapping tablet: real 0.050s	user 0.029s	sys 0.012s
I20260608 12:43:09.659983  7626 tablet_bootstrap.cc:492] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7: No bootstrap required, opened a new log
I20260608 12:43:09.660557  7626 ts_tablet_manager.cc:1403] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7: Time spent bootstrapping tablet: real 0.023s	user 0.013s	sys 0.007s
I20260608 12:43:09.662159  7624 tablet_bootstrap.cc:654] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:09.662117  7628 raft_consensus.cc:359] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:09.663183  7628 raft_consensus.cc:385] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:09.663499  7628 raft_consensus.cc:740] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 605b07400acc44f09a41e07c67aa4063, State: Initialized, Role: FOLLOWER
I20260608 12:43:09.663852  7626 raft_consensus.cc:359] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:09.664629  7626 raft_consensus.cc:385] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:09.664355  7628 consensus_queue.cc:260] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:09.664973  7626 raft_consensus.cc:740] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 810b2df1e62c4bd2a5a74f4eed8cccc7, State: Initialized, Role: FOLLOWER
I20260608 12:43:09.666002  7626 consensus_queue.cc:260] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:09.666862  7628 ts_tablet_manager.cc:1434] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:43:09.667989  7628 tablet_bootstrap.cc:492] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063: Bootstrap starting.
I20260608 12:43:09.668453  7626 ts_tablet_manager.cc:1434] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.004s
I20260608 12:43:09.668756  7636 raft_consensus.cc:493] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:09.669304  7636 raft_consensus.cc:515] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:09.672554  7636 leader_election.cc:290] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 810b2df1e62c4bd2a5a74f4eed8cccc7 (127.0.107.193:43527), db2bb949990c4c119dad23ef65c4bfcc (127.0.107.195:33487)
I20260608 12:43:09.674084  7628 tablet_bootstrap.cc:654] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:09.696573  7624 tablet_bootstrap.cc:492] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc: No bootstrap required, opened a new log
I20260608 12:43:09.696619  7429 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f8e3fc7fe145478788d434b8a58dae08" candidate_uuid: "605b07400acc44f09a41e07c67aa4063" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" is_pre_election: true
I20260608 12:43:09.697203  7624 ts_tablet_manager.cc:1403] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc: Time spent bootstrapping tablet: real 0.043s	user 0.009s	sys 0.001s
I20260608 12:43:09.697903  7429 raft_consensus.cc:2468] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 605b07400acc44f09a41e07c67aa4063 in term 0.
I20260608 12:43:09.699520  7469 leader_election.cc:304] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 605b07400acc44f09a41e07c67aa4063, 810b2df1e62c4bd2a5a74f4eed8cccc7; no voters: 
I20260608 12:43:09.699888  7578 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f8e3fc7fe145478788d434b8a58dae08" candidate_uuid: "605b07400acc44f09a41e07c67aa4063" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db2bb949990c4c119dad23ef65c4bfcc" is_pre_election: true
I20260608 12:43:09.700423  7636 raft_consensus.cc:2804] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [term 0 FOLLOWER]: Leader pre-election won for term 1
W20260608 12:43:09.700522  7604 tablet.cc:2404] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:43:09.700615  7578 raft_consensus.cc:2468] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 605b07400acc44f09a41e07c67aa4063 in term 0.
I20260608 12:43:09.700896  7636 raft_consensus.cc:493] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:09.701563  7636 raft_consensus.cc:3060] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:09.700953  7624 raft_consensus.cc:359] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:09.702103  7624 raft_consensus.cc:385] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:09.702445  7624 raft_consensus.cc:740] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: db2bb949990c4c119dad23ef65c4bfcc, State: Initialized, Role: FOLLOWER
I20260608 12:43:09.703291  7628 tablet_bootstrap.cc:492] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063: No bootstrap required, opened a new log
I20260608 12:43:09.703311  7624 consensus_queue.cc:260] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:09.704015  7628 ts_tablet_manager.cc:1403] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063: Time spent bootstrapping tablet: real 0.036s	user 0.011s	sys 0.016s
I20260608 12:43:09.706007  7624 ts_tablet_manager.cc:1434] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:43:09.707159  7624 tablet_bootstrap.cc:492] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc: Bootstrap starting.
I20260608 12:43:09.707566  7628 raft_consensus.cc:359] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:09.709308  7628 raft_consensus.cc:385] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:09.709661  7628 raft_consensus.cc:740] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 605b07400acc44f09a41e07c67aa4063, State: Initialized, Role: FOLLOWER
I20260608 12:43:09.710727  7628 consensus_queue.cc:260] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:09.714241  7628 ts_tablet_manager.cc:1434] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260608 12:43:09.715510  7624 tablet_bootstrap.cc:654] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:09.715561  7628 tablet_bootstrap.cc:492] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063: Bootstrap starting.
I20260608 12:43:09.719242  7636 raft_consensus.cc:515] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:09.721585  7636 leader_election.cc:290] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [CANDIDATE]: Term 1 election: Requested vote from peers 810b2df1e62c4bd2a5a74f4eed8cccc7 (127.0.107.193:43527), db2bb949990c4c119dad23ef65c4bfcc (127.0.107.195:33487)
I20260608 12:43:09.723098  7429 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f8e3fc7fe145478788d434b8a58dae08" candidate_uuid: "605b07400acc44f09a41e07c67aa4063" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7"
I20260608 12:43:09.724871  7429 raft_consensus.cc:3060] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:09.724771  7578 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f8e3fc7fe145478788d434b8a58dae08" candidate_uuid: "605b07400acc44f09a41e07c67aa4063" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db2bb949990c4c119dad23ef65c4bfcc"
I20260608 12:43:09.725281  7628 tablet_bootstrap.cc:654] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:09.725553  7578 raft_consensus.cc:3060] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:09.728231  7624 tablet_bootstrap.cc:492] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc: No bootstrap required, opened a new log
I20260608 12:43:09.728833  7624 ts_tablet_manager.cc:1403] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc: Time spent bootstrapping tablet: real 0.022s	user 0.015s	sys 0.005s
I20260608 12:43:09.734095  7429 raft_consensus.cc:2468] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 605b07400acc44f09a41e07c67aa4063 in term 1.
I20260608 12:43:09.733570  7624 raft_consensus.cc:359] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:09.735651  7469 leader_election.cc:304] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [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: 605b07400acc44f09a41e07c67aa4063, 810b2df1e62c4bd2a5a74f4eed8cccc7; no voters: 
I20260608 12:43:09.736598  7578 raft_consensus.cc:2468] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 605b07400acc44f09a41e07c67aa4063 in term 1.
I20260608 12:43:09.736836  7624 raft_consensus.cc:385] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:09.738431  7624 raft_consensus.cc:740] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: db2bb949990c4c119dad23ef65c4bfcc, State: Initialized, Role: FOLLOWER
I20260608 12:43:09.737432  7636 raft_consensus.cc:2804] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:09.739956  7636 raft_consensus.cc:697] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [term 1 LEADER]: Becoming Leader. State: Replica: 605b07400acc44f09a41e07c67aa4063, State: Running, Role: LEADER
I20260608 12:43:09.739854  7624 consensus_queue.cc:260] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:09.740501  7628 tablet_bootstrap.cc:492] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063: No bootstrap required, opened a new log
I20260608 12:43:09.741039  7628 ts_tablet_manager.cc:1403] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063: Time spent bootstrapping tablet: real 0.026s	user 0.019s	sys 0.004s
I20260608 12:43:09.740989  7636 consensus_queue.cc:237] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:09.742508  7624 ts_tablet_manager.cc:1434] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.004s
I20260608 12:43:09.744531  7628 raft_consensus.cc:359] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:09.745309  7628 raft_consensus.cc:385] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:09.745667  7628 raft_consensus.cc:740] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 605b07400acc44f09a41e07c67aa4063, State: Initialized, Role: FOLLOWER
I20260608 12:43:09.746631  7628 consensus_queue.cc:260] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:09.748950  7628 ts_tablet_manager.cc:1434] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:43:09.752739  7325 catalog_manager.cc:5696] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 reported cstate change: term changed from 0 to 1, leader changed from <none> to 605b07400acc44f09a41e07c67aa4063 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "605b07400acc44f09a41e07c67aa4063" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:09.760715  7629 raft_consensus.cc:493] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:09.761245  7629 raft_consensus.cc:515] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } }
I20260608 12:43:09.762872  7636 raft_consensus.cc:493] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:09.763443  7629 leader_election.cc:290] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers db2bb949990c4c119dad23ef65c4bfcc (127.0.107.195:33487), 605b07400acc44f09a41e07c67aa4063 (127.0.107.194:44939)
I20260608 12:43:09.763468  7636 raft_consensus.cc:515] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:09.764271  7578 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50b3e288ea7041b584651989957e0e44" candidate_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db2bb949990c4c119dad23ef65c4bfcc" is_pre_election: true
I20260608 12:43:09.764810  7504 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50b3e288ea7041b584651989957e0e44" candidate_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "605b07400acc44f09a41e07c67aa4063" is_pre_election: true
I20260608 12:43:09.765894  7504 raft_consensus.cc:2468] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 810b2df1e62c4bd2a5a74f4eed8cccc7 in term 0.
I20260608 12:43:09.766360  7636 leader_election.cc:290] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 810b2df1e62c4bd2a5a74f4eed8cccc7 (127.0.107.193:43527), db2bb949990c4c119dad23ef65c4bfcc (127.0.107.195:33487)
I20260608 12:43:09.765769  7578 raft_consensus.cc:2468] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 810b2df1e62c4bd2a5a74f4eed8cccc7 in term 0.
I20260608 12:43:09.768510  7577 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ddb6cd39e4744c7af84a5c323e447da" candidate_uuid: "605b07400acc44f09a41e07c67aa4063" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db2bb949990c4c119dad23ef65c4bfcc" is_pre_election: true
I20260608 12:43:09.769057  7429 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ddb6cd39e4744c7af84a5c323e447da" candidate_uuid: "605b07400acc44f09a41e07c67aa4063" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" is_pre_election: true
I20260608 12:43:09.774497  7577 raft_consensus.cc:2468] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 605b07400acc44f09a41e07c67aa4063 in term 0.
I20260608 12:43:09.774528  7429 raft_consensus.cc:2468] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 605b07400acc44f09a41e07c67aa4063 in term 0.
I20260608 12:43:09.774727  7393 leader_election.cc:304] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 605b07400acc44f09a41e07c67aa4063, 810b2df1e62c4bd2a5a74f4eed8cccc7; no voters: 
I20260608 12:43:09.775918  7629 raft_consensus.cc:2804] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:09.776155  7469 leader_election.cc:304] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 605b07400acc44f09a41e07c67aa4063, 810b2df1e62c4bd2a5a74f4eed8cccc7; no voters: 
I20260608 12:43:09.776319  7629 raft_consensus.cc:493] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:09.776935  7629 raft_consensus.cc:3060] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:09.777076  7636 raft_consensus.cc:2804] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:09.777511  7636 raft_consensus.cc:493] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:09.777915  7636 raft_consensus.cc:3060] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:09.784844  7629 raft_consensus.cc:515] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } }
I20260608 12:43:09.784945  7636 raft_consensus.cc:515] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:09.787314  7636 leader_election.cc:290] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [CANDIDATE]: Term 1 election: Requested vote from peers 810b2df1e62c4bd2a5a74f4eed8cccc7 (127.0.107.193:43527), db2bb949990c4c119dad23ef65c4bfcc (127.0.107.195:33487)
I20260608 12:43:09.788195  7429 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ddb6cd39e4744c7af84a5c323e447da" candidate_uuid: "605b07400acc44f09a41e07c67aa4063" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7"
I20260608 12:43:09.788451  7504 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50b3e288ea7041b584651989957e0e44" candidate_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "605b07400acc44f09a41e07c67aa4063"
I20260608 12:43:09.788475  7577 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50b3e288ea7041b584651989957e0e44" candidate_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db2bb949990c4c119dad23ef65c4bfcc"
I20260608 12:43:09.788920  7429 raft_consensus.cc:3060] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:09.788949  7578 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ddb6cd39e4744c7af84a5c323e447da" candidate_uuid: "605b07400acc44f09a41e07c67aa4063" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db2bb949990c4c119dad23ef65c4bfcc"
W20260608 12:43:09.793179  7375 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:43:09.789388  7577 raft_consensus.cc:3060] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:09.794021  7578 raft_consensus.cc:3060] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:09.789373  7504 raft_consensus.cc:3060] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:09.798033  7429 raft_consensus.cc:2468] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 605b07400acc44f09a41e07c67aa4063 in term 1.
I20260608 12:43:09.789140  7629 leader_election.cc:290] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [CANDIDATE]: Term 1 election: Requested vote from peers db2bb949990c4c119dad23ef65c4bfcc (127.0.107.195:33487), 605b07400acc44f09a41e07c67aa4063 (127.0.107.194:44939)
I20260608 12:43:09.799670  7469 leader_election.cc:304] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [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: 605b07400acc44f09a41e07c67aa4063, 810b2df1e62c4bd2a5a74f4eed8cccc7; no voters: 
I20260608 12:43:09.800745  7636 raft_consensus.cc:2804] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:09.801292  7636 raft_consensus.cc:697] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [term 1 LEADER]: Becoming Leader. State: Replica: 605b07400acc44f09a41e07c67aa4063, State: Running, Role: LEADER
I20260608 12:43:09.802472  7504 raft_consensus.cc:2468] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 810b2df1e62c4bd2a5a74f4eed8cccc7 in term 1.
I20260608 12:43:09.802201  7636 consensus_queue.cc:237] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:09.802696  7578 raft_consensus.cc:2468] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 605b07400acc44f09a41e07c67aa4063 in term 1.
I20260608 12:43:09.803800  7393 leader_election.cc:304] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [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: 605b07400acc44f09a41e07c67aa4063, 810b2df1e62c4bd2a5a74f4eed8cccc7; no voters: 
I20260608 12:43:09.804008  7577 raft_consensus.cc:2468] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 810b2df1e62c4bd2a5a74f4eed8cccc7 in term 1.
I20260608 12:43:09.804790  7629 raft_consensus.cc:2804] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:09.806217  7629 raft_consensus.cc:697] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 LEADER]: Becoming Leader. State: Replica: 810b2df1e62c4bd2a5a74f4eed8cccc7, State: Running, Role: LEADER
I20260608 12:43:09.807261  7629 consensus_queue.cc:237] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } }
I20260608 12:43:09.812731  7327 catalog_manager.cc:5696] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 reported cstate change: term changed from 0 to 1, leader changed from <none> to 605b07400acc44f09a41e07c67aa4063 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "605b07400acc44f09a41e07c67aa4063" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:09.816370  7325 catalog_manager.cc:5696] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 reported cstate change: term changed from 0 to 1, leader changed from <none> to 810b2df1e62c4bd2a5a74f4eed8cccc7 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:10.092880  7630 raft_consensus.cc:493] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:10.093472  7630 raft_consensus.cc:515] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:10.095927  7630 leader_election.cc:290] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 810b2df1e62c4bd2a5a74f4eed8cccc7 (127.0.107.193:43527), 605b07400acc44f09a41e07c67aa4063 (127.0.107.194:44939)
I20260608 12:43:10.107410  7429 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71da0648cb4142f884944e91b4100a67" candidate_uuid: "db2bb949990c4c119dad23ef65c4bfcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" is_pre_election: true
I20260608 12:43:10.107578  7504 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71da0648cb4142f884944e91b4100a67" candidate_uuid: "db2bb949990c4c119dad23ef65c4bfcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "605b07400acc44f09a41e07c67aa4063" is_pre_election: true
I20260608 12:43:10.108119  7429 raft_consensus.cc:2468] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate db2bb949990c4c119dad23ef65c4bfcc in term 0.
I20260608 12:43:10.108240  7504 raft_consensus.cc:2468] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate db2bb949990c4c119dad23ef65c4bfcc in term 0.
I20260608 12:43:10.109424  7543 leader_election.cc:304] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 810b2df1e62c4bd2a5a74f4eed8cccc7, db2bb949990c4c119dad23ef65c4bfcc; no voters: 
I20260608 12:43:10.110304  7630 raft_consensus.cc:2804] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:10.110702  7630 raft_consensus.cc:493] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:10.111013  7630 raft_consensus.cc:3060] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:10.116948  7630 raft_consensus.cc:515] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:10.118784  7630 leader_election.cc:290] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [CANDIDATE]: Term 1 election: Requested vote from peers 810b2df1e62c4bd2a5a74f4eed8cccc7 (127.0.107.193:43527), 605b07400acc44f09a41e07c67aa4063 (127.0.107.194:44939)
I20260608 12:43:10.119957  7429 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71da0648cb4142f884944e91b4100a67" candidate_uuid: "db2bb949990c4c119dad23ef65c4bfcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7"
I20260608 12:43:10.120131  7504 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71da0648cb4142f884944e91b4100a67" candidate_uuid: "db2bb949990c4c119dad23ef65c4bfcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "605b07400acc44f09a41e07c67aa4063"
I20260608 12:43:10.120548  7429 raft_consensus.cc:3060] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:10.120791  7504 raft_consensus.cc:3060] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:10.125669  7429 raft_consensus.cc:2468] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate db2bb949990c4c119dad23ef65c4bfcc in term 1.
I20260608 12:43:10.125716  7504 raft_consensus.cc:2468] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate db2bb949990c4c119dad23ef65c4bfcc in term 1.
I20260608 12:43:10.127269  7543 leader_election.cc:304] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [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: 810b2df1e62c4bd2a5a74f4eed8cccc7, db2bb949990c4c119dad23ef65c4bfcc; no voters: 
I20260608 12:43:10.128063  7630 raft_consensus.cc:2804] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:10.129061  7630 raft_consensus.cc:697] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [term 1 LEADER]: Becoming Leader. State: Replica: db2bb949990c4c119dad23ef65c4bfcc, State: Running, Role: LEADER
I20260608 12:43:10.130053  7630 consensus_queue.cc:237] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:10.135393  7636 consensus_queue.cc:1048] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [LEADER]: Connected to new peer: Peer: permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:43:10.138666  7325 catalog_manager.cc:5696] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc reported cstate change: term changed from 0 to 1, leader changed from <none> to db2bb949990c4c119dad23ef65c4bfcc (127.0.107.195). New cstate: current_term: 1 leader_uuid: "db2bb949990c4c119dad23ef65c4bfcc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } health_report { overall_health: HEALTHY } } }
I20260608 12:43:10.152072  7644 consensus_queue.cc:1048] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [LEADER]: Connected to new peer: Peer: permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:10.205287  7636 consensus_queue.cc:1048] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [LEADER]: Connected to new peer: Peer: permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:43:10.217857  7657 consensus_queue.cc:1048] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [LEADER]: Connected to new peer: Peer: permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:10.264884  7629 consensus_queue.cc:1048] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:43:10.279204  7629 consensus_queue.cc:1048] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:10.287341   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:43:10.317914   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:10.318794   431 tablet_replica.cc:333] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7: stopping tablet replica
I20260608 12:43:10.319449   431 raft_consensus.cc:2243] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:10.319947   431 raft_consensus.cc:2272] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:10.322580   431 tablet_replica.cc:333] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7: stopping tablet replica
I20260608 12:43:10.323181   431 raft_consensus.cc:2243] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:10.324044   431 raft_consensus.cc:2272] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:10.326494   431 tablet_replica.cc:333] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7: stopping tablet replica
I20260608 12:43:10.327077   431 raft_consensus.cc:2243] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:10.327530   431 raft_consensus.cc:2272] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:10.330279   431 tablet_replica.cc:333] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7: stopping tablet replica
I20260608 12:43:10.330860   431 raft_consensus.cc:2243] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:10.331264   431 raft_consensus.cc:2272] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:10.355504   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:43:10.370012   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:43:10.395936   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:10.396816   431 tablet_replica.cc:333] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063: stopping tablet replica
I20260608 12:43:10.397428   431 raft_consensus.cc:2243] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:10.397886   431 raft_consensus.cc:2272] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:10.399837   431 tablet_replica.cc:333] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063: stopping tablet replica
I20260608 12:43:10.400354   431 raft_consensus.cc:2243] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:10.401216   431 raft_consensus.cc:2272] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:10.403517   431 tablet_replica.cc:333] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063: stopping tablet replica
I20260608 12:43:10.404024   431 raft_consensus.cc:2243] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:10.404783   431 raft_consensus.cc:2272] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:10.407251   431 tablet_replica.cc:333] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063: stopping tablet replica
I20260608 12:43:10.407722   431 raft_consensus.cc:2243] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:10.408087   431 raft_consensus.cc:2272] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:10.433642   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:43:10.448289   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:43:10.476227   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:10.477111   431 tablet_replica.cc:333] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc: stopping tablet replica
I20260608 12:43:10.477741   431 raft_consensus.cc:2243] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:10.478487   431 pending_rounds.cc:70] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc: Trying to abort 1 pending ops.
I20260608 12:43:10.478665   431 pending_rounds.cc:77] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658929181282304 op_type: NO_OP noop_request { }
I20260608 12:43:10.479048   431 raft_consensus.cc:2889] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:43:10.479370   431 raft_consensus.cc:2272] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:10.481716   431 tablet_replica.cc:333] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc: stopping tablet replica
I20260608 12:43:10.482390   431 raft_consensus.cc:2243] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:10.482856   431 raft_consensus.cc:2272] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:10.485236   431 tablet_replica.cc:333] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc: stopping tablet replica
I20260608 12:43:10.485863   431 raft_consensus.cc:2243] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:10.486302   431 raft_consensus.cc:2272] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:10.488819   431 tablet_replica.cc:333] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc: stopping tablet replica
I20260608 12:43:10.489392   431 raft_consensus.cc:2243] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:10.490067   431 raft_consensus.cc:2272] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:10.514429   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:43:10.531108   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:10.538196  7667 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:10.538602  7668 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:10.539882   431 server_base.cc:1061] running on GCE node
W20260608 12:43:10.540112  7670 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:10.541864   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:10.542243   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:10.542528   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922590542513 us; error 0 us; skew 500 ppm
I20260608 12:43:10.543223   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:10.546322   431 webserver.cc:533] Webserver started at http://127.0.107.196:44769/ using document root <none> and password file <none>
I20260608 12:43:10.546965   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:10.547278   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:10.547681   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:10.549173   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-3-root/instance:
uuid: "d88281449113428cbc792bedc4e38fda"
format_stamp: "Formatted at 2026-06-08 12:43:10 on dist-test-slave-1zds"
I20260608 12:43:10.554797   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:43:10.558806  7675 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:10.559707   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:43:10.560150   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-3-root
uuid: "d88281449113428cbc792bedc4e38fda"
format_stamp: "Formatted at 2026-06-08 12:43:10 on dist-test-slave-1zds"
I20260608 12:43:10.560567   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:10.580969   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:10.582472   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:10.584107   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:10.586757   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:10.587074   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:10.587409   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:10.587688   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:10.629776   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:38921
I20260608 12:43:10.629943  7737 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:38921 every 8 connection(s)
I20260608 12:43:10.646004  7738 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40167
I20260608 12:43:10.646651  7738 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:10.647516  7738 heartbeater.cc:507] Master 127.0.107.254:40167 requested a full tablet report, sending...
I20260608 12:43:10.650153  7327 ts_manager.cc:194] Registered new tserver with Master: d88281449113428cbc792bedc4e38fda (127.0.107.196:38921)
I20260608 12:43:10.651697  7327 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42240
W20260608 12:43:10.807912  7375 auto_rebalancer.cc:591] Failed to schedule move for tablet 71da0648cb4142f884944e91b4100a67: Network error: Client connection negotiation failed: client connection to 127.0.107.195:33487: connect: Connection refused (error 111)
W20260608 12:43:10.811954  7375 auto_rebalancer.cc:591] Failed to schedule move for tablet 6ddb6cd39e4744c7af84a5c323e447da: Network error: Client connection negotiation failed: client connection to 127.0.107.194:44939: connect: Connection refused (error 111)
W20260608 12:43:10.815534  7375 auto_rebalancer.cc:591] Failed to schedule move for tablet 50b3e288ea7041b584651989957e0e44: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43527: connect: Connection refused (error 111)
I20260608 12:43:11.654618  7738 heartbeater.cc:499] Master 127.0.107.254:40167 was elected leader, sending a full tablet report...
W20260608 12:43:11.828913  7375 auto_rebalancer.cc:591] Failed to schedule move for tablet f8e3fc7fe145478788d434b8a58dae08: Network error: Client connection negotiation failed: client connection to 127.0.107.194:44939: connect: Connection refused (error 111)
W20260608 12:43:11.832701  7375 auto_rebalancer.cc:591] Failed to schedule move for tablet 71da0648cb4142f884944e91b4100a67: Network error: Client connection negotiation failed: client connection to 127.0.107.195:33487: connect: Connection refused (error 111)
W20260608 12:43:11.836380  7375 auto_rebalancer.cc:591] Failed to schedule move for tablet 6ddb6cd39e4744c7af84a5c323e447da: Network error: Client connection negotiation failed: client connection to 127.0.107.194:44939: connect: Connection refused (error 111)
W20260608 12:43:12.872442  7375 auto_rebalancer.cc:591] Failed to schedule move for tablet 6ddb6cd39e4744c7af84a5c323e447da: Network error: Client connection negotiation failed: client connection to 127.0.107.194:44939: connect: Connection refused (error 111)
W20260608 12:43:12.877161  7375 auto_rebalancer.cc:591] Failed to schedule move for tablet 50b3e288ea7041b584651989957e0e44: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43527: connect: Connection refused (error 111)
W20260608 12:43:12.881855  7375 auto_rebalancer.cc:591] Failed to schedule move for tablet 71da0648cb4142f884944e91b4100a67: Network error: Client connection negotiation failed: client connection to 127.0.107.195:33487: connect: Connection refused (error 111)
W20260608 12:43:13.895934  7375 auto_rebalancer.cc:591] Failed to schedule move for tablet 6ddb6cd39e4744c7af84a5c323e447da: Network error: Client connection negotiation failed: client connection to 127.0.107.194:44939: connect: Connection refused (error 111)
W20260608 12:43:13.899264  7375 auto_rebalancer.cc:591] Failed to schedule move for tablet 50b3e288ea7041b584651989957e0e44: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43527: connect: Connection refused (error 111)
W20260608 12:43:13.902686  7375 auto_rebalancer.cc:591] Failed to schedule move for tablet f8e3fc7fe145478788d434b8a58dae08: Network error: Client connection negotiation failed: client connection to 127.0.107.194:44939: connect: Connection refused (error 111)
W20260608 12:43:14.918886  7375 auto_rebalancer.cc:591] Failed to schedule move for tablet 71da0648cb4142f884944e91b4100a67: Network error: Client connection negotiation failed: client connection to 127.0.107.195:33487: connect: Connection refused (error 111)
W20260608 12:43:14.922853  7375 auto_rebalancer.cc:591] Failed to schedule move for tablet 50b3e288ea7041b584651989957e0e44: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43527: connect: Connection refused (error 111)
W20260608 12:43:14.926901  7375 auto_rebalancer.cc:591] Failed to schedule move for tablet f8e3fc7fe145478788d434b8a58dae08: Network error: Client connection negotiation failed: client connection to 127.0.107.194:44939: connect: Connection refused (error 111)
W20260608 12:43:15.929452  7375 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 810b2df1e62c4bd2a5a74f4eed8cccc7 not available for placement
W20260608 12:43:16.931989  7375 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 810b2df1e62c4bd2a5a74f4eed8cccc7 not available for placement
I20260608 12:43:17.670318   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:17.678907  7747 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:17.679997  7748 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:17.680935  7750 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:17.685021   431 server_base.cc:1061] running on GCE node
I20260608 12:43:17.687589   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:17.687927   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:17.688195   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922597688152 us; error 0 us; skew 500 ppm
I20260608 12:43:17.689270   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:17.692811   431 webserver.cc:533] Webserver started at http://127.0.107.193:38631/ using document root <none> and password file <none>
I20260608 12:43:17.693501   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:17.693748   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260608 12:43:17.698967   431 fs_manager.cc:714] Time spent opening directory manager: real 0.004s	user 0.001s	sys 0.002s
I20260608 12:43:17.703220  7755 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:17.704252   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:43:17.704635   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-0-root
uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7"
format_stamp: "Formatted at 2026-06-08 12:43:07 on dist-test-slave-1zds"
I20260608 12:43:17.704958   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:17.725996   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:17.727563   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:17.729492   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:17.734017  7762 ts_tablet_manager.cc:548] Loading tablet metadata (0/4 complete)
I20260608 12:43:17.759348   431 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260608 12:43:17.759773   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.027s	user 0.002s	sys 0.000s
I20260608 12:43:17.760123   431 ts_tablet_manager.cc:600] Registering tablets (0/4 complete)
I20260608 12:43:17.766122  7762 tablet_bootstrap.cc:492] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7: Bootstrap starting.
I20260608 12:43:17.777964   431 ts_tablet_manager.cc:616] Registered 4 tablets
I20260608 12:43:17.778375   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.018s	user 0.019s	sys 0.000s
I20260608 12:43:17.781981  7762 tablet_bootstrap.cc:492] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:43:17.782871  7762 tablet_bootstrap.cc:492] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7: Bootstrap complete.
I20260608 12:43:17.783591  7762 ts_tablet_manager.cc:1403] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7: Time spent bootstrapping tablet: real 0.018s	user 0.011s	sys 0.004s
I20260608 12:43:17.786469  7762 raft_consensus.cc:359] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:17.787173  7762 raft_consensus.cc:740] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 810b2df1e62c4bd2a5a74f4eed8cccc7, State: Initialized, Role: FOLLOWER
I20260608 12:43:17.788518  7762 consensus_queue.cc:260] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:17.792008  7762 ts_tablet_manager.cc:1434] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.001s
I20260608 12:43:17.793196  7762 tablet_bootstrap.cc:492] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7: Bootstrap starting.
I20260608 12:43:17.811249  7762 tablet_bootstrap.cc:492] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:43:17.812536  7762 tablet_bootstrap.cc:492] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7: Bootstrap complete.
I20260608 12:43:17.813535  7762 ts_tablet_manager.cc:1403] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7: Time spent bootstrapping tablet: real 0.021s	user 0.012s	sys 0.005s
I20260608 12:43:17.816931  7762 raft_consensus.cc:359] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:17.817711  7762 raft_consensus.cc:740] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 810b2df1e62c4bd2a5a74f4eed8cccc7, State: Initialized, Role: FOLLOWER
I20260608 12:43:17.818701  7762 consensus_queue.cc:260] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [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: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:17.820933  7762 ts_tablet_manager.cc:1434] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260608 12:43:17.822278  7762 tablet_bootstrap.cc:492] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7: Bootstrap starting.
I20260608 12:43:17.840662  7762 tablet_bootstrap.cc:492] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:43:17.842033  7762 tablet_bootstrap.cc:492] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7: Bootstrap complete.
I20260608 12:43:17.843089  7762 ts_tablet_manager.cc:1403] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7: Time spent bootstrapping tablet: real 0.021s	user 0.016s	sys 0.004s
I20260608 12:43:17.846365  7762 raft_consensus.cc:359] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } }
I20260608 12:43:17.847107  7762 raft_consensus.cc:740] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 810b2df1e62c4bd2a5a74f4eed8cccc7, State: Initialized, Role: FOLLOWER
I20260608 12:43:17.848011  7762 consensus_queue.cc:260] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [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: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } }
I20260608 12:43:17.849232   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:43527
I20260608 12:43:17.849400  7822 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:43527 every 8 connection(s)
I20260608 12:43:17.850539  7762 ts_tablet_manager.cc:1434] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:43:17.851471  7762 tablet_bootstrap.cc:492] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7: Bootstrap starting.
I20260608 12:43:17.855538   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:17.872435  7827 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:17.877971  7828 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:17.879208   431 server_base.cc:1061] running on GCE node
W20260608 12:43:17.879387  7830 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:17.880681   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:17.880960   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:17.881165   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922597881147 us; error 0 us; skew 500 ppm
I20260608 12:43:17.882043   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:17.883219  7762 tablet_bootstrap.cc:492] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:43:17.884549  7762 tablet_bootstrap.cc:492] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7: Bootstrap complete.
I20260608 12:43:17.884954  7823 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40167
I20260608 12:43:17.885321  7762 ts_tablet_manager.cc:1403] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7: Time spent bootstrapping tablet: real 0.034s	user 0.023s	sys 0.001s
I20260608 12:43:17.885480  7823 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:17.885954   431 webserver.cc:533] Webserver started at http://127.0.107.194:45361/ using document root <none> and password file <none>
I20260608 12:43:17.886593  7823 heartbeater.cc:507] Master 127.0.107.254:40167 requested a full tablet report, sending...
I20260608 12:43:17.886715   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:17.887048   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260608 12:43:17.888716  7762 raft_consensus.cc:359] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:17.889454  7762 raft_consensus.cc:740] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 810b2df1e62c4bd2a5a74f4eed8cccc7, State: Initialized, Role: FOLLOWER
I20260608 12:43:17.890403  7762 consensus_queue.cc:260] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7 [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: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:17.891078  7327 ts_manager.cc:194] Re-registered known tserver with Master: 810b2df1e62c4bd2a5a74f4eed8cccc7 (127.0.107.193:43527)
I20260608 12:43:17.892920   431 fs_manager.cc:714] Time spent opening directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:43:17.892987  7762 ts_tablet_manager.cc:1434] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.003s
I20260608 12:43:17.897044  7836 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:17.897220  7327 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48890
I20260608 12:43:17.898056   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:43:17.898419   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-1-root
uuid: "605b07400acc44f09a41e07c67aa4063"
format_stamp: "Formatted at 2026-06-08 12:43:07 on dist-test-slave-1zds"
I20260608 12:43:17.898778   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:17.900287  7823 heartbeater.cc:499] Master 127.0.107.254:40167 was elected leader, sending a full tablet report...
I20260608 12:43:17.913441   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:17.914896   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:17.916488   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
W20260608 12:43:17.934149  7375 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver db2bb949990c4c119dad23ef65c4bfcc not available for placement
I20260608 12:43:17.943373   431 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260608 12:43:17.943701   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.025s	user 0.001s	sys 0.000s
I20260608 12:43:17.948307  7843 tablet_bootstrap.cc:492] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063: Bootstrap starting.
I20260608 12:43:17.958772   431 ts_tablet_manager.cc:616] Registered 4 tablets
I20260608 12:43:17.959030   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.015s	user 0.015s	sys 0.000s
I20260608 12:43:17.959764  7843 tablet_bootstrap.cc:492] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:43:17.960533  7843 tablet_bootstrap.cc:492] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063: Bootstrap complete.
I20260608 12:43:17.961108  7843 ts_tablet_manager.cc:1403] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063: Time spent bootstrapping tablet: real 0.013s	user 0.005s	sys 0.004s
I20260608 12:43:17.963387  7843 raft_consensus.cc:359] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:17.963966  7843 raft_consensus.cc:740] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 605b07400acc44f09a41e07c67aa4063, State: Initialized, Role: FOLLOWER
I20260608 12:43:17.964648  7843 consensus_queue.cc:260] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:17.967675  7843 ts_tablet_manager.cc:1434] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.004s
I20260608 12:43:17.968472  7843 tablet_bootstrap.cc:492] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063: Bootstrap starting.
I20260608 12:43:17.984090  7843 tablet_bootstrap.cc:492] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:43:17.985373  7843 tablet_bootstrap.cc:492] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063: Bootstrap complete.
I20260608 12:43:17.986236  7843 ts_tablet_manager.cc:1403] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063: Time spent bootstrapping tablet: real 0.018s	user 0.012s	sys 0.005s
I20260608 12:43:17.989845  7843 raft_consensus.cc:359] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:17.990828  7843 raft_consensus.cc:740] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 605b07400acc44f09a41e07c67aa4063, State: Initialized, Role: FOLLOWER
I20260608 12:43:17.991791  7843 consensus_queue.cc:260] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [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: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:17.994328  7843 ts_tablet_manager.cc:1434] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:43:17.995419  7843 tablet_bootstrap.cc:492] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063: Bootstrap starting.
I20260608 12:43:18.014402  7843 tablet_bootstrap.cc:492] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:43:18.014605   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:44939
I20260608 12:43:18.014776  7903 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:44939 every 8 connection(s)
I20260608 12:43:18.015515  7843 tablet_bootstrap.cc:492] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063: Bootstrap complete.
I20260608 12:43:18.016161  7843 ts_tablet_manager.cc:1403] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063: Time spent bootstrapping tablet: real 0.021s	user 0.015s	sys 0.004s
I20260608 12:43:18.018682  7843 raft_consensus.cc:359] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } }
I20260608 12:43:18.019237  7843 raft_consensus.cc:740] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 605b07400acc44f09a41e07c67aa4063, State: Initialized, Role: FOLLOWER
I20260608 12:43:18.020283  7843 consensus_queue.cc:260] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [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: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } }
I20260608 12:43:18.021023   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:43:18.023151  7843 ts_tablet_manager.cc:1434] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:43:18.024147  7843 tablet_bootstrap.cc:492] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063: Bootstrap starting.
W20260608 12:43:18.031213  7908 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:18.034934  7907 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:18.036166  7904 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40167
I20260608 12:43:18.036681  7904 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:18.037529   431 server_base.cc:1061] running on GCE node
I20260608 12:43:18.037762  7904 heartbeater.cc:507] Master 127.0.107.254:40167 requested a full tablet report, sending...
W20260608 12:43:18.038161  7910 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:18.039294   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:18.039582   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:18.039805   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922598039788 us; error 0 us; skew 500 ppm
I20260608 12:43:18.040678   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:18.043483  7327 ts_manager.cc:194] Re-registered known tserver with Master: 605b07400acc44f09a41e07c67aa4063 (127.0.107.194:44939)
I20260608 12:43:18.046223  7843 tablet_bootstrap.cc:492] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:43:18.047096  7843 tablet_bootstrap.cc:492] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063: Bootstrap complete.
I20260608 12:43:18.047701  7843 ts_tablet_manager.cc:1403] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063: Time spent bootstrapping tablet: real 0.024s	user 0.021s	sys 0.000s
I20260608 12:43:18.048465   431 webserver.cc:533] Webserver started at http://127.0.107.195:34243/ using document root <none> and password file <none>
I20260608 12:43:18.049253   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:18.049484   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260608 12:43:18.050496  7843 raft_consensus.cc:359] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:18.051088  7843 raft_consensus.cc:740] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 605b07400acc44f09a41e07c67aa4063, State: Initialized, Role: FOLLOWER
I20260608 12:43:18.051483  7327 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48898
I20260608 12:43:18.051868  7843 consensus_queue.cc:260] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [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: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:18.054190  7843 ts_tablet_manager.cc:1434] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.000s
I20260608 12:43:18.054654   431 fs_manager.cc:714] Time spent opening directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260608 12:43:18.055148  7904 heartbeater.cc:499] Master 127.0.107.254:40167 was elected leader, sending a full tablet report...
I20260608 12:43:18.058549  7916 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:18.059484   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.002s
I20260608 12:43:18.059856   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-2-root
uuid: "db2bb949990c4c119dad23ef65c4bfcc"
format_stamp: "Formatted at 2026-06-08 12:43:08 on dist-test-slave-1zds"
I20260608 12:43:18.060227   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:18.073745   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:18.075021   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:18.076385   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:18.099421   431 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260608 12:43:18.099750   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.021s	user 0.002s	sys 0.000s
I20260608 12:43:18.104211  7923 tablet_bootstrap.cc:492] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc: Bootstrap starting.
I20260608 12:43:18.113931   431 ts_tablet_manager.cc:616] Registered 4 tablets
I20260608 12:43:18.114332   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.014s	user 0.015s	sys 0.000s
I20260608 12:43:18.117511  7923 tablet_bootstrap.cc:492] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260608 12:43:18.118474  7923 tablet_bootstrap.cc:492] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc: Bootstrap complete.
I20260608 12:43:18.119088  7923 ts_tablet_manager.cc:1403] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc: Time spent bootstrapping tablet: real 0.015s	user 0.002s	sys 0.011s
I20260608 12:43:18.121311  7923 raft_consensus.cc:359] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:18.122380  7923 raft_consensus.cc:740] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: db2bb949990c4c119dad23ef65c4bfcc, State: Initialized, Role: FOLLOWER
I20260608 12:43:18.123287  7923 consensus_queue.cc:260] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [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: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:18.126300  7923 ts_tablet_manager.cc:1434] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.001s
I20260608 12:43:18.127363  7923 tablet_bootstrap.cc:492] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc: Bootstrap starting.
I20260608 12:43:18.141856  7923 tablet_bootstrap.cc:492] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:43:18.142922  7923 tablet_bootstrap.cc:492] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc: Bootstrap complete.
I20260608 12:43:18.143725  7923 ts_tablet_manager.cc:1403] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc: Time spent bootstrapping tablet: real 0.017s	user 0.014s	sys 0.000s
I20260608 12:43:18.146211  7923 raft_consensus.cc:359] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:18.146839  7923 raft_consensus.cc:740] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: db2bb949990c4c119dad23ef65c4bfcc, State: Initialized, Role: FOLLOWER
I20260608 12:43:18.147660  7923 consensus_queue.cc:260] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc [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: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:18.150023  7923 ts_tablet_manager.cc:1434] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260608 12:43:18.150821  7923 tablet_bootstrap.cc:492] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc: Bootstrap starting.
I20260608 12:43:18.166383  7923 tablet_bootstrap.cc:492] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:43:18.167315  7923 tablet_bootstrap.cc:492] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc: Bootstrap complete.
I20260608 12:43:18.168102  7923 ts_tablet_manager.cc:1403] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc: Time spent bootstrapping tablet: real 0.017s	user 0.002s	sys 0.012s
I20260608 12:43:18.170682  7923 raft_consensus.cc:359] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } }
I20260608 12:43:18.171290  7923 raft_consensus.cc:740] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: db2bb949990c4c119dad23ef65c4bfcc, State: Initialized, Role: FOLLOWER
I20260608 12:43:18.172052  7923 consensus_queue.cc:260] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc [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: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } }
I20260608 12:43:18.174057  7923 ts_tablet_manager.cc:1434] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.005s
I20260608 12:43:18.175043  7923 tablet_bootstrap.cc:492] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc: Bootstrap starting.
I20260608 12:43:18.177943   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:33487
I20260608 12:43:18.178130  7983 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:33487 every 8 connection(s)
I20260608 12:43:18.191535  7923 tablet_bootstrap.cc:492] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:43:18.192699  7923 tablet_bootstrap.cc:492] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc: Bootstrap complete.
I20260608 12:43:18.193599  7923 ts_tablet_manager.cc:1403] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc: Time spent bootstrapping tablet: real 0.019s	user 0.006s	sys 0.008s
I20260608 12:43:18.196732  7984 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40167
I20260608 12:43:18.197456  7984 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:18.197111  7923 raft_consensus.cc:359] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:18.198307  7923 raft_consensus.cc:740] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: db2bb949990c4c119dad23ef65c4bfcc, State: Initialized, Role: FOLLOWER
I20260608 12:43:18.198675  7984 heartbeater.cc:507] Master 127.0.107.254:40167 requested a full tablet report, sending...
I20260608 12:43:18.199355  7923 consensus_queue.cc:260] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc [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: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:18.202006  7923 ts_tablet_manager.cc:1434] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:43:18.205592  7327 ts_manager.cc:194] Re-registered known tserver with Master: db2bb949990c4c119dad23ef65c4bfcc (127.0.107.195:33487)
I20260608 12:43:18.210630  7327 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48914
I20260608 12:43:18.213259  7984 heartbeater.cc:499] Master 127.0.107.254:40167 was elected leader, sending a full tablet report...
W20260608 12:43:18.959852  7375 auto_rebalancer.cc:591] Failed to schedule move for tablet f8e3fc7fe145478788d434b8a58dae08: Illegal state: Replica 605b07400acc44f09a41e07c67aa4063 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } }
W20260608 12:43:18.976308  7375 auto_rebalancer.cc:591] Failed to schedule move for tablet 71da0648cb4142f884944e91b4100a67: Illegal state: Replica db2bb949990c4c119dad23ef65c4bfcc is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } }
W20260608 12:43:18.981412  7375 auto_rebalancer.cc:591] Failed to schedule move for tablet 6ddb6cd39e4744c7af84a5c323e447da: Illegal state: Replica 605b07400acc44f09a41e07c67aa4063 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } }
I20260608 12:43:19.180687  7991 raft_consensus.cc:493] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:19.181735  7991 raft_consensus.cc:515] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:19.184582  7991 leader_election.cc:290] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 605b07400acc44f09a41e07c67aa4063 (127.0.107.194:44939), db2bb949990c4c119dad23ef65c4bfcc (127.0.107.195:33487)
I20260608 12:43:19.197605  7994 raft_consensus.cc:493] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:19.198467  7878 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f8e3fc7fe145478788d434b8a58dae08" candidate_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "605b07400acc44f09a41e07c67aa4063" is_pre_election: true
I20260608 12:43:19.198657  7994 raft_consensus.cc:515] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:19.199319  7878 raft_consensus.cc:2468] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 810b2df1e62c4bd2a5a74f4eed8cccc7 in term 1.
I20260608 12:43:19.201241  7958 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f8e3fc7fe145478788d434b8a58dae08" candidate_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "db2bb949990c4c119dad23ef65c4bfcc" is_pre_election: true
I20260608 12:43:19.201436  7757 leader_election.cc:304] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [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: 605b07400acc44f09a41e07c67aa4063, 810b2df1e62c4bd2a5a74f4eed8cccc7; no voters: 
I20260608 12:43:19.202338  7958 raft_consensus.cc:2468] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 810b2df1e62c4bd2a5a74f4eed8cccc7 in term 1.
I20260608 12:43:19.202824  7994 leader_election.cc:290] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 810b2df1e62c4bd2a5a74f4eed8cccc7 (127.0.107.193:43527), db2bb949990c4c119dad23ef65c4bfcc (127.0.107.195:33487)
I20260608 12:43:19.202930  7991 raft_consensus.cc:2804] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:43:19.204321  7991 raft_consensus.cc:493] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:19.205123  7991 raft_consensus.cc:3060] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:43:19.215945  7991 raft_consensus.cc:515] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:19.220021  7878 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f8e3fc7fe145478788d434b8a58dae08" candidate_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "605b07400acc44f09a41e07c67aa4063"
I20260608 12:43:19.220356  7991 leader_election.cc:290] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [CANDIDATE]: Term 2 election: Requested vote from peers 605b07400acc44f09a41e07c67aa4063 (127.0.107.194:44939), db2bb949990c4c119dad23ef65c4bfcc (127.0.107.195:33487)
I20260608 12:43:19.222278  7991 raft_consensus.cc:493] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:19.222580  7958 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f8e3fc7fe145478788d434b8a58dae08" candidate_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "db2bb949990c4c119dad23ef65c4bfcc"
I20260608 12:43:19.221706  7878 raft_consensus.cc:3060] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:43:19.225888  7958 raft_consensus.cc:3060] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:43:19.223225  7991 raft_consensus.cc:515] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:19.235091  7958 raft_consensus.cc:2468] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 810b2df1e62c4bd2a5a74f4eed8cccc7 in term 2.
I20260608 12:43:19.235666  7797 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ddb6cd39e4744c7af84a5c323e447da" candidate_uuid: "605b07400acc44f09a41e07c67aa4063" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" is_pre_election: true
I20260608 12:43:19.236325  7991 leader_election.cc:290] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 605b07400acc44f09a41e07c67aa4063 (127.0.107.194:44939), db2bb949990c4c119dad23ef65c4bfcc (127.0.107.195:33487)
I20260608 12:43:19.235675  7957 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ddb6cd39e4744c7af84a5c323e447da" candidate_uuid: "605b07400acc44f09a41e07c67aa4063" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "db2bb949990c4c119dad23ef65c4bfcc" is_pre_election: true
I20260608 12:43:19.237701  7877 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71da0648cb4142f884944e91b4100a67" candidate_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "605b07400acc44f09a41e07c67aa4063" is_pre_election: true
I20260608 12:43:19.237066  7797 raft_consensus.cc:2468] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 605b07400acc44f09a41e07c67aa4063 in term 1.
I20260608 12:43:19.238086  7957 raft_consensus.cc:2468] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 605b07400acc44f09a41e07c67aa4063 in term 1.
I20260608 12:43:19.238404  7758 leader_election.cc:304] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [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: 810b2df1e62c4bd2a5a74f4eed8cccc7, db2bb949990c4c119dad23ef65c4bfcc; no voters: 
I20260608 12:43:19.238871  7877 raft_consensus.cc:2468] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 810b2df1e62c4bd2a5a74f4eed8cccc7 in term 1.
I20260608 12:43:19.240160  7991 raft_consensus.cc:2804] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:43:19.239305  7958 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71da0648cb4142f884944e91b4100a67" candidate_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db2bb949990c4c119dad23ef65c4bfcc" is_pre_election: true
I20260608 12:43:19.241405  7991 raft_consensus.cc:697] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 2 LEADER]: Becoming Leader. State: Replica: 810b2df1e62c4bd2a5a74f4eed8cccc7, State: Running, Role: LEADER
I20260608 12:43:19.241942  7757 leader_election.cc:304] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [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: 605b07400acc44f09a41e07c67aa4063, 810b2df1e62c4bd2a5a74f4eed8cccc7; no voters: 
I20260608 12:43:19.239864  7878 raft_consensus.cc:2468] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 810b2df1e62c4bd2a5a74f4eed8cccc7 in term 2.
I20260608 12:43:19.241216  7839 leader_election.cc:304] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [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: 605b07400acc44f09a41e07c67aa4063, 810b2df1e62c4bd2a5a74f4eed8cccc7; no voters: 
I20260608 12:43:19.242508  7958 raft_consensus.cc:2410] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 810b2df1e62c4bd2a5a74f4eed8cccc7 for term 2 because replica has last-logged OpId of term: 1 index: 1, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260608 12:43:19.244520  7994 raft_consensus.cc:2804] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:43:19.245090  7994 raft_consensus.cc:493] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:19.245591  7994 raft_consensus.cc:3060] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:43:19.243562  7997 raft_consensus.cc:2804] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:43:19.243053  7991 consensus_queue.cc:237] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [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: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:19.246405  7997 raft_consensus.cc:493] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:19.247227  7997 raft_consensus.cc:3060] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:43:19.254451  7994 raft_consensus.cc:515] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:19.256178  7997 raft_consensus.cc:515] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:19.258605  7797 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ddb6cd39e4744c7af84a5c323e447da" candidate_uuid: "605b07400acc44f09a41e07c67aa4063" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7"
I20260608 12:43:19.259554  7797 raft_consensus.cc:3060] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:43:19.260423  7958 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71da0648cb4142f884944e91b4100a67" candidate_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db2bb949990c4c119dad23ef65c4bfcc"
I20260608 12:43:19.261303  7958 raft_consensus.cc:3060] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:43:19.261456  7878 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71da0648cb4142f884944e91b4100a67" candidate_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "605b07400acc44f09a41e07c67aa4063"
I20260608 12:43:19.263689  7878 raft_consensus.cc:3060] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:43:19.265079  7327 catalog_manager.cc:5696] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 reported cstate change: term changed from 1 to 2, leader changed from 605b07400acc44f09a41e07c67aa4063 (127.0.107.194) to 810b2df1e62c4bd2a5a74f4eed8cccc7 (127.0.107.193). New cstate: current_term: 2 leader_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:19.269915  7997 leader_election.cc:290] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [CANDIDATE]: Term 2 election: Requested vote from peers 605b07400acc44f09a41e07c67aa4063 (127.0.107.194:44939), db2bb949990c4c119dad23ef65c4bfcc (127.0.107.195:33487)
I20260608 12:43:19.271286  7958 raft_consensus.cc:2410] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 810b2df1e62c4bd2a5a74f4eed8cccc7 for term 2 because replica has last-logged OpId of term: 1 index: 1, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260608 12:43:19.274816  8000 raft_consensus.cc:493] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:19.275650  8000 raft_consensus.cc:515] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:19.276260  7878 raft_consensus.cc:2468] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 810b2df1e62c4bd2a5a74f4eed8cccc7 in term 2.
I20260608 12:43:19.276289  7797 raft_consensus.cc:2468] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 605b07400acc44f09a41e07c67aa4063 in term 2.
I20260608 12:43:19.278304  7757 leader_election.cc:304] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [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: 605b07400acc44f09a41e07c67aa4063, 810b2df1e62c4bd2a5a74f4eed8cccc7; no voters: db2bb949990c4c119dad23ef65c4bfcc
I20260608 12:43:19.278646  7958 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ddb6cd39e4744c7af84a5c323e447da" candidate_uuid: "605b07400acc44f09a41e07c67aa4063" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "db2bb949990c4c119dad23ef65c4bfcc"
I20260608 12:43:19.279115  7839 leader_election.cc:304] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [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: 605b07400acc44f09a41e07c67aa4063, 810b2df1e62c4bd2a5a74f4eed8cccc7; no voters: 
I20260608 12:43:19.279727  7997 raft_consensus.cc:2804] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:43:19.279776  7958 raft_consensus.cc:3060] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:43:19.280408  7994 leader_election.cc:290] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [CANDIDATE]: Term 2 election: Requested vote from peers 810b2df1e62c4bd2a5a74f4eed8cccc7 (127.0.107.193:43527), db2bb949990c4c119dad23ef65c4bfcc (127.0.107.195:33487)
I20260608 12:43:19.280824  7997 raft_consensus.cc:697] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 2 LEADER]: Becoming Leader. State: Replica: 810b2df1e62c4bd2a5a74f4eed8cccc7, State: Running, Role: LEADER
I20260608 12:43:19.282378  7997 consensus_queue.cc:237] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [LEADER]: Queue going to LEADER 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: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:19.290627  8000 leader_election.cc:290] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 810b2df1e62c4bd2a5a74f4eed8cccc7 (127.0.107.193:43527), 605b07400acc44f09a41e07c67aa4063 (127.0.107.194:44939)
I20260608 12:43:19.295571  7994 raft_consensus.cc:2804] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:43:19.296591  7994 raft_consensus.cc:697] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [term 2 LEADER]: Becoming Leader. State: Replica: 605b07400acc44f09a41e07c67aa4063, State: Running, Role: LEADER
I20260608 12:43:19.297740  7958 raft_consensus.cc:2468] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 605b07400acc44f09a41e07c67aa4063 in term 2.
I20260608 12:43:19.306066  7994 consensus_queue.cc:237] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [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: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:19.313499  7878 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71da0648cb4142f884944e91b4100a67" candidate_uuid: "db2bb949990c4c119dad23ef65c4bfcc" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "605b07400acc44f09a41e07c67aa4063" is_pre_election: true
I20260608 12:43:19.314644  7878 raft_consensus.cc:2468] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate db2bb949990c4c119dad23ef65c4bfcc in term 2.
I20260608 12:43:19.315140  7797 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71da0648cb4142f884944e91b4100a67" candidate_uuid: "db2bb949990c4c119dad23ef65c4bfcc" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" is_pre_election: true
I20260608 12:43:19.316713  7918 leader_election.cc:304] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [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: 605b07400acc44f09a41e07c67aa4063, db2bb949990c4c119dad23ef65c4bfcc; no voters: 
I20260608 12:43:19.318194  8000 raft_consensus.cc:2804] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260608 12:43:19.318935  8000 raft_consensus.cc:493] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:19.319695  8000 raft_consensus.cc:3060] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:43:19.329524  7325 catalog_manager.cc:5696] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 reported cstate change: term changed from 1 to 2. New cstate: current_term: 2 leader_uuid: "605b07400acc44f09a41e07c67aa4063" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:19.330570  8000 raft_consensus.cc:515] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:19.383244  8000 leader_election.cc:290] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [CANDIDATE]: Term 3 election: Requested vote from peers 810b2df1e62c4bd2a5a74f4eed8cccc7 (127.0.107.193:43527), 605b07400acc44f09a41e07c67aa4063 (127.0.107.194:44939)
I20260608 12:43:19.383447  7797 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71da0648cb4142f884944e91b4100a67" candidate_uuid: "db2bb949990c4c119dad23ef65c4bfcc" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7"
I20260608 12:43:19.383997  7878 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71da0648cb4142f884944e91b4100a67" candidate_uuid: "db2bb949990c4c119dad23ef65c4bfcc" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "605b07400acc44f09a41e07c67aa4063"
I20260608 12:43:19.386519  7878 raft_consensus.cc:3060] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:43:19.395931  7327 catalog_manager.cc:5696] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 reported cstate change: term changed from 1 to 2, leader changed from db2bb949990c4c119dad23ef65c4bfcc (127.0.107.195) to 810b2df1e62c4bd2a5a74f4eed8cccc7 (127.0.107.193). New cstate: current_term: 2 leader_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:19.401775  7878 raft_consensus.cc:2468] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate db2bb949990c4c119dad23ef65c4bfcc in term 3.
I20260608 12:43:19.403916  7918 leader_election.cc:304] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [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: 605b07400acc44f09a41e07c67aa4063, db2bb949990c4c119dad23ef65c4bfcc; no voters: 810b2df1e62c4bd2a5a74f4eed8cccc7
I20260608 12:43:19.405419  8000 raft_consensus.cc:2804] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [term 3 FOLLOWER]: Leader election won for term 3
I20260608 12:43:19.407737  8000 raft_consensus.cc:697] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [term 3 LEADER]: Becoming Leader. State: Replica: db2bb949990c4c119dad23ef65c4bfcc, State: Running, Role: LEADER
I20260608 12:43:19.409655  8000 consensus_queue.cc:237] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [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: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:19.416325  7994 raft_consensus.cc:493] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:19.417346  7994 raft_consensus.cc:515] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } }
I20260608 12:43:19.420198  7994 leader_election.cc:290] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 810b2df1e62c4bd2a5a74f4eed8cccc7 (127.0.107.193:43527), db2bb949990c4c119dad23ef65c4bfcc (127.0.107.195:33487)
I20260608 12:43:19.420501  7327 catalog_manager.cc:5696] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc reported cstate change: term changed from 2 to 3, leader changed from 810b2df1e62c4bd2a5a74f4eed8cccc7 (127.0.107.193) to db2bb949990c4c119dad23ef65c4bfcc (127.0.107.195). New cstate: current_term: 3 leader_uuid: "db2bb949990c4c119dad23ef65c4bfcc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } health_report { overall_health: HEALTHY } } }
I20260608 12:43:19.421497  7797 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50b3e288ea7041b584651989957e0e44" candidate_uuid: "605b07400acc44f09a41e07c67aa4063" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" is_pre_election: true
I20260608 12:43:19.422705  7958 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50b3e288ea7041b584651989957e0e44" candidate_uuid: "605b07400acc44f09a41e07c67aa4063" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "db2bb949990c4c119dad23ef65c4bfcc" is_pre_election: true
I20260608 12:43:19.423322  7797 raft_consensus.cc:2468] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 605b07400acc44f09a41e07c67aa4063 in term 1.
I20260608 12:43:19.424023  7958 raft_consensus.cc:2468] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 605b07400acc44f09a41e07c67aa4063 in term 1.
I20260608 12:43:19.425411  7839 leader_election.cc:304] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [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: 605b07400acc44f09a41e07c67aa4063, 810b2df1e62c4bd2a5a74f4eed8cccc7; no voters: 
I20260608 12:43:19.426608  7994 raft_consensus.cc:2804] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:43:19.427090  7994 raft_consensus.cc:493] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:19.427511  7994 raft_consensus.cc:3060] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:43:19.436653  7994 raft_consensus.cc:515] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } }
I20260608 12:43:19.438867  7994 leader_election.cc:290] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [CANDIDATE]: Term 2 election: Requested vote from peers 810b2df1e62c4bd2a5a74f4eed8cccc7 (127.0.107.193:43527), db2bb949990c4c119dad23ef65c4bfcc (127.0.107.195:33487)
I20260608 12:43:19.440102  7797 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50b3e288ea7041b584651989957e0e44" candidate_uuid: "605b07400acc44f09a41e07c67aa4063" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7"
I20260608 12:43:19.440356  7958 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50b3e288ea7041b584651989957e0e44" candidate_uuid: "605b07400acc44f09a41e07c67aa4063" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "db2bb949990c4c119dad23ef65c4bfcc"
I20260608 12:43:19.441004  7797 raft_consensus.cc:3060] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:43:19.441293  7958 raft_consensus.cc:3060] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:43:19.450245  7958 raft_consensus.cc:2468] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 605b07400acc44f09a41e07c67aa4063 in term 2.
I20260608 12:43:19.451684  7839 leader_election.cc:304] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [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: 605b07400acc44f09a41e07c67aa4063, db2bb949990c4c119dad23ef65c4bfcc; no voters: 
I20260608 12:43:19.451930  7797 raft_consensus.cc:2468] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 605b07400acc44f09a41e07c67aa4063 in term 2.
I20260608 12:43:19.452910  7994 raft_consensus.cc:2804] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:43:19.453639  7994 raft_consensus.cc:697] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [term 2 LEADER]: Becoming Leader. State: Replica: 605b07400acc44f09a41e07c67aa4063, State: Running, Role: LEADER
I20260608 12:43:19.455174  7994 consensus_queue.cc:237] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [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: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } }
I20260608 12:43:19.464139  7327 catalog_manager.cc:5696] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 reported cstate change: term changed from 1 to 2, leader changed from 810b2df1e62c4bd2a5a74f4eed8cccc7 (127.0.107.193) to 605b07400acc44f09a41e07c67aa4063 (127.0.107.194). New cstate: current_term: 2 leader_uuid: "605b07400acc44f09a41e07c67aa4063" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } health_report { overall_health: HEALTHY } } }
I20260608 12:43:19.635977  7878 raft_consensus.cc:1275] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [term 2 FOLLOWER]: Refusing update from remote peer 810b2df1e62c4bd2a5a74f4eed8cccc7: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:43:19.638038  7997 consensus_queue.cc:1048] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:43:19.653947  7958 raft_consensus.cc:1275] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Refusing update from remote peer 810b2df1e62c4bd2a5a74f4eed8cccc7: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:43:19.657104  7991 consensus_queue.cc:1048] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:43:19.734689  7878 raft_consensus.cc:1240] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063 [term 3 FOLLOWER]: Rejecting Update request from peer 810b2df1e62c4bd2a5a74f4eed8cccc7 for earlier term 2. Current term is 3. Ops: []
I20260608 12:43:19.736806  8016 consensus_queue.cc:1059] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 }, Status: INVALID_TERM, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:43:19.737920  7991 raft_consensus.cc:3055] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 2 LEADER]: Stepping down as leader of term 2
I20260608 12:43:19.738485  7991 raft_consensus.cc:740] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 810b2df1e62c4bd2a5a74f4eed8cccc7, State: Running, Role: LEADER
I20260608 12:43:19.739645  7991 consensus_queue.cc:260] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [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: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } }
I20260608 12:43:19.741024  7991 raft_consensus.cc:3060] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:43:19.816021  7797 raft_consensus.cc:1275] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 3 FOLLOWER]: Refusing update from remote peer db2bb949990c4c119dad23ef65c4bfcc: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260608 12:43:19.818029  8000 consensus_queue.cc:1048] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [LEADER]: Connected to new peer: Peer: permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:19.819419  8000 consensus_queue.cc:1243] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [LEADER]: Peer 810b2df1e62c4bd2a5a74f4eed8cccc7 log is divergent from this leader: its last log entry 2.1 is not in this leader's log and it has not received anything from this leader yet. Falling back to committed index 0
I20260608 12:43:19.823248  7797 pending_rounds.cc:85] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7: Aborting all ops after (but not including) 0
I20260608 12:43:19.823750  7797 pending_rounds.cc:107] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7: Aborting uncommitted NO_OP operation due to leader change: 2.1
I20260608 12:43:19.824293  7797 raft_consensus.cc:2889] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 3 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260608 12:43:19.836678  7878 raft_consensus.cc:1275] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063 [term 3 FOLLOWER]: Refusing update from remote peer db2bb949990c4c119dad23ef65c4bfcc: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260608 12:43:19.839041  8000 consensus_queue.cc:1048] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [LEADER]: Connected to new peer: Peer: permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:19.884533  7958 raft_consensus.cc:1275] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Refusing update from remote peer 605b07400acc44f09a41e07c67aa4063: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:43:19.886642  7994 consensus_queue.cc:1048] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [LEADER]: Connected to new peer: Peer: permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:43:19.899225  7797 raft_consensus.cc:1275] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 2 FOLLOWER]: Refusing update from remote peer 605b07400acc44f09a41e07c67aa4063: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:43:19.901561  8002 consensus_queue.cc:1048] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [LEADER]: Connected to new peer: Peer: permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:43:19.931219  7797 raft_consensus.cc:1275] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 2 FOLLOWER]: Refusing update from remote peer 605b07400acc44f09a41e07c67aa4063: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:43:19.932883  8002 consensus_queue.cc:1048] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [LEADER]: Connected to new peer: Peer: permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:43:19.944341  7958 raft_consensus.cc:1275] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Refusing update from remote peer 605b07400acc44f09a41e07c67aa4063: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:43:19.946655  8002 consensus_queue.cc:1048] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [LEADER]: Connected to new peer: Peer: permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:43:20.008545  7797 consensus_queue.cc:237] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [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: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } attrs { replace: true } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: true } }
I20260608 12:43:20.015280  7958 raft_consensus.cc:1275] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Refusing update from remote peer 810b2df1e62c4bd2a5a74f4eed8cccc7: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:43:20.016129  7878 raft_consensus.cc:1275] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [term 2 FOLLOWER]: Refusing update from remote peer 810b2df1e62c4bd2a5a74f4eed8cccc7: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:43:20.017989  7991 consensus_queue.cc:1048] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:43:20.020594  8016 consensus_queue.cc:1048] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:43:20.027379  7997 raft_consensus.cc:2955] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER d88281449113428cbc792bedc4e38fda (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } attrs { replace: true } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: true } } }
I20260608 12:43:20.029212  7958 raft_consensus.cc:2955] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER d88281449113428cbc792bedc4e38fda (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } attrs { replace: true } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: true } } }
I20260608 12:43:20.030630  7878 raft_consensus.cc:2955] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER d88281449113428cbc792bedc4e38fda (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } attrs { replace: true } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: true } } }
W20260608 12:43:20.036461  7759 consensus_peers.cc:597] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 -> Peer d88281449113428cbc792bedc4e38fda (127.0.107.196:38921): Couldn't send request to peer d88281449113428cbc792bedc4e38fda. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: f8e3fc7fe145478788d434b8a58dae08. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:20.045689  7327 catalog_manager.cc:5696] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc reported cstate change: config changed from index -1 to 3, NON_VOTER d88281449113428cbc792bedc4e38fda (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } attrs { replace: true } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: true } } }
I20260608 12:43:20.048270  7877 consensus_queue.cc:237] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [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: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } attrs { replace: true } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: true } }
I20260608 12:43:20.057513  7958 raft_consensus.cc:1275] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Refusing update from remote peer 605b07400acc44f09a41e07c67aa4063: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:43:20.057559  7797 raft_consensus.cc:1275] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 2 FOLLOWER]: Refusing update from remote peer 605b07400acc44f09a41e07c67aa4063: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:43:20.060977  8002 consensus_queue.cc:1048] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [LEADER]: Connected to new peer: Peer: permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:43:20.062929  7994 consensus_queue.cc:1048] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [LEADER]: Connected to new peer: Peer: permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:43:20.070072  8002 raft_consensus.cc:2955] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER d88281449113428cbc792bedc4e38fda (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } attrs { replace: true } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: true } } }
I20260608 12:43:20.072124  7797 raft_consensus.cc:2955] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER d88281449113428cbc792bedc4e38fda (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } attrs { replace: true } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: true } } }
W20260608 12:43:20.078852  7840 consensus_peers.cc:597] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 -> Peer d88281449113428cbc792bedc4e38fda (127.0.107.196:38921): Couldn't send request to peer d88281449113428cbc792bedc4e38fda. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6ddb6cd39e4744c7af84a5c323e447da. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:20.080551  7958 raft_consensus.cc:2955] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER d88281449113428cbc792bedc4e38fda (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } attrs { replace: true } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: true } } }
I20260608 12:43:20.088171  7877 consensus_queue.cc:237] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [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: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } attrs { replace: true } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: true } }
I20260608 12:43:20.090145  7326 catalog_manager.cc:5696] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7 reported cstate change: config changed from index -1 to 3, NON_VOTER d88281449113428cbc792bedc4e38fda (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "605b07400acc44f09a41e07c67aa4063" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } attrs { replace: true } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: true } } }
I20260608 12:43:20.098348  7958 raft_consensus.cc:1275] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Refusing update from remote peer 605b07400acc44f09a41e07c67aa4063: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
W20260608 12:43:20.098893  7840 consensus_peers.cc:597] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 -> Peer d88281449113428cbc792bedc4e38fda (127.0.107.196:38921): Couldn't send request to peer d88281449113428cbc792bedc4e38fda. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 50b3e288ea7041b584651989957e0e44. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:20.099169  7797 raft_consensus.cc:1275] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 2 FOLLOWER]: Refusing update from remote peer 605b07400acc44f09a41e07c67aa4063: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:43:20.100085  8002 consensus_queue.cc:1048] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [LEADER]: Connected to new peer: Peer: permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:43:20.101670  7994 consensus_queue.cc:1048] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [LEADER]: Connected to new peer: Peer: permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:43:20.109360  8002 raft_consensus.cc:2955] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER d88281449113428cbc792bedc4e38fda (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } attrs { replace: true } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: true } } }
I20260608 12:43:20.111769  7958 raft_consensus.cc:2955] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER d88281449113428cbc792bedc4e38fda (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } attrs { replace: true } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: true } } }
I20260608 12:43:20.117203  7797 raft_consensus.cc:2955] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER d88281449113428cbc792bedc4e38fda (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } attrs { replace: true } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: true } } }
I20260608 12:43:20.123286  7325 catalog_manager.cc:5696] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 reported cstate change: config changed from index -1 to 3, NON_VOTER d88281449113428cbc792bedc4e38fda (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "605b07400acc44f09a41e07c67aa4063" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:20.492225  8037 ts_tablet_manager.cc:933] T 50b3e288ea7041b584651989957e0e44 P d88281449113428cbc792bedc4e38fda: Initiating tablet copy from peer 605b07400acc44f09a41e07c67aa4063 (127.0.107.194:44939)
I20260608 12:43:20.494427  8037 tablet_copy_client.cc:323] T 50b3e288ea7041b584651989957e0e44 P d88281449113428cbc792bedc4e38fda: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:44939
I20260608 12:43:20.516654  7888 tablet_copy_service.cc:140] P 605b07400acc44f09a41e07c67aa4063: Received BeginTabletCopySession request for tablet 50b3e288ea7041b584651989957e0e44 from peer d88281449113428cbc792bedc4e38fda ({username='slave'} at 127.0.0.1:32986)
I20260608 12:43:20.517413  7888 tablet_copy_service.cc:161] P 605b07400acc44f09a41e07c67aa4063: Beginning new tablet copy session on tablet 50b3e288ea7041b584651989957e0e44 from peer d88281449113428cbc792bedc4e38fda at {username='slave'} at 127.0.0.1:32986: session id = d88281449113428cbc792bedc4e38fda-50b3e288ea7041b584651989957e0e44
I20260608 12:43:20.517992  8041 ts_tablet_manager.cc:933] T 6ddb6cd39e4744c7af84a5c323e447da P d88281449113428cbc792bedc4e38fda: Initiating tablet copy from peer 605b07400acc44f09a41e07c67aa4063 (127.0.107.194:44939)
I20260608 12:43:20.520078  8041 tablet_copy_client.cc:323] T 6ddb6cd39e4744c7af84a5c323e447da P d88281449113428cbc792bedc4e38fda: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:44939
I20260608 12:43:20.522261  7887 tablet_copy_service.cc:140] P 605b07400acc44f09a41e07c67aa4063: Received BeginTabletCopySession request for tablet 6ddb6cd39e4744c7af84a5c323e447da from peer d88281449113428cbc792bedc4e38fda ({username='slave'} at 127.0.0.1:32986)
I20260608 12:43:20.522867  7887 tablet_copy_service.cc:161] P 605b07400acc44f09a41e07c67aa4063: Beginning new tablet copy session on tablet 6ddb6cd39e4744c7af84a5c323e447da from peer d88281449113428cbc792bedc4e38fda at {username='slave'} at 127.0.0.1:32986: session id = d88281449113428cbc792bedc4e38fda-6ddb6cd39e4744c7af84a5c323e447da
I20260608 12:43:20.527221  7888 tablet_copy_source_session.cc:215] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:43:20.529650  7887 tablet_copy_source_session.cc:215] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:43:20.531631  8037 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 50b3e288ea7041b584651989957e0e44. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:20.533684  8041 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ddb6cd39e4744c7af84a5c323e447da. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:20.552759  8037 tablet_copy_client.cc:806] T 50b3e288ea7041b584651989957e0e44 P d88281449113428cbc792bedc4e38fda: tablet copy: Starting download of 0 data blocks...
I20260608 12:43:20.553486  8037 tablet_copy_client.cc:670] T 50b3e288ea7041b584651989957e0e44 P d88281449113428cbc792bedc4e38fda: tablet copy: Starting download of 1 WAL segments...
I20260608 12:43:20.553740  8041 tablet_copy_client.cc:806] T 6ddb6cd39e4744c7af84a5c323e447da P d88281449113428cbc792bedc4e38fda: tablet copy: Starting download of 0 data blocks...
I20260608 12:43:20.554857  8041 tablet_copy_client.cc:670] T 6ddb6cd39e4744c7af84a5c323e447da P d88281449113428cbc792bedc4e38fda: tablet copy: Starting download of 1 WAL segments...
I20260608 12:43:20.558919  8037 tablet_copy_client.cc:538] T 50b3e288ea7041b584651989957e0e44 P d88281449113428cbc792bedc4e38fda: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:43:20.559084  8041 tablet_copy_client.cc:538] T 6ddb6cd39e4744c7af84a5c323e447da P d88281449113428cbc792bedc4e38fda: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:43:20.569357  8037 tablet_bootstrap.cc:492] T 50b3e288ea7041b584651989957e0e44 P d88281449113428cbc792bedc4e38fda: Bootstrap starting.
I20260608 12:43:20.569357  8041 tablet_bootstrap.cc:492] T 6ddb6cd39e4744c7af84a5c323e447da P d88281449113428cbc792bedc4e38fda: Bootstrap starting.
I20260608 12:43:20.593159  8045 ts_tablet_manager.cc:933] T f8e3fc7fe145478788d434b8a58dae08 P d88281449113428cbc792bedc4e38fda: Initiating tablet copy from peer 810b2df1e62c4bd2a5a74f4eed8cccc7 (127.0.107.193:43527)
I20260608 12:43:20.602906  8037 tablet_bootstrap.cc:492] T 50b3e288ea7041b584651989957e0e44 P d88281449113428cbc792bedc4e38fda: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:43:20.603091  8041 tablet_bootstrap.cc:492] T 6ddb6cd39e4744c7af84a5c323e447da P d88281449113428cbc792bedc4e38fda: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:43:20.604131  8037 tablet_bootstrap.cc:492] T 50b3e288ea7041b584651989957e0e44 P d88281449113428cbc792bedc4e38fda: Bootstrap complete.
I20260608 12:43:20.604496  8041 tablet_bootstrap.cc:492] T 6ddb6cd39e4744c7af84a5c323e447da P d88281449113428cbc792bedc4e38fda: Bootstrap complete.
I20260608 12:43:20.605050  8037 ts_tablet_manager.cc:1403] T 50b3e288ea7041b584651989957e0e44 P d88281449113428cbc792bedc4e38fda: Time spent bootstrapping tablet: real 0.036s	user 0.024s	sys 0.012s
I20260608 12:43:20.605536  8041 ts_tablet_manager.cc:1403] T 6ddb6cd39e4744c7af84a5c323e447da P d88281449113428cbc792bedc4e38fda: Time spent bootstrapping tablet: real 0.037s	user 0.026s	sys 0.004s
I20260608 12:43:20.606388  8045 tablet_copy_client.cc:323] T f8e3fc7fe145478788d434b8a58dae08 P d88281449113428cbc792bedc4e38fda: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:43527
I20260608 12:43:20.610325  8037 raft_consensus.cc:359] T 50b3e288ea7041b584651989957e0e44 P d88281449113428cbc792bedc4e38fda [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } attrs { replace: true } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: true } }
I20260608 12:43:20.611284  8037 raft_consensus.cc:740] T 50b3e288ea7041b584651989957e0e44 P d88281449113428cbc792bedc4e38fda [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: d88281449113428cbc792bedc4e38fda, State: Initialized, Role: LEARNER
I20260608 12:43:20.611387  8041 raft_consensus.cc:359] T 6ddb6cd39e4744c7af84a5c323e447da P d88281449113428cbc792bedc4e38fda [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } attrs { replace: true } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: true } }
I20260608 12:43:20.612107  8037 consensus_queue.cc:260] T 50b3e288ea7041b584651989957e0e44 P d88281449113428cbc792bedc4e38fda [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: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } attrs { replace: true } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: true } }
I20260608 12:43:20.612756  8041 raft_consensus.cc:740] T 6ddb6cd39e4744c7af84a5c323e447da P d88281449113428cbc792bedc4e38fda [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: d88281449113428cbc792bedc4e38fda, State: Initialized, Role: LEARNER
I20260608 12:43:20.613886  8041 consensus_queue.cc:260] T 6ddb6cd39e4744c7af84a5c323e447da P d88281449113428cbc792bedc4e38fda [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: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } attrs { replace: true } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: true } }
I20260608 12:43:20.627775  8037 ts_tablet_manager.cc:1434] T 50b3e288ea7041b584651989957e0e44 P d88281449113428cbc792bedc4e38fda: Time spent starting tablet: real 0.022s	user 0.014s	sys 0.003s
I20260608 12:43:20.629176  8041 ts_tablet_manager.cc:1434] T 6ddb6cd39e4744c7af84a5c323e447da P d88281449113428cbc792bedc4e38fda: Time spent starting tablet: real 0.023s	user 0.012s	sys 0.008s
I20260608 12:43:20.630131  7888 tablet_copy_service.cc:342] P 605b07400acc44f09a41e07c67aa4063: Request end of tablet copy session d88281449113428cbc792bedc4e38fda-50b3e288ea7041b584651989957e0e44 received from {username='slave'} at 127.0.0.1:32986
I20260608 12:43:20.630630  7888 tablet_copy_service.cc:434] P 605b07400acc44f09a41e07c67aa4063: ending tablet copy session d88281449113428cbc792bedc4e38fda-50b3e288ea7041b584651989957e0e44 on tablet 50b3e288ea7041b584651989957e0e44 with peer d88281449113428cbc792bedc4e38fda
I20260608 12:43:20.633744  7888 tablet_copy_service.cc:342] P 605b07400acc44f09a41e07c67aa4063: Request end of tablet copy session d88281449113428cbc792bedc4e38fda-6ddb6cd39e4744c7af84a5c323e447da received from {username='slave'} at 127.0.0.1:32986
I20260608 12:43:20.634262  7888 tablet_copy_service.cc:434] P 605b07400acc44f09a41e07c67aa4063: ending tablet copy session d88281449113428cbc792bedc4e38fda-6ddb6cd39e4744c7af84a5c323e447da on tablet 6ddb6cd39e4744c7af84a5c323e447da with peer d88281449113428cbc792bedc4e38fda
I20260608 12:43:20.644184  7807 tablet_copy_service.cc:140] P 810b2df1e62c4bd2a5a74f4eed8cccc7: Received BeginTabletCopySession request for tablet f8e3fc7fe145478788d434b8a58dae08 from peer d88281449113428cbc792bedc4e38fda ({username='slave'} at 127.0.0.1:45002)
I20260608 12:43:20.644891  7807 tablet_copy_service.cc:161] P 810b2df1e62c4bd2a5a74f4eed8cccc7: Beginning new tablet copy session on tablet f8e3fc7fe145478788d434b8a58dae08 from peer d88281449113428cbc792bedc4e38fda at {username='slave'} at 127.0.0.1:45002: session id = d88281449113428cbc792bedc4e38fda-f8e3fc7fe145478788d434b8a58dae08
I20260608 12:43:20.653221  7807 tablet_copy_source_session.cc:215] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:43:20.656526  8045 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f8e3fc7fe145478788d434b8a58dae08. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:20.667689  8045 tablet_copy_client.cc:806] T f8e3fc7fe145478788d434b8a58dae08 P d88281449113428cbc792bedc4e38fda: tablet copy: Starting download of 0 data blocks...
I20260608 12:43:20.668221  8045 tablet_copy_client.cc:670] T f8e3fc7fe145478788d434b8a58dae08 P d88281449113428cbc792bedc4e38fda: tablet copy: Starting download of 1 WAL segments...
I20260608 12:43:20.672405  8045 tablet_copy_client.cc:538] T f8e3fc7fe145478788d434b8a58dae08 P d88281449113428cbc792bedc4e38fda: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:43:20.678532  8045 tablet_bootstrap.cc:492] T f8e3fc7fe145478788d434b8a58dae08 P d88281449113428cbc792bedc4e38fda: Bootstrap starting.
I20260608 12:43:20.696558  8045 tablet_bootstrap.cc:492] T f8e3fc7fe145478788d434b8a58dae08 P d88281449113428cbc792bedc4e38fda: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:43:20.697355  8045 tablet_bootstrap.cc:492] T f8e3fc7fe145478788d434b8a58dae08 P d88281449113428cbc792bedc4e38fda: Bootstrap complete.
I20260608 12:43:20.698047  8045 ts_tablet_manager.cc:1403] T f8e3fc7fe145478788d434b8a58dae08 P d88281449113428cbc792bedc4e38fda: Time spent bootstrapping tablet: real 0.020s	user 0.008s	sys 0.012s
I20260608 12:43:20.700632  8045 raft_consensus.cc:359] T f8e3fc7fe145478788d434b8a58dae08 P d88281449113428cbc792bedc4e38fda [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } attrs { replace: true } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: true } }
I20260608 12:43:20.701362  8045 raft_consensus.cc:740] T f8e3fc7fe145478788d434b8a58dae08 P d88281449113428cbc792bedc4e38fda [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: d88281449113428cbc792bedc4e38fda, State: Initialized, Role: LEARNER
I20260608 12:43:20.702001  8045 consensus_queue.cc:260] T f8e3fc7fe145478788d434b8a58dae08 P d88281449113428cbc792bedc4e38fda [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: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } attrs { replace: true } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: true } }
I20260608 12:43:20.704154  8045 ts_tablet_manager.cc:1434] T f8e3fc7fe145478788d434b8a58dae08 P d88281449113428cbc792bedc4e38fda: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 12:43:20.706442  7807 tablet_copy_service.cc:342] P 810b2df1e62c4bd2a5a74f4eed8cccc7: Request end of tablet copy session d88281449113428cbc792bedc4e38fda-f8e3fc7fe145478788d434b8a58dae08 received from {username='slave'} at 127.0.0.1:45002
I20260608 12:43:20.706987  7807 tablet_copy_service.cc:434] P 810b2df1e62c4bd2a5a74f4eed8cccc7: ending tablet copy session d88281449113428cbc792bedc4e38fda-f8e3fc7fe145478788d434b8a58dae08 on tablet f8e3fc7fe145478788d434b8a58dae08 with peer d88281449113428cbc792bedc4e38fda
I20260608 12:43:20.940725  7713 raft_consensus.cc:1217] T 6ddb6cd39e4744c7af84a5c323e447da P d88281449113428cbc792bedc4e38fda [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260608 12:43:20.961961  7713 raft_consensus.cc:1217] T 50b3e288ea7041b584651989957e0e44 P d88281449113428cbc792bedc4e38fda [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260608 12:43:21.046900  7713 raft_consensus.cc:1217] T f8e3fc7fe145478788d434b8a58dae08 P d88281449113428cbc792bedc4e38fda [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260608 12:43:21.374818  7994 raft_consensus.cc:1064] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063: attempting to promote NON_VOTER d88281449113428cbc792bedc4e38fda to VOTER
I20260608 12:43:21.377454  7994 consensus_queue.cc:237] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [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: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } attrs { replace: true } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } }
I20260608 12:43:21.386601  7958 raft_consensus.cc:1275] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Refusing update from remote peer 605b07400acc44f09a41e07c67aa4063: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:43:21.386727  7713 raft_consensus.cc:1275] T 50b3e288ea7041b584651989957e0e44 P d88281449113428cbc792bedc4e38fda [term 2 LEARNER]: Refusing update from remote peer 605b07400acc44f09a41e07c67aa4063: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:43:21.387002  7797 raft_consensus.cc:1275] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 2 FOLLOWER]: Refusing update from remote peer 605b07400acc44f09a41e07c67aa4063: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:43:21.388538  8055 consensus_queue.cc:1048] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:43:21.389724  7994 consensus_queue.cc:1048] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [LEADER]: Connected to new peer: Peer: permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:43:21.390717  8025 consensus_queue.cc:1048] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [LEADER]: Connected to new peer: Peer: permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:43:21.414044  7994 raft_consensus.cc:2955] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, d88281449113428cbc792bedc4e38fda (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } attrs { replace: true } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } } }
I20260608 12:43:21.416647  7958 raft_consensus.cc:2955] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, d88281449113428cbc792bedc4e38fda (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } attrs { replace: true } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } } }
I20260608 12:43:21.419267  7797 raft_consensus.cc:2955] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, d88281449113428cbc792bedc4e38fda (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } attrs { replace: true } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } } }
I20260608 12:43:21.427836  7713 raft_consensus.cc:2955] T 50b3e288ea7041b584651989957e0e44 P d88281449113428cbc792bedc4e38fda [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, d88281449113428cbc792bedc4e38fda (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } attrs { replace: true } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } } }
I20260608 12:43:21.438520  7326 catalog_manager.cc:5696] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 reported cstate change: config changed from index 3 to 4, d88281449113428cbc792bedc4e38fda (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "605b07400acc44f09a41e07c67aa4063" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } attrs { replace: true } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } } }
I20260608 12:43:21.488198  7877 consensus_queue.cc:237] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [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: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } }
I20260608 12:43:21.493527  7958 raft_consensus.cc:1275] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Refusing update from remote peer 605b07400acc44f09a41e07c67aa4063: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:43:21.493674  7713 raft_consensus.cc:1275] T 50b3e288ea7041b584651989957e0e44 P d88281449113428cbc792bedc4e38fda [term 2 FOLLOWER]: Refusing update from remote peer 605b07400acc44f09a41e07c67aa4063: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:43:21.495175  8051 consensus_queue.cc:1048] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [LEADER]: Connected to new peer: Peer: permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:43:21.496208  8025 consensus_queue.cc:1048] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:43:21.503576  8055 raft_consensus.cc:2955] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 810b2df1e62c4bd2a5a74f4eed8cccc7 (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } } }
I20260608 12:43:21.506824  7958 raft_consensus.cc:2955] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 810b2df1e62c4bd2a5a74f4eed8cccc7 (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } } }
I20260608 12:43:21.510659  7713 raft_consensus.cc:2955] T 50b3e288ea7041b584651989957e0e44 P d88281449113428cbc792bedc4e38fda [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 810b2df1e62c4bd2a5a74f4eed8cccc7 (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } } }
I20260608 12:43:21.515758  7312 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 50b3e288ea7041b584651989957e0e44 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:43:21.522250  7327 catalog_manager.cc:5696] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc reported cstate change: config changed from index 4 to 5, VOTER 810b2df1e62c4bd2a5a74f4eed8cccc7 (127.0.107.193) evicted. New cstate: current_term: 2 leader_uuid: "605b07400acc44f09a41e07c67aa4063" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } } }
I20260608 12:43:21.526298  8051 raft_consensus.cc:1064] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063: attempting to promote NON_VOTER d88281449113428cbc792bedc4e38fda to VOTER
I20260608 12:43:21.529016  8051 consensus_queue.cc:237] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [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: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } attrs { replace: true } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } }
I20260608 12:43:21.544014  7713 raft_consensus.cc:1275] T 6ddb6cd39e4744c7af84a5c323e447da P d88281449113428cbc792bedc4e38fda [term 2 LEARNER]: Refusing update from remote peer 605b07400acc44f09a41e07c67aa4063: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:43:21.545897  8025 consensus_queue.cc:1048] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:43:21.549194  7958 raft_consensus.cc:1275] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Refusing update from remote peer 605b07400acc44f09a41e07c67aa4063: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:43:21.552001  7797 raft_consensus.cc:1275] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 2 FOLLOWER]: Refusing update from remote peer 605b07400acc44f09a41e07c67aa4063: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:43:21.554587  8025 consensus_queue.cc:1048] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [LEADER]: Connected to new peer: Peer: permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:43:21.557248  8025 consensus_queue.cc:1048] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [LEADER]: Connected to new peer: Peer: permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:43:21.565986  7787 tablet_service.cc:1558] Processing DeleteTablet for tablet 50b3e288ea7041b584651989957e0e44 with delete_type TABLET_DATA_TOMBSTONED (TS 810b2df1e62c4bd2a5a74f4eed8cccc7 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:45008
I20260608 12:43:21.572605  8051 raft_consensus.cc:2955] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, d88281449113428cbc792bedc4e38fda (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } attrs { replace: true } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } } }
I20260608 12:43:21.574988  7958 raft_consensus.cc:2955] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, d88281449113428cbc792bedc4e38fda (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } attrs { replace: true } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } } }
I20260608 12:43:21.588204  7713 raft_consensus.cc:2955] T 6ddb6cd39e4744c7af84a5c323e447da P d88281449113428cbc792bedc4e38fda [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, d88281449113428cbc792bedc4e38fda (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } attrs { replace: true } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } } }
I20260608 12:43:21.592747  7327 catalog_manager.cc:5696] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 reported cstate change: config changed from index 3 to 4, d88281449113428cbc792bedc4e38fda (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "605b07400acc44f09a41e07c67aa4063" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:43:21.608032  8071 raft_consensus.cc:1064] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7: attempting to promote NON_VOTER d88281449113428cbc792bedc4e38fda to VOTER
I20260608 12:43:21.611521  8068 tablet_replica.cc:333] stopping tablet replica
I20260608 12:43:21.615377  8068 raft_consensus.cc:2243] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:21.616285  8068 raft_consensus.cc:2272] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:21.620082  8068 ts_tablet_manager.cc:1916] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:43:21.623340  8071 consensus_queue.cc:237] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [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: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } attrs { replace: true } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } }
I20260608 12:43:21.630108  7797 raft_consensus.cc:2955] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, d88281449113428cbc792bedc4e38fda (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } attrs { replace: true } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } } }
I20260608 12:43:21.636049  7877 consensus_queue.cc:237] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [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: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } }
I20260608 12:43:21.643572  7713 raft_consensus.cc:1275] T f8e3fc7fe145478788d434b8a58dae08 P d88281449113428cbc792bedc4e38fda [term 2 LEARNER]: Refusing update from remote peer 810b2df1e62c4bd2a5a74f4eed8cccc7: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:43:21.644572  7712 raft_consensus.cc:1275] T 6ddb6cd39e4744c7af84a5c323e447da P d88281449113428cbc792bedc4e38fda [term 2 FOLLOWER]: Refusing update from remote peer 605b07400acc44f09a41e07c67aa4063: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:43:21.645556  8053 consensus_queue.cc:1048] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:43:21.647138  8025 consensus_queue.cc:1048] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:43:21.651687  7958 raft_consensus.cc:1275] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Refusing update from remote peer 810b2df1e62c4bd2a5a74f4eed8cccc7: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:43:21.653481  7877 raft_consensus.cc:1275] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [term 2 FOLLOWER]: Refusing update from remote peer 810b2df1e62c4bd2a5a74f4eed8cccc7: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:43:21.657603  8053 consensus_queue.cc:1048] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:43:21.659409  8051 raft_consensus.cc:2955] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER db2bb949990c4c119dad23ef65c4bfcc (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } } }
I20260608 12:43:21.661881  7711 raft_consensus.cc:2955] T 6ddb6cd39e4744c7af84a5c323e447da P d88281449113428cbc792bedc4e38fda [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER db2bb949990c4c119dad23ef65c4bfcc (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } } }
I20260608 12:43:21.663616  8071 consensus_queue.cc:1048] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:43:21.671371  8068 ts_tablet_manager.cc:1929] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260608 12:43:21.674970  8068 log.cc:1199] T 50b3e288ea7041b584651989957e0e44 P 810b2df1e62c4bd2a5a74f4eed8cccc7: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-0-root/wals/50b3e288ea7041b584651989957e0e44
I20260608 12:43:21.675200  7797 raft_consensus.cc:1275] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 2 FOLLOWER]: Refusing update from remote peer 605b07400acc44f09a41e07c67aa4063: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:43:21.673713  7312 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 6ddb6cd39e4744c7af84a5c323e447da with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:43:21.678421  7327 catalog_manager.cc:5696] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 reported cstate change: config changed from index 4 to 5, VOTER db2bb949990c4c119dad23ef65c4bfcc (127.0.107.195) evicted. New cstate: current_term: 2 leader_uuid: "605b07400acc44f09a41e07c67aa4063" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:43:21.679512  8051 consensus_queue.cc:1048] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [LEADER]: Connected to new peer: Peer: permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:43:21.687378  7313 catalog_manager.cc:5027] TS 810b2df1e62c4bd2a5a74f4eed8cccc7 (127.0.107.193:43527): tablet 50b3e288ea7041b584651989957e0e44 (table test-workload [id=b86f3bc59f104ae0a7b627ba7565617c]) successfully deleted
I20260608 12:43:21.689709  7797 raft_consensus.cc:2955] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER db2bb949990c4c119dad23ef65c4bfcc (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } } }
I20260608 12:43:21.729022  8074 raft_consensus.cc:2955] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, d88281449113428cbc792bedc4e38fda (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } attrs { replace: true } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } } }
I20260608 12:43:21.730544  7877 raft_consensus.cc:2955] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, d88281449113428cbc792bedc4e38fda (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } attrs { replace: true } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } } }
I20260608 12:43:21.747433  7324 catalog_manager.cc:5696] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 reported cstate change: config changed from index 3 to 4, d88281449113428cbc792bedc4e38fda (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } attrs { replace: true } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } } }
I20260608 12:43:21.749869  7958 raft_consensus.cc:2955] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, d88281449113428cbc792bedc4e38fda (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } attrs { replace: true } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } } }
I20260608 12:43:21.753053  7948 tablet_service.cc:1558] Processing DeleteTablet for tablet 6ddb6cd39e4744c7af84a5c323e447da with delete_type TABLET_DATA_TOMBSTONED (TS db2bb949990c4c119dad23ef65c4bfcc not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:49566
I20260608 12:43:21.756412  7711 raft_consensus.cc:2955] T f8e3fc7fe145478788d434b8a58dae08 P d88281449113428cbc792bedc4e38fda [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, d88281449113428cbc792bedc4e38fda (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "605b07400acc44f09a41e07c67aa4063" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44939 } attrs { replace: true } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } } }
I20260608 12:43:21.768086  8079 tablet_replica.cc:333] stopping tablet replica
I20260608 12:43:21.769270  8079 raft_consensus.cc:2243] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:21.770149  8079 raft_consensus.cc:2272] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:21.771027  7797 consensus_queue.cc:237] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [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: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } }
I20260608 12:43:21.777997  8079 ts_tablet_manager.cc:1916] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:43:21.780615  7711 raft_consensus.cc:1275] T f8e3fc7fe145478788d434b8a58dae08 P d88281449113428cbc792bedc4e38fda [term 2 FOLLOWER]: Refusing update from remote peer 810b2df1e62c4bd2a5a74f4eed8cccc7: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:43:21.780670  7958 raft_consensus.cc:1275] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Refusing update from remote peer 810b2df1e62c4bd2a5a74f4eed8cccc7: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:43:21.783031  8074 consensus_queue.cc:1048] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:43:21.786175  8074 consensus_queue.cc:1048] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:43:21.791006  8071 raft_consensus.cc:2955] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 605b07400acc44f09a41e07c67aa4063 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } } }
I20260608 12:43:21.797225  8079 ts_tablet_manager.cc:1929] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260608 12:43:21.797845  8079 log.cc:1199] T 6ddb6cd39e4744c7af84a5c323e447da P db2bb949990c4c119dad23ef65c4bfcc: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-2-root/wals/6ddb6cd39e4744c7af84a5c323e447da
I20260608 12:43:21.797426  7958 raft_consensus.cc:2955] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 605b07400acc44f09a41e07c67aa4063 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } } }
I20260608 12:43:21.799772  7313 catalog_manager.cc:5027] TS db2bb949990c4c119dad23ef65c4bfcc (127.0.107.195:33487): tablet 6ddb6cd39e4744c7af84a5c323e447da (table test-workload [id=b86f3bc59f104ae0a7b627ba7565617c]) successfully deleted
I20260608 12:43:21.800285  7712 raft_consensus.cc:2955] T f8e3fc7fe145478788d434b8a58dae08 P d88281449113428cbc792bedc4e38fda [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 605b07400acc44f09a41e07c67aa4063 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } } }
I20260608 12:43:21.805406  7313 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet f8e3fc7fe145478788d434b8a58dae08 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:43:21.809996  7325 catalog_manager.cc:5696] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 reported cstate change: config changed from index 4 to 5, VOTER 605b07400acc44f09a41e07c67aa4063 (127.0.107.194) evicted. New cstate: current_term: 2 leader_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "810b2df1e62c4bd2a5a74f4eed8cccc7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43527 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "db2bb949990c4c119dad23ef65c4bfcc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33487 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d88281449113428cbc792bedc4e38fda" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 38921 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:43:21.822348  7868 tablet_service.cc:1558] Processing DeleteTablet for tablet f8e3fc7fe145478788d434b8a58dae08 with delete_type TABLET_DATA_TOMBSTONED (TS 605b07400acc44f09a41e07c67aa4063 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:32996
I20260608 12:43:21.824599  8080 tablet_replica.cc:333] stopping tablet replica
I20260608 12:43:21.825879  8080 raft_consensus.cc:2243] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:21.826905  8080 raft_consensus.cc:2272] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:21.830401  8080 ts_tablet_manager.cc:1916] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:43:21.843003  8080 ts_tablet_manager.cc:1929] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260608 12:43:21.843366  8080 log.cc:1199] T f8e3fc7fe145478788d434b8a58dae08 P 605b07400acc44f09a41e07c67aa4063: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922397207313-431-0/minicluster-data/ts-1-root/wals/f8e3fc7fe145478788d434b8a58dae08
I20260608 12:43:21.844779  7312 catalog_manager.cc:5027] TS 605b07400acc44f09a41e07c67aa4063 (127.0.107.194:44939): tablet f8e3fc7fe145478788d434b8a58dae08 (table test-workload [id=b86f3bc59f104ae0a7b627ba7565617c]) successfully deleted
I20260608 12:43:23.226805   431 tablet_server.cc:179] TabletServer@127.0.107.193:43527 shutting down...
I20260608 12:43:23.260640   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:23.261749   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:43:23.262872   431 raft_consensus.cc:2243] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:23.263557   431 raft_consensus.cc:2272] T 6ddb6cd39e4744c7af84a5c323e447da P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:23.266570   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:43:23.267253   431 raft_consensus.cc:2243] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:43:23.268273   431 raft_consensus.cc:2272] T f8e3fc7fe145478788d434b8a58dae08 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:23.271404   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:43:23.272028   431 raft_consensus.cc:2243] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:23.272588   431 raft_consensus.cc:2272] T 71da0648cb4142f884944e91b4100a67 P 810b2df1e62c4bd2a5a74f4eed8cccc7 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:23.303004   431 tablet_server.cc:196] TabletServer@127.0.107.193:43527 shutdown complete.
I20260608 12:43:23.324405   431 tablet_server.cc:179] TabletServer@127.0.107.194:44939 shutting down...
I20260608 12:43:23.352711   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:23.353648   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:43:23.354460   431 raft_consensus.cc:2243] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:43:23.355583   431 raft_consensus.cc:2272] T 6ddb6cd39e4744c7af84a5c323e447da P 605b07400acc44f09a41e07c67aa4063 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:23.358377   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:43:23.358912   431 raft_consensus.cc:2243] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:43:23.359779   431 raft_consensus.cc:2272] T 50b3e288ea7041b584651989957e0e44 P 605b07400acc44f09a41e07c67aa4063 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:23.362731   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:43:23.363353   431 raft_consensus.cc:2243] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:23.363795   431 raft_consensus.cc:2272] T 71da0648cb4142f884944e91b4100a67 P 605b07400acc44f09a41e07c67aa4063 [term 3 FOLLOWER]: Raft consensus is shut down!
W20260608 12:43:23.392984  7919 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43527: connect: Connection refused (error 111) [suppressed 1 similar messages]
I20260608 12:43:23.393440   431 tablet_server.cc:196] TabletServer@127.0.107.194:44939 shutdown complete.
W20260608 12:43:23.397538  7919 consensus_peers.cc:597] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc -> Peer 810b2df1e62c4bd2a5a74f4eed8cccc7 (127.0.107.193:43527): Couldn't send request to peer 810b2df1e62c4bd2a5a74f4eed8cccc7. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:43527: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:23.415167   431 tablet_server.cc:179] TabletServer@127.0.107.195:33487 shutting down...
I20260608 12:43:23.445108   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:23.446168   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:43:23.446875   431 raft_consensus.cc:2243] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:23.447664   431 raft_consensus.cc:2272] T 50b3e288ea7041b584651989957e0e44 P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:23.450591   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:43:23.451220   431 raft_consensus.cc:2243] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:23.451777   431 raft_consensus.cc:2272] T f8e3fc7fe145478788d434b8a58dae08 P db2bb949990c4c119dad23ef65c4bfcc [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:23.454371   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:43:23.454934   431 raft_consensus.cc:2243] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [term 3 LEADER]: Raft consensus shutting down.
I20260608 12:43:23.455907   431 raft_consensus.cc:2272] T 71da0648cb4142f884944e91b4100a67 P db2bb949990c4c119dad23ef65c4bfcc [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:23.484241   431 tablet_server.cc:196] TabletServer@127.0.107.195:33487 shutdown complete.
I20260608 12:43:23.504179   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:43:23.541049   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:23.542099   431 tablet_replica.cc:333] T f8e3fc7fe145478788d434b8a58dae08 P d88281449113428cbc792bedc4e38fda: stopping tablet replica
I20260608 12:43:23.542910   431 raft_consensus.cc:2243] T f8e3fc7fe145478788d434b8a58dae08 P d88281449113428cbc792bedc4e38fda [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:23.543623   431 raft_consensus.cc:2272] T f8e3fc7fe145478788d434b8a58dae08 P d88281449113428cbc792bedc4e38fda [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:23.546147   431 tablet_replica.cc:333] T 6ddb6cd39e4744c7af84a5c323e447da P d88281449113428cbc792bedc4e38fda: stopping tablet replica
I20260608 12:43:23.546758   431 raft_consensus.cc:2243] T 6ddb6cd39e4744c7af84a5c323e447da P d88281449113428cbc792bedc4e38fda [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:23.547374   431 raft_consensus.cc:2272] T 6ddb6cd39e4744c7af84a5c323e447da P d88281449113428cbc792bedc4e38fda [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:23.549721   431 tablet_replica.cc:333] T 50b3e288ea7041b584651989957e0e44 P d88281449113428cbc792bedc4e38fda: stopping tablet replica
I20260608 12:43:23.550441   431 raft_consensus.cc:2243] T 50b3e288ea7041b584651989957e0e44 P d88281449113428cbc792bedc4e38fda [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:23.551064   431 raft_consensus.cc:2272] T 50b3e288ea7041b584651989957e0e44 P d88281449113428cbc792bedc4e38fda [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:23.575664   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:43:23.592507   431 master.cc:562] Master@127.0.107.254:40167 shutting down...
I20260608 12:43:23.616709   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 9b09ed7508554542908d5dcd60153e7e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:23.617547   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 9b09ed7508554542908d5dcd60153e7e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:23.618021   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 9b09ed7508554542908d5dcd60153e7e: stopping tablet replica
I20260608 12:43:23.643301   431 master.cc:584] Master@127.0.107.254:40167 shutdown complete.
[       OK ] AutoRebalancerTest.TestHandlingFailedTservers (16046 ms)
[ RUN      ] AutoRebalancerTest.TestDeletedTables
I20260608 12:43:23.699913   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:45747
I20260608 12:43:23.701385   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:23.708341  8086 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:23.708325  8087 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:23.711452   431 server_base.cc:1061] running on GCE node
W20260608 12:43:23.712333  8089 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:23.713325   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:23.713517   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:23.713649   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922603713625 us; error 0 us; skew 500 ppm
I20260608 12:43:23.714450   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:23.718185   431 webserver.cc:533] Webserver started at http://127.0.107.254:44253/ using document root <none> and password file <none>
I20260608 12:43:23.718744   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:23.718904   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:23.719141   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:23.720393   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/master-0-root/instance:
uuid: "622c28085ad2478bbfe02c505eac40c2"
format_stamp: "Formatted at 2026-06-08 12:43:23 on dist-test-slave-1zds"
I20260608 12:43:23.726269   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.001s
I20260608 12:43:23.730715  8094 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:23.731693   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.003s
I20260608 12:43:23.732060   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/master-0-root
uuid: "622c28085ad2478bbfe02c505eac40c2"
format_stamp: "Formatted at 2026-06-08 12:43:23 on dist-test-slave-1zds"
I20260608 12:43:23.732401   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:23.751652   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:23.753141   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:23.798978   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:45747
I20260608 12:43:23.799255  8145 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:45747 every 8 connection(s)
I20260608 12:43:23.804338  8146 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:23.818354  8146 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 622c28085ad2478bbfe02c505eac40c2: Bootstrap starting.
I20260608 12:43:23.824712  8146 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 622c28085ad2478bbfe02c505eac40c2: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:23.830392  8146 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 622c28085ad2478bbfe02c505eac40c2: No bootstrap required, opened a new log
I20260608 12:43:23.833297  8146 raft_consensus.cc:359] T 00000000000000000000000000000000 P 622c28085ad2478bbfe02c505eac40c2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "622c28085ad2478bbfe02c505eac40c2" member_type: VOTER }
I20260608 12:43:23.833773  8146 raft_consensus.cc:385] T 00000000000000000000000000000000 P 622c28085ad2478bbfe02c505eac40c2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:23.834152  8146 raft_consensus.cc:740] T 00000000000000000000000000000000 P 622c28085ad2478bbfe02c505eac40c2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 622c28085ad2478bbfe02c505eac40c2, State: Initialized, Role: FOLLOWER
I20260608 12:43:23.835079  8146 consensus_queue.cc:260] T 00000000000000000000000000000000 P 622c28085ad2478bbfe02c505eac40c2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "622c28085ad2478bbfe02c505eac40c2" member_type: VOTER }
I20260608 12:43:23.835649  8146 raft_consensus.cc:399] T 00000000000000000000000000000000 P 622c28085ad2478bbfe02c505eac40c2 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:43:23.835916  8146 raft_consensus.cc:493] T 00000000000000000000000000000000 P 622c28085ad2478bbfe02c505eac40c2 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:43:23.836226  8146 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 622c28085ad2478bbfe02c505eac40c2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:23.842420  8146 raft_consensus.cc:515] T 00000000000000000000000000000000 P 622c28085ad2478bbfe02c505eac40c2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "622c28085ad2478bbfe02c505eac40c2" member_type: VOTER }
I20260608 12:43:23.843140  8146 leader_election.cc:304] T 00000000000000000000000000000000 P 622c28085ad2478bbfe02c505eac40c2 [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: 622c28085ad2478bbfe02c505eac40c2; no voters: 
I20260608 12:43:23.844591  8146 leader_election.cc:290] T 00000000000000000000000000000000 P 622c28085ad2478bbfe02c505eac40c2 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:43:23.845212  8149 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 622c28085ad2478bbfe02c505eac40c2 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:23.846900  8149 raft_consensus.cc:697] T 00000000000000000000000000000000 P 622c28085ad2478bbfe02c505eac40c2 [term 1 LEADER]: Becoming Leader. State: Replica: 622c28085ad2478bbfe02c505eac40c2, State: Running, Role: LEADER
I20260608 12:43:23.847700  8149 consensus_queue.cc:237] T 00000000000000000000000000000000 P 622c28085ad2478bbfe02c505eac40c2 [LEADER]: Queue going to LEADER mode. State: All 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: "622c28085ad2478bbfe02c505eac40c2" member_type: VOTER }
I20260608 12:43:23.848423  8146 sys_catalog.cc:565] T 00000000000000000000000000000000 P 622c28085ad2478bbfe02c505eac40c2 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:43:23.852960  8150 sys_catalog.cc:455] T 00000000000000000000000000000000 P 622c28085ad2478bbfe02c505eac40c2 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "622c28085ad2478bbfe02c505eac40c2" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "622c28085ad2478bbfe02c505eac40c2" member_type: VOTER } }
I20260608 12:43:23.853827  8150 sys_catalog.cc:458] T 00000000000000000000000000000000 P 622c28085ad2478bbfe02c505eac40c2 [sys.catalog]: This master's current role is: LEADER
I20260608 12:43:23.853590  8151 sys_catalog.cc:455] T 00000000000000000000000000000000 P 622c28085ad2478bbfe02c505eac40c2 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 622c28085ad2478bbfe02c505eac40c2. Latest consensus state: current_term: 1 leader_uuid: "622c28085ad2478bbfe02c505eac40c2" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "622c28085ad2478bbfe02c505eac40c2" member_type: VOTER } }
I20260608 12:43:23.854732  8151 sys_catalog.cc:458] T 00000000000000000000000000000000 P 622c28085ad2478bbfe02c505eac40c2 [sys.catalog]: This master's current role is: LEADER
I20260608 12:43:23.860760  8156 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:43:23.866410  8156 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:43:23.869302   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:43:23.877431  8156 catalog_manager.cc:1382] Generated new cluster ID: 9c0a0ed4568e4cf0bb16d18251d42294
I20260608 12:43:23.877820  8156 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:43:23.894409  8156 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:43:23.896179  8156 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:43:23.912181  8156 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 622c28085ad2478bbfe02c505eac40c2: Generated new TSK 0
I20260608 12:43:23.913002  8156 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:43:23.936816   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:23.944325  8167 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:23.945956  8168 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:23.947841  8170 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:23.948243   431 server_base.cc:1061] running on GCE node
I20260608 12:43:23.949426   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:23.949714   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:23.949976   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922603949953 us; error 0 us; skew 500 ppm
I20260608 12:43:23.950773   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:23.953711   431 webserver.cc:533] Webserver started at http://127.0.107.193:39707/ using document root <none> and password file <none>
I20260608 12:43:23.954409   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:23.954582   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:23.954890   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:23.956197   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-0-root/instance:
uuid: "c0701254fcf44dd3a7268e651db92edc"
format_stamp: "Formatted at 2026-06-08 12:43:23 on dist-test-slave-1zds"
I20260608 12:43:23.961719   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260608 12:43:23.966025  8175 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:23.967029   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:43:23.967402   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-0-root
uuid: "c0701254fcf44dd3a7268e651db92edc"
format_stamp: "Formatted at 2026-06-08 12:43:23 on dist-test-slave-1zds"
I20260608 12:43:23.967778   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:24.005098   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:24.006733   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:24.008522   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:24.011317   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:24.011572   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:24.011850   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:24.012029   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:24.058193   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:34083
I20260608 12:43:24.058313  8237 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:34083 every 8 connection(s)
I20260608 12:43:24.064374   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:24.072221  8242 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:24.073338  8243 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:24.076643  8245 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:24.077571   431 server_base.cc:1061] running on GCE node
I20260608 12:43:24.078020  8238 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45747
I20260608 12:43:24.078521  8238 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:24.079205   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:24.079533   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:24.079591  8238 heartbeater.cc:507] Master 127.0.107.254:45747 requested a full tablet report, sending...
I20260608 12:43:24.079918   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922604079892 us; error 0 us; skew 500 ppm
I20260608 12:43:24.080960   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:24.082999  8111 ts_manager.cc:194] Registered new tserver with Master: c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083)
I20260608 12:43:24.084373   431 webserver.cc:533] Webserver started at http://127.0.107.194:43401/ using document root <none> and password file <none>
I20260608 12:43:24.085171   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:24.085450   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:24.085824   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:24.086164  8111 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58722
I20260608 12:43:24.087508   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-1-root/instance:
uuid: "05c9193fec0249e181284a3b2893224f"
format_stamp: "Formatted at 2026-06-08 12:43:24 on dist-test-slave-1zds"
I20260608 12:43:24.093051   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.001s
I20260608 12:43:24.097127  8250 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:24.098048   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:43:24.098392   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-1-root
uuid: "05c9193fec0249e181284a3b2893224f"
format_stamp: "Formatted at 2026-06-08 12:43:24 on dist-test-slave-1zds"
I20260608 12:43:24.098703   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:24.109292   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:24.110532   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:24.112000   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:24.114421   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:24.114642   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:24.114892   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:24.115068   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:24.156690   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:42717
I20260608 12:43:24.156832  8312 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:42717 every 8 connection(s)
I20260608 12:43:24.162147   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:24.169545  8316 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:24.170687  8317 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:24.173163  8319 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:24.174096  8313 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45747
I20260608 12:43:24.174538  8313 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:24.175319  8313 heartbeater.cc:507] Master 127.0.107.254:45747 requested a full tablet report, sending...
I20260608 12:43:24.175916   431 server_base.cc:1061] running on GCE node
I20260608 12:43:24.176867   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:24.177160   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:24.177379   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922604177363 us; error 0 us; skew 500 ppm
I20260608 12:43:24.177693  8111 ts_manager.cc:194] Registered new tserver with Master: 05c9193fec0249e181284a3b2893224f (127.0.107.194:42717)
I20260608 12:43:24.178238   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:24.179713  8111 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45422
I20260608 12:43:24.181457   431 webserver.cc:533] Webserver started at http://127.0.107.195:39157/ using document root <none> and password file <none>
I20260608 12:43:24.182211   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:24.182461   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:24.182714   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:24.183746   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-2-root/instance:
uuid: "ea31fd4430684994ac23d0f59550b6ff"
format_stamp: "Formatted at 2026-06-08 12:43:24 on dist-test-slave-1zds"
I20260608 12:43:24.188477   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:43:24.191937  8324 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:24.192857   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:43:24.193132   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-2-root
uuid: "ea31fd4430684994ac23d0f59550b6ff"
format_stamp: "Formatted at 2026-06-08 12:43:24 on dist-test-slave-1zds"
I20260608 12:43:24.193367   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:24.217839   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:24.219022   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:24.220628   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:24.223160   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:24.223407   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:24.223668   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:24.223855   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:24.266654   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:42873
I20260608 12:43:24.266788  8386 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:42873 every 8 connection(s)
I20260608 12:43:24.281546  8387 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45747
I20260608 12:43:24.282001  8387 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:24.282712  8387 heartbeater.cc:507] Master 127.0.107.254:45747 requested a full tablet report, sending...
I20260608 12:43:24.284832  8111 ts_manager.cc:194] Registered new tserver with Master: ea31fd4430684994ac23d0f59550b6ff (127.0.107.195:42873)
I20260608 12:43:24.285320   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015128751s
I20260608 12:43:24.286664  8111 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45430
I20260608 12:43:25.090029  8238 heartbeater.cc:499] Master 127.0.107.254:45747 was elected leader, sending a full tablet report...
I20260608 12:43:25.183015  8313 heartbeater.cc:499] Master 127.0.107.254:45747 was elected leader, sending a full tablet report...
I20260608 12:43:25.290023  8387 heartbeater.cc:499] Master 127.0.107.254:45747 was elected leader, sending a full tablet report...
I20260608 12:43:25.350313  8111 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:45446:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:43:25.353417  8111 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:43:25.431669  8278 tablet_service.cc:1511] Processing CreateTablet for tablet 6dfa84acc08c4d72ab43d67516b271fd (DEFAULT_TABLE table=test-workload [id=c1152878b7c24cc79e9fda52ecca6411]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:43:25.433512  8278 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6dfa84acc08c4d72ab43d67516b271fd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:25.433419  8275 tablet_service.cc:1511] Processing CreateTablet for tablet 8ee8c0b334f84289a423091993cdc21a (DEFAULT_TABLE table=test-workload [id=c1152878b7c24cc79e9fda52ecca6411]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:43:25.435237  8275 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8ee8c0b334f84289a423091993cdc21a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:25.439292  8276 tablet_service.cc:1511] Processing CreateTablet for tablet a7339dcc89ce404f8e837fa199fce9c5 (DEFAULT_TABLE table=test-workload [id=c1152878b7c24cc79e9fda52ecca6411]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:43:25.441039  8276 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a7339dcc89ce404f8e837fa199fce9c5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:25.443286  8277 tablet_service.cc:1511] Processing CreateTablet for tablet 1dfc3df693254579a9491f6c4a66eb1a (DEFAULT_TABLE table=test-workload [id=c1152878b7c24cc79e9fda52ecca6411]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:43:25.444967  8277 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1dfc3df693254579a9491f6c4a66eb1a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:25.448191  8203 tablet_service.cc:1511] Processing CreateTablet for tablet 6dfa84acc08c4d72ab43d67516b271fd (DEFAULT_TABLE table=test-workload [id=c1152878b7c24cc79e9fda52ecca6411]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:43:25.451251  8202 tablet_service.cc:1511] Processing CreateTablet for tablet 1dfc3df693254579a9491f6c4a66eb1a (DEFAULT_TABLE table=test-workload [id=c1152878b7c24cc79e9fda52ecca6411]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:43:25.452872  8352 tablet_service.cc:1511] Processing CreateTablet for tablet 6dfa84acc08c4d72ab43d67516b271fd (DEFAULT_TABLE table=test-workload [id=c1152878b7c24cc79e9fda52ecca6411]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:43:25.454569  8352 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6dfa84acc08c4d72ab43d67516b271fd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:25.456828  8200 tablet_service.cc:1511] Processing CreateTablet for tablet 8ee8c0b334f84289a423091993cdc21a (DEFAULT_TABLE table=test-workload [id=c1152878b7c24cc79e9fda52ecca6411]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:43:25.454107  8201 tablet_service.cc:1511] Processing CreateTablet for tablet a7339dcc89ce404f8e837fa199fce9c5 (DEFAULT_TABLE table=test-workload [id=c1152878b7c24cc79e9fda52ecca6411]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:43:25.459333  8203 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6dfa84acc08c4d72ab43d67516b271fd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:25.462126  8202 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1dfc3df693254579a9491f6c4a66eb1a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:25.463202  8351 tablet_service.cc:1511] Processing CreateTablet for tablet 1dfc3df693254579a9491f6c4a66eb1a (DEFAULT_TABLE table=test-workload [id=c1152878b7c24cc79e9fda52ecca6411]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:43:25.464274  8201 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a7339dcc89ce404f8e837fa199fce9c5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:25.464756  8351 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1dfc3df693254579a9491f6c4a66eb1a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:25.465317  8200 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8ee8c0b334f84289a423091993cdc21a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:25.469906  8350 tablet_service.cc:1511] Processing CreateTablet for tablet a7339dcc89ce404f8e837fa199fce9c5 (DEFAULT_TABLE table=test-workload [id=c1152878b7c24cc79e9fda52ecca6411]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:43:25.471778  8350 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a7339dcc89ce404f8e837fa199fce9c5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:25.471871  8349 tablet_service.cc:1511] Processing CreateTablet for tablet 8ee8c0b334f84289a423091993cdc21a (DEFAULT_TABLE table=test-workload [id=c1152878b7c24cc79e9fda52ecca6411]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:43:25.473556  8349 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8ee8c0b334f84289a423091993cdc21a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:25.501232  8407 tablet_bootstrap.cc:492] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f: Bootstrap starting.
I20260608 12:43:25.525509  8409 tablet_bootstrap.cc:492] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc: Bootstrap starting.
I20260608 12:43:25.527789  8407 tablet_bootstrap.cc:654] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:25.533823  8408 tablet_bootstrap.cc:492] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff: Bootstrap starting.
I20260608 12:43:25.539141  8409 tablet_bootstrap.cc:654] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:25.543243  8408 tablet_bootstrap.cc:654] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:25.556109  8409 tablet_bootstrap.cc:492] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc: No bootstrap required, opened a new log
I20260608 12:43:25.556736  8409 ts_tablet_manager.cc:1403] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc: Time spent bootstrapping tablet: real 0.032s	user 0.015s	sys 0.004s
I20260608 12:43:25.558168  8408 tablet_bootstrap.cc:492] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff: No bootstrap required, opened a new log
I20260608 12:43:25.558779  8408 ts_tablet_manager.cc:1403] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff: Time spent bootstrapping tablet: real 0.026s	user 0.008s	sys 0.015s
I20260608 12:43:25.559369  8407 tablet_bootstrap.cc:492] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f: No bootstrap required, opened a new log
I20260608 12:43:25.559924  8407 ts_tablet_manager.cc:1403] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f: Time spent bootstrapping tablet: real 0.059s	user 0.014s	sys 0.007s
I20260608 12:43:25.560586  8409 raft_consensus.cc:359] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.561432  8409 raft_consensus.cc:385] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:25.561748  8409 raft_consensus.cc:740] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0701254fcf44dd3a7268e651db92edc, State: Initialized, Role: FOLLOWER
I20260608 12:43:25.562425  8408 raft_consensus.cc:359] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.563246  8408 raft_consensus.cc:385] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:25.562855  8409 consensus_queue.cc:260] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.563122  8407 raft_consensus.cc:359] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.563699  8408 raft_consensus.cc:740] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ea31fd4430684994ac23d0f59550b6ff, State: Initialized, Role: FOLLOWER
I20260608 12:43:25.564131  8407 raft_consensus.cc:385] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:25.564512  8407 raft_consensus.cc:740] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 05c9193fec0249e181284a3b2893224f, State: Initialized, Role: FOLLOWER
I20260608 12:43:25.564757  8408 consensus_queue.cc:260] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.566087  8407 consensus_queue.cc:260] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.568378  8409 ts_tablet_manager.cc:1434] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc: Time spent starting tablet: real 0.011s	user 0.003s	sys 0.007s
I20260608 12:43:25.570196  8409 tablet_bootstrap.cc:492] T 6dfa84acc08c4d72ab43d67516b271fd P c0701254fcf44dd3a7268e651db92edc: Bootstrap starting.
I20260608 12:43:25.576617  8407 ts_tablet_manager.cc:1434] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f: Time spent starting tablet: real 0.016s	user 0.009s	sys 0.006s
I20260608 12:43:25.580152  8409 tablet_bootstrap.cc:654] T 6dfa84acc08c4d72ab43d67516b271fd P c0701254fcf44dd3a7268e651db92edc: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:25.582940  8407 tablet_bootstrap.cc:492] T 8ee8c0b334f84289a423091993cdc21a P 05c9193fec0249e181284a3b2893224f: Bootstrap starting.
I20260608 12:43:25.584378  8415 raft_consensus.cc:493] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:25.586748  8415 raft_consensus.cc:515] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.590801  8415 leader_election.cc:290] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083), ea31fd4430684994ac23d0f59550b6ff (127.0.107.195:42873)
I20260608 12:43:25.586184  8408 ts_tablet_manager.cc:1434] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff: Time spent starting tablet: real 0.027s	user 0.022s	sys 0.004s
I20260608 12:43:25.592554  8408 tablet_bootstrap.cc:492] T 1dfc3df693254579a9491f6c4a66eb1a P ea31fd4430684994ac23d0f59550b6ff: Bootstrap starting.
I20260608 12:43:25.593995  8407 tablet_bootstrap.cc:654] T 8ee8c0b334f84289a423091993cdc21a P 05c9193fec0249e181284a3b2893224f: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:25.598203  8414 raft_consensus.cc:493] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:25.598956  8414 raft_consensus.cc:515] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.603422  8408 tablet_bootstrap.cc:654] T 1dfc3df693254579a9491f6c4a66eb1a P ea31fd4430684994ac23d0f59550b6ff: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:25.611352  8414 leader_election.cc:290] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 05c9193fec0249e181284a3b2893224f (127.0.107.194:42717), c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083)
I20260608 12:43:25.619815  8408 tablet_bootstrap.cc:492] T 1dfc3df693254579a9491f6c4a66eb1a P ea31fd4430684994ac23d0f59550b6ff: No bootstrap required, opened a new log
I20260608 12:43:25.621068  8408 ts_tablet_manager.cc:1403] T 1dfc3df693254579a9491f6c4a66eb1a P ea31fd4430684994ac23d0f59550b6ff: Time spent bootstrapping tablet: real 0.029s	user 0.018s	sys 0.007s
I20260608 12:43:25.626281  8408 raft_consensus.cc:359] T 1dfc3df693254579a9491f6c4a66eb1a P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.627794  8408 raft_consensus.cc:385] T 1dfc3df693254579a9491f6c4a66eb1a P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:25.628338  8408 raft_consensus.cc:740] T 1dfc3df693254579a9491f6c4a66eb1a P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ea31fd4430684994ac23d0f59550b6ff, State: Initialized, Role: FOLLOWER
I20260608 12:43:25.629482  8408 consensus_queue.cc:260] T 1dfc3df693254579a9491f6c4a66eb1a P ea31fd4430684994ac23d0f59550b6ff [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.632968  8408 ts_tablet_manager.cc:1434] T 1dfc3df693254579a9491f6c4a66eb1a P ea31fd4430684994ac23d0f59550b6ff: Time spent starting tablet: real 0.011s	user 0.009s	sys 0.000s
I20260608 12:43:25.635291  8408 tablet_bootstrap.cc:492] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff: Bootstrap starting.
I20260608 12:43:25.646572  8408 tablet_bootstrap.cc:654] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:25.655975  8362 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1dfc3df693254579a9491f6c4a66eb1a" candidate_uuid: "05c9193fec0249e181284a3b2893224f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ea31fd4430684994ac23d0f59550b6ff" is_pre_election: true
I20260608 12:43:25.657085  8362 raft_consensus.cc:2468] T 1dfc3df693254579a9491f6c4a66eb1a P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 05c9193fec0249e181284a3b2893224f in term 0.
I20260608 12:43:25.660292  8213 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1dfc3df693254579a9491f6c4a66eb1a" candidate_uuid: "05c9193fec0249e181284a3b2893224f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0701254fcf44dd3a7268e651db92edc" is_pre_election: true
W20260608 12:43:25.662302  8251 leader_election.cc:343] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:43:25.663523  8252 leader_election.cc:304] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [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: 05c9193fec0249e181284a3b2893224f, ea31fd4430684994ac23d0f59550b6ff; no voters: c0701254fcf44dd3a7268e651db92edc
I20260608 12:43:25.664182  8408 tablet_bootstrap.cc:492] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff: No bootstrap required, opened a new log
I20260608 12:43:25.664572  8415 raft_consensus.cc:2804] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:25.665042  8408 ts_tablet_manager.cc:1403] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff: Time spent bootstrapping tablet: real 0.030s	user 0.018s	sys 0.008s
I20260608 12:43:25.665038  8415 raft_consensus.cc:493] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:25.665896  8409 tablet_bootstrap.cc:492] T 6dfa84acc08c4d72ab43d67516b271fd P c0701254fcf44dd3a7268e651db92edc: No bootstrap required, opened a new log
I20260608 12:43:25.666476  8409 ts_tablet_manager.cc:1403] T 6dfa84acc08c4d72ab43d67516b271fd P c0701254fcf44dd3a7268e651db92edc: Time spent bootstrapping tablet: real 0.097s	user 0.009s	sys 0.011s
I20260608 12:43:25.665946  8415 raft_consensus.cc:3060] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:25.670117  8408 raft_consensus.cc:359] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.671165  8408 raft_consensus.cc:385] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:25.670826  8409 raft_consensus.cc:359] T 6dfa84acc08c4d72ab43d67516b271fd P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.671629  8408 raft_consensus.cc:740] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ea31fd4430684994ac23d0f59550b6ff, State: Initialized, Role: FOLLOWER
I20260608 12:43:25.671787  8409 raft_consensus.cc:385] T 6dfa84acc08c4d72ab43d67516b271fd P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:25.672408  8409 raft_consensus.cc:740] T 6dfa84acc08c4d72ab43d67516b271fd P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0701254fcf44dd3a7268e651db92edc, State: Initialized, Role: FOLLOWER
I20260608 12:43:25.673044  8408 consensus_queue.cc:260] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.673355  8409 consensus_queue.cc:260] T 6dfa84acc08c4d72ab43d67516b271fd P c0701254fcf44dd3a7268e651db92edc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.675272  8213 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6dfa84acc08c4d72ab43d67516b271fd" candidate_uuid: "ea31fd4430684994ac23d0f59550b6ff" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0701254fcf44dd3a7268e651db92edc" is_pre_election: true
I20260608 12:43:25.676019  8213 raft_consensus.cc:2468] T 6dfa84acc08c4d72ab43d67516b271fd P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ea31fd4430684994ac23d0f59550b6ff in term 0.
I20260608 12:43:25.676682  8408 ts_tablet_manager.cc:1434] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff: Time spent starting tablet: real 0.011s	user 0.009s	sys 0.000s
I20260608 12:43:25.678188  8408 tablet_bootstrap.cc:492] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff: Bootstrap starting.
I20260608 12:43:25.680408  8325 leader_election.cc:304] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c0701254fcf44dd3a7268e651db92edc, ea31fd4430684994ac23d0f59550b6ff; no voters: 
I20260608 12:43:25.682267  8414 raft_consensus.cc:2804] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:25.682684  8414 raft_consensus.cc:493] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:25.683041  8414 raft_consensus.cc:3060] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:25.685341  8415 raft_consensus.cc:515] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.686666  8408 tablet_bootstrap.cc:654] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:25.687289  8288 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6dfa84acc08c4d72ab43d67516b271fd" candidate_uuid: "ea31fd4430684994ac23d0f59550b6ff" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "05c9193fec0249e181284a3b2893224f" is_pre_election: true
I20260608 12:43:25.688757  8407 tablet_bootstrap.cc:492] T 8ee8c0b334f84289a423091993cdc21a P 05c9193fec0249e181284a3b2893224f: No bootstrap required, opened a new log
W20260608 12:43:25.689225  8325 leader_election.cc:343] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 05c9193fec0249e181284a3b2893224f (127.0.107.194:42717): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:43:25.689383  8407 ts_tablet_manager.cc:1403] T 8ee8c0b334f84289a423091993cdc21a P 05c9193fec0249e181284a3b2893224f: Time spent bootstrapping tablet: real 0.107s	user 0.032s	sys 0.034s
I20260608 12:43:25.692123  8362 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1dfc3df693254579a9491f6c4a66eb1a" candidate_uuid: "05c9193fec0249e181284a3b2893224f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ea31fd4430684994ac23d0f59550b6ff"
I20260608 12:43:25.692845  8362 raft_consensus.cc:3060] T 1dfc3df693254579a9491f6c4a66eb1a P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:25.689497  8213 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1dfc3df693254579a9491f6c4a66eb1a" candidate_uuid: "05c9193fec0249e181284a3b2893224f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0701254fcf44dd3a7268e651db92edc"
I20260608 12:43:25.693574  8407 raft_consensus.cc:359] T 8ee8c0b334f84289a423091993cdc21a P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.694515  8407 raft_consensus.cc:385] T 8ee8c0b334f84289a423091993cdc21a P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:25.694870  8407 raft_consensus.cc:740] T 8ee8c0b334f84289a423091993cdc21a P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 05c9193fec0249e181284a3b2893224f, State: Initialized, Role: FOLLOWER
W20260608 12:43:25.695525  8251 leader_election.cc:343] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:43:25.697381  8409 ts_tablet_manager.cc:1434] T 6dfa84acc08c4d72ab43d67516b271fd P c0701254fcf44dd3a7268e651db92edc: Time spent starting tablet: real 0.030s	user 0.009s	sys 0.000s
I20260608 12:43:25.705965  8409 tablet_bootstrap.cc:492] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc: Bootstrap starting.
I20260608 12:43:25.695757  8407 consensus_queue.cc:260] T 8ee8c0b334f84289a423091993cdc21a P 05c9193fec0249e181284a3b2893224f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.705475  8414 raft_consensus.cc:515] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.709287  8426 raft_consensus.cc:493] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:25.709941  8426 raft_consensus.cc:515] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.710610  8414 leader_election.cc:290] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [CANDIDATE]: Term 1 election: Requested vote from peers 05c9193fec0249e181284a3b2893224f (127.0.107.194:42717), c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083)
I20260608 12:43:25.712170  8362 raft_consensus.cc:2468] T 1dfc3df693254579a9491f6c4a66eb1a P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 05c9193fec0249e181284a3b2893224f in term 1.
I20260608 12:43:25.714130  8212 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ee8c0b334f84289a423091993cdc21a" candidate_uuid: "ea31fd4430684994ac23d0f59550b6ff" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0701254fcf44dd3a7268e651db92edc" is_pre_election: true
I20260608 12:43:25.714618  8288 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6dfa84acc08c4d72ab43d67516b271fd" candidate_uuid: "ea31fd4430684994ac23d0f59550b6ff" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "05c9193fec0249e181284a3b2893224f"
I20260608 12:43:25.714358  8252 leader_election.cc:304] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [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: 05c9193fec0249e181284a3b2893224f, ea31fd4430684994ac23d0f59550b6ff; no voters: c0701254fcf44dd3a7268e651db92edc
I20260608 12:43:25.715090  8212 raft_consensus.cc:2468] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ea31fd4430684994ac23d0f59550b6ff in term 0.
I20260608 12:43:25.714207  8213 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6dfa84acc08c4d72ab43d67516b271fd" candidate_uuid: "ea31fd4430684994ac23d0f59550b6ff" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0701254fcf44dd3a7268e651db92edc"
I20260608 12:43:25.716221  8213 raft_consensus.cc:3060] T 6dfa84acc08c4d72ab43d67516b271fd P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:43:25.717362  8325 leader_election.cc:343] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 05c9193fec0249e181284a3b2893224f (127.0.107.194:42717): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:43:25.718339  8325 leader_election.cc:304] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c0701254fcf44dd3a7268e651db92edc, ea31fd4430684994ac23d0f59550b6ff; no voters: 
I20260608 12:43:25.718555  8288 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ee8c0b334f84289a423091993cdc21a" candidate_uuid: "ea31fd4430684994ac23d0f59550b6ff" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "05c9193fec0249e181284a3b2893224f" is_pre_election: true
I20260608 12:43:25.719259  8288 raft_consensus.cc:2468] T 8ee8c0b334f84289a423091993cdc21a P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ea31fd4430684994ac23d0f59550b6ff in term 0.
I20260608 12:43:25.719355  8426 leader_election.cc:290] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083), 05c9193fec0249e181284a3b2893224f (127.0.107.194:42717)
I20260608 12:43:25.720046  8426 raft_consensus.cc:2804] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:25.721196  8426 raft_consensus.cc:493] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:25.721653  8426 raft_consensus.cc:3060] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:25.728722  8213 raft_consensus.cc:2468] T 6dfa84acc08c4d72ab43d67516b271fd P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ea31fd4430684994ac23d0f59550b6ff in term 1.
I20260608 12:43:25.730481  8325 leader_election.cc:304] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [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: c0701254fcf44dd3a7268e651db92edc, ea31fd4430684994ac23d0f59550b6ff; no voters: 05c9193fec0249e181284a3b2893224f
I20260608 12:43:25.731153  8426 raft_consensus.cc:515] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.732056  8414 raft_consensus.cc:2804] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:25.696048  8415 leader_election.cc:290] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [CANDIDATE]: Term 1 election: Requested vote from peers c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083), ea31fd4430684994ac23d0f59550b6ff (127.0.107.195:42873)
I20260608 12:43:25.734822  8426 leader_election.cc:290] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [CANDIDATE]: Term 1 election: Requested vote from peers c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083), 05c9193fec0249e181284a3b2893224f (127.0.107.194:42717)
I20260608 12:43:25.734807  8415 raft_consensus.cc:2804] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:25.735759  8415 raft_consensus.cc:697] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [term 1 LEADER]: Becoming Leader. State: Replica: 05c9193fec0249e181284a3b2893224f, State: Running, Role: LEADER
I20260608 12:43:25.738209  8288 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ee8c0b334f84289a423091993cdc21a" candidate_uuid: "ea31fd4430684994ac23d0f59550b6ff" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "05c9193fec0249e181284a3b2893224f"
I20260608 12:43:25.738941  8288 raft_consensus.cc:3060] T 8ee8c0b334f84289a423091993cdc21a P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:25.736690  8415 consensus_queue.cc:237] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.746938  8414 raft_consensus.cc:697] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [term 1 LEADER]: Becoming Leader. State: Replica: ea31fd4430684994ac23d0f59550b6ff, State: Running, Role: LEADER
I20260608 12:43:25.747474  8213 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ee8c0b334f84289a423091993cdc21a" candidate_uuid: "ea31fd4430684994ac23d0f59550b6ff" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0701254fcf44dd3a7268e651db92edc"
I20260608 12:43:25.748238  8213 raft_consensus.cc:3060] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:25.748245  8414 consensus_queue.cc:237] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.756601  8288 raft_consensus.cc:2468] T 8ee8c0b334f84289a423091993cdc21a P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ea31fd4430684994ac23d0f59550b6ff in term 1.
I20260608 12:43:25.758608  8325 leader_election.cc:304] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [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: 05c9193fec0249e181284a3b2893224f, ea31fd4430684994ac23d0f59550b6ff; no voters: 
I20260608 12:43:25.760123  8428 raft_consensus.cc:2804] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:25.760697  8407 ts_tablet_manager.cc:1434] T 8ee8c0b334f84289a423091993cdc21a P 05c9193fec0249e181284a3b2893224f: Time spent starting tablet: real 0.071s	user 0.005s	sys 0.010s
I20260608 12:43:25.760839  8428 raft_consensus.cc:697] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [term 1 LEADER]: Becoming Leader. State: Replica: ea31fd4430684994ac23d0f59550b6ff, State: Running, Role: LEADER
I20260608 12:43:25.762359  8407 tablet_bootstrap.cc:492] T a7339dcc89ce404f8e837fa199fce9c5 P 05c9193fec0249e181284a3b2893224f: Bootstrap starting.
I20260608 12:43:25.764176  8408 tablet_bootstrap.cc:492] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff: No bootstrap required, opened a new log
I20260608 12:43:25.764930  8408 ts_tablet_manager.cc:1403] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff: Time spent bootstrapping tablet: real 0.087s	user 0.021s	sys 0.038s
I20260608 12:43:25.765153  8213 raft_consensus.cc:2468] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ea31fd4430684994ac23d0f59550b6ff in term 1.
I20260608 12:43:25.768682  8409 tablet_bootstrap.cc:654] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:25.769994  8408 raft_consensus.cc:359] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.770923  8408 raft_consensus.cc:385] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:25.769639  8111 catalog_manager.cc:5696] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f reported cstate change: term changed from 0 to 1, leader changed from <none> to 05c9193fec0249e181284a3b2893224f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "05c9193fec0249e181284a3b2893224f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:25.771291  8408 raft_consensus.cc:740] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ea31fd4430684994ac23d0f59550b6ff, State: Initialized, Role: FOLLOWER
I20260608 12:43:25.772439  8428 consensus_queue.cc:237] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.772652  8408 consensus_queue.cc:260] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.774963  8408 ts_tablet_manager.cc:1434] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff: Time spent starting tablet: real 0.009s	user 0.002s	sys 0.006s
I20260608 12:43:25.776857  8407 tablet_bootstrap.cc:654] T a7339dcc89ce404f8e837fa199fce9c5 P 05c9193fec0249e181284a3b2893224f: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:25.793524  8407 tablet_bootstrap.cc:492] T a7339dcc89ce404f8e837fa199fce9c5 P 05c9193fec0249e181284a3b2893224f: No bootstrap required, opened a new log
I20260608 12:43:25.793848  8409 tablet_bootstrap.cc:492] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc: No bootstrap required, opened a new log
I20260608 12:43:25.794270  8407 ts_tablet_manager.cc:1403] T a7339dcc89ce404f8e837fa199fce9c5 P 05c9193fec0249e181284a3b2893224f: Time spent bootstrapping tablet: real 0.032s	user 0.010s	sys 0.015s
I20260608 12:43:25.794510  8409 ts_tablet_manager.cc:1403] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc: Time spent bootstrapping tablet: real 0.089s	user 0.015s	sys 0.005s
I20260608 12:43:25.798043  8407 raft_consensus.cc:359] T a7339dcc89ce404f8e837fa199fce9c5 P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.798321  8409 raft_consensus.cc:359] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.796425  8109 catalog_manager.cc:5696] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff reported cstate change: term changed from 0 to 1, leader changed from <none> to ea31fd4430684994ac23d0f59550b6ff (127.0.107.195). New cstate: current_term: 1 leader_uuid: "ea31fd4430684994ac23d0f59550b6ff" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } health_report { overall_health: HEALTHY } } }
I20260608 12:43:25.799070  8407 raft_consensus.cc:385] T a7339dcc89ce404f8e837fa199fce9c5 P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:25.799175  8409 raft_consensus.cc:385] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:25.799628  8407 raft_consensus.cc:740] T a7339dcc89ce404f8e837fa199fce9c5 P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 05c9193fec0249e181284a3b2893224f, State: Initialized, Role: FOLLOWER
I20260608 12:43:25.799701  8409 raft_consensus.cc:740] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0701254fcf44dd3a7268e651db92edc, State: Initialized, Role: FOLLOWER
I20260608 12:43:25.801031  8407 consensus_queue.cc:260] T a7339dcc89ce404f8e837fa199fce9c5 P 05c9193fec0249e181284a3b2893224f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.801100  8409 consensus_queue.cc:260] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.804284  8407 ts_tablet_manager.cc:1434] T a7339dcc89ce404f8e837fa199fce9c5 P 05c9193fec0249e181284a3b2893224f: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260608 12:43:25.805653  8407 tablet_bootstrap.cc:492] T 6dfa84acc08c4d72ab43d67516b271fd P 05c9193fec0249e181284a3b2893224f: Bootstrap starting.
I20260608 12:43:25.807229  8409 ts_tablet_manager.cc:1434] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc: Time spent starting tablet: real 0.012s	user 0.009s	sys 0.000s
I20260608 12:43:25.808544  8409 tablet_bootstrap.cc:492] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc: Bootstrap starting.
I20260608 12:43:25.813652  8407 tablet_bootstrap.cc:654] T 6dfa84acc08c4d72ab43d67516b271fd P 05c9193fec0249e181284a3b2893224f: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:25.816221  8409 tablet_bootstrap.cc:654] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:25.828507  8109 catalog_manager.cc:5696] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff reported cstate change: term changed from 0 to 1, leader changed from <none> to ea31fd4430684994ac23d0f59550b6ff (127.0.107.195). New cstate: current_term: 1 leader_uuid: "ea31fd4430684994ac23d0f59550b6ff" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } health_report { overall_health: HEALTHY } } }
I20260608 12:43:25.832507  8407 tablet_bootstrap.cc:492] T 6dfa84acc08c4d72ab43d67516b271fd P 05c9193fec0249e181284a3b2893224f: No bootstrap required, opened a new log
I20260608 12:43:25.833150  8407 ts_tablet_manager.cc:1403] T 6dfa84acc08c4d72ab43d67516b271fd P 05c9193fec0249e181284a3b2893224f: Time spent bootstrapping tablet: real 0.028s	user 0.008s	sys 0.016s
I20260608 12:43:25.835795  8409 tablet_bootstrap.cc:492] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc: No bootstrap required, opened a new log
I20260608 12:43:25.836498  8409 ts_tablet_manager.cc:1403] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc: Time spent bootstrapping tablet: real 0.028s	user 0.010s	sys 0.011s
I20260608 12:43:25.837329  8407 raft_consensus.cc:359] T 6dfa84acc08c4d72ab43d67516b271fd P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.838284  8407 raft_consensus.cc:385] T 6dfa84acc08c4d72ab43d67516b271fd P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:25.838634  8407 raft_consensus.cc:740] T 6dfa84acc08c4d72ab43d67516b271fd P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 05c9193fec0249e181284a3b2893224f, State: Initialized, Role: FOLLOWER
I20260608 12:43:25.839596  8407 consensus_queue.cc:260] T 6dfa84acc08c4d72ab43d67516b271fd P 05c9193fec0249e181284a3b2893224f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.841140  8409 raft_consensus.cc:359] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.842089  8409 raft_consensus.cc:385] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:25.842433  8409 raft_consensus.cc:740] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0701254fcf44dd3a7268e651db92edc, State: Initialized, Role: FOLLOWER
I20260608 12:43:25.842520  8407 ts_tablet_manager.cc:1434] T 6dfa84acc08c4d72ab43d67516b271fd P 05c9193fec0249e181284a3b2893224f: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.002s
I20260608 12:43:25.843407  8409 consensus_queue.cc:260] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.845897  8409 ts_tablet_manager.cc:1434] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc: Time spent starting tablet: real 0.009s	user 0.011s	sys 0.000s
W20260608 12:43:25.865660  8159 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:43:25.982189  8413 raft_consensus.cc:493] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:25.982897  8413 raft_consensus.cc:515] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:25.985347  8413 leader_election.cc:290] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 05c9193fec0249e181284a3b2893224f (127.0.107.194:42717), ea31fd4430684994ac23d0f59550b6ff (127.0.107.195:42873)
I20260608 12:43:25.996672  8288 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a7339dcc89ce404f8e837fa199fce9c5" candidate_uuid: "c0701254fcf44dd3a7268e651db92edc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "05c9193fec0249e181284a3b2893224f" is_pre_election: true
I20260608 12:43:25.996822  8362 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a7339dcc89ce404f8e837fa199fce9c5" candidate_uuid: "c0701254fcf44dd3a7268e651db92edc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ea31fd4430684994ac23d0f59550b6ff" is_pre_election: true
I20260608 12:43:25.997520  8362 raft_consensus.cc:2468] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c0701254fcf44dd3a7268e651db92edc in term 0.
I20260608 12:43:25.997496  8288 raft_consensus.cc:2468] T a7339dcc89ce404f8e837fa199fce9c5 P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c0701254fcf44dd3a7268e651db92edc in term 0.
I20260608 12:43:25.998953  8177 leader_election.cc:304] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c0701254fcf44dd3a7268e651db92edc, ea31fd4430684994ac23d0f59550b6ff; no voters: 
I20260608 12:43:25.999770  8413 raft_consensus.cc:2804] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:26.000135  8413 raft_consensus.cc:493] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:26.000373  8413 raft_consensus.cc:3060] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:26.006086  8413 raft_consensus.cc:515] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.008026  8413 leader_election.cc:290] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [CANDIDATE]: Term 1 election: Requested vote from peers 05c9193fec0249e181284a3b2893224f (127.0.107.194:42717), ea31fd4430684994ac23d0f59550b6ff (127.0.107.195:42873)
I20260608 12:43:26.009111  8288 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a7339dcc89ce404f8e837fa199fce9c5" candidate_uuid: "c0701254fcf44dd3a7268e651db92edc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "05c9193fec0249e181284a3b2893224f"
I20260608 12:43:26.009160  8362 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a7339dcc89ce404f8e837fa199fce9c5" candidate_uuid: "c0701254fcf44dd3a7268e651db92edc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ea31fd4430684994ac23d0f59550b6ff"
I20260608 12:43:26.010062  8288 raft_consensus.cc:3060] T a7339dcc89ce404f8e837fa199fce9c5 P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:26.010102  8362 raft_consensus.cc:3060] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:26.016083  8362 raft_consensus.cc:2468] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c0701254fcf44dd3a7268e651db92edc in term 1.
I20260608 12:43:26.016475  8288 raft_consensus.cc:2468] T a7339dcc89ce404f8e837fa199fce9c5 P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c0701254fcf44dd3a7268e651db92edc in term 1.
I20260608 12:43:26.017479  8177 leader_election.cc:304] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [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: c0701254fcf44dd3a7268e651db92edc, ea31fd4430684994ac23d0f59550b6ff; no voters: 
I20260608 12:43:26.018494  8413 raft_consensus.cc:2804] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:26.019562  8413 raft_consensus.cc:697] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [term 1 LEADER]: Becoming Leader. State: Replica: c0701254fcf44dd3a7268e651db92edc, State: Running, Role: LEADER
I20260608 12:43:26.020435  8413 consensus_queue.cc:237] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.028898  8110 catalog_manager.cc:5696] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc reported cstate change: term changed from 0 to 1, leader changed from <none> to c0701254fcf44dd3a7268e651db92edc (127.0.107.193). New cstate: current_term: 1 leader_uuid: "c0701254fcf44dd3a7268e651db92edc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:26.094172  8413 raft_consensus.cc:493] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:26.094774  8413 raft_consensus.cc:515] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.096869  8413 leader_election.cc:290] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 05c9193fec0249e181284a3b2893224f (127.0.107.194:42717), ea31fd4430684994ac23d0f59550b6ff (127.0.107.195:42873)
I20260608 12:43:26.097982  8288 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1dfc3df693254579a9491f6c4a66eb1a" candidate_uuid: "c0701254fcf44dd3a7268e651db92edc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "05c9193fec0249e181284a3b2893224f" is_pre_election: true
I20260608 12:43:26.098073  8362 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1dfc3df693254579a9491f6c4a66eb1a" candidate_uuid: "c0701254fcf44dd3a7268e651db92edc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ea31fd4430684994ac23d0f59550b6ff" is_pre_election: true
I20260608 12:43:26.098969  8362 raft_consensus.cc:2393] T 1dfc3df693254579a9491f6c4a66eb1a P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate c0701254fcf44dd3a7268e651db92edc in current term 1: Already voted for candidate 05c9193fec0249e181284a3b2893224f in this term.
I20260608 12:43:26.099898  8177 leader_election.cc:304] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc [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: c0701254fcf44dd3a7268e651db92edc; no voters: 05c9193fec0249e181284a3b2893224f, ea31fd4430684994ac23d0f59550b6ff
I20260608 12:43:26.100761  8413 raft_consensus.cc:3060] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:26.102155  8110 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:45454:
name: "dugtrio"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:43:26.104558  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 dugtrio in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:43:26.106344  8413 raft_consensus.cc:2749] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:43:26.138275  8201 tablet_service.cc:1511] Processing CreateTablet for tablet b0fd1be7414748d680576406b9b31f36 (DEFAULT_TABLE table=dugtrio [id=14b33858382b490695ef8b567793def0]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:43:26.139791  8201 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b0fd1be7414748d680576406b9b31f36. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:26.139600  8278 tablet_service.cc:1511] Processing CreateTablet for tablet b0fd1be7414748d680576406b9b31f36 (DEFAULT_TABLE table=dugtrio [id=14b33858382b490695ef8b567793def0]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:43:26.141010  8278 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b0fd1be7414748d680576406b9b31f36. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:26.141211  8350 tablet_service.cc:1511] Processing CreateTablet for tablet b0fd1be7414748d680576406b9b31f36 (DEFAULT_TABLE table=dugtrio [id=14b33858382b490695ef8b567793def0]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:43:26.142602  8350 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b0fd1be7414748d680576406b9b31f36. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:26.146416  8202 tablet_service.cc:1511] Processing CreateTablet for tablet 82b6a4cb3eec4d0da97eb3c8f65ca093 (DEFAULT_TABLE table=dugtrio [id=14b33858382b490695ef8b567793def0]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:43:26.147830  8352 tablet_service.cc:1511] Processing CreateTablet for tablet 82b6a4cb3eec4d0da97eb3c8f65ca093 (DEFAULT_TABLE table=dugtrio [id=14b33858382b490695ef8b567793def0]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:43:26.149402  8352 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 82b6a4cb3eec4d0da97eb3c8f65ca093. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:26.149246  8276 tablet_service.cc:1511] Processing CreateTablet for tablet 82b6a4cb3eec4d0da97eb3c8f65ca093 (DEFAULT_TABLE table=dugtrio [id=14b33858382b490695ef8b567793def0]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:43:26.150693  8276 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 82b6a4cb3eec4d0da97eb3c8f65ca093. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:26.151317  8349 tablet_service.cc:1511] Processing CreateTablet for tablet ff9325d982194984b6360dedb3e26b2e (DEFAULT_TABLE table=dugtrio [id=14b33858382b490695ef8b567793def0]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:43:26.151424  8200 tablet_service.cc:1511] Processing CreateTablet for tablet ff9325d982194984b6360dedb3e26b2e (DEFAULT_TABLE table=dugtrio [id=14b33858382b490695ef8b567793def0]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:43:26.147912  8202 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 82b6a4cb3eec4d0da97eb3c8f65ca093. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:26.155210  8277 tablet_service.cc:1511] Processing CreateTablet for tablet ff9325d982194984b6360dedb3e26b2e (DEFAULT_TABLE table=dugtrio [id=14b33858382b490695ef8b567793def0]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:43:26.156584  8277 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ff9325d982194984b6360dedb3e26b2e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:26.158221  8200 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ff9325d982194984b6360dedb3e26b2e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:26.159910  8351 tablet_service.cc:1511] Processing CreateTablet for tablet 031bc16f9d7640e8ab36a08b2a45e045 (DEFAULT_TABLE table=dugtrio [id=14b33858382b490695ef8b567793def0]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:43:26.163630  8203 tablet_service.cc:1511] Processing CreateTablet for tablet 031bc16f9d7640e8ab36a08b2a45e045 (DEFAULT_TABLE table=dugtrio [id=14b33858382b490695ef8b567793def0]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:43:26.165228  8203 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 031bc16f9d7640e8ab36a08b2a45e045. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:26.167450  8275 tablet_service.cc:1511] Processing CreateTablet for tablet 031bc16f9d7640e8ab36a08b2a45e045 (DEFAULT_TABLE table=dugtrio [id=14b33858382b490695ef8b567793def0]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:43:26.168900  8275 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 031bc16f9d7640e8ab36a08b2a45e045. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:26.172822  8409 tablet_bootstrap.cc:492] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc: Bootstrap starting.
I20260608 12:43:26.174165  8351 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 031bc16f9d7640e8ab36a08b2a45e045. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:26.175719  8408 tablet_bootstrap.cc:492] T b0fd1be7414748d680576406b9b31f36 P ea31fd4430684994ac23d0f59550b6ff: Bootstrap starting.
I20260608 12:43:26.179577  8409 tablet_bootstrap.cc:654] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:26.181989  8349 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ff9325d982194984b6360dedb3e26b2e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:26.185231  8408 tablet_bootstrap.cc:654] T b0fd1be7414748d680576406b9b31f36 P ea31fd4430684994ac23d0f59550b6ff: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:26.189606  8407 tablet_bootstrap.cc:492] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P 05c9193fec0249e181284a3b2893224f: Bootstrap starting.
I20260608 12:43:26.192986  8409 tablet_bootstrap.cc:492] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc: No bootstrap required, opened a new log
I20260608 12:43:26.193574  8409 ts_tablet_manager.cc:1403] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc: Time spent bootstrapping tablet: real 0.021s	user 0.016s	sys 0.000s
I20260608 12:43:26.197325  8407 tablet_bootstrap.cc:654] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P 05c9193fec0249e181284a3b2893224f: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:26.197178  8409 raft_consensus.cc:359] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.198020  8409 raft_consensus.cc:385] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:26.198367  8409 raft_consensus.cc:740] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0701254fcf44dd3a7268e651db92edc, State: Initialized, Role: FOLLOWER
I20260608 12:43:26.199364  8409 consensus_queue.cc:260] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.202044  8409 ts_tablet_manager.cc:1434] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.001s
I20260608 12:43:26.203159  8409 tablet_bootstrap.cc:492] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc: Bootstrap starting.
I20260608 12:43:26.210283  8409 tablet_bootstrap.cc:654] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:26.212817  8408 tablet_bootstrap.cc:492] T b0fd1be7414748d680576406b9b31f36 P ea31fd4430684994ac23d0f59550b6ff: No bootstrap required, opened a new log
I20260608 12:43:26.213469  8408 ts_tablet_manager.cc:1403] T b0fd1be7414748d680576406b9b31f36 P ea31fd4430684994ac23d0f59550b6ff: Time spent bootstrapping tablet: real 0.038s	user 0.011s	sys 0.002s
I20260608 12:43:26.216799  8408 raft_consensus.cc:359] T b0fd1be7414748d680576406b9b31f36 P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.219935  8408 raft_consensus.cc:385] T b0fd1be7414748d680576406b9b31f36 P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:26.221918  8408 raft_consensus.cc:740] T b0fd1be7414748d680576406b9b31f36 P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ea31fd4430684994ac23d0f59550b6ff, State: Initialized, Role: FOLLOWER
I20260608 12:43:26.222240  8409 tablet_bootstrap.cc:492] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc: No bootstrap required, opened a new log
I20260608 12:43:26.222934  8409 ts_tablet_manager.cc:1403] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc: Time spent bootstrapping tablet: real 0.020s	user 0.015s	sys 0.004s
I20260608 12:43:26.223484  8408 consensus_queue.cc:260] T b0fd1be7414748d680576406b9b31f36 P ea31fd4430684994ac23d0f59550b6ff [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.226048  8409 raft_consensus.cc:359] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.227819  8407 tablet_bootstrap.cc:492] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P 05c9193fec0249e181284a3b2893224f: No bootstrap required, opened a new log
I20260608 12:43:26.228358  8407 ts_tablet_manager.cc:1403] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P 05c9193fec0249e181284a3b2893224f: Time spent bootstrapping tablet: real 0.039s	user 0.006s	sys 0.010s
I20260608 12:43:26.228053  8409 raft_consensus.cc:385] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:26.232472  8408 ts_tablet_manager.cc:1434] T b0fd1be7414748d680576406b9b31f36 P ea31fd4430684994ac23d0f59550b6ff: Time spent starting tablet: real 0.019s	user 0.008s	sys 0.000s
I20260608 12:43:26.232558  8409 raft_consensus.cc:740] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0701254fcf44dd3a7268e651db92edc, State: Initialized, Role: FOLLOWER
I20260608 12:43:26.233886  8408 tablet_bootstrap.cc:492] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff: Bootstrap starting.
I20260608 12:43:26.233810  8409 consensus_queue.cc:260] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.231648  8407 raft_consensus.cc:359] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.235145  8407 raft_consensus.cc:385] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:26.235486  8407 raft_consensus.cc:740] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 05c9193fec0249e181284a3b2893224f, State: Initialized, Role: FOLLOWER
I20260608 12:43:26.241389  8408 tablet_bootstrap.cc:654] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:26.241146  8429 consensus_queue.cc:1048] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:43:26.242062  8407 consensus_queue.cc:260] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P 05c9193fec0249e181284a3b2893224f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.244565  8407 ts_tablet_manager.cc:1434] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P 05c9193fec0249e181284a3b2893224f: Time spent starting tablet: real 0.016s	user 0.007s	sys 0.000s
I20260608 12:43:26.241511  8409 ts_tablet_manager.cc:1434] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc: Time spent starting tablet: real 0.018s	user 0.007s	sys 0.000s
I20260608 12:43:26.256044  8409 tablet_bootstrap.cc:492] T 031bc16f9d7640e8ab36a08b2a45e045 P c0701254fcf44dd3a7268e651db92edc: Bootstrap starting.
I20260608 12:43:26.263044  8409 tablet_bootstrap.cc:654] T 031bc16f9d7640e8ab36a08b2a45e045 P c0701254fcf44dd3a7268e651db92edc: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:26.264052  8429 raft_consensus.cc:493] T 6dfa84acc08c4d72ab43d67516b271fd P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:26.264765  8429 raft_consensus.cc:515] T 6dfa84acc08c4d72ab43d67516b271fd P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.268735  8212 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6dfa84acc08c4d72ab43d67516b271fd" candidate_uuid: "05c9193fec0249e181284a3b2893224f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0701254fcf44dd3a7268e651db92edc" is_pre_election: true
I20260608 12:43:26.270125  8212 raft_consensus.cc:2393] T 6dfa84acc08c4d72ab43d67516b271fd P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 05c9193fec0249e181284a3b2893224f in current term 1: Already voted for candidate ea31fd4430684994ac23d0f59550b6ff in this term.
I20260608 12:43:26.288072  8429 leader_election.cc:290] T 6dfa84acc08c4d72ab43d67516b271fd P 05c9193fec0249e181284a3b2893224f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083), ea31fd4430684994ac23d0f59550b6ff (127.0.107.195:42873)
I20260608 12:43:26.292068  8407 tablet_bootstrap.cc:492] T b0fd1be7414748d680576406b9b31f36 P 05c9193fec0249e181284a3b2893224f: Bootstrap starting.
I20260608 12:43:26.296605  8362 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6dfa84acc08c4d72ab43d67516b271fd" candidate_uuid: "05c9193fec0249e181284a3b2893224f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ea31fd4430684994ac23d0f59550b6ff" is_pre_election: true
I20260608 12:43:26.298734  8414 consensus_queue.cc:1048] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:43:26.302462  8409 tablet_bootstrap.cc:492] T 031bc16f9d7640e8ab36a08b2a45e045 P c0701254fcf44dd3a7268e651db92edc: No bootstrap required, opened a new log
I20260608 12:43:26.303030  8409 ts_tablet_manager.cc:1403] T 031bc16f9d7640e8ab36a08b2a45e045 P c0701254fcf44dd3a7268e651db92edc: Time spent bootstrapping tablet: real 0.047s	user 0.015s	sys 0.011s
I20260608 12:43:26.303258  8407 tablet_bootstrap.cc:654] T b0fd1be7414748d680576406b9b31f36 P 05c9193fec0249e181284a3b2893224f: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:26.303927  8408 tablet_bootstrap.cc:492] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff: No bootstrap required, opened a new log
I20260608 12:43:26.305617  8408 ts_tablet_manager.cc:1403] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff: Time spent bootstrapping tablet: real 0.072s	user 0.013s	sys 0.043s
I20260608 12:43:26.306316  8409 raft_consensus.cc:359] T 031bc16f9d7640e8ab36a08b2a45e045 P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.307081  8409 raft_consensus.cc:385] T 031bc16f9d7640e8ab36a08b2a45e045 P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:26.307366  8409 raft_consensus.cc:740] T 031bc16f9d7640e8ab36a08b2a45e045 P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0701254fcf44dd3a7268e651db92edc, State: Initialized, Role: FOLLOWER
I20260608 12:43:26.304558  8252 leader_election.cc:304] T 6dfa84acc08c4d72ab43d67516b271fd P 05c9193fec0249e181284a3b2893224f [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: 05c9193fec0249e181284a3b2893224f; no voters: c0701254fcf44dd3a7268e651db92edc, ea31fd4430684994ac23d0f59550b6ff
I20260608 12:43:26.309669  8408 raft_consensus.cc:359] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.310560  8408 raft_consensus.cc:385] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:26.310904  8408 raft_consensus.cc:740] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ea31fd4430684994ac23d0f59550b6ff, State: Initialized, Role: FOLLOWER
I20260608 12:43:26.311766  8408 consensus_queue.cc:260] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.312434  8429 raft_consensus.cc:3060] T 6dfa84acc08c4d72ab43d67516b271fd P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:26.314555  8408 ts_tablet_manager.cc:1434] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:43:26.314251  8409 consensus_queue.cc:260] T 031bc16f9d7640e8ab36a08b2a45e045 P c0701254fcf44dd3a7268e651db92edc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.317843  8409 ts_tablet_manager.cc:1434] T 031bc16f9d7640e8ab36a08b2a45e045 P c0701254fcf44dd3a7268e651db92edc: Time spent starting tablet: real 0.014s	user 0.007s	sys 0.000s
I20260608 12:43:26.319985  8429 raft_consensus.cc:2749] T 6dfa84acc08c4d72ab43d67516b271fd P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:43:26.325838  8408 tablet_bootstrap.cc:492] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P ea31fd4430684994ac23d0f59550b6ff: Bootstrap starting.
I20260608 12:43:26.331700  8407 tablet_bootstrap.cc:492] T b0fd1be7414748d680576406b9b31f36 P 05c9193fec0249e181284a3b2893224f: No bootstrap required, opened a new log
I20260608 12:43:26.332332  8407 ts_tablet_manager.cc:1403] T b0fd1be7414748d680576406b9b31f36 P 05c9193fec0249e181284a3b2893224f: Time spent bootstrapping tablet: real 0.040s	user 0.009s	sys 0.005s
I20260608 12:43:26.334887  8408 tablet_bootstrap.cc:654] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P ea31fd4430684994ac23d0f59550b6ff: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:26.336192  8407 raft_consensus.cc:359] T b0fd1be7414748d680576406b9b31f36 P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.337007  8407 raft_consensus.cc:385] T b0fd1be7414748d680576406b9b31f36 P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:26.337327  8407 raft_consensus.cc:740] T b0fd1be7414748d680576406b9b31f36 P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 05c9193fec0249e181284a3b2893224f, State: Initialized, Role: FOLLOWER
I20260608 12:43:26.338306  8414 consensus_queue.cc:1048] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:26.347795  8409 tablet_bootstrap.cc:492] T ff9325d982194984b6360dedb3e26b2e P c0701254fcf44dd3a7268e651db92edc: Bootstrap starting.
I20260608 12:43:26.345404  8407 consensus_queue.cc:260] T b0fd1be7414748d680576406b9b31f36 P 05c9193fec0249e181284a3b2893224f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.360920  8458 consensus_queue.cc:1048] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
I20260608 12:43:26.365054  8407 ts_tablet_manager.cc:1434] T b0fd1be7414748d680576406b9b31f36 P 05c9193fec0249e181284a3b2893224f: Time spent starting tablet: real 0.032s	user 0.006s	sys 0.002s
I20260608 12:43:26.367022  8429 consensus_queue.cc:1048] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [LEADER]: Connected to new peer: Peer: permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:26.371194  8409 tablet_bootstrap.cc:654] T ff9325d982194984b6360dedb3e26b2e P c0701254fcf44dd3a7268e651db92edc: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:26.389660  8407 tablet_bootstrap.cc:492] T 031bc16f9d7640e8ab36a08b2a45e045 P 05c9193fec0249e181284a3b2893224f: Bootstrap starting.
I20260608 12:43:26.389734  8408 tablet_bootstrap.cc:492] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P ea31fd4430684994ac23d0f59550b6ff: No bootstrap required, opened a new log
I20260608 12:43:26.396445  8408 ts_tablet_manager.cc:1403] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P ea31fd4430684994ac23d0f59550b6ff: Time spent bootstrapping tablet: real 0.071s	user 0.023s	sys 0.023s
I20260608 12:43:26.415114  8407 tablet_bootstrap.cc:654] T 031bc16f9d7640e8ab36a08b2a45e045 P 05c9193fec0249e181284a3b2893224f: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:26.418630  8408 raft_consensus.cc:359] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.419423  8408 raft_consensus.cc:385] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:26.419718  8408 raft_consensus.cc:740] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ea31fd4430684994ac23d0f59550b6ff, State: Initialized, Role: FOLLOWER
I20260608 12:43:26.420413  8439 consensus_queue.cc:1048] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [LEADER]: Connected to new peer: Peer: permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:26.420535  8408 consensus_queue.cc:260] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P ea31fd4430684994ac23d0f59550b6ff [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.421828  8466 consensus_queue.cc:1048] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:43:26.422096  8439 consensus_queue.cc:1048] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [LEADER]: Connected to new peer: Peer: permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:43:26.429404  8408 ts_tablet_manager.cc:1434] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P ea31fd4430684994ac23d0f59550b6ff: Time spent starting tablet: real 0.033s	user 0.002s	sys 0.005s
I20260608 12:43:26.430606  8408 tablet_bootstrap.cc:492] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff: Bootstrap starting.
I20260608 12:43:26.440311  8408 tablet_bootstrap.cc:654] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:26.487169  8409 tablet_bootstrap.cc:492] T ff9325d982194984b6360dedb3e26b2e P c0701254fcf44dd3a7268e651db92edc: No bootstrap required, opened a new log
I20260608 12:43:26.487969  8409 ts_tablet_manager.cc:1403] T ff9325d982194984b6360dedb3e26b2e P c0701254fcf44dd3a7268e651db92edc: Time spent bootstrapping tablet: real 0.141s	user 0.019s	sys 0.001s
I20260608 12:43:26.498121  8407 tablet_bootstrap.cc:492] T 031bc16f9d7640e8ab36a08b2a45e045 P 05c9193fec0249e181284a3b2893224f: No bootstrap required, opened a new log
I20260608 12:43:26.497661  8409 raft_consensus.cc:359] T ff9325d982194984b6360dedb3e26b2e P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.498706  8407 ts_tablet_manager.cc:1403] T 031bc16f9d7640e8ab36a08b2a45e045 P 05c9193fec0249e181284a3b2893224f: Time spent bootstrapping tablet: real 0.109s	user 0.032s	sys 0.046s
I20260608 12:43:26.502640  8407 raft_consensus.cc:359] T 031bc16f9d7640e8ab36a08b2a45e045 P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.503376  8407 raft_consensus.cc:385] T 031bc16f9d7640e8ab36a08b2a45e045 P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:26.503688  8407 raft_consensus.cc:740] T 031bc16f9d7640e8ab36a08b2a45e045 P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 05c9193fec0249e181284a3b2893224f, State: Initialized, Role: FOLLOWER
I20260608 12:43:26.504426  8407 consensus_queue.cc:260] T 031bc16f9d7640e8ab36a08b2a45e045 P 05c9193fec0249e181284a3b2893224f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.506676  8407 ts_tablet_manager.cc:1434] T 031bc16f9d7640e8ab36a08b2a45e045 P 05c9193fec0249e181284a3b2893224f: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.004s
I20260608 12:43:26.507766  8407 tablet_bootstrap.cc:492] T ff9325d982194984b6360dedb3e26b2e P 05c9193fec0249e181284a3b2893224f: Bootstrap starting.
I20260608 12:43:26.498759  8409 raft_consensus.cc:385] T ff9325d982194984b6360dedb3e26b2e P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:26.510296  8409 raft_consensus.cc:740] T ff9325d982194984b6360dedb3e26b2e P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0701254fcf44dd3a7268e651db92edc, State: Initialized, Role: FOLLOWER
I20260608 12:43:26.511222  8409 consensus_queue.cc:260] T ff9325d982194984b6360dedb3e26b2e P c0701254fcf44dd3a7268e651db92edc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.513732  8407 tablet_bootstrap.cc:654] T ff9325d982194984b6360dedb3e26b2e P 05c9193fec0249e181284a3b2893224f: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:26.513859  8409 ts_tablet_manager.cc:1434] T ff9325d982194984b6360dedb3e26b2e P c0701254fcf44dd3a7268e651db92edc: Time spent starting tablet: real 0.025s	user 0.011s	sys 0.000s
I20260608 12:43:26.517293  8439 raft_consensus.cc:493] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:26.517899  8439 raft_consensus.cc:515] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.514083  8408 tablet_bootstrap.cc:492] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff: No bootstrap required, opened a new log
I20260608 12:43:26.520352  8408 ts_tablet_manager.cc:1403] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff: Time spent bootstrapping tablet: real 0.090s	user 0.030s	sys 0.035s
I20260608 12:43:26.520349  8439 leader_election.cc:290] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 05c9193fec0249e181284a3b2893224f (127.0.107.194:42717), ea31fd4430684994ac23d0f59550b6ff (127.0.107.195:42873)
I20260608 12:43:26.521131  8439 raft_consensus.cc:493] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:26.521652  8287 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b0fd1be7414748d680576406b9b31f36" candidate_uuid: "c0701254fcf44dd3a7268e651db92edc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "05c9193fec0249e181284a3b2893224f" is_pre_election: true
I20260608 12:43:26.522982  8287 raft_consensus.cc:2468] T b0fd1be7414748d680576406b9b31f36 P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c0701254fcf44dd3a7268e651db92edc in term 0.
I20260608 12:43:26.523932  8408 raft_consensus.cc:359] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.524713  8408 raft_consensus.cc:385] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:26.524475  8176 leader_election.cc:304] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 05c9193fec0249e181284a3b2893224f, c0701254fcf44dd3a7268e651db92edc; no voters: 
I20260608 12:43:26.525581  8413 raft_consensus.cc:2804] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:26.525877  8362 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b0fd1be7414748d680576406b9b31f36" candidate_uuid: "c0701254fcf44dd3a7268e651db92edc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ea31fd4430684994ac23d0f59550b6ff" is_pre_election: true
I20260608 12:43:26.526051  8413 raft_consensus.cc:493] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:26.526533  8413 raft_consensus.cc:3060] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:26.526624  8362 raft_consensus.cc:2468] T b0fd1be7414748d680576406b9b31f36 P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c0701254fcf44dd3a7268e651db92edc in term 0.
I20260608 12:43:26.521639  8439 raft_consensus.cc:515] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.534322  8287 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82b6a4cb3eec4d0da97eb3c8f65ca093" candidate_uuid: "c0701254fcf44dd3a7268e651db92edc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "05c9193fec0249e181284a3b2893224f" is_pre_election: true
I20260608 12:43:26.534457  8362 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82b6a4cb3eec4d0da97eb3c8f65ca093" candidate_uuid: "c0701254fcf44dd3a7268e651db92edc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ea31fd4430684994ac23d0f59550b6ff" is_pre_election: true
I20260608 12:43:26.535336  8287 raft_consensus.cc:2468] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c0701254fcf44dd3a7268e651db92edc in term 0.
I20260608 12:43:26.535355  8362 raft_consensus.cc:2468] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c0701254fcf44dd3a7268e651db92edc in term 0.
I20260608 12:43:26.540087  8407 tablet_bootstrap.cc:492] T ff9325d982194984b6360dedb3e26b2e P 05c9193fec0249e181284a3b2893224f: No bootstrap required, opened a new log
I20260608 12:43:26.540548  8407 ts_tablet_manager.cc:1403] T ff9325d982194984b6360dedb3e26b2e P 05c9193fec0249e181284a3b2893224f: Time spent bootstrapping tablet: real 0.033s	user 0.010s	sys 0.014s
I20260608 12:43:26.537021  8439 leader_election.cc:290] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 05c9193fec0249e181284a3b2893224f (127.0.107.194:42717), ea31fd4430684994ac23d0f59550b6ff (127.0.107.195:42873)
I20260608 12:43:26.536953  8176 leader_election.cc:304] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 05c9193fec0249e181284a3b2893224f, c0701254fcf44dd3a7268e651db92edc; no voters: 
I20260608 12:43:26.543447  8407 raft_consensus.cc:359] T ff9325d982194984b6360dedb3e26b2e P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.544139  8407 raft_consensus.cc:385] T ff9325d982194984b6360dedb3e26b2e P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:26.544404  8407 raft_consensus.cc:740] T ff9325d982194984b6360dedb3e26b2e P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 05c9193fec0249e181284a3b2893224f, State: Initialized, Role: FOLLOWER
I20260608 12:43:26.545253  8407 consensus_queue.cc:260] T ff9325d982194984b6360dedb3e26b2e P 05c9193fec0249e181284a3b2893224f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.547211  8407 ts_tablet_manager.cc:1434] T ff9325d982194984b6360dedb3e26b2e P 05c9193fec0249e181284a3b2893224f: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.000s
I20260608 12:43:26.551541  8413 raft_consensus.cc:515] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.554193  8413 leader_election.cc:290] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc [CANDIDATE]: Term 1 election: Requested vote from peers 05c9193fec0249e181284a3b2893224f (127.0.107.194:42717), ea31fd4430684994ac23d0f59550b6ff (127.0.107.195:42873)
I20260608 12:43:26.555459  8362 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b0fd1be7414748d680576406b9b31f36" candidate_uuid: "c0701254fcf44dd3a7268e651db92edc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ea31fd4430684994ac23d0f59550b6ff"
I20260608 12:43:26.554600  8408 raft_consensus.cc:740] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ea31fd4430684994ac23d0f59550b6ff, State: Initialized, Role: FOLLOWER
I20260608 12:43:26.555349  8287 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b0fd1be7414748d680576406b9b31f36" candidate_uuid: "c0701254fcf44dd3a7268e651db92edc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "05c9193fec0249e181284a3b2893224f"
I20260608 12:43:26.556345  8287 raft_consensus.cc:3060] T b0fd1be7414748d680576406b9b31f36 P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:26.556651  8408 consensus_queue.cc:260] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.559178  8408 ts_tablet_manager.cc:1434] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff: Time spent starting tablet: real 0.038s	user 0.004s	sys 0.003s
I20260608 12:43:26.556180  8362 raft_consensus.cc:3060] T b0fd1be7414748d680576406b9b31f36 P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:26.574091  8413 raft_consensus.cc:2804] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:26.574150  8287 raft_consensus.cc:2468] T b0fd1be7414748d680576406b9b31f36 P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c0701254fcf44dd3a7268e651db92edc in term 1.
I20260608 12:43:26.574630  8413 raft_consensus.cc:493] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:26.575080  8413 raft_consensus.cc:3060] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:26.575618  8176 leader_election.cc:304] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc [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: 05c9193fec0249e181284a3b2893224f, c0701254fcf44dd3a7268e651db92edc; no voters: 
I20260608 12:43:26.576418  8439 raft_consensus.cc:2804] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:26.577451  8439 raft_consensus.cc:697] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc [term 1 LEADER]: Becoming Leader. State: Replica: c0701254fcf44dd3a7268e651db92edc, State: Running, Role: LEADER
I20260608 12:43:26.578365  8439 consensus_queue.cc:237] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.579730  8362 raft_consensus.cc:2468] T b0fd1be7414748d680576406b9b31f36 P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c0701254fcf44dd3a7268e651db92edc in term 1.
I20260608 12:43:26.583807  8413 raft_consensus.cc:515] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.585770  8413 leader_election.cc:290] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc [CANDIDATE]: Term 1 election: Requested vote from peers 05c9193fec0249e181284a3b2893224f (127.0.107.194:42717), ea31fd4430684994ac23d0f59550b6ff (127.0.107.195:42873)
I20260608 12:43:26.586365  8287 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82b6a4cb3eec4d0da97eb3c8f65ca093" candidate_uuid: "c0701254fcf44dd3a7268e651db92edc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "05c9193fec0249e181284a3b2893224f"
I20260608 12:43:26.586870  8287 raft_consensus.cc:3060] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:26.587713  8109 catalog_manager.cc:5696] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc reported cstate change: term changed from 0 to 1, leader changed from <none> to c0701254fcf44dd3a7268e651db92edc (127.0.107.193). New cstate: current_term: 1 leader_uuid: "c0701254fcf44dd3a7268e651db92edc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:26.590902  8362 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82b6a4cb3eec4d0da97eb3c8f65ca093" candidate_uuid: "c0701254fcf44dd3a7268e651db92edc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ea31fd4430684994ac23d0f59550b6ff"
I20260608 12:43:26.591562  8362 raft_consensus.cc:3060] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:26.593420  8287 raft_consensus.cc:2468] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c0701254fcf44dd3a7268e651db92edc in term 1.
I20260608 12:43:26.594590  8176 leader_election.cc:304] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc [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: 05c9193fec0249e181284a3b2893224f, c0701254fcf44dd3a7268e651db92edc; no voters: 
I20260608 12:43:26.595475  8413 raft_consensus.cc:2804] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:26.596021  8413 raft_consensus.cc:697] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc [term 1 LEADER]: Becoming Leader. State: Replica: c0701254fcf44dd3a7268e651db92edc, State: Running, Role: LEADER
I20260608 12:43:26.597101  8413 consensus_queue.cc:237] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.598605  8362 raft_consensus.cc:2468] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c0701254fcf44dd3a7268e651db92edc in term 1.
I20260608 12:43:26.606626  8109 catalog_manager.cc:5696] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc reported cstate change: term changed from 0 to 1, leader changed from <none> to c0701254fcf44dd3a7268e651db92edc (127.0.107.193). New cstate: current_term: 1 leader_uuid: "c0701254fcf44dd3a7268e651db92edc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:26.631153  8414 raft_consensus.cc:493] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:26.631675  8414 raft_consensus.cc:515] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.633425  8414 leader_election.cc:290] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083), 05c9193fec0249e181284a3b2893224f (127.0.107.194:42717)
I20260608 12:43:26.634406  8213 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ff9325d982194984b6360dedb3e26b2e" candidate_uuid: "ea31fd4430684994ac23d0f59550b6ff" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0701254fcf44dd3a7268e651db92edc" is_pre_election: true
I20260608 12:43:26.634660  8287 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ff9325d982194984b6360dedb3e26b2e" candidate_uuid: "ea31fd4430684994ac23d0f59550b6ff" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "05c9193fec0249e181284a3b2893224f" is_pre_election: true
I20260608 12:43:26.635058  8213 raft_consensus.cc:2468] T ff9325d982194984b6360dedb3e26b2e P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ea31fd4430684994ac23d0f59550b6ff in term 0.
I20260608 12:43:26.635321  8287 raft_consensus.cc:2468] T ff9325d982194984b6360dedb3e26b2e P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ea31fd4430684994ac23d0f59550b6ff in term 0.
I20260608 12:43:26.636101  8325 leader_election.cc:304] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c0701254fcf44dd3a7268e651db92edc, ea31fd4430684994ac23d0f59550b6ff; no voters: 
I20260608 12:43:26.636868  8414 raft_consensus.cc:2804] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:26.637163  8414 raft_consensus.cc:493] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:26.637451  8414 raft_consensus.cc:3060] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:26.642422  8414 raft_consensus.cc:515] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.644090  8414 leader_election.cc:290] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff [CANDIDATE]: Term 1 election: Requested vote from peers c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083), 05c9193fec0249e181284a3b2893224f (127.0.107.194:42717)
I20260608 12:43:26.644891  8213 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ff9325d982194984b6360dedb3e26b2e" candidate_uuid: "ea31fd4430684994ac23d0f59550b6ff" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0701254fcf44dd3a7268e651db92edc"
I20260608 12:43:26.645186  8287 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ff9325d982194984b6360dedb3e26b2e" candidate_uuid: "ea31fd4430684994ac23d0f59550b6ff" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "05c9193fec0249e181284a3b2893224f"
I20260608 12:43:26.645551  8213 raft_consensus.cc:3060] T ff9325d982194984b6360dedb3e26b2e P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:26.645756  8287 raft_consensus.cc:3060] T ff9325d982194984b6360dedb3e26b2e P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:26.652814  8213 raft_consensus.cc:2468] T ff9325d982194984b6360dedb3e26b2e P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ea31fd4430684994ac23d0f59550b6ff in term 1.
I20260608 12:43:26.652814  8287 raft_consensus.cc:2468] T ff9325d982194984b6360dedb3e26b2e P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ea31fd4430684994ac23d0f59550b6ff in term 1.
I20260608 12:43:26.654459  8325 leader_election.cc:304] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff [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: c0701254fcf44dd3a7268e651db92edc, ea31fd4430684994ac23d0f59550b6ff; no voters: 
I20260608 12:43:26.655174  8414 raft_consensus.cc:2804] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:26.655659  8414 raft_consensus.cc:697] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff [term 1 LEADER]: Becoming Leader. State: Replica: ea31fd4430684994ac23d0f59550b6ff, State: Running, Role: LEADER
I20260608 12:43:26.656383  8414 consensus_queue.cc:237] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.663909  8109 catalog_manager.cc:5696] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff reported cstate change: term changed from 0 to 1, leader changed from <none> to ea31fd4430684994ac23d0f59550b6ff (127.0.107.195). New cstate: current_term: 1 leader_uuid: "ea31fd4430684994ac23d0f59550b6ff" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } health_report { overall_health: HEALTHY } } }
I20260608 12:43:26.692900  8414 raft_consensus.cc:493] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:26.693429  8414 raft_consensus.cc:515] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.695514  8414 leader_election.cc:290] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083), 05c9193fec0249e181284a3b2893224f (127.0.107.194:42717)
I20260608 12:43:26.696189  8213 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "031bc16f9d7640e8ab36a08b2a45e045" candidate_uuid: "ea31fd4430684994ac23d0f59550b6ff" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0701254fcf44dd3a7268e651db92edc" is_pre_election: true
I20260608 12:43:26.696696  8287 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "031bc16f9d7640e8ab36a08b2a45e045" candidate_uuid: "ea31fd4430684994ac23d0f59550b6ff" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "05c9193fec0249e181284a3b2893224f" is_pre_election: true
I20260608 12:43:26.696928  8213 raft_consensus.cc:2468] T 031bc16f9d7640e8ab36a08b2a45e045 P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ea31fd4430684994ac23d0f59550b6ff in term 0.
I20260608 12:43:26.697363  8287 raft_consensus.cc:2468] T 031bc16f9d7640e8ab36a08b2a45e045 P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ea31fd4430684994ac23d0f59550b6ff in term 0.
I20260608 12:43:26.698323  8325 leader_election.cc:304] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c0701254fcf44dd3a7268e651db92edc, ea31fd4430684994ac23d0f59550b6ff; no voters: 
I20260608 12:43:26.698958  8414 raft_consensus.cc:2804] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:26.699311  8414 raft_consensus.cc:493] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:26.699596  8414 raft_consensus.cc:3060] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:26.704614  8414 raft_consensus.cc:515] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.706420  8414 leader_election.cc:290] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff [CANDIDATE]: Term 1 election: Requested vote from peers c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083), 05c9193fec0249e181284a3b2893224f (127.0.107.194:42717)
I20260608 12:43:26.707386  8213 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "031bc16f9d7640e8ab36a08b2a45e045" candidate_uuid: "ea31fd4430684994ac23d0f59550b6ff" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c0701254fcf44dd3a7268e651db92edc"
I20260608 12:43:26.707703  8287 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "031bc16f9d7640e8ab36a08b2a45e045" candidate_uuid: "ea31fd4430684994ac23d0f59550b6ff" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "05c9193fec0249e181284a3b2893224f"
I20260608 12:43:26.707952  8213 raft_consensus.cc:3060] T 031bc16f9d7640e8ab36a08b2a45e045 P c0701254fcf44dd3a7268e651db92edc [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:26.708318  8287 raft_consensus.cc:3060] T 031bc16f9d7640e8ab36a08b2a45e045 P 05c9193fec0249e181284a3b2893224f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:26.712899  8213 raft_consensus.cc:2468] T 031bc16f9d7640e8ab36a08b2a45e045 P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ea31fd4430684994ac23d0f59550b6ff in term 1.
I20260608 12:43:26.712903  8287 raft_consensus.cc:2468] T 031bc16f9d7640e8ab36a08b2a45e045 P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ea31fd4430684994ac23d0f59550b6ff in term 1.
I20260608 12:43:26.714298  8325 leader_election.cc:304] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff [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: c0701254fcf44dd3a7268e651db92edc, ea31fd4430684994ac23d0f59550b6ff; no voters: 
I20260608 12:43:26.714993  8414 raft_consensus.cc:2804] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:26.715466  8414 raft_consensus.cc:697] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff [term 1 LEADER]: Becoming Leader. State: Replica: ea31fd4430684994ac23d0f59550b6ff, State: Running, Role: LEADER
I20260608 12:43:26.716188  8414 consensus_queue.cc:237] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:26.724299  8109 catalog_manager.cc:5696] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff reported cstate change: term changed from 0 to 1, leader changed from <none> to ea31fd4430684994ac23d0f59550b6ff (127.0.107.195). New cstate: current_term: 1 leader_uuid: "ea31fd4430684994ac23d0f59550b6ff" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } health_report { overall_health: HEALTHY } } }
I20260608 12:43:26.794960   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
W20260608 12:43:26.806701  8325 consensus_peers.cc:597] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff -> Peer c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083): Couldn't send request to peer c0701254fcf44dd3a7268e651db92edc. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:26.820182   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:26.821203   431 tablet_replica.cc:333] T 031bc16f9d7640e8ab36a08b2a45e045 P c0701254fcf44dd3a7268e651db92edc: stopping tablet replica
I20260608 12:43:26.821969   431 raft_consensus.cc:2243] T 031bc16f9d7640e8ab36a08b2a45e045 P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:26.822448   431 raft_consensus.cc:2272] T 031bc16f9d7640e8ab36a08b2a45e045 P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:26.824462   431 tablet_replica.cc:333] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc: stopping tablet replica
I20260608 12:43:26.825062   431 raft_consensus.cc:2243] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:26.825711   431 pending_rounds.cc:70] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc: Trying to abort 1 pending ops.
I20260608 12:43:26.825996   431 pending_rounds.cc:77] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658996635656192 op_type: NO_OP noop_request { }
I20260608 12:43:26.826318   431 raft_consensus.cc:2889] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:43:26.826614   431 raft_consensus.cc:2272] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:26.829008   431 tablet_replica.cc:333] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc: stopping tablet replica
I20260608 12:43:26.829634   431 raft_consensus.cc:2243] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:26.830193   431 raft_consensus.cc:2272] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:26.832731   431 tablet_replica.cc:333] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc: stopping tablet replica
I20260608 12:43:26.833319   431 raft_consensus.cc:2243] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:26.834218   431 raft_consensus.cc:2272] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:26.836697   431 tablet_replica.cc:333] T ff9325d982194984b6360dedb3e26b2e P c0701254fcf44dd3a7268e651db92edc: stopping tablet replica
I20260608 12:43:26.837234   431 raft_consensus.cc:2243] T ff9325d982194984b6360dedb3e26b2e P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:26.837631   431 raft_consensus.cc:2272] T ff9325d982194984b6360dedb3e26b2e P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:26.839772   431 tablet_replica.cc:333] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc: stopping tablet replica
I20260608 12:43:26.840515   431 raft_consensus.cc:2243] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:26.841269   431 pending_rounds.cc:70] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc: Trying to abort 1 pending ops.
I20260608 12:43:26.841476   431 pending_rounds.cc:77] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658996554792960 op_type: NO_OP noop_request { }
I20260608 12:43:26.841717   431 raft_consensus.cc:2889] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:43:26.842036   431 raft_consensus.cc:2272] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:26.844295   431 tablet_replica.cc:333] T 6dfa84acc08c4d72ab43d67516b271fd P c0701254fcf44dd3a7268e651db92edc: stopping tablet replica
I20260608 12:43:26.844791   431 raft_consensus.cc:2243] T 6dfa84acc08c4d72ab43d67516b271fd P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:26.845160   431 raft_consensus.cc:2272] T 6dfa84acc08c4d72ab43d67516b271fd P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:26.847575   431 tablet_replica.cc:333] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc: stopping tablet replica
I20260608 12:43:26.848033   431 raft_consensus.cc:2243] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:26.848405   431 raft_consensus.cc:2272] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:26.876753   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
W20260608 12:43:26.960947  8325 consensus_peers.cc:597] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff -> Peer c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083): Couldn't send request to peer c0701254fcf44dd3a7268e651db92edc. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34083: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:43:27.075497  8325 consensus_peers.cc:597] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff -> Peer c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083): Couldn't send request to peer c0701254fcf44dd3a7268e651db92edc. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34083: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:27.125948  8482 consensus_queue.cc:1048] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:43:27.161919  8482 consensus_queue.cc:1048] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260608 12:43:27.180177  8325 consensus_peers.cc:597] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff -> Peer c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083): Couldn't send request to peer c0701254fcf44dd3a7268e651db92edc. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34083: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:43:27.216427  8251 consensus_peers.cc:597] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f -> Peer c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083): Couldn't send request to peer c0701254fcf44dd3a7268e651db92edc. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34083: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:27.734018  8482 consensus_queue.cc:579] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Leader has been unable to successfully communicate with peer c0701254fcf44dd3a7268e651db92edc for more than 1 seconds (1.017s)
I20260608 12:43:27.798162  8480 consensus_queue.cc:579] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [LEADER]: Leader has been unable to successfully communicate with peer c0701254fcf44dd3a7268e651db92edc for more than 1 seconds (1.027s)
W20260608 12:43:27.881094  8159 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver c0701254fcf44dd3a7268e651db92edc not available for placement
I20260608 12:43:27.885167  8482 consensus_queue.cc:579] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Leader has been unable to successfully communicate with peer c0701254fcf44dd3a7268e651db92edc for more than 1 seconds (1.415s)
I20260608 12:43:27.886724  8466 consensus_queue.cc:579] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Leader has been unable to successfully communicate with peer c0701254fcf44dd3a7268e651db92edc for more than 1 seconds (1.080s)
I20260608 12:43:27.914474  8109 catalog_manager.cc:2532] Servicing SoftDeleteTable request from {username='slave'} at 127.0.0.1:45446:
table { table_name: "dugtrio" } modify_external_catalogs: true
I20260608 12:43:27.915200  8109 catalog_manager.cc:2780] Servicing DeleteTable request from {username='slave'} at 127.0.0.1:45446:
table { table_name: "dugtrio" } modify_external_catalogs: true
I20260608 12:43:27.931892  8494 consensus_queue.cc:579] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Leader has been unable to successfully communicate with peer c0701254fcf44dd3a7268e651db92edc for more than 1 seconds (1.274s)
I20260608 12:43:27.934087  8109 catalog_manager.cc:5983] T 00000000000000000000000000000000 P 622c28085ad2478bbfe02c505eac40c2: Sending DeleteTablet for 3 replicas of tablet b0fd1be7414748d680576406b9b31f36
I20260608 12:43:27.937037  8109 catalog_manager.cc:5983] T 00000000000000000000000000000000 P 622c28085ad2478bbfe02c505eac40c2: Sending DeleteTablet for 3 replicas of tablet 82b6a4cb3eec4d0da97eb3c8f65ca093
I20260608 12:43:27.938856  8109 catalog_manager.cc:5983] T 00000000000000000000000000000000 P 622c28085ad2478bbfe02c505eac40c2: Sending DeleteTablet for 3 replicas of tablet ff9325d982194984b6360dedb3e26b2e
I20260608 12:43:27.940025  8352 tablet_service.cc:1558] Processing DeleteTablet for tablet 82b6a4cb3eec4d0da97eb3c8f65ca093 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:43:27 UTC) from {username='slave'} at 127.0.0.1:59262
I20260608 12:43:27.940625  8109 catalog_manager.cc:5983] T 00000000000000000000000000000000 P 622c28085ad2478bbfe02c505eac40c2: Sending DeleteTablet for 3 replicas of tablet 031bc16f9d7640e8ab36a08b2a45e045
I20260608 12:43:27.941324  8349 tablet_service.cc:1558] Processing DeleteTablet for tablet b0fd1be7414748d680576406b9b31f36 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:43:27 UTC) from {username='slave'} at 127.0.0.1:59262
I20260608 12:43:27.943459  8349 tablet_service.cc:1558] Processing DeleteTablet for tablet ff9325d982194984b6360dedb3e26b2e with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:43:27 UTC) from {username='slave'} at 127.0.0.1:59262
I20260608 12:43:27.944821  8349 tablet_service.cc:1558] Processing DeleteTablet for tablet 031bc16f9d7640e8ab36a08b2a45e045 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:43:27 UTC) from {username='slave'} at 127.0.0.1:59262
I20260608 12:43:27.945907  8277 tablet_service.cc:1558] Processing DeleteTablet for tablet b0fd1be7414748d680576406b9b31f36 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:43:27 UTC) from {username='slave'} at 127.0.0.1:49200
I20260608 12:43:27.946656  8275 tablet_service.cc:1558] Processing DeleteTablet for tablet 82b6a4cb3eec4d0da97eb3c8f65ca093 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:43:27 UTC) from {username='slave'} at 127.0.0.1:49200
I20260608 12:43:27.947091  8502 tablet_replica.cc:333] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P ea31fd4430684994ac23d0f59550b6ff: stopping tablet replica
I20260608 12:43:27.948333  8502 raft_consensus.cc:2243] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:27.948678  8503 tablet_replica.cc:333] T b0fd1be7414748d680576406b9b31f36 P 05c9193fec0249e181284a3b2893224f: stopping tablet replica
I20260608 12:43:27.949205  8502 raft_consensus.cc:2272] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:27.949915  8503 raft_consensus.cc:2243] T b0fd1be7414748d680576406b9b31f36 P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:27.950107  8275 tablet_service.cc:1558] Processing DeleteTablet for tablet 031bc16f9d7640e8ab36a08b2a45e045 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:43:27 UTC) from {username='slave'} at 127.0.0.1:49200
I20260608 12:43:27.950840  8503 raft_consensus.cc:2272] T b0fd1be7414748d680576406b9b31f36 P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:27.951234  8277 tablet_service.cc:1558] Processing DeleteTablet for tablet ff9325d982194984b6360dedb3e26b2e with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:43:27 UTC) from {username='slave'} at 127.0.0.1:49200
I20260608 12:43:27.948431   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:43:27.952999  8502 ts_tablet_manager.cc:1916] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P ea31fd4430684994ac23d0f59550b6ff: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:43:27.955116  8503 ts_tablet_manager.cc:1916] T b0fd1be7414748d680576406b9b31f36 P 05c9193fec0249e181284a3b2893224f: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:43:27.968204  8491 raft_consensus.cc:493] T a7339dcc89ce404f8e837fa199fce9c5 P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Starting pre-election (detected failure of leader c0701254fcf44dd3a7268e651db92edc)
I20260608 12:43:27.969138  8491 raft_consensus.cc:515] T a7339dcc89ce404f8e837fa199fce9c5 P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
W20260608 12:43:27.972465  8095 catalog_manager.cc:4754] TS c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083): DeleteTablet:TABLET_DATA_DELETED RPC failed for tablet 031bc16f9d7640e8ab36a08b2a45e045: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34083: connect: Connection refused (error 111)
I20260608 12:43:27.973289  8491 leader_election.cc:290] T a7339dcc89ce404f8e837fa199fce9c5 P 05c9193fec0249e181284a3b2893224f [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083), ea31fd4430684994ac23d0f59550b6ff (127.0.107.195:42873)
I20260608 12:43:27.975389  8362 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a7339dcc89ce404f8e837fa199fce9c5" candidate_uuid: "05c9193fec0249e181284a3b2893224f" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "ea31fd4430684994ac23d0f59550b6ff" is_pre_election: true
W20260608 12:43:27.980218  8251 leader_election.cc:336] T a7339dcc89ce404f8e837fa199fce9c5 P 05c9193fec0249e181284a3b2893224f [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083): Network error: Client connection negotiation failed: client connection to 127.0.107.193:34083: connect: Connection refused (error 111)
I20260608 12:43:27.980953  8503 ts_tablet_manager.cc:1929] T b0fd1be7414748d680576406b9b31f36 P 05c9193fec0249e181284a3b2893224f: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:43:27.980823  8251 leader_election.cc:304] T a7339dcc89ce404f8e837fa199fce9c5 P 05c9193fec0249e181284a3b2893224f [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: 05c9193fec0249e181284a3b2893224f; no voters: c0701254fcf44dd3a7268e651db92edc, ea31fd4430684994ac23d0f59550b6ff
I20260608 12:43:27.981477  8503 log.cc:1199] T b0fd1be7414748d680576406b9b31f36 P 05c9193fec0249e181284a3b2893224f: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-1-root/wals/b0fd1be7414748d680576406b9b31f36
I20260608 12:43:27.981899  8491 raft_consensus.cc:2749] T a7339dcc89ce404f8e837fa199fce9c5 P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:43:27.982362  8503 ts_tablet_manager.cc:1950] T b0fd1be7414748d680576406b9b31f36 P 05c9193fec0249e181284a3b2893224f: Deleting consensus metadata
W20260608 12:43:27.988564  8505 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:27.988621  8502 ts_tablet_manager.cc:1929] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P ea31fd4430684994ac23d0f59550b6ff: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:43:27.990363  8502 log.cc:1199] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P ea31fd4430684994ac23d0f59550b6ff: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-2-root/wals/82b6a4cb3eec4d0da97eb3c8f65ca093
I20260608 12:43:27.990792  8503 tablet_replica.cc:333] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P 05c9193fec0249e181284a3b2893224f: stopping tablet replica
I20260608 12:43:27.991158  8502 ts_tablet_manager.cc:1950] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P ea31fd4430684994ac23d0f59550b6ff: Deleting consensus metadata
I20260608 12:43:27.991037  8095 catalog_manager.cc:5027] TS 05c9193fec0249e181284a3b2893224f (127.0.107.194:42717): tablet b0fd1be7414748d680576406b9b31f36 (table dugtrio [id=14b33858382b490695ef8b567793def0]) successfully deleted
I20260608 12:43:27.991897  8503 raft_consensus.cc:2243] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:27.992569  8503 raft_consensus.cc:2272] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:43:27.993921  8506 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:27.995527  8096 catalog_manager.cc:5027] TS ea31fd4430684994ac23d0f59550b6ff (127.0.107.195:42873): tablet 82b6a4cb3eec4d0da97eb3c8f65ca093 (table dugtrio [id=14b33858382b490695ef8b567793def0]) successfully deleted
I20260608 12:43:27.996156  8503 ts_tablet_manager.cc:1916] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P 05c9193fec0249e181284a3b2893224f: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:43:27.996789  8502 tablet_replica.cc:333] T b0fd1be7414748d680576406b9b31f36 P ea31fd4430684994ac23d0f59550b6ff: stopping tablet replica
I20260608 12:43:27.997844  8502 raft_consensus.cc:2243] T b0fd1be7414748d680576406b9b31f36 P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:27.998409  8502 raft_consensus.cc:2272] T b0fd1be7414748d680576406b9b31f36 P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:28.001921  8502 ts_tablet_manager.cc:1916] T b0fd1be7414748d680576406b9b31f36 P ea31fd4430684994ac23d0f59550b6ff: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:43:28.001849  8414 raft_consensus.cc:493] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Starting pre-election (detected failure of leader c0701254fcf44dd3a7268e651db92edc)
I20260608 12:43:28.002556  8414 raft_consensus.cc:515] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:28.005240  8414 leader_election.cc:290] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083), 05c9193fec0249e181284a3b2893224f (127.0.107.194:42717)
I20260608 12:43:28.007810  8287 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a7339dcc89ce404f8e837fa199fce9c5" candidate_uuid: "ea31fd4430684994ac23d0f59550b6ff" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "05c9193fec0249e181284a3b2893224f" is_pre_election: true
I20260608 12:43:28.008175   431 server_base.cc:1061] running on GCE node
I20260608 12:43:28.008618  8287 raft_consensus.cc:2468] T a7339dcc89ce404f8e837fa199fce9c5 P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ea31fd4430684994ac23d0f59550b6ff in term 1.
W20260608 12:43:28.009518  8508 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:28.011168  8325 leader_election.cc:304] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [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: 05c9193fec0249e181284a3b2893224f, ea31fd4430684994ac23d0f59550b6ff; no voters: 
I20260608 12:43:28.011967   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:28.012324   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:28.012557   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922608012536 us; error 0 us; skew 500 ppm
I20260608 12:43:28.013048  8414 raft_consensus.cc:2804] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:43:28.013509  8414 raft_consensus.cc:493] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Starting leader election (detected failure of leader c0701254fcf44dd3a7268e651db92edc)
I20260608 12:43:28.013691   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:28.013960  8414 raft_consensus.cc:3060] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:43:28.021004  8503 ts_tablet_manager.cc:1929] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P 05c9193fec0249e181284a3b2893224f: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:43:28.022394  8503 log.cc:1199] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P 05c9193fec0249e181284a3b2893224f: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-1-root/wals/82b6a4cb3eec4d0da97eb3c8f65ca093
I20260608 12:43:28.023356  8503 ts_tablet_manager.cc:1950] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P 05c9193fec0249e181284a3b2893224f: Deleting consensus metadata
W20260608 12:43:28.023533  8325 leader_election.cc:336] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083): Network error: Client connection negotiation failed: client connection to 127.0.107.193:34083: connect: Connection refused (error 111)
I20260608 12:43:28.023558  8414 raft_consensus.cc:515] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:28.027361  8095 catalog_manager.cc:5027] TS 05c9193fec0249e181284a3b2893224f (127.0.107.194:42717): tablet 82b6a4cb3eec4d0da97eb3c8f65ca093 (table dugtrio [id=14b33858382b490695ef8b567793def0]) successfully deleted
I20260608 12:43:28.027745  8503 tablet_replica.cc:333] T 031bc16f9d7640e8ab36a08b2a45e045 P 05c9193fec0249e181284a3b2893224f: stopping tablet replica
I20260608 12:43:28.027958  8502 ts_tablet_manager.cc:1929] T b0fd1be7414748d680576406b9b31f36 P ea31fd4430684994ac23d0f59550b6ff: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:43:28.028501  8502 log.cc:1199] T b0fd1be7414748d680576406b9b31f36 P ea31fd4430684994ac23d0f59550b6ff: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-2-root/wals/b0fd1be7414748d680576406b9b31f36
I20260608 12:43:28.029075  8503 raft_consensus.cc:2243] T 031bc16f9d7640e8ab36a08b2a45e045 P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:28.029299  8502 ts_tablet_manager.cc:1950] T b0fd1be7414748d680576406b9b31f36 P ea31fd4430684994ac23d0f59550b6ff: Deleting consensus metadata
I20260608 12:43:28.030054  8503 raft_consensus.cc:2272] T 031bc16f9d7640e8ab36a08b2a45e045 P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:28.033376  8096 catalog_manager.cc:5027] TS ea31fd4430684994ac23d0f59550b6ff (127.0.107.195:42873): tablet b0fd1be7414748d680576406b9b31f36 (table dugtrio [id=14b33858382b490695ef8b567793def0]) successfully deleted
W20260608 12:43:28.033974  8325 leader_election.cc:336] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083): Network error: Client connection negotiation failed: client connection to 127.0.107.193:34083: connect: Connection refused (error 111)
I20260608 12:43:28.034835  8502 tablet_replica.cc:333] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff: stopping tablet replica
I20260608 12:43:28.035861  8502 raft_consensus.cc:2243] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:28.037122  8502 raft_consensus.cc:2272] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:28.037508  8503 ts_tablet_manager.cc:1916] T 031bc16f9d7640e8ab36a08b2a45e045 P 05c9193fec0249e181284a3b2893224f: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:43:28.040982  8502 ts_tablet_manager.cc:1916] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:43:28.042986  8414 leader_election.cc:290] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [CANDIDATE]: Term 2 election: Requested vote from peers c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083), 05c9193fec0249e181284a3b2893224f (127.0.107.194:42717)
I20260608 12:43:28.044046  8287 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a7339dcc89ce404f8e837fa199fce9c5" candidate_uuid: "ea31fd4430684994ac23d0f59550b6ff" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "05c9193fec0249e181284a3b2893224f"
I20260608 12:43:28.044950  8287 raft_consensus.cc:3060] T a7339dcc89ce404f8e837fa199fce9c5 P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:43:28.050951   431 webserver.cc:533] Webserver started at http://127.0.107.196:41401/ using document root <none> and password file <none>
I20260608 12:43:28.051995   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:28.052331   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:28.052795   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:28.054657   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-3-root/instance:
uuid: "7f238205db974044bfca7e1cf3df005e"
format_stamp: "Formatted at 2026-06-08 12:43:28 on dist-test-slave-1zds"
I20260608 12:43:28.057298  8287 raft_consensus.cc:2468] T a7339dcc89ce404f8e837fa199fce9c5 P 05c9193fec0249e181284a3b2893224f [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ea31fd4430684994ac23d0f59550b6ff in term 2.
I20260608 12:43:28.058887  8502 ts_tablet_manager.cc:1929] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:43:28.059422  8502 log.cc:1199] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-2-root/wals/ff9325d982194984b6360dedb3e26b2e
I20260608 12:43:28.059366  8325 leader_election.cc:304] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [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: 05c9193fec0249e181284a3b2893224f, ea31fd4430684994ac23d0f59550b6ff; no voters: c0701254fcf44dd3a7268e651db92edc
I20260608 12:43:28.060535  8502 ts_tablet_manager.cc:1950] T ff9325d982194984b6360dedb3e26b2e P ea31fd4430684994ac23d0f59550b6ff: Deleting consensus metadata
I20260608 12:43:28.058887  8503 ts_tablet_manager.cc:1929] T 031bc16f9d7640e8ab36a08b2a45e045 P 05c9193fec0249e181284a3b2893224f: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:43:28.061106  8414 raft_consensus.cc:2804] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:43:28.061959  8503 log.cc:1199] T 031bc16f9d7640e8ab36a08b2a45e045 P 05c9193fec0249e181284a3b2893224f: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-1-root/wals/031bc16f9d7640e8ab36a08b2a45e045
I20260608 12:43:28.062348  8414 raft_consensus.cc:697] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [term 2 LEADER]: Becoming Leader. State: Replica: ea31fd4430684994ac23d0f59550b6ff, State: Running, Role: LEADER
I20260608 12:43:28.062884  8503 ts_tablet_manager.cc:1950] T 031bc16f9d7640e8ab36a08b2a45e045 P 05c9193fec0249e181284a3b2893224f: Deleting consensus metadata
I20260608 12:43:28.063426  8414 consensus_queue.cc:237] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [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: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:28.066565  8502 tablet_replica.cc:333] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff: stopping tablet replica
I20260608 12:43:28.067198  8096 catalog_manager.cc:5027] TS ea31fd4430684994ac23d0f59550b6ff (127.0.107.195:42873): tablet ff9325d982194984b6360dedb3e26b2e (table dugtrio [id=14b33858382b490695ef8b567793def0]) successfully deleted
I20260608 12:43:28.067879  8502 raft_consensus.cc:2243] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:28.069410  8502 raft_consensus.cc:2272] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:28.069520  8095 catalog_manager.cc:5027] TS 05c9193fec0249e181284a3b2893224f (127.0.107.194:42717): tablet 031bc16f9d7640e8ab36a08b2a45e045 (table dugtrio [id=14b33858382b490695ef8b567793def0]) successfully deleted
I20260608 12:43:28.072542  8503 tablet_replica.cc:333] T ff9325d982194984b6360dedb3e26b2e P 05c9193fec0249e181284a3b2893224f: stopping tablet replica
I20260608 12:43:28.074111  8503 raft_consensus.cc:2243] T ff9325d982194984b6360dedb3e26b2e P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:28.074831  8502 ts_tablet_manager.cc:1916] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:43:28.074990  8503 raft_consensus.cc:2272] T ff9325d982194984b6360dedb3e26b2e P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:28.082926   431 fs_manager.cc:696] Time spent creating directory manager: real 0.027s	user 0.011s	sys 0.009s
I20260608 12:43:28.083864  8503 ts_tablet_manager.cc:1916] T ff9325d982194984b6360dedb3e26b2e P 05c9193fec0249e181284a3b2893224f: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:43:28.085278  8109 catalog_manager.cc:5696] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff reported cstate change: term changed from 1 to 2, leader changed from c0701254fcf44dd3a7268e651db92edc (127.0.107.193) to ea31fd4430684994ac23d0f59550b6ff (127.0.107.195). New cstate: current_term: 2 leader_uuid: "ea31fd4430684994ac23d0f59550b6ff" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } health_report { overall_health: HEALTHY } } }
I20260608 12:43:28.097962  8502 ts_tablet_manager.cc:1929] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:43:28.098729  8502 log.cc:1199] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-2-root/wals/031bc16f9d7640e8ab36a08b2a45e045
I20260608 12:43:28.099836  8502 ts_tablet_manager.cc:1950] T 031bc16f9d7640e8ab36a08b2a45e045 P ea31fd4430684994ac23d0f59550b6ff: Deleting consensus metadata
I20260608 12:43:28.101361  8514 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:28.102689   431 fs_manager.cc:730] Time spent opening block manager: real 0.007s	user 0.000s	sys 0.004s
I20260608 12:43:28.103179   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-3-root
uuid: "7f238205db974044bfca7e1cf3df005e"
format_stamp: "Formatted at 2026-06-08 12:43:28 on dist-test-slave-1zds"
I20260608 12:43:28.103819  8096 catalog_manager.cc:5027] TS ea31fd4430684994ac23d0f59550b6ff (127.0.107.195:42873): tablet 031bc16f9d7640e8ab36a08b2a45e045 (table dugtrio [id=14b33858382b490695ef8b567793def0]) successfully deleted
I20260608 12:43:28.103639   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:28.104760  8503 ts_tablet_manager.cc:1929] T ff9325d982194984b6360dedb3e26b2e P 05c9193fec0249e181284a3b2893224f: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:43:28.105237  8503 log.cc:1199] T ff9325d982194984b6360dedb3e26b2e P 05c9193fec0249e181284a3b2893224f: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-1-root/wals/ff9325d982194984b6360dedb3e26b2e
I20260608 12:43:28.106076  8503 ts_tablet_manager.cc:1950] T ff9325d982194984b6360dedb3e26b2e P 05c9193fec0249e181284a3b2893224f: Deleting consensus metadata
I20260608 12:43:28.110172  8095 catalog_manager.cc:5027] TS 05c9193fec0249e181284a3b2893224f (127.0.107.194:42717): tablet ff9325d982194984b6360dedb3e26b2e (table dugtrio [id=14b33858382b490695ef8b567793def0]) successfully deleted
I20260608 12:43:28.136574   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:28.137741   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:28.139734   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:28.142925   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:28.143208   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:28.143486   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:28.143635   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:28.189340   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:37787
I20260608 12:43:28.189495  8576 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:37787 every 8 connection(s)
I20260608 12:43:28.195199   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:28.203938  8580 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:28.205312  8581 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:28.210918   431 server_base.cc:1061] running on GCE node
I20260608 12:43:28.211297  8577 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45747
I20260608 12:43:28.211862  8577 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:28.212669  8577 heartbeater.cc:507] Master 127.0.107.254:45747 requested a full tablet report, sending...
I20260608 12:43:28.215216  8109 ts_manager.cc:194] Registered new tserver with Master: 7f238205db974044bfca7e1cf3df005e (127.0.107.196:37787)
W20260608 12:43:28.215830  8583 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:28.217029   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:43:28.217131  8109 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45462
W20260608 12:43:28.217309   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:28.217703   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922608217684 us; error 0 us; skew 500 ppm
I20260608 12:43:28.218514   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:28.221516   431 webserver.cc:533] Webserver started at http://127.0.107.193:39707/ using document root <none> and password file <none>
I20260608 12:43:28.222199   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:28.222448   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260608 12:43:28.227705   431 fs_manager.cc:714] Time spent opening directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:43:28.232184  8588 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:28.233026   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:43:28.233366   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-0-root
uuid: "c0701254fcf44dd3a7268e651db92edc"
format_stamp: "Formatted at 2026-06-08 12:43:23 on dist-test-slave-1zds"
I20260608 12:43:28.233686   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:28.267812  8362 consensus_queue.cc:237] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [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: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } }
I20260608 12:43:28.271040   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:28.272629   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:28.275144   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:28.278036  8287 raft_consensus.cc:1275] T 6dfa84acc08c4d72ab43d67516b271fd P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Refusing update from remote peer ea31fd4430684994ac23d0f59550b6ff: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:28.281289  8414 consensus_queue.cc:1048] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:43:28.286006  8362 consensus_queue.cc:237] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [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: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } }
W20260608 12:43:28.287482  8325 consensus_peers.cc:597] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff -> Peer c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083): Couldn't send request to peer c0701254fcf44dd3a7268e651db92edc. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34083: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:28.300406  8482 raft_consensus.cc:2955] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } } }
I20260608 12:43:28.307072  8288 raft_consensus.cc:1275] T 8ee8c0b334f84289a423091993cdc21a P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Refusing update from remote peer ea31fd4430684994ac23d0f59550b6ff: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260608 12:43:28.307870  8327 consensus_peers.cc:597] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff -> Peer 7f238205db974044bfca7e1cf3df005e (127.0.107.196:37787): Couldn't send request to peer 7f238205db974044bfca7e1cf3df005e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6dfa84acc08c4d72ab43d67516b271fd. This is attempt 1: this message will repeat every 5th retry.
W20260608 12:43:28.308946  8327 consensus_peers.cc:597] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff -> Peer 7f238205db974044bfca7e1cf3df005e (127.0.107.196:37787): Couldn't send request to peer 7f238205db974044bfca7e1cf3df005e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8ee8c0b334f84289a423091993cdc21a. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:28.306859  8287 raft_consensus.cc:2955] T 6dfa84acc08c4d72ab43d67516b271fd P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } } }
W20260608 12:43:28.311946  8325 consensus_peers.cc:597] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff -> Peer c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083): Couldn't send request to peer c0701254fcf44dd3a7268e651db92edc. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34083: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:28.312754  8414 consensus_queue.cc:1048] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:43:28.317646  8096 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 6dfa84acc08c4d72ab43d67516b271fd with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 5)
I20260608 12:43:28.322762  8600 ts_tablet_manager.cc:548] Loading tablet metadata (0/8 complete)
I20260608 12:43:28.322724  8109 catalog_manager.cc:5696] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff reported cstate change: config changed from index -1 to 2, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "ea31fd4430684994ac23d0f59550b6ff" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:28.327317  8466 raft_consensus.cc:2955] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } } }
I20260608 12:43:28.329933  8288 raft_consensus.cc:2955] T 8ee8c0b334f84289a423091993cdc21a P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } } }
I20260608 12:43:28.341970  8096 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 8ee8c0b334f84289a423091993cdc21a with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 5)
I20260608 12:43:28.345577  8107 catalog_manager.cc:5696] T 8ee8c0b334f84289a423091993cdc21a P 05c9193fec0249e181284a3b2893224f reported cstate change: config changed from index -1 to 2, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "ea31fd4430684994ac23d0f59550b6ff" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } } }
I20260608 12:43:28.378199   431 ts_tablet_manager.cc:585] Loaded tablet metadata (8 total tablets, 8 live tablets)
I20260608 12:43:28.378614   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.073s	user 0.007s	sys 0.009s
I20260608 12:43:28.378955   431 ts_tablet_manager.cc:600] Registering tablets (0/8 complete)
I20260608 12:43:28.383560  8600 tablet_bootstrap.cc:492] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc: Bootstrap starting.
I20260608 12:43:28.396154  8600 tablet_bootstrap.cc:492] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260608 12:43:28.397079  8600 tablet_bootstrap.cc:492] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc: Bootstrap complete.
I20260608 12:43:28.397773  8600 ts_tablet_manager.cc:1403] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc: Time spent bootstrapping tablet: real 0.014s	user 0.006s	sys 0.004s
W20260608 12:43:28.399469  8095 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34083: connect: Connection refused (error 111) [suppressed 36 similar messages]
I20260608 12:43:28.400503  8600 raft_consensus.cc:359] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:28.401482  8600 raft_consensus.cc:740] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0701254fcf44dd3a7268e651db92edc, State: Initialized, Role: FOLLOWER
I20260608 12:43:28.402310  8600 consensus_queue.cc:260] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc [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: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:28.404712  8600 ts_tablet_manager.cc:1434] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.004s
I20260608 12:43:28.405550  8600 tablet_bootstrap.cc:492] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc: Bootstrap starting.
I20260608 12:43:28.414431   431 ts_tablet_manager.cc:616] Registered 8 tablets
I20260608 12:43:28.414829   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.036s	user 0.033s	sys 0.003s
I20260608 12:43:28.422726  8600 tablet_bootstrap.cc:492] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:43:28.423575  8600 tablet_bootstrap.cc:492] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc: Bootstrap complete.
I20260608 12:43:28.424333  8600 ts_tablet_manager.cc:1403] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc: Time spent bootstrapping tablet: real 0.019s	user 0.009s	sys 0.007s
I20260608 12:43:28.427186  8600 raft_consensus.cc:359] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:28.427820  8600 raft_consensus.cc:740] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0701254fcf44dd3a7268e651db92edc, State: Initialized, Role: FOLLOWER
I20260608 12:43:28.428562  8600 consensus_queue.cc:260] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [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: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:28.430397  8600 ts_tablet_manager.cc:1434] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.004s
I20260608 12:43:28.431174  8600 tablet_bootstrap.cc:492] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc: Bootstrap starting.
I20260608 12:43:28.446905  8600 tablet_bootstrap.cc:492] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:43:28.447786  8600 tablet_bootstrap.cc:492] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc: Bootstrap complete.
I20260608 12:43:28.448531  8600 ts_tablet_manager.cc:1403] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc: Time spent bootstrapping tablet: real 0.018s	user 0.007s	sys 0.007s
I20260608 12:43:28.451397  8600 raft_consensus.cc:359] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:28.452040  8600 raft_consensus.cc:740] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0701254fcf44dd3a7268e651db92edc, State: Initialized, Role: FOLLOWER
I20260608 12:43:28.452896  8600 consensus_queue.cc:260] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc [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: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:28.455045  8600 ts_tablet_manager.cc:1434] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.001s
I20260608 12:43:28.455984  8600 tablet_bootstrap.cc:492] T 6dfa84acc08c4d72ab43d67516b271fd P c0701254fcf44dd3a7268e651db92edc: Bootstrap starting.
I20260608 12:43:28.461886  8288 consensus_queue.cc:237] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [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: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } }
I20260608 12:43:28.477438  8600 tablet_bootstrap.cc:492] T 6dfa84acc08c4d72ab43d67516b271fd P c0701254fcf44dd3a7268e651db92edc: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:43:28.478564  8600 tablet_bootstrap.cc:492] T 6dfa84acc08c4d72ab43d67516b271fd P c0701254fcf44dd3a7268e651db92edc: Bootstrap complete.
I20260608 12:43:28.479456  8600 ts_tablet_manager.cc:1403] T 6dfa84acc08c4d72ab43d67516b271fd P c0701254fcf44dd3a7268e651db92edc: Time spent bootstrapping tablet: real 0.024s	user 0.022s	sys 0.000s
I20260608 12:43:28.482214  8600 raft_consensus.cc:359] T 6dfa84acc08c4d72ab43d67516b271fd P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:28.483112  8600 raft_consensus.cc:740] T 6dfa84acc08c4d72ab43d67516b271fd P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0701254fcf44dd3a7268e651db92edc, State: Initialized, Role: FOLLOWER
I20260608 12:43:28.484041  8600 consensus_queue.cc:260] T 6dfa84acc08c4d72ab43d67516b271fd P c0701254fcf44dd3a7268e651db92edc [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: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:28.486171  8600 ts_tablet_manager.cc:1434] T 6dfa84acc08c4d72ab43d67516b271fd P c0701254fcf44dd3a7268e651db92edc: Time spent starting tablet: real 0.006s	user 0.002s	sys 0.004s
I20260608 12:43:28.486562  8362 raft_consensus.cc:1275] T 1dfc3df693254579a9491f6c4a66eb1a P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Refusing update from remote peer 05c9193fec0249e181284a3b2893224f: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260608 12:43:28.486699  8253 consensus_peers.cc:597] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f -> Peer 7f238205db974044bfca7e1cf3df005e (127.0.107.196:37787): Couldn't send request to peer 7f238205db974044bfca7e1cf3df005e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1dfc3df693254579a9491f6c4a66eb1a. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:28.487092  8600 tablet_bootstrap.cc:492] T ff9325d982194984b6360dedb3e26b2e P c0701254fcf44dd3a7268e651db92edc: Bootstrap starting.
I20260608 12:43:28.488699  8491 consensus_queue.cc:1048] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [LEADER]: Connected to new peer: Peer: permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:43:28.497752   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:34083
I20260608 12:43:28.499019  8664 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:34083 every 8 connection(s)
I20260608 12:43:28.511897  8362 raft_consensus.cc:2955] T 1dfc3df693254579a9491f6c4a66eb1a P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } } }
I20260608 12:43:28.517568  8600 tablet_bootstrap.cc:492] T ff9325d982194984b6360dedb3e26b2e P c0701254fcf44dd3a7268e651db92edc: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:43:28.519466  8600 tablet_bootstrap.cc:492] T ff9325d982194984b6360dedb3e26b2e P c0701254fcf44dd3a7268e651db92edc: Bootstrap complete.
I20260608 12:43:28.521171  8600 ts_tablet_manager.cc:1403] T ff9325d982194984b6360dedb3e26b2e P c0701254fcf44dd3a7268e651db92edc: Time spent bootstrapping tablet: real 0.034s	user 0.017s	sys 0.008s
I20260608 12:43:28.509028  8491 raft_consensus.cc:2955] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } } }
I20260608 12:43:28.525887  8600 raft_consensus.cc:359] T ff9325d982194984b6360dedb3e26b2e P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:28.526657  8600 raft_consensus.cc:740] T ff9325d982194984b6360dedb3e26b2e P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0701254fcf44dd3a7268e651db92edc, State: Initialized, Role: FOLLOWER
I20260608 12:43:28.527459  8600 consensus_queue.cc:260] T ff9325d982194984b6360dedb3e26b2e P c0701254fcf44dd3a7268e651db92edc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:28.532823  8600 ts_tablet_manager.cc:1434] T ff9325d982194984b6360dedb3e26b2e P c0701254fcf44dd3a7268e651db92edc: Time spent starting tablet: real 0.010s	user 0.002s	sys 0.005s
I20260608 12:43:28.533774  8600 tablet_bootstrap.cc:492] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc: Bootstrap starting.
I20260608 12:43:28.538228  8666 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45747
I20260608 12:43:28.538759  8666 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:28.539718  8666 heartbeater.cc:507] Master 127.0.107.254:45747 requested a full tablet report, sending...
I20260608 12:43:28.543960  8095 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 1dfc3df693254579a9491f6c4a66eb1a with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 6)
I20260608 12:43:28.546378  8109 ts_manager.cc:194] Re-registered known tserver with Master: c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083)
I20260608 12:43:28.548655  8107 catalog_manager.cc:5696] T 1dfc3df693254579a9491f6c4a66eb1a P ea31fd4430684994ac23d0f59550b6ff reported cstate change: config changed from index -1 to 2, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "05c9193fec0249e181284a3b2893224f" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } } }
I20260608 12:43:28.553874  8637 raft_consensus.cc:1275] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Refusing update from remote peer 05c9193fec0249e181284a3b2893224f: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:28.555737  8663 consensus_queue.cc:1048] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:43:28.560390  8600 tablet_bootstrap.cc:492] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:43:28.561511  8600 tablet_bootstrap.cc:492] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc: Bootstrap complete.
I20260608 12:43:28.562422  8600 ts_tablet_manager.cc:1403] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc: Time spent bootstrapping tablet: real 0.029s	user 0.020s	sys 0.007s
I20260608 12:43:28.566040  8600 raft_consensus.cc:359] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:28.566738  8600 raft_consensus.cc:740] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0701254fcf44dd3a7268e651db92edc, State: Initialized, Role: FOLLOWER
I20260608 12:43:28.567783  8600 consensus_queue.cc:260] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc [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: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:28.570106  8600 ts_tablet_manager.cc:1434] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:43:28.569169  8637 raft_consensus.cc:2955] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } } }
I20260608 12:43:28.570995  8600 tablet_bootstrap.cc:492] T 031bc16f9d7640e8ab36a08b2a45e045 P c0701254fcf44dd3a7268e651db92edc: Bootstrap starting.
I20260608 12:43:28.571700  8109 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45468
I20260608 12:43:28.574791  8288 raft_consensus.cc:1275] T a7339dcc89ce404f8e837fa199fce9c5 P 05c9193fec0249e181284a3b2893224f [term 2 FOLLOWER]: Refusing update from remote peer ea31fd4430684994ac23d0f59550b6ff: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:43:28.576673  8466 consensus_queue.cc:1048] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:43:28.577172  8666 heartbeater.cc:499] Master 127.0.107.254:45747 was elected leader, sending a full tablet report...
I20260608 12:43:28.588794  8600 tablet_bootstrap.cc:492] T 031bc16f9d7640e8ab36a08b2a45e045 P c0701254fcf44dd3a7268e651db92edc: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:43:28.589670  8600 tablet_bootstrap.cc:492] T 031bc16f9d7640e8ab36a08b2a45e045 P c0701254fcf44dd3a7268e651db92edc: Bootstrap complete.
I20260608 12:43:28.590384  8600 ts_tablet_manager.cc:1403] T 031bc16f9d7640e8ab36a08b2a45e045 P c0701254fcf44dd3a7268e651db92edc: Time spent bootstrapping tablet: real 0.020s	user 0.011s	sys 0.007s
I20260608 12:43:28.593531  8600 raft_consensus.cc:359] T 031bc16f9d7640e8ab36a08b2a45e045 P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:28.594238  8600 raft_consensus.cc:740] T 031bc16f9d7640e8ab36a08b2a45e045 P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0701254fcf44dd3a7268e651db92edc, State: Initialized, Role: FOLLOWER
I20260608 12:43:28.594941  8600 consensus_queue.cc:260] T 031bc16f9d7640e8ab36a08b2a45e045 P c0701254fcf44dd3a7268e651db92edc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:28.597406  8600 ts_tablet_manager.cc:1434] T 031bc16f9d7640e8ab36a08b2a45e045 P c0701254fcf44dd3a7268e651db92edc: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:43:28.598227  8600 tablet_bootstrap.cc:492] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc: Bootstrap starting.
I20260608 12:43:28.616103  8600 tablet_bootstrap.cc:492] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260608 12:43:28.616384  8637 raft_consensus.cc:3060] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:43:28.617117  8600 tablet_bootstrap.cc:492] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc: Bootstrap complete.
I20260608 12:43:28.617913  8600 ts_tablet_manager.cc:1403] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc: Time spent bootstrapping tablet: real 0.020s	user 0.007s	sys 0.012s
I20260608 12:43:28.621019  8600 raft_consensus.cc:359] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:28.622126  8600 raft_consensus.cc:740] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: c0701254fcf44dd3a7268e651db92edc, State: Initialized, Role: FOLLOWER
I20260608 12:43:28.623087  8600 consensus_queue.cc:260] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc [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: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:28.624747  8637 raft_consensus.cc:1275] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [term 2 FOLLOWER]: Refusing update from remote peer ea31fd4430684994ac23d0f59550b6ff: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:43:28.625219  8600 ts_tablet_manager.cc:1434] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260608 12:43:28.626587  8494 consensus_queue.cc:1048] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:43:28.631850  8627 tablet_service.cc:1558] Processing DeleteTablet for tablet b0fd1be7414748d680576406b9b31f36 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:43:27 UTC) from {username='slave'} at 127.0.0.1:42638
I20260608 12:43:28.638463  8680 tablet_replica.cc:333] stopping tablet replica
I20260608 12:43:28.639468  8680 raft_consensus.cc:2243] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:28.639995  8680 pending_rounds.cc:70] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc: Trying to abort 1 pending ops.
I20260608 12:43:28.640285  8680 pending_rounds.cc:77] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658996554792960 op_type: NO_OP noop_request { }
I20260608 12:43:28.640682  8680 raft_consensus.cc:2889] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:43:28.641072  8680 raft_consensus.cc:2272] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:28.644073  8680 ts_tablet_manager.cc:1916] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:43:28.648591  8627 tablet_service.cc:1558] Processing DeleteTablet for tablet 031bc16f9d7640e8ab36a08b2a45e045 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:43:27 UTC) from {username='slave'} at 127.0.0.1:42638
I20260608 12:43:28.656046  8680 ts_tablet_manager.cc:1929] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:43:28.656424  8680 log.cc:1199] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-0-root/wals/b0fd1be7414748d680576406b9b31f36
I20260608 12:43:28.656956  8680 ts_tablet_manager.cc:1950] T b0fd1be7414748d680576406b9b31f36 P c0701254fcf44dd3a7268e651db92edc: Deleting consensus metadata
I20260608 12:43:28.659528  8680 tablet_replica.cc:333] stopping tablet replica
I20260608 12:43:28.659756  8095 catalog_manager.cc:5027] TS c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083): tablet b0fd1be7414748d680576406b9b31f36 (table dugtrio [id=14b33858382b490695ef8b567793def0]) successfully deleted
I20260608 12:43:28.660266  8680 raft_consensus.cc:2243] T 031bc16f9d7640e8ab36a08b2a45e045 P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:28.660768  8680 raft_consensus.cc:2272] T 031bc16f9d7640e8ab36a08b2a45e045 P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:28.663264  8680 ts_tablet_manager.cc:1916] T 031bc16f9d7640e8ab36a08b2a45e045 P c0701254fcf44dd3a7268e651db92edc: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:43:28.674075  8680 ts_tablet_manager.cc:1929] T 031bc16f9d7640e8ab36a08b2a45e045 P c0701254fcf44dd3a7268e651db92edc: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:43:28.674484  8680 log.cc:1199] T 031bc16f9d7640e8ab36a08b2a45e045 P c0701254fcf44dd3a7268e651db92edc: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-0-root/wals/031bc16f9d7640e8ab36a08b2a45e045
I20260608 12:43:28.675034  8680 ts_tablet_manager.cc:1950] T 031bc16f9d7640e8ab36a08b2a45e045 P c0701254fcf44dd3a7268e651db92edc: Deleting consensus metadata
I20260608 12:43:28.677119  8627 tablet_service.cc:1558] Processing DeleteTablet for tablet 82b6a4cb3eec4d0da97eb3c8f65ca093 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:43:27 UTC) from {username='slave'} at 127.0.0.1:42638
I20260608 12:43:28.677419  8095 catalog_manager.cc:5027] TS c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083): tablet 031bc16f9d7640e8ab36a08b2a45e045 (table dugtrio [id=14b33858382b490695ef8b567793def0]) successfully deleted
I20260608 12:43:28.678023  8680 tablet_replica.cc:333] stopping tablet replica
I20260608 12:43:28.678716  8680 raft_consensus.cc:2243] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:28.679103  8680 pending_rounds.cc:70] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc: Trying to abort 1 pending ops.
I20260608 12:43:28.679271  8680 pending_rounds.cc:77] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658996635656192 op_type: NO_OP noop_request { }
I20260608 12:43:28.679616  8680 raft_consensus.cc:2889] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:43:28.679903  8680 raft_consensus.cc:2272] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:28.682251  8680 ts_tablet_manager.cc:1916] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:43:28.692685  8680 ts_tablet_manager.cc:1929] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:43:28.693046  8680 log.cc:1199] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-0-root/wals/82b6a4cb3eec4d0da97eb3c8f65ca093
I20260608 12:43:28.693766  8680 ts_tablet_manager.cc:1950] T 82b6a4cb3eec4d0da97eb3c8f65ca093 P c0701254fcf44dd3a7268e651db92edc: Deleting consensus metadata
I20260608 12:43:28.694029  8627 tablet_service.cc:1558] Processing DeleteTablet for tablet ff9325d982194984b6360dedb3e26b2e with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:43:27 UTC) from {username='slave'} at 127.0.0.1:42638
I20260608 12:43:28.696523  8680 tablet_replica.cc:333] stopping tablet replica
I20260608 12:43:28.696545  8095 catalog_manager.cc:5027] TS c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083): tablet 82b6a4cb3eec4d0da97eb3c8f65ca093 (table dugtrio [id=14b33858382b490695ef8b567793def0]) successfully deleted
I20260608 12:43:28.697314  8680 raft_consensus.cc:2243] T ff9325d982194984b6360dedb3e26b2e P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:28.698028  8680 raft_consensus.cc:2272] T ff9325d982194984b6360dedb3e26b2e P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:28.700376  8680 ts_tablet_manager.cc:1916] T ff9325d982194984b6360dedb3e26b2e P c0701254fcf44dd3a7268e651db92edc: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:43:28.711611  8680 ts_tablet_manager.cc:1929] T ff9325d982194984b6360dedb3e26b2e P c0701254fcf44dd3a7268e651db92edc: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:43:28.711983  8680 log.cc:1199] T ff9325d982194984b6360dedb3e26b2e P c0701254fcf44dd3a7268e651db92edc: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-0-root/wals/ff9325d982194984b6360dedb3e26b2e
I20260608 12:43:28.712538  8680 ts_tablet_manager.cc:1950] T ff9325d982194984b6360dedb3e26b2e P c0701254fcf44dd3a7268e651db92edc: Deleting consensus metadata
I20260608 12:43:28.715058  8095 catalog_manager.cc:5027] TS c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083): tablet ff9325d982194984b6360dedb3e26b2e (table dugtrio [id=14b33858382b490695ef8b567793def0]) successfully deleted
I20260608 12:43:28.792237  8681 ts_tablet_manager.cc:933] T 6dfa84acc08c4d72ab43d67516b271fd P 7f238205db974044bfca7e1cf3df005e: Initiating tablet copy from peer ea31fd4430684994ac23d0f59550b6ff (127.0.107.195:42873)
I20260608 12:43:28.794031  8681 tablet_copy_client.cc:323] T 6dfa84acc08c4d72ab43d67516b271fd P 7f238205db974044bfca7e1cf3df005e: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:42873
I20260608 12:43:28.805510  8372 tablet_copy_service.cc:140] P ea31fd4430684994ac23d0f59550b6ff: Received BeginTabletCopySession request for tablet 6dfa84acc08c4d72ab43d67516b271fd from peer 7f238205db974044bfca7e1cf3df005e ({username='slave'} at 127.0.0.1:59288)
I20260608 12:43:28.806264  8372 tablet_copy_service.cc:161] P ea31fd4430684994ac23d0f59550b6ff: Beginning new tablet copy session on tablet 6dfa84acc08c4d72ab43d67516b271fd from peer 7f238205db974044bfca7e1cf3df005e at {username='slave'} at 127.0.0.1:59288: session id = 7f238205db974044bfca7e1cf3df005e-6dfa84acc08c4d72ab43d67516b271fd
I20260608 12:43:28.812144  8372 tablet_copy_source_session.cc:215] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:43:28.815202  8681 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6dfa84acc08c4d72ab43d67516b271fd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:28.826674  8681 tablet_copy_client.cc:806] T 6dfa84acc08c4d72ab43d67516b271fd P 7f238205db974044bfca7e1cf3df005e: tablet copy: Starting download of 0 data blocks...
I20260608 12:43:28.827245  8681 tablet_copy_client.cc:670] T 6dfa84acc08c4d72ab43d67516b271fd P 7f238205db974044bfca7e1cf3df005e: tablet copy: Starting download of 1 WAL segments...
I20260608 12:43:28.831175  8681 tablet_copy_client.cc:538] T 6dfa84acc08c4d72ab43d67516b271fd P 7f238205db974044bfca7e1cf3df005e: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:43:28.838080  8681 tablet_bootstrap.cc:492] T 6dfa84acc08c4d72ab43d67516b271fd P 7f238205db974044bfca7e1cf3df005e: Bootstrap starting.
I20260608 12:43:28.853978  8681 tablet_bootstrap.cc:492] T 6dfa84acc08c4d72ab43d67516b271fd P 7f238205db974044bfca7e1cf3df005e: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:43:28.854708  8681 tablet_bootstrap.cc:492] T 6dfa84acc08c4d72ab43d67516b271fd P 7f238205db974044bfca7e1cf3df005e: Bootstrap complete.
I20260608 12:43:28.855391  8681 ts_tablet_manager.cc:1403] T 6dfa84acc08c4d72ab43d67516b271fd P 7f238205db974044bfca7e1cf3df005e: Time spent bootstrapping tablet: real 0.017s	user 0.015s	sys 0.000s
I20260608 12:43:28.858023  8681 raft_consensus.cc:359] T 6dfa84acc08c4d72ab43d67516b271fd P 7f238205db974044bfca7e1cf3df005e [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } }
I20260608 12:43:28.858590  8681 raft_consensus.cc:740] T 6dfa84acc08c4d72ab43d67516b271fd P 7f238205db974044bfca7e1cf3df005e [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 7f238205db974044bfca7e1cf3df005e, State: Initialized, Role: LEARNER
I20260608 12:43:28.859061  8681 consensus_queue.cc:260] T 6dfa84acc08c4d72ab43d67516b271fd P 7f238205db974044bfca7e1cf3df005e [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: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } }
I20260608 12:43:28.861109  8577 heartbeater.cc:499] Master 127.0.107.254:45747 was elected leader, sending a full tablet report...
I20260608 12:43:28.861208  8681 ts_tablet_manager.cc:1434] T 6dfa84acc08c4d72ab43d67516b271fd P 7f238205db974044bfca7e1cf3df005e: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.000s
I20260608 12:43:28.863255  8372 tablet_copy_service.cc:342] P ea31fd4430684994ac23d0f59550b6ff: Request end of tablet copy session 7f238205db974044bfca7e1cf3df005e-6dfa84acc08c4d72ab43d67516b271fd received from {username='slave'} at 127.0.0.1:59288
I20260608 12:43:28.863801  8372 tablet_copy_service.cc:434] P ea31fd4430684994ac23d0f59550b6ff: ending tablet copy session 7f238205db974044bfca7e1cf3df005e-6dfa84acc08c4d72ab43d67516b271fd on tablet 6dfa84acc08c4d72ab43d67516b271fd with peer 7f238205db974044bfca7e1cf3df005e
I20260608 12:43:28.886227  8637 raft_consensus.cc:2955] T 6dfa84acc08c4d72ab43d67516b271fd P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } } }
W20260608 12:43:28.910640  8159 auto_rebalancer.cc:591] Failed to schedule move for tablet 6dfa84acc08c4d72ab43d67516b271fd: Invalid argument: Server with UUID 7f238205db974044bfca7e1cf3df005e is already a member of the config. RaftConfig: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } }
I20260608 12:43:28.912963  8681 ts_tablet_manager.cc:933] T 1dfc3df693254579a9491f6c4a66eb1a P 7f238205db974044bfca7e1cf3df005e: Initiating tablet copy from peer 05c9193fec0249e181284a3b2893224f (127.0.107.194:42717)
I20260608 12:43:28.914564  8681 tablet_copy_client.cc:323] T 1dfc3df693254579a9491f6c4a66eb1a P 7f238205db974044bfca7e1cf3df005e: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:42717
I20260608 12:43:28.915940  8362 consensus_queue.cc:237] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [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: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } attrs { replace: true } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } }
I20260608 12:43:28.923329  8691 ts_tablet_manager.cc:933] T 8ee8c0b334f84289a423091993cdc21a P 7f238205db974044bfca7e1cf3df005e: Initiating tablet copy from peer ea31fd4430684994ac23d0f59550b6ff (127.0.107.195:42873)
W20260608 12:43:28.924060  8327 consensus_peers.cc:597] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff -> Peer 7f238205db974044bfca7e1cf3df005e (127.0.107.196:37787): Couldn't send request to peer 7f238205db974044bfca7e1cf3df005e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: a7339dcc89ce404f8e837fa199fce9c5. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:28.925870  8691 tablet_copy_client.cc:323] T 8ee8c0b334f84289a423091993cdc21a P 7f238205db974044bfca7e1cf3df005e: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:42873
I20260608 12:43:28.927069  8288 raft_consensus.cc:1275] T a7339dcc89ce404f8e837fa199fce9c5 P 05c9193fec0249e181284a3b2893224f [term 2 FOLLOWER]: Refusing update from remote peer ea31fd4430684994ac23d0f59550b6ff: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:43:28.927373  8637 raft_consensus.cc:1275] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [term 2 FOLLOWER]: Refusing update from remote peer ea31fd4430684994ac23d0f59550b6ff: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:43:28.928262  8298 tablet_copy_service.cc:140] P 05c9193fec0249e181284a3b2893224f: Received BeginTabletCopySession request for tablet 1dfc3df693254579a9491f6c4a66eb1a from peer 7f238205db974044bfca7e1cf3df005e ({username='slave'} at 127.0.0.1:49228)
I20260608 12:43:28.928917  8298 tablet_copy_service.cc:161] P 05c9193fec0249e181284a3b2893224f: Beginning new tablet copy session on tablet 1dfc3df693254579a9491f6c4a66eb1a from peer 7f238205db974044bfca7e1cf3df005e at {username='slave'} at 127.0.0.1:49228: session id = 7f238205db974044bfca7e1cf3df005e-1dfc3df693254579a9491f6c4a66eb1a
I20260608 12:43:28.929034  8372 tablet_copy_service.cc:140] P ea31fd4430684994ac23d0f59550b6ff: Received BeginTabletCopySession request for tablet 8ee8c0b334f84289a423091993cdc21a from peer 7f238205db974044bfca7e1cf3df005e ({username='slave'} at 127.0.0.1:59288)
I20260608 12:43:28.929076  8414 consensus_queue.cc:1048] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:43:28.929908  8372 tablet_copy_service.cc:161] P ea31fd4430684994ac23d0f59550b6ff: Beginning new tablet copy session on tablet 8ee8c0b334f84289a423091993cdc21a from peer 7f238205db974044bfca7e1cf3df005e at {username='slave'} at 127.0.0.1:59288: session id = 7f238205db974044bfca7e1cf3df005e-8ee8c0b334f84289a423091993cdc21a
I20260608 12:43:28.931190  8414 consensus_queue.cc:1048] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:43:28.938006  8372 tablet_copy_source_session.cc:215] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:43:28.941733  8691 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8ee8c0b334f84289a423091993cdc21a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:28.942015  8466 raft_consensus.cc:2955] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } attrs { replace: true } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } } }
I20260608 12:43:28.951749  8298 tablet_copy_source_session.cc:215] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:43:28.946693  8636 raft_consensus.cc:2955] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } attrs { replace: true } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } } }
I20260608 12:43:28.955646  8681 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1dfc3df693254579a9491f6c4a66eb1a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:28.961151  8288 raft_consensus.cc:2955] T a7339dcc89ce404f8e837fa199fce9c5 P 05c9193fec0249e181284a3b2893224f [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } attrs { replace: true } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } } }
I20260608 12:43:28.966493  8637 raft_consensus.cc:2955] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } } }
I20260608 12:43:28.971035  8108 catalog_manager.cc:5696] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff reported cstate change: config changed from index -1 to 3, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "ea31fd4430684994ac23d0f59550b6ff" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:28.973426  8691 tablet_copy_client.cc:806] T 8ee8c0b334f84289a423091993cdc21a P 7f238205db974044bfca7e1cf3df005e: tablet copy: Starting download of 0 data blocks...
I20260608 12:43:28.974155  8691 tablet_copy_client.cc:670] T 8ee8c0b334f84289a423091993cdc21a P 7f238205db974044bfca7e1cf3df005e: tablet copy: Starting download of 1 WAL segments...
I20260608 12:43:28.985239  8691 tablet_copy_client.cc:538] T 8ee8c0b334f84289a423091993cdc21a P 7f238205db974044bfca7e1cf3df005e: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:43:28.994949  8691 tablet_bootstrap.cc:492] T 8ee8c0b334f84289a423091993cdc21a P 7f238205db974044bfca7e1cf3df005e: Bootstrap starting.
W20260608 12:43:28.999681  8159 auto_rebalancer.cc:591] Failed to schedule move for tablet 1dfc3df693254579a9491f6c4a66eb1a: Invalid argument: Server with UUID 7f238205db974044bfca7e1cf3df005e is already a member of the config. RaftConfig: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } }
I20260608 12:43:29.002686  8681 tablet_copy_client.cc:806] T 1dfc3df693254579a9491f6c4a66eb1a P 7f238205db974044bfca7e1cf3df005e: tablet copy: Starting download of 0 data blocks...
I20260608 12:43:29.003367  8681 tablet_copy_client.cc:670] T 1dfc3df693254579a9491f6c4a66eb1a P 7f238205db974044bfca7e1cf3df005e: tablet copy: Starting download of 1 WAL segments...
I20260608 12:43:29.008392  8681 tablet_copy_client.cc:538] T 1dfc3df693254579a9491f6c4a66eb1a P 7f238205db974044bfca7e1cf3df005e: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:43:29.016785  8681 tablet_bootstrap.cc:492] T 1dfc3df693254579a9491f6c4a66eb1a P 7f238205db974044bfca7e1cf3df005e: Bootstrap starting.
I20260608 12:43:29.020021  8691 tablet_bootstrap.cc:492] T 8ee8c0b334f84289a423091993cdc21a P 7f238205db974044bfca7e1cf3df005e: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:43:29.021044  8691 tablet_bootstrap.cc:492] T 8ee8c0b334f84289a423091993cdc21a P 7f238205db974044bfca7e1cf3df005e: Bootstrap complete.
I20260608 12:43:29.021963  8691 ts_tablet_manager.cc:1403] T 8ee8c0b334f84289a423091993cdc21a P 7f238205db974044bfca7e1cf3df005e: Time spent bootstrapping tablet: real 0.027s	user 0.025s	sys 0.000s
I20260608 12:43:29.025460  8691 raft_consensus.cc:359] T 8ee8c0b334f84289a423091993cdc21a P 7f238205db974044bfca7e1cf3df005e [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } }
I20260608 12:43:29.026470  8691 raft_consensus.cc:740] T 8ee8c0b334f84289a423091993cdc21a P 7f238205db974044bfca7e1cf3df005e [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 7f238205db974044bfca7e1cf3df005e, State: Initialized, Role: LEARNER
I20260608 12:43:29.027253  8691 consensus_queue.cc:260] T 8ee8c0b334f84289a423091993cdc21a P 7f238205db974044bfca7e1cf3df005e [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: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } }
I20260608 12:43:29.030146  8691 ts_tablet_manager.cc:1434] T 8ee8c0b334f84289a423091993cdc21a P 7f238205db974044bfca7e1cf3df005e: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:43:29.032150  8372 tablet_copy_service.cc:342] P ea31fd4430684994ac23d0f59550b6ff: Request end of tablet copy session 7f238205db974044bfca7e1cf3df005e-8ee8c0b334f84289a423091993cdc21a received from {username='slave'} at 127.0.0.1:59288
I20260608 12:43:29.032619  8372 tablet_copy_service.cc:434] P ea31fd4430684994ac23d0f59550b6ff: ending tablet copy session 7f238205db974044bfca7e1cf3df005e-8ee8c0b334f84289a423091993cdc21a on tablet 8ee8c0b334f84289a423091993cdc21a with peer 7f238205db974044bfca7e1cf3df005e
I20260608 12:43:29.044126  8681 tablet_bootstrap.cc:492] T 1dfc3df693254579a9491f6c4a66eb1a P 7f238205db974044bfca7e1cf3df005e: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:43:29.044984  8681 tablet_bootstrap.cc:492] T 1dfc3df693254579a9491f6c4a66eb1a P 7f238205db974044bfca7e1cf3df005e: Bootstrap complete.
I20260608 12:43:29.045620  8681 ts_tablet_manager.cc:1403] T 1dfc3df693254579a9491f6c4a66eb1a P 7f238205db974044bfca7e1cf3df005e: Time spent bootstrapping tablet: real 0.029s	user 0.019s	sys 0.008s
I20260608 12:43:29.048089  8681 raft_consensus.cc:359] T 1dfc3df693254579a9491f6c4a66eb1a P 7f238205db974044bfca7e1cf3df005e [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } }
I20260608 12:43:29.048717  8681 raft_consensus.cc:740] T 1dfc3df693254579a9491f6c4a66eb1a P 7f238205db974044bfca7e1cf3df005e [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 7f238205db974044bfca7e1cf3df005e, State: Initialized, Role: LEARNER
I20260608 12:43:29.049463  8681 consensus_queue.cc:260] T 1dfc3df693254579a9491f6c4a66eb1a P 7f238205db974044bfca7e1cf3df005e [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: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } }
I20260608 12:43:29.051645  8681 ts_tablet_manager.cc:1434] T 1dfc3df693254579a9491f6c4a66eb1a P 7f238205db974044bfca7e1cf3df005e: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 12:43:29.053910  8298 tablet_copy_service.cc:342] P 05c9193fec0249e181284a3b2893224f: Request end of tablet copy session 7f238205db974044bfca7e1cf3df005e-1dfc3df693254579a9491f6c4a66eb1a received from {username='slave'} at 127.0.0.1:49228
I20260608 12:43:29.054314  8298 tablet_copy_service.cc:434] P 05c9193fec0249e181284a3b2893224f: ending tablet copy session 7f238205db974044bfca7e1cf3df005e-1dfc3df693254579a9491f6c4a66eb1a on tablet 1dfc3df693254579a9491f6c4a66eb1a with peer 7f238205db974044bfca7e1cf3df005e
I20260608 12:43:29.075516  8288 consensus_queue.cc:237] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [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: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:29.081979  8636 raft_consensus.cc:1275] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Refusing update from remote peer 05c9193fec0249e181284a3b2893224f: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:43:29.082132  8362 raft_consensus.cc:1275] T 1dfc3df693254579a9491f6c4a66eb1a P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Refusing update from remote peer 05c9193fec0249e181284a3b2893224f: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:43:29.083529  8663 consensus_queue.cc:1048] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:43:29.084395  8696 consensus_queue.cc:1048] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [LEADER]: Connected to new peer: Peer: permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:43:29.091866  8491 raft_consensus.cc:2955] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } }
I20260608 12:43:29.093936  8636 raft_consensus.cc:2955] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } }
I20260608 12:43:29.096573  8362 raft_consensus.cc:2955] T 1dfc3df693254579a9491f6c4a66eb1a P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } }
I20260608 12:43:29.105361  8095 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 1dfc3df693254579a9491f6c4a66eb1a with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:43:29.108007  8107 catalog_manager.cc:5696] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc reported cstate change: config changed from index 2 to 3, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "05c9193fec0249e181284a3b2893224f" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } }
I20260608 12:43:29.140245  8542 tablet_service.cc:1558] Processing DeleteTablet for tablet 1dfc3df693254579a9491f6c4a66eb1a with delete_type TABLET_DATA_TOMBSTONED (TS 7f238205db974044bfca7e1cf3df005e not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:47362
I20260608 12:43:29.142357  8698 tablet_replica.cc:333] T 1dfc3df693254579a9491f6c4a66eb1a P 7f238205db974044bfca7e1cf3df005e: stopping tablet replica
I20260608 12:43:29.143049  8698 raft_consensus.cc:2243] T 1dfc3df693254579a9491f6c4a66eb1a P 7f238205db974044bfca7e1cf3df005e [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:43:29.143519  8698 raft_consensus.cc:2272] T 1dfc3df693254579a9491f6c4a66eb1a P 7f238205db974044bfca7e1cf3df005e [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:43:29.146023  8698 ts_tablet_manager.cc:1916] T 1dfc3df693254579a9491f6c4a66eb1a P 7f238205db974044bfca7e1cf3df005e: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:43:29.157142  8698 ts_tablet_manager.cc:1929] T 1dfc3df693254579a9491f6c4a66eb1a P 7f238205db974044bfca7e1cf3df005e: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260608 12:43:29.157492  8698 log.cc:1199] T 1dfc3df693254579a9491f6c4a66eb1a P 7f238205db974044bfca7e1cf3df005e: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-3-root/wals/1dfc3df693254579a9491f6c4a66eb1a
I20260608 12:43:29.159193  8097 catalog_manager.cc:5027] TS 7f238205db974044bfca7e1cf3df005e (127.0.107.196:37787): tablet 1dfc3df693254579a9491f6c4a66eb1a (table test-workload [id=c1152878b7c24cc79e9fda52ecca6411]) successfully deleted
I20260608 12:43:29.365250  8362 consensus_queue.cc:237] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [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: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:29.371834  8636 raft_consensus.cc:1275] T 6dfa84acc08c4d72ab43d67516b271fd P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Refusing update from remote peer ea31fd4430684994ac23d0f59550b6ff: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:43:29.371961  8288 raft_consensus.cc:1275] T 6dfa84acc08c4d72ab43d67516b271fd P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Refusing update from remote peer ea31fd4430684994ac23d0f59550b6ff: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:43:29.373315  8466 consensus_queue.cc:1048] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:43:29.374078  8414 consensus_queue.cc:1048] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:43:29.381085  8414 raft_consensus.cc:2955] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } }
I20260608 12:43:29.384014  8288 raft_consensus.cc:2955] T 6dfa84acc08c4d72ab43d67516b271fd P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } }
I20260608 12:43:29.386369  8636 raft_consensus.cc:2955] T 6dfa84acc08c4d72ab43d67516b271fd P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } }
I20260608 12:43:29.391647  8096 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 6dfa84acc08c4d72ab43d67516b271fd with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:43:29.397660  8108 catalog_manager.cc:5696] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff reported cstate change: config changed from index 2 to 3, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "ea31fd4430684994ac23d0f59550b6ff" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } health_report { overall_health: HEALTHY } } }
I20260608 12:43:29.399609  8681 ts_tablet_manager.cc:933] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e: Initiating tablet copy from peer ea31fd4430684994ac23d0f59550b6ff (127.0.107.195:42873)
I20260608 12:43:29.401576  8681 tablet_copy_client.cc:323] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:42873
I20260608 12:43:29.404127  8372 tablet_copy_service.cc:140] P ea31fd4430684994ac23d0f59550b6ff: Received BeginTabletCopySession request for tablet a7339dcc89ce404f8e837fa199fce9c5 from peer 7f238205db974044bfca7e1cf3df005e ({username='slave'} at 127.0.0.1:59288)
I20260608 12:43:29.404901  8372 tablet_copy_service.cc:161] P ea31fd4430684994ac23d0f59550b6ff: Beginning new tablet copy session on tablet a7339dcc89ce404f8e837fa199fce9c5 from peer 7f238205db974044bfca7e1cf3df005e at {username='slave'} at 127.0.0.1:59288: session id = 7f238205db974044bfca7e1cf3df005e-a7339dcc89ce404f8e837fa199fce9c5
I20260608 12:43:29.415089  8372 tablet_copy_source_session.cc:215] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:43:29.419066  8542 tablet_service.cc:1558] Processing DeleteTablet for tablet 6dfa84acc08c4d72ab43d67516b271fd with delete_type TABLET_DATA_TOMBSTONED (TS 7f238205db974044bfca7e1cf3df005e not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:47362
I20260608 12:43:29.419381  8681 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a7339dcc89ce404f8e837fa199fce9c5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:29.420157  8698 tablet_replica.cc:333] T 6dfa84acc08c4d72ab43d67516b271fd P 7f238205db974044bfca7e1cf3df005e: stopping tablet replica
I20260608 12:43:29.421082  8698 raft_consensus.cc:2243] T 6dfa84acc08c4d72ab43d67516b271fd P 7f238205db974044bfca7e1cf3df005e [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:43:29.421860  8698 raft_consensus.cc:2272] T 6dfa84acc08c4d72ab43d67516b271fd P 7f238205db974044bfca7e1cf3df005e [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:43:29.424964  8698 ts_tablet_manager.cc:1916] T 6dfa84acc08c4d72ab43d67516b271fd P 7f238205db974044bfca7e1cf3df005e: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:43:29.438138  8681 tablet_copy_client.cc:806] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e: tablet copy: Starting download of 0 data blocks...
I20260608 12:43:29.438764  8681 tablet_copy_client.cc:670] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e: tablet copy: Starting download of 1 WAL segments...
I20260608 12:43:29.442765  8681 tablet_copy_client.cc:538] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:43:29.446569  8698 ts_tablet_manager.cc:1929] T 6dfa84acc08c4d72ab43d67516b271fd P 7f238205db974044bfca7e1cf3df005e: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260608 12:43:29.447065  8698 log.cc:1199] T 6dfa84acc08c4d72ab43d67516b271fd P 7f238205db974044bfca7e1cf3df005e: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-3-root/wals/6dfa84acc08c4d72ab43d67516b271fd
I20260608 12:43:29.452814  8681 tablet_bootstrap.cc:492] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e: Bootstrap starting.
I20260608 12:43:29.477703  8097 catalog_manager.cc:5027] TS 7f238205db974044bfca7e1cf3df005e (127.0.107.196:37787): tablet 6dfa84acc08c4d72ab43d67516b271fd (table test-workload [id=c1152878b7c24cc79e9fda52ecca6411]) successfully deleted
I20260608 12:43:29.510421  8362 consensus_queue.cc:237] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [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: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:29.519255  8681 tablet_bootstrap.cc:492] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:43:29.519881  8288 raft_consensus.cc:1275] T 8ee8c0b334f84289a423091993cdc21a P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Refusing update from remote peer ea31fd4430684994ac23d0f59550b6ff: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:43:29.520442  8681 tablet_bootstrap.cc:492] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e: Bootstrap complete.
I20260608 12:43:29.521826  8681 ts_tablet_manager.cc:1403] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e: Time spent bootstrapping tablet: real 0.069s	user 0.022s	sys 0.008s
I20260608 12:43:29.522473  8636 raft_consensus.cc:1275] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Refusing update from remote peer ea31fd4430684994ac23d0f59550b6ff: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:43:29.522958  8494 consensus_queue.cc:1048] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:43:29.525115  8414 consensus_queue.cc:1048] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:43:29.526439  8681 raft_consensus.cc:359] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } attrs { replace: true } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } }
I20260608 12:43:29.527562  8681 raft_consensus.cc:740] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 7f238205db974044bfca7e1cf3df005e, State: Initialized, Role: LEARNER
I20260608 12:43:29.528316  8681 consensus_queue.cc:260] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e [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: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } attrs { replace: true } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } }
I20260608 12:43:29.543496  8681 ts_tablet_manager.cc:1434] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e: Time spent starting tablet: real 0.021s	user 0.007s	sys 0.001s
I20260608 12:43:29.546406  8372 tablet_copy_service.cc:342] P ea31fd4430684994ac23d0f59550b6ff: Request end of tablet copy session 7f238205db974044bfca7e1cf3df005e-a7339dcc89ce404f8e837fa199fce9c5 received from {username='slave'} at 127.0.0.1:59288
I20260608 12:43:29.547138  8372 tablet_copy_service.cc:434] P ea31fd4430684994ac23d0f59550b6ff: ending tablet copy session 7f238205db974044bfca7e1cf3df005e-a7339dcc89ce404f8e837fa199fce9c5 on tablet a7339dcc89ce404f8e837fa199fce9c5 with peer 7f238205db974044bfca7e1cf3df005e
I20260608 12:43:29.548745  8494 raft_consensus.cc:2955] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } }
I20260608 12:43:29.558718  8636 raft_consensus.cc:2955] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } }
I20260608 12:43:29.565935  8096 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 8ee8c0b334f84289a423091993cdc21a with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:43:29.566192  8287 raft_consensus.cc:2955] T 8ee8c0b334f84289a423091993cdc21a P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } }
I20260608 12:43:29.569952  8109 catalog_manager.cc:5696] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff reported cstate change: config changed from index 2 to 3, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "ea31fd4430684994ac23d0f59550b6ff" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } health_report { overall_health: HEALTHY } } }
I20260608 12:43:29.588105  8542 tablet_service.cc:1558] Processing DeleteTablet for tablet 8ee8c0b334f84289a423091993cdc21a with delete_type TABLET_DATA_TOMBSTONED (TS 7f238205db974044bfca7e1cf3df005e not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:47362
I20260608 12:43:29.590162  8698 tablet_replica.cc:333] T 8ee8c0b334f84289a423091993cdc21a P 7f238205db974044bfca7e1cf3df005e: stopping tablet replica
I20260608 12:43:29.591104  8698 raft_consensus.cc:2243] T 8ee8c0b334f84289a423091993cdc21a P 7f238205db974044bfca7e1cf3df005e [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:43:29.591753  8698 raft_consensus.cc:2272] T 8ee8c0b334f84289a423091993cdc21a P 7f238205db974044bfca7e1cf3df005e [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:43:29.595875  8698 ts_tablet_manager.cc:1916] T 8ee8c0b334f84289a423091993cdc21a P 7f238205db974044bfca7e1cf3df005e: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:43:29.608119  8698 ts_tablet_manager.cc:1929] T 8ee8c0b334f84289a423091993cdc21a P 7f238205db974044bfca7e1cf3df005e: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260608 12:43:29.608532  8698 log.cc:1199] T 8ee8c0b334f84289a423091993cdc21a P 7f238205db974044bfca7e1cf3df005e: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-3-root/wals/8ee8c0b334f84289a423091993cdc21a
I20260608 12:43:29.610296  8097 catalog_manager.cc:5027] TS 7f238205db974044bfca7e1cf3df005e (127.0.107.196:37787): tablet 8ee8c0b334f84289a423091993cdc21a (table test-workload [id=c1152878b7c24cc79e9fda52ecca6411]) successfully deleted
I20260608 12:43:29.810088  8552 raft_consensus.cc:1217] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260608 12:43:30.333557  8414 raft_consensus.cc:1064] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff: attempting to promote NON_VOTER 7f238205db974044bfca7e1cf3df005e to VOTER
I20260608 12:43:30.336966  8414 consensus_queue.cc:237] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [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: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } attrs { replace: true } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: false } }
I20260608 12:43:30.345499  8552 raft_consensus.cc:1275] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e [term 2 LEARNER]: Refusing update from remote peer ea31fd4430684994ac23d0f59550b6ff: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:43:30.345499  8287 raft_consensus.cc:1275] T a7339dcc89ce404f8e837fa199fce9c5 P 05c9193fec0249e181284a3b2893224f [term 2 FOLLOWER]: Refusing update from remote peer ea31fd4430684994ac23d0f59550b6ff: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:43:30.348012  8414 consensus_queue.cc:1048] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:43:30.348513  8636 raft_consensus.cc:1275] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [term 2 FOLLOWER]: Refusing update from remote peer ea31fd4430684994ac23d0f59550b6ff: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:43:30.349062  8494 consensus_queue.cc:1048] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:43:30.350574  8707 consensus_queue.cc:1048] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:43:30.363855  8414 raft_consensus.cc:2955] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 7f238205db974044bfca7e1cf3df005e (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } attrs { replace: true } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: false } } }
I20260608 12:43:30.368041  8287 raft_consensus.cc:2955] T a7339dcc89ce404f8e837fa199fce9c5 P 05c9193fec0249e181284a3b2893224f [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 7f238205db974044bfca7e1cf3df005e (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } attrs { replace: true } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: false } } }
I20260608 12:43:30.369539  8552 raft_consensus.cc:2955] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 7f238205db974044bfca7e1cf3df005e (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } attrs { replace: true } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: false } } }
I20260608 12:43:30.383592  8636 raft_consensus.cc:2955] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 7f238205db974044bfca7e1cf3df005e (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } attrs { replace: true } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: false } } }
I20260608 12:43:30.385687  8107 catalog_manager.cc:5696] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff reported cstate change: config changed from index 3 to 4, 7f238205db974044bfca7e1cf3df005e (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "ea31fd4430684994ac23d0f59550b6ff" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:43:30.422200  8362 consensus_queue.cc:237] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [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: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: false } }
I20260608 12:43:30.427431  8552 raft_consensus.cc:1275] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e [term 2 FOLLOWER]: Refusing update from remote peer ea31fd4430684994ac23d0f59550b6ff: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:43:30.427803  8636 raft_consensus.cc:1275] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [term 2 FOLLOWER]: Refusing update from remote peer ea31fd4430684994ac23d0f59550b6ff: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:43:30.428964  8414 consensus_queue.cc:1048] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:43:30.429908  8494 consensus_queue.cc:1048] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:43:30.437636  8494 raft_consensus.cc:2955] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 05c9193fec0249e181284a3b2893224f (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: false } } }
I20260608 12:43:30.440841  8636 raft_consensus.cc:2955] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 05c9193fec0249e181284a3b2893224f (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: false } } }
I20260608 12:43:30.441200  8552 raft_consensus.cc:2955] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 05c9193fec0249e181284a3b2893224f (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: false } } }
I20260608 12:43:30.449221  8096 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet a7339dcc89ce404f8e837fa199fce9c5 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:43:30.457288  8108 catalog_manager.cc:5696] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e reported cstate change: config changed from index 4 to 5, VOTER 05c9193fec0249e181284a3b2893224f (127.0.107.194) evicted. New cstate: current_term: 2 leader_uuid: "ea31fd4430684994ac23d0f59550b6ff" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: false } } }
I20260608 12:43:30.469475  8277 tablet_service.cc:1558] Processing DeleteTablet for tablet a7339dcc89ce404f8e837fa199fce9c5 with delete_type TABLET_DATA_TOMBSTONED (TS 05c9193fec0249e181284a3b2893224f not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:49200
I20260608 12:43:30.472404  8716 tablet_replica.cc:333] T a7339dcc89ce404f8e837fa199fce9c5 P 05c9193fec0249e181284a3b2893224f: stopping tablet replica
I20260608 12:43:30.473357  8716 raft_consensus.cc:2243] T a7339dcc89ce404f8e837fa199fce9c5 P 05c9193fec0249e181284a3b2893224f [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:30.474463  8716 raft_consensus.cc:2272] T a7339dcc89ce404f8e837fa199fce9c5 P 05c9193fec0249e181284a3b2893224f [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:30.478216  8716 ts_tablet_manager.cc:1916] T a7339dcc89ce404f8e837fa199fce9c5 P 05c9193fec0249e181284a3b2893224f: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:43:30.490734  8716 ts_tablet_manager.cc:1929] T a7339dcc89ce404f8e837fa199fce9c5 P 05c9193fec0249e181284a3b2893224f: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260608 12:43:30.491061  8716 log.cc:1199] T a7339dcc89ce404f8e837fa199fce9c5 P 05c9193fec0249e181284a3b2893224f: Deleting WAL directory at /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922397207313-431-0/minicluster-data/ts-1-root/wals/a7339dcc89ce404f8e837fa199fce9c5
I20260608 12:43:30.492648  8095 catalog_manager.cc:5027] TS 05c9193fec0249e181284a3b2893224f (127.0.107.194:42717): tablet a7339dcc89ce404f8e837fa199fce9c5 (table test-workload [id=c1152878b7c24cc79e9fda52ecca6411]) successfully deleted
W20260608 12:43:31.471025  8159 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver c0701254fcf44dd3a7268e651db92edc not available for placement
I20260608 12:43:32.203707  8718 consensus_queue.cc:579] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Leader has been unable to successfully communicate with peer 05c9193fec0249e181284a3b2893224f for more than 1 seconds (1.013s)
W20260608 12:43:32.474305  8159 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 05c9193fec0249e181284a3b2893224f not available for placement
I20260608 12:43:32.639289  8720 consensus_queue.cc:579] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Leader has been unable to successfully communicate with peer c0701254fcf44dd3a7268e651db92edc for more than 1 seconds (1.327s)
I20260608 12:43:32.639868  8718 consensus_queue.cc:579] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Leader has been unable to successfully communicate with peer 7f238205db974044bfca7e1cf3df005e for more than 1 seconds (1.715s)
I20260608 12:43:32.642928  8721 consensus_queue.cc:579] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [LEADER]: Leader has been unable to successfully communicate with peer c0701254fcf44dd3a7268e651db92edc for more than 1 seconds (1.627s)
I20260608 12:43:32.647756  8719 consensus_queue.cc:579] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Leader has been unable to successfully communicate with peer c0701254fcf44dd3a7268e651db92edc for more than 1 seconds (1.467s)
I20260608 12:43:32.679661  8728 raft_consensus.cc:493] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 05c9193fec0249e181284a3b2893224f)
I20260608 12:43:32.680593  8728 raft_consensus.cc:515] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:32.689144  8728 leader_election.cc:290] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 05c9193fec0249e181284a3b2893224f (127.0.107.194:42717), ea31fd4430684994ac23d0f59550b6ff (127.0.107.195:42873)
I20260608 12:43:32.690781  8728 raft_consensus.cc:493] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [term 2 FOLLOWER]: Starting pre-election (detected failure of leader ea31fd4430684994ac23d0f59550b6ff)
I20260608 12:43:32.691380  8728 raft_consensus.cc:515] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [term 2 FOLLOWER]: Starting pre-election with config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: false } }
I20260608 12:43:32.695362  8731 raft_consensus.cc:493] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Starting pre-election (detected failure of leader ea31fd4430684994ac23d0f59550b6ff)
I20260608 12:43:32.696158  8731 raft_consensus.cc:515] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } }
I20260608 12:43:32.698529  8731 leader_election.cc:290] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 05c9193fec0249e181284a3b2893224f (127.0.107.194:42717), ea31fd4430684994ac23d0f59550b6ff (127.0.107.195:42873)
I20260608 12:43:32.701105  8728 leader_election.cc:290] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers ea31fd4430684994ac23d0f59550b6ff (127.0.107.195:42873), 7f238205db974044bfca7e1cf3df005e (127.0.107.196:37787)
I20260608 12:43:32.719063   431 tablet_server.cc:179] TabletServer@127.0.107.193:34083 shutting down...
I20260608 12:43:32.735076  8362 consensus_queue.cc:237] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [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: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } }
I20260608 12:43:32.735438  8723 consensus_queue.cc:579] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Leader has been unable to successfully communicate with peer c0701254fcf44dd3a7268e651db92edc for more than 1 seconds (1.688s)
I20260608 12:43:32.745249  8361 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1dfc3df693254579a9491f6c4a66eb1a" candidate_uuid: "c0701254fcf44dd3a7268e651db92edc" candidate_term: 2 candidate_status { last_received { term: 1 index: 3 } } ignore_live_leader: false dest_uuid: "ea31fd4430684994ac23d0f59550b6ff" is_pre_election: true
I20260608 12:43:32.746196  8359 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ee8c0b334f84289a423091993cdc21a" candidate_uuid: "c0701254fcf44dd3a7268e651db92edc" candidate_term: 2 candidate_status { last_received { term: 1 index: 3 } } ignore_live_leader: false dest_uuid: "ea31fd4430684994ac23d0f59550b6ff" is_pre_election: true
I20260608 12:43:32.746202  8360 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a7339dcc89ce404f8e837fa199fce9c5" candidate_uuid: "c0701254fcf44dd3a7268e651db92edc" candidate_term: 3 candidate_status { last_received { term: 2 index: 5 } } ignore_live_leader: false dest_uuid: "ea31fd4430684994ac23d0f59550b6ff" is_pre_election: true
I20260608 12:43:32.750391  8287 consensus_queue.cc:237] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [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: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } }
W20260608 12:43:32.750846  8325 consensus_peers.cc:597] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff -> Peer c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083): Couldn't send request to peer c0701254fcf44dd3a7268e651db92edc. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:32.755913  8288 raft_consensus.cc:1275] T 6dfa84acc08c4d72ab43d67516b271fd P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Refusing update from remote peer ea31fd4430684994ac23d0f59550b6ff: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:43:32.758826  8723 consensus_queue.cc:1048] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
W20260608 12:43:32.762341  8325 consensus_peers.cc:597] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff -> Peer c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083): Couldn't send request to peer c0701254fcf44dd3a7268e651db92edc. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
W20260608 12:43:32.770994  8327 consensus_peers.cc:597] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff -> Peer 7f238205db974044bfca7e1cf3df005e (127.0.107.196:37787): Couldn't send request to peer 7f238205db974044bfca7e1cf3df005e. 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 12:43:32.783995  8362 consensus_queue.cc:237] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [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: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } }
I20260608 12:43:32.810765  8552 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a7339dcc89ce404f8e837fa199fce9c5" candidate_uuid: "c0701254fcf44dd3a7268e651db92edc" candidate_term: 3 candidate_status { last_received { term: 2 index: 5 } } ignore_live_leader: false dest_uuid: "7f238205db974044bfca7e1cf3df005e" is_pre_election: true
I20260608 12:43:32.814232  8591 leader_election.cc:304] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [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: c0701254fcf44dd3a7268e651db92edc; no voters: 7f238205db974044bfca7e1cf3df005e, ea31fd4430684994ac23d0f59550b6ff
I20260608 12:43:32.816975  8728 raft_consensus.cc:2749] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
I20260608 12:43:32.828572  8362 raft_consensus.cc:1275] T 1dfc3df693254579a9491f6c4a66eb1a P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Refusing update from remote peer 05c9193fec0249e181284a3b2893224f: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:43:32.830920  8722 consensus_queue.cc:1048] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [LEADER]: Connected to new peer: Peer: permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:43:32.832536  8288 raft_consensus.cc:1275] T 8ee8c0b334f84289a423091993cdc21a P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Refusing update from remote peer ea31fd4430684994ac23d0f59550b6ff: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:43:32.833715  8723 raft_consensus.cc:2955] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } } }
I20260608 12:43:32.835633  8718 consensus_queue.cc:1048] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [LEADER]: Connected to new peer: Peer: permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
W20260608 12:43:32.834815  8327 consensus_peers.cc:597] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff -> Peer 7f238205db974044bfca7e1cf3df005e (127.0.107.196:37787): Couldn't send request to peer 7f238205db974044bfca7e1cf3df005e. Error code: TABLET_NOT_FOUND (6). Status: Illegal state: Tablet not RUNNING: STOPPED. This is attempt 1: this message will repeat every 5th retry.
W20260608 12:43:32.840378  8253 consensus_peers.cc:597] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f -> Peer 7f238205db974044bfca7e1cf3df005e (127.0.107.196:37787): Couldn't send request to peer 7f238205db974044bfca7e1cf3df005e. Error code: TABLET_NOT_FOUND (6). Status: Illegal state: Tablet not RUNNING: STOPPED. This is attempt 1: this message will repeat every 5th retry.
W20260608 12:43:32.844110  8325 consensus_peers.cc:597] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff -> Peer c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083): Couldn't send request to peer c0701254fcf44dd3a7268e651db92edc. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
W20260608 12:43:32.853718  8251 consensus_peers.cc:597] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f -> Peer c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083): Couldn't send request to peer c0701254fcf44dd3a7268e651db92edc. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:32.856915  8287 raft_consensus.cc:2955] T 6dfa84acc08c4d72ab43d67516b271fd P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } } }
I20260608 12:43:32.860809  8109 catalog_manager.cc:5696] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff reported cstate change: config changed from index 3 to 4, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "ea31fd4430684994ac23d0f59550b6ff" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:32.849436  8096 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 6dfa84acc08c4d72ab43d67516b271fd with cas_config_opid_index 3: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260608 12:43:32.864611  8286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1dfc3df693254579a9491f6c4a66eb1a" candidate_uuid: "c0701254fcf44dd3a7268e651db92edc" candidate_term: 2 candidate_status { last_received { term: 1 index: 3 } } ignore_live_leader: false dest_uuid: "05c9193fec0249e181284a3b2893224f" is_pre_election: true
I20260608 12:43:32.866611  8285 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ee8c0b334f84289a423091993cdc21a" candidate_uuid: "c0701254fcf44dd3a7268e651db92edc" candidate_term: 2 candidate_status { last_received { term: 1 index: 3 } } ignore_live_leader: false dest_uuid: "05c9193fec0249e181284a3b2893224f" is_pre_election: true
I20260608 12:43:32.876353  8589 leader_election.cc:304] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc [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: c0701254fcf44dd3a7268e651db92edc; no voters: 05c9193fec0249e181284a3b2893224f, ea31fd4430684994ac23d0f59550b6ff
I20260608 12:43:32.877414  8728 raft_consensus.cc:2749] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:43:32.878556  8589 leader_election.cc:304] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc [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: c0701254fcf44dd3a7268e651db92edc; no voters: 05c9193fec0249e181284a3b2893224f, ea31fd4430684994ac23d0f59550b6ff
I20260608 12:43:32.879671  8728 raft_consensus.cc:2749] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:43:32.886005   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:32.887427   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:43:32.888407   431 raft_consensus.cc:2243] T 6dfa84acc08c4d72ab43d67516b271fd P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:32.889952   431 raft_consensus.cc:2272] T 6dfa84acc08c4d72ab43d67516b271fd P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:32.891830  8720 raft_consensus.cc:2955] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } } }
I20260608 12:43:32.894516  8288 raft_consensus.cc:2955] T 8ee8c0b334f84289a423091993cdc21a P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } } }
I20260608 12:43:32.897845  8722 raft_consensus.cc:2955] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } } }
I20260608 12:43:32.903357  8362 raft_consensus.cc:2955] T 1dfc3df693254579a9491f6c4a66eb1a P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } } }
I20260608 12:43:32.912038  8111 catalog_manager.cc:5696] T 8ee8c0b334f84289a423091993cdc21a P 05c9193fec0249e181284a3b2893224f reported cstate change: config changed from index 3 to 4, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "ea31fd4430684994ac23d0f59550b6ff" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } } }
I20260608 12:43:32.915710  8096 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 8ee8c0b334f84289a423091993cdc21a with cas_config_opid_index 3: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260608 12:43:32.918144   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:43:32.919040   431 raft_consensus.cc:2243] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:32.919858   431 raft_consensus.cc:2272] T 1dfc3df693254579a9491f6c4a66eb1a P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:32.921279  8095 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 1dfc3df693254579a9491f6c4a66eb1a with cas_config_opid_index 3: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260608 12:43:32.923094   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:43:32.923938   431 raft_consensus.cc:2243] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:32.924742   431 raft_consensus.cc:2272] T 8ee8c0b334f84289a423091993cdc21a P c0701254fcf44dd3a7268e651db92edc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:32.927809   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:43:32.928388   431 raft_consensus.cc:2243] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:32.929034   431 raft_consensus.cc:2272] T a7339dcc89ce404f8e837fa199fce9c5 P c0701254fcf44dd3a7268e651db92edc [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:32.931569  8109 catalog_manager.cc:5696] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f reported cstate change: config changed from index 3 to 4, NON_VOTER 7f238205db974044bfca7e1cf3df005e (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "05c9193fec0249e181284a3b2893224f" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "05c9193fec0249e181284a3b2893224f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42717 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:32.960812   431 tablet_server.cc:196] TabletServer@127.0.107.193:34083 shutdown complete.
I20260608 12:43:32.986454   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:43:33.010102   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:33.011072   431 tablet_replica.cc:333] T 6dfa84acc08c4d72ab43d67516b271fd P 05c9193fec0249e181284a3b2893224f: stopping tablet replica
I20260608 12:43:33.011726   431 raft_consensus.cc:2243] T 6dfa84acc08c4d72ab43d67516b271fd P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:33.012403   431 raft_consensus.cc:2272] T 6dfa84acc08c4d72ab43d67516b271fd P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:33.015244   431 tablet_replica.cc:333] T 8ee8c0b334f84289a423091993cdc21a P 05c9193fec0249e181284a3b2893224f: stopping tablet replica
I20260608 12:43:33.015806   431 raft_consensus.cc:2243] T 8ee8c0b334f84289a423091993cdc21a P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:33.016444   431 raft_consensus.cc:2272] T 8ee8c0b334f84289a423091993cdc21a P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:33.019553   431 tablet_replica.cc:333] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f: stopping tablet replica
I20260608 12:43:33.020093   431 raft_consensus.cc:2243] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:33.021064   431 raft_consensus.cc:2272] T 1dfc3df693254579a9491f6c4a66eb1a P 05c9193fec0249e181284a3b2893224f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:33.048697   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:43:33.072211   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:43:33.098135   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:33.098968   431 tablet_replica.cc:333] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff: stopping tablet replica
I20260608 12:43:33.099695   431 raft_consensus.cc:2243] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:33.100812   431 raft_consensus.cc:2272] T 6dfa84acc08c4d72ab43d67516b271fd P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:33.104056   431 tablet_replica.cc:333] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff: stopping tablet replica
I20260608 12:43:33.104866   431 raft_consensus.cc:2243] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:43:33.105650   431 raft_consensus.cc:2272] T a7339dcc89ce404f8e837fa199fce9c5 P ea31fd4430684994ac23d0f59550b6ff [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:33.108047   431 tablet_replica.cc:333] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff: stopping tablet replica
I20260608 12:43:33.108593   431 raft_consensus.cc:2243] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:33.109573   431 raft_consensus.cc:2272] T 8ee8c0b334f84289a423091993cdc21a P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:33.112298   431 tablet_replica.cc:333] T 1dfc3df693254579a9491f6c4a66eb1a P ea31fd4430684994ac23d0f59550b6ff: stopping tablet replica
I20260608 12:43:33.112808   431 raft_consensus.cc:2243] T 1dfc3df693254579a9491f6c4a66eb1a P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:33.113490   431 raft_consensus.cc:2272] T 1dfc3df693254579a9491f6c4a66eb1a P ea31fd4430684994ac23d0f59550b6ff [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:43:33.487360  8159 auto_rebalancer.cc:591] Failed to schedule move for tablet 1dfc3df693254579a9491f6c4a66eb1a: Network error: Client connection negotiation failed: client connection to 127.0.107.194:42717: connect: Connection refused (error 111)
W20260608 12:43:33.491364  8159 auto_rebalancer.cc:591] Failed to schedule move for tablet 8ee8c0b334f84289a423091993cdc21a: Network error: Client connection negotiation failed: client connection to 127.0.107.195:42873: connect: Connection refused (error 111)
W20260608 12:43:33.629928  8383 debug-util.cc:398] Leaking SignalData structure 0x7b08001edfa0 after lost signal to thread 434
W20260608 12:43:33.631350  8383 debug-util.cc:398] Leaking SignalData structure 0x7b0800223620 after lost signal to thread 8145
W20260608 12:43:34.137624   431 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 8383)
W20260608 12:43:34.493686  8159 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 05c9193fec0249e181284a3b2893224f not available for placement
I20260608 12:43:34.605611  8750 raft_consensus.cc:493] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e [term 2 FOLLOWER]: Starting pre-election (detected failure of leader ea31fd4430684994ac23d0f59550b6ff)
I20260608 12:43:34.606277  8750 raft_consensus.cc:515] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e [term 2 FOLLOWER]: Starting pre-election with config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: false } }
I20260608 12:43:34.608641  8750 leader_election.cc:290] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083), ea31fd4430684994ac23d0f59550b6ff (127.0.107.195:42873)
W20260608 12:43:34.612128  8515 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:34083: connect: Connection refused (error 111) [suppressed 6 similar messages]
W20260608 12:43:34.616852  8516 leader_election.cc:336] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer ea31fd4430684994ac23d0f59550b6ff (127.0.107.195:42873): Network error: Client connection negotiation failed: client connection to 127.0.107.195:42873: connect: Connection refused (error 111)
W20260608 12:43:34.617394  8515 leader_election.cc:336] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083): Network error: Client connection negotiation failed: client connection to 127.0.107.193:34083: connect: Connection refused (error 111)
I20260608 12:43:34.617883  8515 leader_election.cc:304] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e [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: 7f238205db974044bfca7e1cf3df005e; no voters: c0701254fcf44dd3a7268e651db92edc, ea31fd4430684994ac23d0f59550b6ff
I20260608 12:43:34.618571  8750 raft_consensus.cc:2749] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
W20260608 12:43:35.138327   431 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 8383)
W20260608 12:43:35.495704  8159 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 05c9193fec0249e181284a3b2893224f not available for placement
W20260608 12:43:36.138837   431 thread.cc:527] Waited for 3000ms trying to join with diag-logger (tid 8383)
I20260608 12:43:36.273679  8754 raft_consensus.cc:493] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e [term 2 FOLLOWER]: Starting pre-election (detected failure of leader ea31fd4430684994ac23d0f59550b6ff)
I20260608 12:43:36.274381  8754 raft_consensus.cc:515] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e [term 2 FOLLOWER]: Starting pre-election with config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "c0701254fcf44dd3a7268e651db92edc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34083 } } peers { permanent_uuid: "ea31fd4430684994ac23d0f59550b6ff" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42873 } } peers { permanent_uuid: "7f238205db974044bfca7e1cf3df005e" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 37787 } attrs { promote: false } }
I20260608 12:43:36.276405  8754 leader_election.cc:290] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083), ea31fd4430684994ac23d0f59550b6ff (127.0.107.195:42873)
W20260608 12:43:36.282562  8515 leader_election.cc:336] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer c0701254fcf44dd3a7268e651db92edc (127.0.107.193:34083): Network error: Client connection negotiation failed: client connection to 127.0.107.193:34083: connect: Connection refused (error 111)
W20260608 12:43:36.283264  8516 leader_election.cc:336] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer ea31fd4430684994ac23d0f59550b6ff (127.0.107.195:42873): Network error: Client connection negotiation failed: client connection to 127.0.107.195:42873: connect: Connection refused (error 111)
I20260608 12:43:36.283721  8516 leader_election.cc:304] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e [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: 7f238205db974044bfca7e1cf3df005e; no voters: c0701254fcf44dd3a7268e651db92edc, ea31fd4430684994ac23d0f59550b6ff
I20260608 12:43:36.284415  8754 raft_consensus.cc:2749] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
W20260608 12:43:36.497529  8159 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 05c9193fec0249e181284a3b2893224f not available for placement
I20260608 12:43:36.543551   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:43:36.568666   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:43:36.589564   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:36.590358   431 tablet_replica.cc:333] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e: stopping tablet replica
I20260608 12:43:36.590898   431 raft_consensus.cc:2243] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:36.591487   431 raft_consensus.cc:2272] T a7339dcc89ce404f8e837fa199fce9c5 P 7f238205db974044bfca7e1cf3df005e [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:36.615252   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:43:36.631349   431 master.cc:562] Master@127.0.107.254:45747 shutting down...
I20260608 12:43:36.651791   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 622c28085ad2478bbfe02c505eac40c2 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:36.652403   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 622c28085ad2478bbfe02c505eac40c2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:36.652772   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 622c28085ad2478bbfe02c505eac40c2: stopping tablet replica
I20260608 12:43:36.673903   431 master.cc:584] Master@127.0.107.254:45747 shutdown complete.
[       OK ] AutoRebalancerTest.TestDeletedTables (13015 ms)
[ RUN      ] AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails
I20260608 12:43:36.714433   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:38923
I20260608 12:43:36.715596   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:36.721592  8758 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:36.721756  8759 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:36.722834  8761 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:36.723280   431 server_base.cc:1061] running on GCE node
I20260608 12:43:36.724215   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:36.724439   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:36.724596   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922616724577 us; error 0 us; skew 500 ppm
I20260608 12:43:36.725224   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:36.727978   431 webserver.cc:533] Webserver started at http://127.0.107.254:44301/ using document root <none> and password file <none>
I20260608 12:43:36.728518   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:36.728730   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:36.729012   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:36.730250   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922397207313-431-0/minicluster-data/master-0-root/instance:
uuid: "ea777938125c409d9b16cfbf893e3524"
format_stamp: "Formatted at 2026-06-08 12:43:36 on dist-test-slave-1zds"
I20260608 12:43:36.735437   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:43:36.739497  8766 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:36.740458   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
I20260608 12:43:36.740720   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922397207313-431-0/minicluster-data/master-0-root
uuid: "ea777938125c409d9b16cfbf893e3524"
format_stamp: "Formatted at 2026-06-08 12:43:36 on dist-test-slave-1zds"
I20260608 12:43:36.740958   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922397207313-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922397207313-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922397207313-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:36.755637   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:36.756894   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:36.796950   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:38923
I20260608 12:43:36.797166  8817 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:38923 every 8 connection(s)
I20260608 12:43:36.802793  8818 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:36.814608  8818 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ea777938125c409d9b16cfbf893e3524: Bootstrap starting.
I20260608 12:43:36.820082  8818 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ea777938125c409d9b16cfbf893e3524: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:36.824849  8818 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ea777938125c409d9b16cfbf893e3524: No bootstrap required, opened a new log
I20260608 12:43:36.827414  8818 raft_consensus.cc:359] T 00000000000000000000000000000000 P ea777938125c409d9b16cfbf893e3524 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ea777938125c409d9b16cfbf893e3524" member_type: VOTER }
I20260608 12:43:36.827863  8818 raft_consensus.cc:385] T 00000000000000000000000000000000 P ea777938125c409d9b16cfbf893e3524 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:36.828109  8818 raft_consensus.cc:740] T 00000000000000000000000000000000 P ea777938125c409d9b16cfbf893e3524 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ea777938125c409d9b16cfbf893e3524, State: Initialized, Role: FOLLOWER
I20260608 12:43:36.828748  8818 consensus_queue.cc:260] T 00000000000000000000000000000000 P ea777938125c409d9b16cfbf893e3524 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "ea777938125c409d9b16cfbf893e3524" member_type: VOTER }
I20260608 12:43:36.829203  8818 raft_consensus.cc:399] T 00000000000000000000000000000000 P ea777938125c409d9b16cfbf893e3524 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:43:36.829412  8818 raft_consensus.cc:493] T 00000000000000000000000000000000 P ea777938125c409d9b16cfbf893e3524 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:43:36.829671  8818 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ea777938125c409d9b16cfbf893e3524 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:36.834853  8818 raft_consensus.cc:515] T 00000000000000000000000000000000 P ea777938125c409d9b16cfbf893e3524 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ea777938125c409d9b16cfbf893e3524" member_type: VOTER }
I20260608 12:43:36.835397  8818 leader_election.cc:304] T 00000000000000000000000000000000 P ea777938125c409d9b16cfbf893e3524 [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: ea777938125c409d9b16cfbf893e3524; no voters: 
I20260608 12:43:36.836675  8818 leader_election.cc:290] T 00000000000000000000000000000000 P ea777938125c409d9b16cfbf893e3524 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:43:36.837165  8821 raft_consensus.cc:2804] T 00000000000000000000000000000000 P ea777938125c409d9b16cfbf893e3524 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:36.838646  8821 raft_consensus.cc:697] T 00000000000000000000000000000000 P ea777938125c409d9b16cfbf893e3524 [term 1 LEADER]: Becoming Leader. State: Replica: ea777938125c409d9b16cfbf893e3524, State: Running, Role: LEADER
I20260608 12:43:36.839371  8821 consensus_queue.cc:237] T 00000000000000000000000000000000 P ea777938125c409d9b16cfbf893e3524 [LEADER]: Queue going to LEADER mode. State: All 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: "ea777938125c409d9b16cfbf893e3524" member_type: VOTER }
I20260608 12:43:36.840191  8818 sys_catalog.cc:565] T 00000000000000000000000000000000 P ea777938125c409d9b16cfbf893e3524 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:43:36.844009  8823 sys_catalog.cc:455] T 00000000000000000000000000000000 P ea777938125c409d9b16cfbf893e3524 [sys.catalog]: SysCatalogTable state changed. Reason: New leader ea777938125c409d9b16cfbf893e3524. Latest consensus state: current_term: 1 leader_uuid: "ea777938125c409d9b16cfbf893e3524" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ea777938125c409d9b16cfbf893e3524" member_type: VOTER } }
I20260608 12:43:36.844012  8822 sys_catalog.cc:455] T 00000000000000000000000000000000 P ea777938125c409d9b16cfbf893e3524 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "ea777938125c409d9b16cfbf893e3524" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ea777938125c409d9b16cfbf893e3524" member_type: VOTER } }
I20260608 12:43:36.844890  8823 sys_catalog.cc:458] T 00000000000000000000000000000000 P ea777938125c409d9b16cfbf893e3524 [sys.catalog]: This master's current role is: LEADER
I20260608 12:43:36.844957  8822 sys_catalog.cc:458] T 00000000000000000000000000000000 P ea777938125c409d9b16cfbf893e3524 [sys.catalog]: This master's current role is: LEADER
I20260608 12:43:36.849822  8827 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:43:36.859141  8827 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:43:36.860219   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:43:36.869236  8827 catalog_manager.cc:1382] Generated new cluster ID: f5fd89f1d9ec4abb81de832b16fddee6
I20260608 12:43:36.869555  8827 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:43:36.885030  8827 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:43:36.886440  8827 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:43:36.901252  8827 catalog_manager.cc:6069] T 00000000000000000000000000000000 P ea777938125c409d9b16cfbf893e3524: Generated new TSK 0
I20260608 12:43:36.901961  8827 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:43:36.927150   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:36.933591  8839 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:36.934793  8840 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:36.937556  8842 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:36.937592   431 server_base.cc:1061] running on GCE node
I20260608 12:43:36.938773   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:36.939008   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:36.939240   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922616939216 us; error 0 us; skew 500 ppm
I20260608 12:43:36.939857   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:36.942883   431 webserver.cc:533] Webserver started at http://127.0.107.193:33147/ using document root <none> and password file <none>
I20260608 12:43:36.943415   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:36.943629   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:36.943907   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:36.945041   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922397207313-431-0/minicluster-data/ts-0-root/instance:
uuid: "48d95cdfee7047988bf58995b4cf4c75"
format_stamp: "Formatted at 2026-06-08 12:43:36 on dist-test-slave-1zds"
I20260608 12:43:36.949896   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260608 12:43:36.953898  8847 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:36.954862   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:43:36.955176   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922397207313-431-0/minicluster-data/ts-0-root
uuid: "48d95cdfee7047988bf58995b4cf4c75"
format_stamp: "Formatted at 2026-06-08 12:43:36 on dist-test-slave-1zds"
I20260608 12:43:36.955432   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922397207313-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922397207313-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922397207313-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:36.974045   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:36.975400   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:36.977041   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:36.979740   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:36.979954   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:36.980302   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:36.980468   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:37.024734   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:33137
I20260608 12:43:37.024866  8909 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:33137 every 8 connection(s)
I20260608 12:43:37.030809   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:37.038703  8914 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:37.039708  8915 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:37.043972   431 server_base.cc:1061] running on GCE node
W20260608 12:43:37.043870  8917 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:37.045256   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:37.045481   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:37.045663   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922617045629 us; error 0 us; skew 500 ppm
I20260608 12:43:37.046357   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:37.049618   431 webserver.cc:533] Webserver started at http://127.0.107.194:41111/ using document root <none> and password file <none>
I20260608 12:43:37.050311   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:37.050521   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:37.050849   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:37.050948  8910 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38923
I20260608 12:43:37.051409  8910 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:37.052327  8910 heartbeater.cc:507] Master 127.0.107.254:38923 requested a full tablet report, sending...
I20260608 12:43:37.052368   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922397207313-431-0/minicluster-data/ts-1-root/instance:
uuid: "f669461d4a0a4911bf86d84371f46a98"
format_stamp: "Formatted at 2026-06-08 12:43:37 on dist-test-slave-1zds"
I20260608 12:43:37.055083  8783 ts_manager.cc:194] Registered new tserver with Master: 48d95cdfee7047988bf58995b4cf4c75 (127.0.107.193:33137)
I20260608 12:43:37.057379  8783 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35948
I20260608 12:43:37.058148   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:43:37.062029  8922 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:37.062855   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:43:37.063175   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922397207313-431-0/minicluster-data/ts-1-root
uuid: "f669461d4a0a4911bf86d84371f46a98"
format_stamp: "Formatted at 2026-06-08 12:43:37 on dist-test-slave-1zds"
I20260608 12:43:37.063512   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922397207313-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922397207313-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922397207313-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:37.077661   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:37.078816   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:37.080272   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:37.082762   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:37.082988   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:37.083237   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:37.083418   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:37.124732   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:38463
I20260608 12:43:37.124853  8984 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:38463 every 8 connection(s)
I20260608 12:43:37.130050   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:37.137898  8988 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:37.140180  8989 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:37.141882   431 server_base.cc:1061] running on GCE node
W20260608 12:43:37.142766  8991 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:37.143970   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:37.144280   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:37.144541   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922617144520 us; error 0 us; skew 500 ppm
I20260608 12:43:37.145401   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:37.145421  8985 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38923
I20260608 12:43:37.145936  8985 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:37.146939  8985 heartbeater.cc:507] Master 127.0.107.254:38923 requested a full tablet report, sending...
I20260608 12:43:37.148730   431 webserver.cc:533] Webserver started at http://127.0.107.195:46065/ using document root <none> and password file <none>
I20260608 12:43:37.149487   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:37.149745   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:37.149657  8783 ts_manager.cc:194] Registered new tserver with Master: f669461d4a0a4911bf86d84371f46a98 (127.0.107.194:38463)
I20260608 12:43:37.150389   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:37.151626  8783 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35954
I20260608 12:43:37.151793   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922397207313-431-0/minicluster-data/ts-2-root/instance:
uuid: "76076289865a4dc69a353d75e5454450"
format_stamp: "Formatted at 2026-06-08 12:43:37 on dist-test-slave-1zds"
I20260608 12:43:37.157716   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:43:37.161985  8996 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:37.162835   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.004s	sys 0.000s
I20260608 12:43:37.163208   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922397207313-431-0/minicluster-data/ts-2-root
uuid: "76076289865a4dc69a353d75e5454450"
format_stamp: "Formatted at 2026-06-08 12:43:37 on dist-test-slave-1zds"
I20260608 12:43:37.163544   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922397207313-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922397207313-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922397207313-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:37.191365   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:37.192802   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:37.194830   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:37.197479   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:37.197757   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:37.198086   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:37.198305   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:37.246542   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:33865
I20260608 12:43:37.246670  9058 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:33865 every 8 connection(s)
I20260608 12:43:37.261927  9059 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38923
I20260608 12:43:37.262409  9059 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:37.263172  9059 heartbeater.cc:507] Master 127.0.107.254:38923 requested a full tablet report, sending...
I20260608 12:43:37.265285  8783 ts_manager.cc:194] Registered new tserver with Master: 76076289865a4dc69a353d75e5454450 (127.0.107.195:33865)
I20260608 12:43:37.265499   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015306099s
I20260608 12:43:37.267257  8783 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35970
I20260608 12:43:38.060321  8910 heartbeater.cc:499] Master 127.0.107.254:38923 was elected leader, sending a full tablet report...
I20260608 12:43:38.155488  8985 heartbeater.cc:499] Master 127.0.107.254:38923 was elected leader, sending a full tablet report...
I20260608 12:43:38.270303  9059 heartbeater.cc:499] Master 127.0.107.254:38923 was elected leader, sending a full tablet report...
I20260608 12:43:38.324493  8783 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:35972:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:43:38.327113  8783 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:43:38.383832  9023 tablet_service.cc:1511] Processing CreateTablet for tablet 3d6563b32f7e4fe18566dd2eb991bddd (DEFAULT_TABLE table=test-workload [id=8678bfceb44f4d8c900648f6654c5562]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:43:38.384596  9024 tablet_service.cc:1511] Processing CreateTablet for tablet 0d4ae80bb9b540edb6caa2e4a496f848 (DEFAULT_TABLE table=test-workload [id=8678bfceb44f4d8c900648f6654c5562]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:43:38.385560  9023 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3d6563b32f7e4fe18566dd2eb991bddd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:38.387111  9022 tablet_service.cc:1511] Processing CreateTablet for tablet 2909a3e7f1d64c6782af1c24c265f970 (DEFAULT_TABLE table=test-workload [id=8678bfceb44f4d8c900648f6654c5562]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:43:38.390192  9022 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2909a3e7f1d64c6782af1c24c265f970. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:38.393066  9024 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0d4ae80bb9b540edb6caa2e4a496f848. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:38.391830  9021 tablet_service.cc:1511] Processing CreateTablet for tablet 70302eac4b5346c9a0af0cf2e1206032 (DEFAULT_TABLE table=test-workload [id=8678bfceb44f4d8c900648f6654c5562]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:43:38.394222  9021 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 70302eac4b5346c9a0af0cf2e1206032. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:38.406827  8875 tablet_service.cc:1511] Processing CreateTablet for tablet 0d4ae80bb9b540edb6caa2e4a496f848 (DEFAULT_TABLE table=test-workload [id=8678bfceb44f4d8c900648f6654c5562]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:43:38.408401  8875 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0d4ae80bb9b540edb6caa2e4a496f848. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:38.418846  8874 tablet_service.cc:1511] Processing CreateTablet for tablet 3d6563b32f7e4fe18566dd2eb991bddd (DEFAULT_TABLE table=test-workload [id=8678bfceb44f4d8c900648f6654c5562]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:43:38.419670  9078 tablet_bootstrap.cc:492] T 3d6563b32f7e4fe18566dd2eb991bddd P 76076289865a4dc69a353d75e5454450: Bootstrap starting.
I20260608 12:43:38.420436  8874 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3d6563b32f7e4fe18566dd2eb991bddd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:38.423089  8873 tablet_service.cc:1511] Processing CreateTablet for tablet 2909a3e7f1d64c6782af1c24c265f970 (DEFAULT_TABLE table=test-workload [id=8678bfceb44f4d8c900648f6654c5562]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:43:38.425467  8872 tablet_service.cc:1511] Processing CreateTablet for tablet 70302eac4b5346c9a0af0cf2e1206032 (DEFAULT_TABLE table=test-workload [id=8678bfceb44f4d8c900648f6654c5562]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:43:38.426863  9078 tablet_bootstrap.cc:654] T 3d6563b32f7e4fe18566dd2eb991bddd P 76076289865a4dc69a353d75e5454450: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:38.430482  8872 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 70302eac4b5346c9a0af0cf2e1206032. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:38.433311  8873 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2909a3e7f1d64c6782af1c24c265f970. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:38.447387  8950 tablet_service.cc:1511] Processing CreateTablet for tablet 0d4ae80bb9b540edb6caa2e4a496f848 (DEFAULT_TABLE table=test-workload [id=8678bfceb44f4d8c900648f6654c5562]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:43:38.449404  8950 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0d4ae80bb9b540edb6caa2e4a496f848. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:38.451836  8949 tablet_service.cc:1511] Processing CreateTablet for tablet 3d6563b32f7e4fe18566dd2eb991bddd (DEFAULT_TABLE table=test-workload [id=8678bfceb44f4d8c900648f6654c5562]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:43:38.453374  8949 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3d6563b32f7e4fe18566dd2eb991bddd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:38.457448  8948 tablet_service.cc:1511] Processing CreateTablet for tablet 2909a3e7f1d64c6782af1c24c265f970 (DEFAULT_TABLE table=test-workload [id=8678bfceb44f4d8c900648f6654c5562]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:43:38.458978  8948 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2909a3e7f1d64c6782af1c24c265f970. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:38.463234  8947 tablet_service.cc:1511] Processing CreateTablet for tablet 70302eac4b5346c9a0af0cf2e1206032 (DEFAULT_TABLE table=test-workload [id=8678bfceb44f4d8c900648f6654c5562]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:43:38.464658  8947 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 70302eac4b5346c9a0af0cf2e1206032. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:38.481132  9078 tablet_bootstrap.cc:492] T 3d6563b32f7e4fe18566dd2eb991bddd P 76076289865a4dc69a353d75e5454450: No bootstrap required, opened a new log
I20260608 12:43:38.481709  9078 ts_tablet_manager.cc:1403] T 3d6563b32f7e4fe18566dd2eb991bddd P 76076289865a4dc69a353d75e5454450: Time spent bootstrapping tablet: real 0.062s	user 0.022s	sys 0.023s
I20260608 12:43:38.485033  9078 raft_consensus.cc:359] T 3d6563b32f7e4fe18566dd2eb991bddd P 76076289865a4dc69a353d75e5454450 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } }
I20260608 12:43:38.485798  9078 raft_consensus.cc:385] T 3d6563b32f7e4fe18566dd2eb991bddd P 76076289865a4dc69a353d75e5454450 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:38.486107  9078 raft_consensus.cc:740] T 3d6563b32f7e4fe18566dd2eb991bddd P 76076289865a4dc69a353d75e5454450 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 76076289865a4dc69a353d75e5454450, State: Initialized, Role: FOLLOWER
I20260608 12:43:38.487027  9078 consensus_queue.cc:260] T 3d6563b32f7e4fe18566dd2eb991bddd P 76076289865a4dc69a353d75e5454450 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } }
I20260608 12:43:38.497543  9079 tablet_bootstrap.cc:492] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75: Bootstrap starting.
I20260608 12:43:38.508853  9079 tablet_bootstrap.cc:654] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:38.513303  9078 ts_tablet_manager.cc:1434] T 3d6563b32f7e4fe18566dd2eb991bddd P 76076289865a4dc69a353d75e5454450: Time spent starting tablet: real 0.031s	user 0.012s	sys 0.014s
I20260608 12:43:38.513626  9082 tablet_bootstrap.cc:492] T 70302eac4b5346c9a0af0cf2e1206032 P f669461d4a0a4911bf86d84371f46a98: Bootstrap starting.
I20260608 12:43:38.514611  9078 tablet_bootstrap.cc:492] T 0d4ae80bb9b540edb6caa2e4a496f848 P 76076289865a4dc69a353d75e5454450: Bootstrap starting.
I20260608 12:43:38.521095  9082 tablet_bootstrap.cc:654] T 70302eac4b5346c9a0af0cf2e1206032 P f669461d4a0a4911bf86d84371f46a98: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:38.521315  9079 tablet_bootstrap.cc:492] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75: No bootstrap required, opened a new log
I20260608 12:43:38.521515  9078 tablet_bootstrap.cc:654] T 0d4ae80bb9b540edb6caa2e4a496f848 P 76076289865a4dc69a353d75e5454450: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:38.522409  9079 ts_tablet_manager.cc:1403] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75: Time spent bootstrapping tablet: real 0.025s	user 0.013s	sys 0.004s
I20260608 12:43:38.528560  9078 tablet_bootstrap.cc:492] T 0d4ae80bb9b540edb6caa2e4a496f848 P 76076289865a4dc69a353d75e5454450: No bootstrap required, opened a new log
I20260608 12:43:38.528095  9079 raft_consensus.cc:359] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } }
I20260608 12:43:38.529131  9078 ts_tablet_manager.cc:1403] T 0d4ae80bb9b540edb6caa2e4a496f848 P 76076289865a4dc69a353d75e5454450: Time spent bootstrapping tablet: real 0.015s	user 0.007s	sys 0.006s
I20260608 12:43:38.529189  9079 raft_consensus.cc:385] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:38.529752  9079 raft_consensus.cc:740] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 48d95cdfee7047988bf58995b4cf4c75, State: Initialized, Role: FOLLOWER
I20260608 12:43:38.530834  9079 consensus_queue.cc:260] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } }
I20260608 12:43:38.533064  9082 tablet_bootstrap.cc:492] T 70302eac4b5346c9a0af0cf2e1206032 P f669461d4a0a4911bf86d84371f46a98: No bootstrap required, opened a new log
I20260608 12:43:38.533630  9082 ts_tablet_manager.cc:1403] T 70302eac4b5346c9a0af0cf2e1206032 P f669461d4a0a4911bf86d84371f46a98: Time spent bootstrapping tablet: real 0.020s	user 0.011s	sys 0.008s
I20260608 12:43:38.533973  9079 ts_tablet_manager.cc:1434] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75: Time spent starting tablet: real 0.011s	user 0.001s	sys 0.009s
I20260608 12:43:38.533794  9078 raft_consensus.cc:359] T 0d4ae80bb9b540edb6caa2e4a496f848 P 76076289865a4dc69a353d75e5454450 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } }
I20260608 12:43:38.534654  9078 raft_consensus.cc:385] T 0d4ae80bb9b540edb6caa2e4a496f848 P 76076289865a4dc69a353d75e5454450 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:38.534965  9078 raft_consensus.cc:740] T 0d4ae80bb9b540edb6caa2e4a496f848 P 76076289865a4dc69a353d75e5454450 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 76076289865a4dc69a353d75e5454450, State: Initialized, Role: FOLLOWER
I20260608 12:43:38.535837  9078 consensus_queue.cc:260] T 0d4ae80bb9b540edb6caa2e4a496f848 P 76076289865a4dc69a353d75e5454450 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } }
I20260608 12:43:38.536494  9079 tablet_bootstrap.cc:492] T 3d6563b32f7e4fe18566dd2eb991bddd P 48d95cdfee7047988bf58995b4cf4c75: Bootstrap starting.
I20260608 12:43:38.537334  9082 raft_consensus.cc:359] T 70302eac4b5346c9a0af0cf2e1206032 P f669461d4a0a4911bf86d84371f46a98 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } }
I20260608 12:43:38.538122  9082 raft_consensus.cc:385] T 70302eac4b5346c9a0af0cf2e1206032 P f669461d4a0a4911bf86d84371f46a98 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:38.538219  9078 ts_tablet_manager.cc:1434] T 0d4ae80bb9b540edb6caa2e4a496f848 P 76076289865a4dc69a353d75e5454450: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.003s
I20260608 12:43:38.538463  9082 raft_consensus.cc:740] T 70302eac4b5346c9a0af0cf2e1206032 P f669461d4a0a4911bf86d84371f46a98 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f669461d4a0a4911bf86d84371f46a98, State: Initialized, Role: FOLLOWER
I20260608 12:43:38.539350  9078 tablet_bootstrap.cc:492] T 2909a3e7f1d64c6782af1c24c265f970 P 76076289865a4dc69a353d75e5454450: Bootstrap starting.
I20260608 12:43:38.539366  9082 consensus_queue.cc:260] T 70302eac4b5346c9a0af0cf2e1206032 P f669461d4a0a4911bf86d84371f46a98 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } }
I20260608 12:43:38.547492  9078 tablet_bootstrap.cc:654] T 2909a3e7f1d64c6782af1c24c265f970 P 76076289865a4dc69a353d75e5454450: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:38.553143  9078 tablet_bootstrap.cc:492] T 2909a3e7f1d64c6782af1c24c265f970 P 76076289865a4dc69a353d75e5454450: No bootstrap required, opened a new log
I20260608 12:43:38.553656  9078 ts_tablet_manager.cc:1403] T 2909a3e7f1d64c6782af1c24c265f970 P 76076289865a4dc69a353d75e5454450: Time spent bootstrapping tablet: real 0.015s	user 0.009s	sys 0.005s
I20260608 12:43:38.557001  9078 raft_consensus.cc:359] T 2909a3e7f1d64c6782af1c24c265f970 P 76076289865a4dc69a353d75e5454450 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } }
I20260608 12:43:38.557762  9078 raft_consensus.cc:385] T 2909a3e7f1d64c6782af1c24c265f970 P 76076289865a4dc69a353d75e5454450 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:38.558079  9078 raft_consensus.cc:740] T 2909a3e7f1d64c6782af1c24c265f970 P 76076289865a4dc69a353d75e5454450 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 76076289865a4dc69a353d75e5454450, State: Initialized, Role: FOLLOWER
I20260608 12:43:38.558259  9086 raft_consensus.cc:493] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:38.558863  9086 raft_consensus.cc:515] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } }
I20260608 12:43:38.559012  9078 consensus_queue.cc:260] T 2909a3e7f1d64c6782af1c24c265f970 P 76076289865a4dc69a353d75e5454450 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } }
I20260608 12:43:38.561362  9079 tablet_bootstrap.cc:654] T 3d6563b32f7e4fe18566dd2eb991bddd P 48d95cdfee7047988bf58995b4cf4c75: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:38.568642  9086 leader_election.cc:290] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 76076289865a4dc69a353d75e5454450 (127.0.107.195:33865), f669461d4a0a4911bf86d84371f46a98 (127.0.107.194:38463)
I20260608 12:43:38.570667  9078 ts_tablet_manager.cc:1434] T 2909a3e7f1d64c6782af1c24c265f970 P 76076289865a4dc69a353d75e5454450: Time spent starting tablet: real 0.017s	user 0.004s	sys 0.003s
I20260608 12:43:38.571305  9082 ts_tablet_manager.cc:1434] T 70302eac4b5346c9a0af0cf2e1206032 P f669461d4a0a4911bf86d84371f46a98: Time spent starting tablet: real 0.037s	user 0.017s	sys 0.007s
I20260608 12:43:38.572511  9082 tablet_bootstrap.cc:492] T 0d4ae80bb9b540edb6caa2e4a496f848 P f669461d4a0a4911bf86d84371f46a98: Bootstrap starting.
I20260608 12:43:38.577864  9079 tablet_bootstrap.cc:492] T 3d6563b32f7e4fe18566dd2eb991bddd P 48d95cdfee7047988bf58995b4cf4c75: No bootstrap required, opened a new log
I20260608 12:43:38.578511  9079 ts_tablet_manager.cc:1403] T 3d6563b32f7e4fe18566dd2eb991bddd P 48d95cdfee7047988bf58995b4cf4c75: Time spent bootstrapping tablet: real 0.042s	user 0.009s	sys 0.007s
I20260608 12:43:38.579450  9082 tablet_bootstrap.cc:654] T 0d4ae80bb9b540edb6caa2e4a496f848 P f669461d4a0a4911bf86d84371f46a98: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:38.582547  9078 tablet_bootstrap.cc:492] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450: Bootstrap starting.
I20260608 12:43:38.587920  9079 raft_consensus.cc:359] T 3d6563b32f7e4fe18566dd2eb991bddd P 48d95cdfee7047988bf58995b4cf4c75 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } }
I20260608 12:43:38.589084  9079 raft_consensus.cc:385] T 3d6563b32f7e4fe18566dd2eb991bddd P 48d95cdfee7047988bf58995b4cf4c75 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:38.589509  9079 raft_consensus.cc:740] T 3d6563b32f7e4fe18566dd2eb991bddd P 48d95cdfee7047988bf58995b4cf4c75 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 48d95cdfee7047988bf58995b4cf4c75, State: Initialized, Role: FOLLOWER
I20260608 12:43:38.590610  9079 consensus_queue.cc:260] T 3d6563b32f7e4fe18566dd2eb991bddd P 48d95cdfee7047988bf58995b4cf4c75 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } }
I20260608 12:43:38.592144  9078 tablet_bootstrap.cc:654] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:38.593219  9079 ts_tablet_manager.cc:1434] T 3d6563b32f7e4fe18566dd2eb991bddd P 48d95cdfee7047988bf58995b4cf4c75: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.000s
I20260608 12:43:38.599303  9079 tablet_bootstrap.cc:492] T 2909a3e7f1d64c6782af1c24c265f970 P 48d95cdfee7047988bf58995b4cf4c75: Bootstrap starting.
I20260608 12:43:38.601202  9034 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0d4ae80bb9b540edb6caa2e4a496f848" candidate_uuid: "48d95cdfee7047988bf58995b4cf4c75" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76076289865a4dc69a353d75e5454450" is_pre_election: true
I20260608 12:43:38.602182  9034 raft_consensus.cc:2468] T 0d4ae80bb9b540edb6caa2e4a496f848 P 76076289865a4dc69a353d75e5454450 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 48d95cdfee7047988bf58995b4cf4c75 in term 0.
I20260608 12:43:38.606388  8849 leader_election.cc:304] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 48d95cdfee7047988bf58995b4cf4c75, 76076289865a4dc69a353d75e5454450; no voters: 
I20260608 12:43:38.608368  9086 raft_consensus.cc:2804] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:38.608772  9086 raft_consensus.cc:493] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:38.609143  9086 raft_consensus.cc:3060] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:38.610802  9078 tablet_bootstrap.cc:492] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450: No bootstrap required, opened a new log
I20260608 12:43:38.610922  9079 tablet_bootstrap.cc:654] T 2909a3e7f1d64c6782af1c24c265f970 P 48d95cdfee7047988bf58995b4cf4c75: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:38.611367  9078 ts_tablet_manager.cc:1403] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450: Time spent bootstrapping tablet: real 0.040s	user 0.016s	sys 0.008s
I20260608 12:43:38.613924  9078 raft_consensus.cc:359] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } }
I20260608 12:43:38.614653  9078 raft_consensus.cc:385] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:38.614941  9078 raft_consensus.cc:740] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 76076289865a4dc69a353d75e5454450, State: Initialized, Role: FOLLOWER
I20260608 12:43:38.616119  9082 tablet_bootstrap.cc:492] T 0d4ae80bb9b540edb6caa2e4a496f848 P f669461d4a0a4911bf86d84371f46a98: No bootstrap required, opened a new log
I20260608 12:43:38.615821  9078 consensus_queue.cc:260] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } }
I20260608 12:43:38.616688  9082 ts_tablet_manager.cc:1403] T 0d4ae80bb9b540edb6caa2e4a496f848 P f669461d4a0a4911bf86d84371f46a98: Time spent bootstrapping tablet: real 0.044s	user 0.015s	sys 0.011s
I20260608 12:43:38.617772  8960 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0d4ae80bb9b540edb6caa2e4a496f848" candidate_uuid: "48d95cdfee7047988bf58995b4cf4c75" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f669461d4a0a4911bf86d84371f46a98" is_pre_election: true
I20260608 12:43:38.618283  9078 ts_tablet_manager.cc:1434] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:43:38.619313  9086 raft_consensus.cc:515] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } }
W20260608 12:43:38.619764  8851 leader_election.cc:343] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f669461d4a0a4911bf86d84371f46a98 (127.0.107.194:38463): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:43:38.620275  9082 raft_consensus.cc:359] T 0d4ae80bb9b540edb6caa2e4a496f848 P f669461d4a0a4911bf86d84371f46a98 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } }
I20260608 12:43:38.621014  9082 raft_consensus.cc:385] T 0d4ae80bb9b540edb6caa2e4a496f848 P f669461d4a0a4911bf86d84371f46a98 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:38.621304  9082 raft_consensus.cc:740] T 0d4ae80bb9b540edb6caa2e4a496f848 P f669461d4a0a4911bf86d84371f46a98 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f669461d4a0a4911bf86d84371f46a98, State: Initialized, Role: FOLLOWER
I20260608 12:43:38.622356  9034 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0d4ae80bb9b540edb6caa2e4a496f848" candidate_uuid: "48d95cdfee7047988bf58995b4cf4c75" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76076289865a4dc69a353d75e5454450"
I20260608 12:43:38.622256  9082 consensus_queue.cc:260] T 0d4ae80bb9b540edb6caa2e4a496f848 P f669461d4a0a4911bf86d84371f46a98 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } }
I20260608 12:43:38.622951  9034 raft_consensus.cc:3060] T 0d4ae80bb9b540edb6caa2e4a496f848 P 76076289865a4dc69a353d75e5454450 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:38.624894  9082 ts_tablet_manager.cc:1434] T 0d4ae80bb9b540edb6caa2e4a496f848 P f669461d4a0a4911bf86d84371f46a98: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:43:38.626173  9082 tablet_bootstrap.cc:492] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98: Bootstrap starting.
I20260608 12:43:38.631261  9034 raft_consensus.cc:2468] T 0d4ae80bb9b540edb6caa2e4a496f848 P 76076289865a4dc69a353d75e5454450 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 48d95cdfee7047988bf58995b4cf4c75 in term 1.
I20260608 12:43:38.632905  8849 leader_election.cc:304] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [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: 48d95cdfee7047988bf58995b4cf4c75, 76076289865a4dc69a353d75e5454450; no voters: 
I20260608 12:43:38.638068  9082 tablet_bootstrap.cc:654] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:38.640053  8960 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0d4ae80bb9b540edb6caa2e4a496f848" candidate_uuid: "48d95cdfee7047988bf58995b4cf4c75" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f669461d4a0a4911bf86d84371f46a98"
I20260608 12:43:38.640767  8960 raft_consensus.cc:3060] T 0d4ae80bb9b540edb6caa2e4a496f848 P f669461d4a0a4911bf86d84371f46a98 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:38.650388  9086 leader_election.cc:290] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [CANDIDATE]: Term 1 election: Requested vote from peers 76076289865a4dc69a353d75e5454450 (127.0.107.195:33865), f669461d4a0a4911bf86d84371f46a98 (127.0.107.194:38463)
I20260608 12:43:38.650889  9082 tablet_bootstrap.cc:492] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98: No bootstrap required, opened a new log
I20260608 12:43:38.651739  9086 raft_consensus.cc:2804] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:38.651844  9082 ts_tablet_manager.cc:1403] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98: Time spent bootstrapping tablet: real 0.026s	user 0.007s	sys 0.013s
I20260608 12:43:38.652884  9086 raft_consensus.cc:697] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [term 1 LEADER]: Becoming Leader. State: Replica: 48d95cdfee7047988bf58995b4cf4c75, State: Running, Role: LEADER
I20260608 12:43:38.654923  8960 raft_consensus.cc:2468] T 0d4ae80bb9b540edb6caa2e4a496f848 P f669461d4a0a4911bf86d84371f46a98 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 48d95cdfee7047988bf58995b4cf4c75 in term 1.
I20260608 12:43:38.654582  9086 consensus_queue.cc:237] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } }
I20260608 12:43:38.656697  9081 raft_consensus.cc:493] T 2909a3e7f1d64c6782af1c24c265f970 P 76076289865a4dc69a353d75e5454450 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:38.658649  9081 raft_consensus.cc:515] T 2909a3e7f1d64c6782af1c24c265f970 P 76076289865a4dc69a353d75e5454450 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } }
I20260608 12:43:38.662233  9082 raft_consensus.cc:359] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } }
I20260608 12:43:38.663076  9082 raft_consensus.cc:385] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:38.663393  9082 raft_consensus.cc:740] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f669461d4a0a4911bf86d84371f46a98, State: Initialized, Role: FOLLOWER
I20260608 12:43:38.664987  9081 leader_election.cc:290] T 2909a3e7f1d64c6782af1c24c265f970 P 76076289865a4dc69a353d75e5454450 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 48d95cdfee7047988bf58995b4cf4c75 (127.0.107.193:33137), f669461d4a0a4911bf86d84371f46a98 (127.0.107.194:38463)
I20260608 12:43:38.664698  9082 consensus_queue.cc:260] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } }
I20260608 12:43:38.666806  9079 tablet_bootstrap.cc:492] T 2909a3e7f1d64c6782af1c24c265f970 P 48d95cdfee7047988bf58995b4cf4c75: No bootstrap required, opened a new log
I20260608 12:43:38.667371  9079 ts_tablet_manager.cc:1403] T 2909a3e7f1d64c6782af1c24c265f970 P 48d95cdfee7047988bf58995b4cf4c75: Time spent bootstrapping tablet: real 0.068s	user 0.019s	sys 0.031s
I20260608 12:43:38.668413  9082 ts_tablet_manager.cc:1434] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98: Time spent starting tablet: real 0.016s	user 0.006s	sys 0.001s
I20260608 12:43:38.669415  9082 tablet_bootstrap.cc:492] T 2909a3e7f1d64c6782af1c24c265f970 P f669461d4a0a4911bf86d84371f46a98: Bootstrap starting.
I20260608 12:43:38.671380  9079 raft_consensus.cc:359] T 2909a3e7f1d64c6782af1c24c265f970 P 48d95cdfee7047988bf58995b4cf4c75 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } }
I20260608 12:43:38.672437  9079 raft_consensus.cc:385] T 2909a3e7f1d64c6782af1c24c265f970 P 48d95cdfee7047988bf58995b4cf4c75 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:38.672859  9079 raft_consensus.cc:740] T 2909a3e7f1d64c6782af1c24c265f970 P 48d95cdfee7047988bf58995b4cf4c75 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 48d95cdfee7047988bf58995b4cf4c75, State: Initialized, Role: FOLLOWER
I20260608 12:43:38.673882  9079 consensus_queue.cc:260] T 2909a3e7f1d64c6782af1c24c265f970 P 48d95cdfee7047988bf58995b4cf4c75 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } }
I20260608 12:43:38.676213  9079 ts_tablet_manager.cc:1434] T 2909a3e7f1d64c6782af1c24c265f970 P 48d95cdfee7047988bf58995b4cf4c75: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260608 12:43:38.676673  9082 tablet_bootstrap.cc:654] T 2909a3e7f1d64c6782af1c24c265f970 P f669461d4a0a4911bf86d84371f46a98: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:38.677593  9079 tablet_bootstrap.cc:492] T 70302eac4b5346c9a0af0cf2e1206032 P 48d95cdfee7047988bf58995b4cf4c75: Bootstrap starting.
I20260608 12:43:38.687063  9079 tablet_bootstrap.cc:654] T 70302eac4b5346c9a0af0cf2e1206032 P 48d95cdfee7047988bf58995b4cf4c75: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:38.689061  9082 tablet_bootstrap.cc:492] T 2909a3e7f1d64c6782af1c24c265f970 P f669461d4a0a4911bf86d84371f46a98: No bootstrap required, opened a new log
I20260608 12:43:38.689667  9082 ts_tablet_manager.cc:1403] T 2909a3e7f1d64c6782af1c24c265f970 P f669461d4a0a4911bf86d84371f46a98: Time spent bootstrapping tablet: real 0.020s	user 0.011s	sys 0.007s
I20260608 12:43:38.692873  9082 raft_consensus.cc:359] T 2909a3e7f1d64c6782af1c24c265f970 P f669461d4a0a4911bf86d84371f46a98 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } }
I20260608 12:43:38.693632  9082 raft_consensus.cc:385] T 2909a3e7f1d64c6782af1c24c265f970 P f669461d4a0a4911bf86d84371f46a98 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:38.693948  9082 raft_consensus.cc:740] T 2909a3e7f1d64c6782af1c24c265f970 P f669461d4a0a4911bf86d84371f46a98 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f669461d4a0a4911bf86d84371f46a98, State: Initialized, Role: FOLLOWER
I20260608 12:43:38.694983  9082 consensus_queue.cc:260] T 2909a3e7f1d64c6782af1c24c265f970 P f669461d4a0a4911bf86d84371f46a98 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } }
I20260608 12:43:38.699566  9082 ts_tablet_manager.cc:1434] T 2909a3e7f1d64c6782af1c24c265f970 P f669461d4a0a4911bf86d84371f46a98: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.002s
I20260608 12:43:38.705753  8782 catalog_manager.cc:5696] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 reported cstate change: term changed from 0 to 1, leader changed from <none> to 48d95cdfee7047988bf58995b4cf4c75 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "48d95cdfee7047988bf58995b4cf4c75" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:38.710469  8885 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2909a3e7f1d64c6782af1c24c265f970" candidate_uuid: "76076289865a4dc69a353d75e5454450" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "48d95cdfee7047988bf58995b4cf4c75" is_pre_election: true
I20260608 12:43:38.711223  8885 raft_consensus.cc:2468] T 2909a3e7f1d64c6782af1c24c265f970 P 48d95cdfee7047988bf58995b4cf4c75 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 76076289865a4dc69a353d75e5454450 in term 0.
I20260608 12:43:38.712677  9000 leader_election.cc:304] T 2909a3e7f1d64c6782af1c24c265f970 P 76076289865a4dc69a353d75e5454450 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 48d95cdfee7047988bf58995b4cf4c75, 76076289865a4dc69a353d75e5454450; no voters: 
I20260608 12:43:38.713631  9081 raft_consensus.cc:2804] T 2909a3e7f1d64c6782af1c24c265f970 P 76076289865a4dc69a353d75e5454450 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:38.713701  9079 tablet_bootstrap.cc:492] T 70302eac4b5346c9a0af0cf2e1206032 P 48d95cdfee7047988bf58995b4cf4c75: No bootstrap required, opened a new log
I20260608 12:43:38.714180  9081 raft_consensus.cc:493] T 2909a3e7f1d64c6782af1c24c265f970 P 76076289865a4dc69a353d75e5454450 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:38.714564  9079 ts_tablet_manager.cc:1403] T 70302eac4b5346c9a0af0cf2e1206032 P 48d95cdfee7047988bf58995b4cf4c75: Time spent bootstrapping tablet: real 0.037s	user 0.028s	sys 0.007s
I20260608 12:43:38.714592  9081 raft_consensus.cc:3060] T 2909a3e7f1d64c6782af1c24c265f970 P 76076289865a4dc69a353d75e5454450 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:38.716209  8960 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2909a3e7f1d64c6782af1c24c265f970" candidate_uuid: "76076289865a4dc69a353d75e5454450" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f669461d4a0a4911bf86d84371f46a98" is_pre_election: true
I20260608 12:43:38.716907  8960 raft_consensus.cc:2468] T 2909a3e7f1d64c6782af1c24c265f970 P f669461d4a0a4911bf86d84371f46a98 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 76076289865a4dc69a353d75e5454450 in term 0.
I20260608 12:43:38.718376  9079 raft_consensus.cc:359] T 70302eac4b5346c9a0af0cf2e1206032 P 48d95cdfee7047988bf58995b4cf4c75 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } }
I20260608 12:43:38.719192  9079 raft_consensus.cc:385] T 70302eac4b5346c9a0af0cf2e1206032 P 48d95cdfee7047988bf58995b4cf4c75 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:38.719502  9079 raft_consensus.cc:740] T 70302eac4b5346c9a0af0cf2e1206032 P 48d95cdfee7047988bf58995b4cf4c75 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 48d95cdfee7047988bf58995b4cf4c75, State: Initialized, Role: FOLLOWER
I20260608 12:43:38.720322  9079 consensus_queue.cc:260] T 70302eac4b5346c9a0af0cf2e1206032 P 48d95cdfee7047988bf58995b4cf4c75 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } }
I20260608 12:43:38.722635  9079 ts_tablet_manager.cc:1434] T 70302eac4b5346c9a0af0cf2e1206032 P 48d95cdfee7047988bf58995b4cf4c75: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:43:38.723248  9081 raft_consensus.cc:515] T 2909a3e7f1d64c6782af1c24c265f970 P 76076289865a4dc69a353d75e5454450 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } }
I20260608 12:43:38.724107  9102 raft_consensus.cc:493] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:38.724620  9102 raft_consensus.cc:515] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } }
I20260608 12:43:38.725764  9081 leader_election.cc:290] T 2909a3e7f1d64c6782af1c24c265f970 P 76076289865a4dc69a353d75e5454450 [CANDIDATE]: Term 1 election: Requested vote from peers 48d95cdfee7047988bf58995b4cf4c75 (127.0.107.193:33137), f669461d4a0a4911bf86d84371f46a98 (127.0.107.194:38463)
I20260608 12:43:38.726701  8885 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2909a3e7f1d64c6782af1c24c265f970" candidate_uuid: "76076289865a4dc69a353d75e5454450" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "48d95cdfee7047988bf58995b4cf4c75"
I20260608 12:43:38.727113  9102 leader_election.cc:290] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 48d95cdfee7047988bf58995b4cf4c75 (127.0.107.193:33137), f669461d4a0a4911bf86d84371f46a98 (127.0.107.194:38463)
I20260608 12:43:38.727363  8885 raft_consensus.cc:3060] T 2909a3e7f1d64c6782af1c24c265f970 P 48d95cdfee7047988bf58995b4cf4c75 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:38.728001  8960 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2909a3e7f1d64c6782af1c24c265f970" candidate_uuid: "76076289865a4dc69a353d75e5454450" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f669461d4a0a4911bf86d84371f46a98"
I20260608 12:43:38.728001  8884 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "70302eac4b5346c9a0af0cf2e1206032" candidate_uuid: "76076289865a4dc69a353d75e5454450" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "48d95cdfee7047988bf58995b4cf4c75" is_pre_election: true
I20260608 12:43:38.728873  8960 raft_consensus.cc:3060] T 2909a3e7f1d64c6782af1c24c265f970 P f669461d4a0a4911bf86d84371f46a98 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:38.728993  8884 raft_consensus.cc:2468] T 70302eac4b5346c9a0af0cf2e1206032 P 48d95cdfee7047988bf58995b4cf4c75 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 76076289865a4dc69a353d75e5454450 in term 0.
I20260608 12:43:38.730681  9000 leader_election.cc:304] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 48d95cdfee7047988bf58995b4cf4c75, 76076289865a4dc69a353d75e5454450; no voters: 
I20260608 12:43:38.731336  8959 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "70302eac4b5346c9a0af0cf2e1206032" candidate_uuid: "76076289865a4dc69a353d75e5454450" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f669461d4a0a4911bf86d84371f46a98" is_pre_election: true
I20260608 12:43:38.731691  9102 raft_consensus.cc:2804] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:38.732106  8959 raft_consensus.cc:2468] T 70302eac4b5346c9a0af0cf2e1206032 P f669461d4a0a4911bf86d84371f46a98 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 76076289865a4dc69a353d75e5454450 in term 0.
I20260608 12:43:38.732277  9102 raft_consensus.cc:493] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:38.732817  9102 raft_consensus.cc:3060] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:38.737771  8960 raft_consensus.cc:2468] T 2909a3e7f1d64c6782af1c24c265f970 P f669461d4a0a4911bf86d84371f46a98 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 76076289865a4dc69a353d75e5454450 in term 1.
I20260608 12:43:38.738662  8885 raft_consensus.cc:2468] T 2909a3e7f1d64c6782af1c24c265f970 P 48d95cdfee7047988bf58995b4cf4c75 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 76076289865a4dc69a353d75e5454450 in term 1.
I20260608 12:43:38.739096  9000 leader_election.cc:304] T 2909a3e7f1d64c6782af1c24c265f970 P 76076289865a4dc69a353d75e5454450 [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: 76076289865a4dc69a353d75e5454450, f669461d4a0a4911bf86d84371f46a98; no voters: 
I20260608 12:43:38.739614  9102 raft_consensus.cc:515] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } }
I20260608 12:43:38.739931  9081 raft_consensus.cc:2804] T 2909a3e7f1d64c6782af1c24c265f970 P 76076289865a4dc69a353d75e5454450 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:38.741335  9081 raft_consensus.cc:697] T 2909a3e7f1d64c6782af1c24c265f970 P 76076289865a4dc69a353d75e5454450 [term 1 LEADER]: Becoming Leader. State: Replica: 76076289865a4dc69a353d75e5454450, State: Running, Role: LEADER
I20260608 12:43:38.741886  9102 leader_election.cc:290] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [CANDIDATE]: Term 1 election: Requested vote from peers 48d95cdfee7047988bf58995b4cf4c75 (127.0.107.193:33137), f669461d4a0a4911bf86d84371f46a98 (127.0.107.194:38463)
I20260608 12:43:38.743196  8885 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "70302eac4b5346c9a0af0cf2e1206032" candidate_uuid: "76076289865a4dc69a353d75e5454450" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "48d95cdfee7047988bf58995b4cf4c75"
I20260608 12:43:38.743010  9081 consensus_queue.cc:237] T 2909a3e7f1d64c6782af1c24c265f970 P 76076289865a4dc69a353d75e5454450 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } }
I20260608 12:43:38.743417  8960 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "70302eac4b5346c9a0af0cf2e1206032" candidate_uuid: "76076289865a4dc69a353d75e5454450" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f669461d4a0a4911bf86d84371f46a98"
I20260608 12:43:38.743796  8885 raft_consensus.cc:3060] T 70302eac4b5346c9a0af0cf2e1206032 P 48d95cdfee7047988bf58995b4cf4c75 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:38.744074  8960 raft_consensus.cc:3060] T 70302eac4b5346c9a0af0cf2e1206032 P f669461d4a0a4911bf86d84371f46a98 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:38.750590  8960 raft_consensus.cc:2468] T 70302eac4b5346c9a0af0cf2e1206032 P f669461d4a0a4911bf86d84371f46a98 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 76076289865a4dc69a353d75e5454450 in term 1.
I20260608 12:43:38.751631  9000 leader_election.cc:304] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [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: 76076289865a4dc69a353d75e5454450, f669461d4a0a4911bf86d84371f46a98; no voters: 
I20260608 12:43:38.751782  8885 raft_consensus.cc:2468] T 70302eac4b5346c9a0af0cf2e1206032 P 48d95cdfee7047988bf58995b4cf4c75 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 76076289865a4dc69a353d75e5454450 in term 1.
I20260608 12:43:38.752439  9081 raft_consensus.cc:2804] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:38.753366  9081 raft_consensus.cc:697] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [term 1 LEADER]: Becoming Leader. State: Replica: 76076289865a4dc69a353d75e5454450, State: Running, Role: LEADER
I20260608 12:43:38.754280  9081 consensus_queue.cc:237] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } }
I20260608 12:43:38.753957  8782 catalog_manager.cc:5696] T 2909a3e7f1d64c6782af1c24c265f970 P 76076289865a4dc69a353d75e5454450 reported cstate change: term changed from 0 to 1, leader changed from <none> to 76076289865a4dc69a353d75e5454450 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "76076289865a4dc69a353d75e5454450" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } health_report { overall_health: HEALTHY } } }
I20260608 12:43:38.768049  8782 catalog_manager.cc:5696] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 reported cstate change: term changed from 0 to 1, leader changed from <none> to 76076289865a4dc69a353d75e5454450 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "76076289865a4dc69a353d75e5454450" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } health_report { overall_health: HEALTHY } } }
W20260608 12:43:38.856575  8831 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:43:38.914068  9087 raft_consensus.cc:493] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:38.914628  9087 raft_consensus.cc:515] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } }
I20260608 12:43:38.916854  9087 leader_election.cc:290] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 48d95cdfee7047988bf58995b4cf4c75 (127.0.107.193:33137), 76076289865a4dc69a353d75e5454450 (127.0.107.195:33865)
I20260608 12:43:38.926661  9086 raft_consensus.cc:493] T 3d6563b32f7e4fe18566dd2eb991bddd P 48d95cdfee7047988bf58995b4cf4c75 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:38.927295  9086 raft_consensus.cc:515] T 3d6563b32f7e4fe18566dd2eb991bddd P 48d95cdfee7047988bf58995b4cf4c75 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } }
I20260608 12:43:38.929159  8885 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d6563b32f7e4fe18566dd2eb991bddd" candidate_uuid: "f669461d4a0a4911bf86d84371f46a98" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "48d95cdfee7047988bf58995b4cf4c75" is_pre_election: true
I20260608 12:43:38.929458  9086 leader_election.cc:290] T 3d6563b32f7e4fe18566dd2eb991bddd P 48d95cdfee7047988bf58995b4cf4c75 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f669461d4a0a4911bf86d84371f46a98 (127.0.107.194:38463), 76076289865a4dc69a353d75e5454450 (127.0.107.195:33865)
I20260608 12:43:38.929903  8885 raft_consensus.cc:2468] T 3d6563b32f7e4fe18566dd2eb991bddd P 48d95cdfee7047988bf58995b4cf4c75 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f669461d4a0a4911bf86d84371f46a98 in term 0.
I20260608 12:43:38.930154  9034 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d6563b32f7e4fe18566dd2eb991bddd" candidate_uuid: "f669461d4a0a4911bf86d84371f46a98" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76076289865a4dc69a353d75e5454450" is_pre_election: true
I20260608 12:43:38.930596  8960 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d6563b32f7e4fe18566dd2eb991bddd" candidate_uuid: "48d95cdfee7047988bf58995b4cf4c75" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f669461d4a0a4911bf86d84371f46a98" is_pre_election: true
I20260608 12:43:38.930892  9034 raft_consensus.cc:2468] T 3d6563b32f7e4fe18566dd2eb991bddd P 76076289865a4dc69a353d75e5454450 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f669461d4a0a4911bf86d84371f46a98 in term 0.
I20260608 12:43:38.931322  9033 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d6563b32f7e4fe18566dd2eb991bddd" candidate_uuid: "48d95cdfee7047988bf58995b4cf4c75" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76076289865a4dc69a353d75e5454450" is_pre_election: true
I20260608 12:43:38.931408  8926 leader_election.cc:304] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 48d95cdfee7047988bf58995b4cf4c75, f669461d4a0a4911bf86d84371f46a98; no voters: 
I20260608 12:43:38.931427  8960 raft_consensus.cc:2468] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 48d95cdfee7047988bf58995b4cf4c75 in term 0.
I20260608 12:43:38.932183  9033 raft_consensus.cc:2468] T 3d6563b32f7e4fe18566dd2eb991bddd P 76076289865a4dc69a353d75e5454450 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 48d95cdfee7047988bf58995b4cf4c75 in term 0.
I20260608 12:43:38.932469  9087 raft_consensus.cc:2804] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:38.932914  9087 raft_consensus.cc:493] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:38.933135  8851 leader_election.cc:304] T 3d6563b32f7e4fe18566dd2eb991bddd P 48d95cdfee7047988bf58995b4cf4c75 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 48d95cdfee7047988bf58995b4cf4c75, f669461d4a0a4911bf86d84371f46a98; no voters: 
I20260608 12:43:38.933298  9087 raft_consensus.cc:3060] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:38.934080  9086 raft_consensus.cc:2804] T 3d6563b32f7e4fe18566dd2eb991bddd P 48d95cdfee7047988bf58995b4cf4c75 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:38.934384  9086 raft_consensus.cc:493] T 3d6563b32f7e4fe18566dd2eb991bddd P 48d95cdfee7047988bf58995b4cf4c75 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:38.934654  9086 raft_consensus.cc:3060] T 3d6563b32f7e4fe18566dd2eb991bddd P 48d95cdfee7047988bf58995b4cf4c75 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:38.938732  9087 raft_consensus.cc:515] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } }
I20260608 12:43:38.939179  9086 raft_consensus.cc:515] T 3d6563b32f7e4fe18566dd2eb991bddd P 48d95cdfee7047988bf58995b4cf4c75 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } }
I20260608 12:43:38.941004  9086 leader_election.cc:290] T 3d6563b32f7e4fe18566dd2eb991bddd P 48d95cdfee7047988bf58995b4cf4c75 [CANDIDATE]: Term 1 election: Requested vote from peers f669461d4a0a4911bf86d84371f46a98 (127.0.107.194:38463), 76076289865a4dc69a353d75e5454450 (127.0.107.195:33865)
I20260608 12:43:38.941046  9087 leader_election.cc:290] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [CANDIDATE]: Term 1 election: Requested vote from peers 48d95cdfee7047988bf58995b4cf4c75 (127.0.107.193:33137), 76076289865a4dc69a353d75e5454450 (127.0.107.195:33865)
I20260608 12:43:38.941896  9033 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d6563b32f7e4fe18566dd2eb991bddd" candidate_uuid: "f669461d4a0a4911bf86d84371f46a98" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76076289865a4dc69a353d75e5454450"
I20260608 12:43:38.942495  9033 raft_consensus.cc:3060] T 3d6563b32f7e4fe18566dd2eb991bddd P 76076289865a4dc69a353d75e5454450 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:38.942428  8960 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d6563b32f7e4fe18566dd2eb991bddd" candidate_uuid: "48d95cdfee7047988bf58995b4cf4c75" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f669461d4a0a4911bf86d84371f46a98"
I20260608 12:43:38.943096  9034 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d6563b32f7e4fe18566dd2eb991bddd" candidate_uuid: "48d95cdfee7047988bf58995b4cf4c75" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76076289865a4dc69a353d75e5454450"
I20260608 12:43:38.942619  8885 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d6563b32f7e4fe18566dd2eb991bddd" candidate_uuid: "f669461d4a0a4911bf86d84371f46a98" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "48d95cdfee7047988bf58995b4cf4c75"
I20260608 12:43:38.943579  8960 raft_consensus.cc:2393] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 48d95cdfee7047988bf58995b4cf4c75 in current term 1: Already voted for candidate f669461d4a0a4911bf86d84371f46a98 in this term.
I20260608 12:43:38.944159  8885 raft_consensus.cc:2393] T 3d6563b32f7e4fe18566dd2eb991bddd P 48d95cdfee7047988bf58995b4cf4c75 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate f669461d4a0a4911bf86d84371f46a98 in current term 1: Already voted for candidate 48d95cdfee7047988bf58995b4cf4c75 in this term.
I20260608 12:43:38.944967  8849 leader_election.cc:304] T 3d6563b32f7e4fe18566dd2eb991bddd P 48d95cdfee7047988bf58995b4cf4c75 [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: 48d95cdfee7047988bf58995b4cf4c75; no voters: 76076289865a4dc69a353d75e5454450, f669461d4a0a4911bf86d84371f46a98
I20260608 12:43:38.945835  9086 raft_consensus.cc:2749] T 3d6563b32f7e4fe18566dd2eb991bddd P 48d95cdfee7047988bf58995b4cf4c75 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:43:38.949142  9033 raft_consensus.cc:2468] T 3d6563b32f7e4fe18566dd2eb991bddd P 76076289865a4dc69a353d75e5454450 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f669461d4a0a4911bf86d84371f46a98 in term 1.
I20260608 12:43:38.950281  8924 leader_election.cc:304] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [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: 76076289865a4dc69a353d75e5454450, f669461d4a0a4911bf86d84371f46a98; no voters: 48d95cdfee7047988bf58995b4cf4c75
I20260608 12:43:38.951017  9087 raft_consensus.cc:2804] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:38.951960  9087 raft_consensus.cc:697] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [term 1 LEADER]: Becoming Leader. State: Replica: f669461d4a0a4911bf86d84371f46a98, State: Running, Role: LEADER
I20260608 12:43:38.952654  9087 consensus_queue.cc:237] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } }
I20260608 12:43:38.960348  8782 catalog_manager.cc:5696] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 reported cstate change: term changed from 0 to 1, leader changed from <none> to f669461d4a0a4911bf86d84371f46a98 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "f669461d4a0a4911bf86d84371f46a98" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:38.971180   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:38.977723  9110 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:38.978418  9111 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:38.980960  9113 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:38.981468   431 server_base.cc:1061] running on GCE node
I20260608 12:43:38.982829   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:38.983052   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:38.983204   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922618983193 us; error 0 us; skew 500 ppm
I20260608 12:43:38.983824   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:38.986426   431 webserver.cc:533] Webserver started at http://127.0.107.196:35533/ using document root <none> and password file <none>
I20260608 12:43:38.986941   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:38.987104   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:38.987325   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:38.988390   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922397207313-431-0/minicluster-data/ts-3-root/instance:
uuid: "83081ca910534b01ba18b6f6d45c4c30"
format_stamp: "Formatted at 2026-06-08 12:43:38 on dist-test-slave-1zds"
I20260608 12:43:38.993229   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:43:38.996812  9118 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:38.997696   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:43:38.998082   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922397207313-431-0/minicluster-data/ts-3-root
uuid: "83081ca910534b01ba18b6f6d45c4c30"
format_stamp: "Formatted at 2026-06-08 12:43:38 on dist-test-slave-1zds"
I20260608 12:43:38.998365   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922397207313-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922397207313-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922397207313-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:39.011127   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:39.012310   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:39.013767   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:39.016149   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:39.016330   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:39.016628   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:39.016772   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:39.061375   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:44743
I20260608 12:43:39.061511  9180 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:44743 every 8 connection(s)
I20260608 12:43:39.077253  9181 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38923
I20260608 12:43:39.077677  9181 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:39.078527  9181 heartbeater.cc:507] Master 127.0.107.254:38923 requested a full tablet report, sending...
I20260608 12:43:39.080705  8781 ts_manager.cc:194] Registered new tserver with Master: 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196:44743)
I20260608 12:43:39.082559  8781 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35984
I20260608 12:43:39.086014  9086 consensus_queue.cc:1048] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:43:39.097954  9086 consensus_queue.cc:1048] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [LEADER]: Connected to new peer: Peer: permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:39.251729  9081 consensus_queue.cc:1048] T 2909a3e7f1d64c6782af1c24c265f970 P 76076289865a4dc69a353d75e5454450 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:43:39.266729  9191 consensus_queue.cc:1048] T 2909a3e7f1d64c6782af1c24c265f970 P 76076289865a4dc69a353d75e5454450 [LEADER]: Connected to new peer: Peer: permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:39.330387  9191 consensus_queue.cc:1048] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:43:39.341692  9191 consensus_queue.cc:1048] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [LEADER]: Connected to new peer: Peer: permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:43:39.560066  9087 consensus_queue.cc:1048] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:39.571328  9087 consensus_queue.cc:1048] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:39.882628  8885 consensus_queue.cc:237] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [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: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } attrs { replace: true } } peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "83081ca910534b01ba18b6f6d45c4c30" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44743 } attrs { promote: true } }
I20260608 12:43:39.890158  8960 raft_consensus.cc:1275] T 0d4ae80bb9b540edb6caa2e4a496f848 P f669461d4a0a4911bf86d84371f46a98 [term 1 FOLLOWER]: Refusing update from remote peer 48d95cdfee7047988bf58995b4cf4c75: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:39.891487  9034 raft_consensus.cc:1275] T 0d4ae80bb9b540edb6caa2e4a496f848 P 76076289865a4dc69a353d75e5454450 [term 1 FOLLOWER]: Refusing update from remote peer 48d95cdfee7047988bf58995b4cf4c75: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:39.891970  9198 consensus_queue.cc:1048] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:43:39.893293  9086 consensus_queue.cc:1048] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [LEADER]: Connected to new peer: Peer: permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:43:39.903012  9198 raft_consensus.cc:2955] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } attrs { replace: true } } peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "83081ca910534b01ba18b6f6d45c4c30" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44743 } attrs { promote: true } } }
W20260608 12:43:39.905618  8849 consensus_peers.cc:597] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 -> Peer 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196:44743): Couldn't send request to peer 83081ca910534b01ba18b6f6d45c4c30. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 0d4ae80bb9b540edb6caa2e4a496f848. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:39.904803  8960 raft_consensus.cc:2955] T 0d4ae80bb9b540edb6caa2e4a496f848 P f669461d4a0a4911bf86d84371f46a98 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } attrs { replace: true } } peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "83081ca910534b01ba18b6f6d45c4c30" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44743 } attrs { promote: true } } }
I20260608 12:43:39.906543  9034 raft_consensus.cc:2955] T 0d4ae80bb9b540edb6caa2e4a496f848 P 76076289865a4dc69a353d75e5454450 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } attrs { replace: true } } peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "83081ca910534b01ba18b6f6d45c4c30" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44743 } attrs { promote: true } } }
I20260608 12:43:39.920578  8781 catalog_manager.cc:5696] T 0d4ae80bb9b540edb6caa2e4a496f848 P 76076289865a4dc69a353d75e5454450 reported cstate change: config changed from index -1 to 2, NON_VOTER 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "48d95cdfee7047988bf58995b4cf4c75" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } attrs { replace: true } } peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "83081ca910534b01ba18b6f6d45c4c30" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44743 } attrs { promote: true } } }
I20260608 12:43:39.937031  8960 consensus_queue.cc:237] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [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: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } attrs { replace: true } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } peers { permanent_uuid: "83081ca910534b01ba18b6f6d45c4c30" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44743 } attrs { promote: true } }
I20260608 12:43:39.947569  8885 raft_consensus.cc:1275] T 3d6563b32f7e4fe18566dd2eb991bddd P 48d95cdfee7047988bf58995b4cf4c75 [term 1 FOLLOWER]: Refusing update from remote peer f669461d4a0a4911bf86d84371f46a98: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:39.948382  9034 raft_consensus.cc:1275] T 3d6563b32f7e4fe18566dd2eb991bddd P 76076289865a4dc69a353d75e5454450 [term 1 FOLLOWER]: Refusing update from remote peer f669461d4a0a4911bf86d84371f46a98: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:39.950019  9202 consensus_queue.cc:1048] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:43:39.951032  9087 consensus_queue.cc:1048] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:43:39.958647  9087 raft_consensus.cc:2955] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } attrs { replace: true } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } peers { permanent_uuid: "83081ca910534b01ba18b6f6d45c4c30" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44743 } attrs { promote: true } } }
I20260608 12:43:39.962255  9034 raft_consensus.cc:2955] T 3d6563b32f7e4fe18566dd2eb991bddd P 76076289865a4dc69a353d75e5454450 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } attrs { replace: true } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } peers { permanent_uuid: "83081ca910534b01ba18b6f6d45c4c30" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44743 } attrs { promote: true } } }
W20260608 12:43:39.963105  8924 consensus_peers.cc:597] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 -> Peer 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196:44743): Couldn't send request to peer 83081ca910534b01ba18b6f6d45c4c30. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 3d6563b32f7e4fe18566dd2eb991bddd. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:39.969370  8885 raft_consensus.cc:2955] T 3d6563b32f7e4fe18566dd2eb991bddd P 48d95cdfee7047988bf58995b4cf4c75 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } attrs { replace: true } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } peers { permanent_uuid: "83081ca910534b01ba18b6f6d45c4c30" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44743 } attrs { promote: true } } }
I20260608 12:43:39.976953  8783 catalog_manager.cc:5696] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 reported cstate change: config changed from index -1 to 2, NON_VOTER 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "f669461d4a0a4911bf86d84371f46a98" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "83081ca910534b01ba18b6f6d45c4c30" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44743 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:39.990453  9034 consensus_queue.cc:237] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [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: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } attrs { replace: true } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } peers { permanent_uuid: "83081ca910534b01ba18b6f6d45c4c30" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44743 } attrs { promote: true } }
I20260608 12:43:39.999336  8960 raft_consensus.cc:1275] T 70302eac4b5346c9a0af0cf2e1206032 P f669461d4a0a4911bf86d84371f46a98 [term 1 FOLLOWER]: Refusing update from remote peer 76076289865a4dc69a353d75e5454450: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:39.999523  8885 raft_consensus.cc:1275] T 70302eac4b5346c9a0af0cf2e1206032 P 48d95cdfee7047988bf58995b4cf4c75 [term 1 FOLLOWER]: Refusing update from remote peer 76076289865a4dc69a353d75e5454450: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:40.001221  9191 consensus_queue.cc:1048] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:43:40.002377  9192 consensus_queue.cc:1048] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [LEADER]: Connected to new peer: Peer: permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
W20260608 12:43:40.011358  8998 consensus_peers.cc:597] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 -> Peer 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196:44743): Couldn't send request to peer 83081ca910534b01ba18b6f6d45c4c30. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 70302eac4b5346c9a0af0cf2e1206032. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:40.011544  9192 raft_consensus.cc:2955] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } attrs { replace: true } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } peers { permanent_uuid: "83081ca910534b01ba18b6f6d45c4c30" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44743 } attrs { promote: true } } }
I20260608 12:43:40.014066  8885 raft_consensus.cc:2955] T 70302eac4b5346c9a0af0cf2e1206032 P 48d95cdfee7047988bf58995b4cf4c75 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } attrs { replace: true } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } peers { permanent_uuid: "83081ca910534b01ba18b6f6d45c4c30" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44743 } attrs { promote: true } } }
I20260608 12:43:40.017968  8960 raft_consensus.cc:2955] T 70302eac4b5346c9a0af0cf2e1206032 P f669461d4a0a4911bf86d84371f46a98 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } attrs { replace: true } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } peers { permanent_uuid: "83081ca910534b01ba18b6f6d45c4c30" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44743 } attrs { promote: true } } }
I20260608 12:43:40.028422  8781 catalog_manager.cc:5696] T 70302eac4b5346c9a0af0cf2e1206032 P 48d95cdfee7047988bf58995b4cf4c75 reported cstate change: config changed from index -1 to 2, NON_VOTER 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "76076289865a4dc69a353d75e5454450" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } attrs { replace: true } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } peers { permanent_uuid: "83081ca910534b01ba18b6f6d45c4c30" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44743 } attrs { promote: true } } }
I20260608 12:43:40.029475  8885 consensus_queue.cc:237] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [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: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } attrs { replace: false } } peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "83081ca910534b01ba18b6f6d45c4c30" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44743 } attrs { promote: true } }
W20260608 12:43:40.036625  8849 consensus_peers.cc:597] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 -> Peer 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196:44743): Couldn't send request to peer 83081ca910534b01ba18b6f6d45c4c30. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 0d4ae80bb9b540edb6caa2e4a496f848. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:40.039382  8959 raft_consensus.cc:1275] T 0d4ae80bb9b540edb6caa2e4a496f848 P f669461d4a0a4911bf86d84371f46a98 [term 1 FOLLOWER]: Refusing update from remote peer 48d95cdfee7047988bf58995b4cf4c75: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:43:40.040954  9034 raft_consensus.cc:1275] T 0d4ae80bb9b540edb6caa2e4a496f848 P 76076289865a4dc69a353d75e5454450 [term 1 FOLLOWER]: Refusing update from remote peer 48d95cdfee7047988bf58995b4cf4c75: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:43:40.041294  9198 consensus_queue.cc:1048] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:43:40.043854  9095 consensus_queue.cc:1048] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [LEADER]: Connected to new peer: Peer: permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:43:40.049068  9198 raft_consensus.cc:2955] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [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: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } attrs { replace: false } } peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "83081ca910534b01ba18b6f6d45c4c30" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44743 } attrs { promote: true } } }
I20260608 12:43:40.053138  9034 raft_consensus.cc:2955] T 0d4ae80bb9b540edb6caa2e4a496f848 P 76076289865a4dc69a353d75e5454450 [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: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } attrs { replace: false } } peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "83081ca910534b01ba18b6f6d45c4c30" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44743 } attrs { promote: true } } }
I20260608 12:43:40.057189  8960 raft_consensus.cc:2955] T 0d4ae80bb9b540edb6caa2e4a496f848 P f669461d4a0a4911bf86d84371f46a98 [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: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } attrs { replace: false } } peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "83081ca910534b01ba18b6f6d45c4c30" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44743 } attrs { promote: true } } }
W20260608 12:43:40.061132  8831 auto_rebalancer.cc:863] Could not move replica: Illegal state: Injected artificial test failure.
W20260608 12:43:40.061637  8831 auto_rebalancer.cc:301] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260608 12:43:40.066150  8781 catalog_manager.cc:5696] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "48d95cdfee7047988bf58995b4cf4c75" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "83081ca910534b01ba18b6f6d45c4c30" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44743 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:40.068027  8959 consensus_queue.cc:237] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [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: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } attrs { replace: false } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } peers { permanent_uuid: "83081ca910534b01ba18b6f6d45c4c30" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44743 } attrs { promote: true } }
W20260608 12:43:40.076609  8924 consensus_peers.cc:597] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 -> Peer 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196:44743): Couldn't send request to peer 83081ca910534b01ba18b6f6d45c4c30. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 3d6563b32f7e4fe18566dd2eb991bddd. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:40.076766  9034 raft_consensus.cc:1275] T 3d6563b32f7e4fe18566dd2eb991bddd P 76076289865a4dc69a353d75e5454450 [term 1 FOLLOWER]: Refusing update from remote peer f669461d4a0a4911bf86d84371f46a98: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:43:40.078470  9087 consensus_queue.cc:1048] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:43:40.078956  8885 raft_consensus.cc:1275] T 3d6563b32f7e4fe18566dd2eb991bddd P 48d95cdfee7047988bf58995b4cf4c75 [term 1 FOLLOWER]: Refusing update from remote peer f669461d4a0a4911bf86d84371f46a98: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:43:40.081137  9202 consensus_queue.cc:1048] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:43:40.086177  9181 heartbeater.cc:499] Master 127.0.107.254:38923 was elected leader, sending a full tablet report...
I20260608 12:43:40.086174  8885 consensus_queue.cc:237] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [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: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } attrs { replace: false } } peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } }
I20260608 12:43:40.091006  9202 raft_consensus.cc:2955] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [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: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } attrs { replace: false } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } peers { permanent_uuid: "83081ca910534b01ba18b6f6d45c4c30" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44743 } attrs { promote: true } } }
I20260608 12:43:40.096374  8959 raft_consensus.cc:1275] T 0d4ae80bb9b540edb6caa2e4a496f848 P f669461d4a0a4911bf86d84371f46a98 [term 1 FOLLOWER]: Refusing update from remote peer 48d95cdfee7047988bf58995b4cf4c75: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:43:40.096127  8885 raft_consensus.cc:2955] T 3d6563b32f7e4fe18566dd2eb991bddd P 48d95cdfee7047988bf58995b4cf4c75 [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: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } attrs { replace: false } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } peers { permanent_uuid: "83081ca910534b01ba18b6f6d45c4c30" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44743 } attrs { promote: true } } }
I20260608 12:43:40.094413  9032 raft_consensus.cc:1275] T 0d4ae80bb9b540edb6caa2e4a496f848 P 76076289865a4dc69a353d75e5454450 [term 1 FOLLOWER]: Refusing update from remote peer 48d95cdfee7047988bf58995b4cf4c75: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:43:40.099141  9198 consensus_queue.cc:1048] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:43:40.102072  9198 consensus_queue.cc:1048] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [LEADER]: Connected to new peer: Peer: permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:43:40.103487  9032 raft_consensus.cc:2955] T 3d6563b32f7e4fe18566dd2eb991bddd P 76076289865a4dc69a353d75e5454450 [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: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } attrs { replace: false } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } peers { permanent_uuid: "83081ca910534b01ba18b6f6d45c4c30" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44743 } attrs { promote: true } } }
I20260608 12:43:40.108848  9086 raft_consensus.cc:2955] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } attrs { replace: false } } peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } }
W20260608 12:43:40.116242  8831 auto_rebalancer.cc:863] Could not move replica: Illegal state: Injected artificial test failure.
W20260608 12:43:40.116705  8831 auto_rebalancer.cc:301] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260608 12:43:40.117401  8959 raft_consensus.cc:2955] T 0d4ae80bb9b540edb6caa2e4a496f848 P f669461d4a0a4911bf86d84371f46a98 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } attrs { replace: false } } peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } }
I20260608 12:43:40.122571  9033 consensus_queue.cc:237] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [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: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } attrs { replace: false } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } peers { permanent_uuid: "83081ca910534b01ba18b6f6d45c4c30" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44743 } attrs { promote: true } }
I20260608 12:43:40.124222  8782 catalog_manager.cc:5696] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "f669461d4a0a4911bf86d84371f46a98" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "83081ca910534b01ba18b6f6d45c4c30" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44743 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260608 12:43:40.131757  8998 consensus_peers.cc:597] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 -> Peer 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196:44743): Couldn't send request to peer 83081ca910534b01ba18b6f6d45c4c30. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 70302eac4b5346c9a0af0cf2e1206032. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:40.131759  8960 raft_consensus.cc:1275] T 70302eac4b5346c9a0af0cf2e1206032 P f669461d4a0a4911bf86d84371f46a98 [term 1 FOLLOWER]: Refusing update from remote peer 76076289865a4dc69a353d75e5454450: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:43:40.132180  9031 raft_consensus.cc:2955] T 0d4ae80bb9b540edb6caa2e4a496f848 P 76076289865a4dc69a353d75e5454450 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } attrs { replace: false } } peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } }
I20260608 12:43:40.134143  9191 consensus_queue.cc:1048] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:43:40.141985  8770 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 0d4ae80bb9b540edb6caa2e4a496f848 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:43:40.143448  8883 raft_consensus.cc:1275] T 70302eac4b5346c9a0af0cf2e1206032 P 48d95cdfee7047988bf58995b4cf4c75 [term 1 FOLLOWER]: Refusing update from remote peer 76076289865a4dc69a353d75e5454450: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:43:40.145566  9214 consensus_queue.cc:1048] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [LEADER]: Connected to new peer: Peer: permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:43:40.144778  8781 catalog_manager.cc:5696] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 reported cstate change: config changed from index 3 to 4, NON_VOTER 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "48d95cdfee7047988bf58995b4cf4c75" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } health_report { overall_health: HEALTHY } } }
I20260608 12:43:40.155141  9191 raft_consensus.cc:2955] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [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: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } attrs { replace: false } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } peers { permanent_uuid: "83081ca910534b01ba18b6f6d45c4c30" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44743 } attrs { promote: true } } }
I20260608 12:43:40.153648  8958 consensus_queue.cc:237] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [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: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } attrs { replace: false } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } }
I20260608 12:43:40.158561  8884 raft_consensus.cc:2955] T 70302eac4b5346c9a0af0cf2e1206032 P 48d95cdfee7047988bf58995b4cf4c75 [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: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } attrs { replace: false } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } peers { permanent_uuid: "83081ca910534b01ba18b6f6d45c4c30" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44743 } attrs { promote: true } } }
I20260608 12:43:40.171072  8960 raft_consensus.cc:2955] T 70302eac4b5346c9a0af0cf2e1206032 P f669461d4a0a4911bf86d84371f46a98 [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: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } attrs { replace: false } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } peers { permanent_uuid: "83081ca910534b01ba18b6f6d45c4c30" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44743 } attrs { promote: true } } }
W20260608 12:43:40.179574  8831 auto_rebalancer.cc:863] Could not move replica: Illegal state: Injected artificial test failure.
W20260608 12:43:40.183388  8831 auto_rebalancer.cc:301] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260608 12:43:40.186303  8782 catalog_manager.cc:5696] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "76076289865a4dc69a353d75e5454450" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "83081ca910534b01ba18b6f6d45c4c30" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44743 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:40.183426  9031 raft_consensus.cc:1275] T 3d6563b32f7e4fe18566dd2eb991bddd P 76076289865a4dc69a353d75e5454450 [term 1 FOLLOWER]: Refusing update from remote peer f669461d4a0a4911bf86d84371f46a98: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:43:40.193364  8884 raft_consensus.cc:1275] T 3d6563b32f7e4fe18566dd2eb991bddd P 48d95cdfee7047988bf58995b4cf4c75 [term 1 FOLLOWER]: Refusing update from remote peer f669461d4a0a4911bf86d84371f46a98: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:43:40.194239  9200 consensus_queue.cc:1048] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:43:40.196214  9202 consensus_queue.cc:1048] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:43:40.210774  9146 tablet_service.cc:1558] Processing DeleteTablet for tablet 0d4ae80bb9b540edb6caa2e4a496f848 with delete_type TABLET_DATA_TOMBSTONED (TS 83081ca910534b01ba18b6f6d45c4c30 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:49354
I20260608 12:43:40.210842  9200 raft_consensus.cc:2955] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } attrs { replace: false } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } }
I20260608 12:43:40.216058  8884 raft_consensus.cc:2955] T 3d6563b32f7e4fe18566dd2eb991bddd P 48d95cdfee7047988bf58995b4cf4c75 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } attrs { replace: false } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } }
I20260608 12:43:40.216427  9031 raft_consensus.cc:2955] T 3d6563b32f7e4fe18566dd2eb991bddd P 76076289865a4dc69a353d75e5454450 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } attrs { replace: false } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } }
W20260608 12:43:40.224910  8768 catalog_manager.cc:4994] TS 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196:44743): delete failed for tablet 0d4ae80bb9b540edb6caa2e4a496f848 because the tablet was not found. No further retry: Not found: Tablet not found: 0d4ae80bb9b540edb6caa2e4a496f848
I20260608 12:43:40.228077  8770 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 3d6563b32f7e4fe18566dd2eb991bddd with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:43:40.235129  9031 consensus_queue.cc:237] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [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: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } attrs { replace: false } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } }
I20260608 12:43:40.241482  8782 catalog_manager.cc:5696] T 3d6563b32f7e4fe18566dd2eb991bddd P 48d95cdfee7047988bf58995b4cf4c75 reported cstate change: config changed from index 3 to 4, NON_VOTER 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "f669461d4a0a4911bf86d84371f46a98" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } attrs { replace: false } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } }
I20260608 12:43:40.252583  8960 raft_consensus.cc:1275] T 70302eac4b5346c9a0af0cf2e1206032 P f669461d4a0a4911bf86d84371f46a98 [term 1 FOLLOWER]: Refusing update from remote peer 76076289865a4dc69a353d75e5454450: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:43:40.253319  8884 raft_consensus.cc:1275] T 70302eac4b5346c9a0af0cf2e1206032 P 48d95cdfee7047988bf58995b4cf4c75 [term 1 FOLLOWER]: Refusing update from remote peer 76076289865a4dc69a353d75e5454450: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:43:40.254455  9191 consensus_queue.cc:1048] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:43:40.255549  9214 consensus_queue.cc:1048] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [LEADER]: Connected to new peer: Peer: permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:43:40.262387  9146 tablet_service.cc:1558] Processing DeleteTablet for tablet 3d6563b32f7e4fe18566dd2eb991bddd with delete_type TABLET_DATA_TOMBSTONED (TS 83081ca910534b01ba18b6f6d45c4c30 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:49354
I20260608 12:43:40.262840  9191 raft_consensus.cc:2955] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } attrs { replace: false } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } }
W20260608 12:43:40.264546  8768 catalog_manager.cc:4994] TS 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196:44743): delete failed for tablet 3d6563b32f7e4fe18566dd2eb991bddd because the tablet was not found. No further retry: Not found: Tablet not found: 3d6563b32f7e4fe18566dd2eb991bddd
I20260608 12:43:40.275422  8884 raft_consensus.cc:2955] T 70302eac4b5346c9a0af0cf2e1206032 P 48d95cdfee7047988bf58995b4cf4c75 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } attrs { replace: false } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } }
I20260608 12:43:40.277446   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:43:40.282358  8768 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 70302eac4b5346c9a0af0cf2e1206032 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:43:40.282888  8960 raft_consensus.cc:2955] T 70302eac4b5346c9a0af0cf2e1206032 P f669461d4a0a4911bf86d84371f46a98 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } attrs { replace: false } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } } }
I20260608 12:43:40.289192  8782 catalog_manager.cc:5696] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 reported cstate change: config changed from index 3 to 4, NON_VOTER 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "76076289865a4dc69a353d75e5454450" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "48d95cdfee7047988bf58995b4cf4c75" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33137 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f669461d4a0a4911bf86d84371f46a98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38463 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "76076289865a4dc69a353d75e5454450" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33865 } health_report { overall_health: HEALTHY } } }
I20260608 12:43:40.304904  9146 tablet_service.cc:1558] Processing DeleteTablet for tablet 70302eac4b5346c9a0af0cf2e1206032 with delete_type TABLET_DATA_TOMBSTONED (TS 83081ca910534b01ba18b6f6d45c4c30 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:49354
W20260608 12:43:40.307147  8768 catalog_manager.cc:4994] TS 83081ca910534b01ba18b6f6d45c4c30 (127.0.107.196:44743): delete failed for tablet 70302eac4b5346c9a0af0cf2e1206032 because the tablet was not found. No further retry: Not found: Tablet not found: 70302eac4b5346c9a0af0cf2e1206032
I20260608 12:43:40.336266   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:40.337206   431 tablet_replica.cc:333] T 2909a3e7f1d64c6782af1c24c265f970 P 48d95cdfee7047988bf58995b4cf4c75: stopping tablet replica
I20260608 12:43:40.338023   431 raft_consensus.cc:2243] T 2909a3e7f1d64c6782af1c24c265f970 P 48d95cdfee7047988bf58995b4cf4c75 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:40.338573   431 raft_consensus.cc:2272] T 2909a3e7f1d64c6782af1c24c265f970 P 48d95cdfee7047988bf58995b4cf4c75 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:40.341259   431 tablet_replica.cc:333] T 3d6563b32f7e4fe18566dd2eb991bddd P 48d95cdfee7047988bf58995b4cf4c75: stopping tablet replica
I20260608 12:43:40.342072   431 raft_consensus.cc:2243] T 3d6563b32f7e4fe18566dd2eb991bddd P 48d95cdfee7047988bf58995b4cf4c75 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:40.342769   431 raft_consensus.cc:2272] T 3d6563b32f7e4fe18566dd2eb991bddd P 48d95cdfee7047988bf58995b4cf4c75 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:40.345463   431 tablet_replica.cc:333] T 70302eac4b5346c9a0af0cf2e1206032 P 48d95cdfee7047988bf58995b4cf4c75: stopping tablet replica
I20260608 12:43:40.346232   431 raft_consensus.cc:2243] T 70302eac4b5346c9a0af0cf2e1206032 P 48d95cdfee7047988bf58995b4cf4c75 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:40.346906   431 raft_consensus.cc:2272] T 70302eac4b5346c9a0af0cf2e1206032 P 48d95cdfee7047988bf58995b4cf4c75 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:40.350262   431 tablet_replica.cc:333] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75: stopping tablet replica
I20260608 12:43:40.350828   431 raft_consensus.cc:2243] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:40.351652   431 raft_consensus.cc:2272] T 0d4ae80bb9b540edb6caa2e4a496f848 P 48d95cdfee7047988bf58995b4cf4c75 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:40.368994   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:43:40.386608   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:43:40.418241   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:40.419241   431 tablet_replica.cc:333] T 2909a3e7f1d64c6782af1c24c265f970 P f669461d4a0a4911bf86d84371f46a98: stopping tablet replica
I20260608 12:43:40.420001   431 raft_consensus.cc:2243] T 2909a3e7f1d64c6782af1c24c265f970 P f669461d4a0a4911bf86d84371f46a98 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:40.420547   431 raft_consensus.cc:2272] T 2909a3e7f1d64c6782af1c24c265f970 P f669461d4a0a4911bf86d84371f46a98 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:40.422923   431 tablet_replica.cc:333] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98: stopping tablet replica
I20260608 12:43:40.423509   431 raft_consensus.cc:2243] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:40.424324   431 raft_consensus.cc:2272] T 3d6563b32f7e4fe18566dd2eb991bddd P f669461d4a0a4911bf86d84371f46a98 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:40.427049   431 tablet_replica.cc:333] T 0d4ae80bb9b540edb6caa2e4a496f848 P f669461d4a0a4911bf86d84371f46a98: stopping tablet replica
I20260608 12:43:40.427644   431 raft_consensus.cc:2243] T 0d4ae80bb9b540edb6caa2e4a496f848 P f669461d4a0a4911bf86d84371f46a98 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:40.428277   431 raft_consensus.cc:2272] T 0d4ae80bb9b540edb6caa2e4a496f848 P f669461d4a0a4911bf86d84371f46a98 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:40.431841   431 tablet_replica.cc:333] T 70302eac4b5346c9a0af0cf2e1206032 P f669461d4a0a4911bf86d84371f46a98: stopping tablet replica
I20260608 12:43:40.432458   431 raft_consensus.cc:2243] T 70302eac4b5346c9a0af0cf2e1206032 P f669461d4a0a4911bf86d84371f46a98 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:40.433131   431 raft_consensus.cc:2272] T 70302eac4b5346c9a0af0cf2e1206032 P f669461d4a0a4911bf86d84371f46a98 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:40.449362   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:43:40.465382   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:43:40.492478   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:40.493690   431 tablet_replica.cc:333] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450: stopping tablet replica
I20260608 12:43:40.494711   431 raft_consensus.cc:2243] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:40.495640   431 raft_consensus.cc:2272] T 70302eac4b5346c9a0af0cf2e1206032 P 76076289865a4dc69a353d75e5454450 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:40.498855   431 tablet_replica.cc:333] T 0d4ae80bb9b540edb6caa2e4a496f848 P 76076289865a4dc69a353d75e5454450: stopping tablet replica
I20260608 12:43:40.499475   431 raft_consensus.cc:2243] T 0d4ae80bb9b540edb6caa2e4a496f848 P 76076289865a4dc69a353d75e5454450 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:40.500138   431 raft_consensus.cc:2272] T 0d4ae80bb9b540edb6caa2e4a496f848 P 76076289865a4dc69a353d75e5454450 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:40.503252   431 tablet_replica.cc:333] T 2909a3e7f1d64c6782af1c24c265f970 P 76076289865a4dc69a353d75e5454450: stopping tablet replica
I20260608 12:43:40.503873   431 raft_consensus.cc:2243] T 2909a3e7f1d64c6782af1c24c265f970 P 76076289865a4dc69a353d75e5454450 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:40.504738   431 raft_consensus.cc:2272] T 2909a3e7f1d64c6782af1c24c265f970 P 76076289865a4dc69a353d75e5454450 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:40.507038   431 tablet_replica.cc:333] T 3d6563b32f7e4fe18566dd2eb991bddd P 76076289865a4dc69a353d75e5454450: stopping tablet replica
I20260608 12:43:40.507546   431 raft_consensus.cc:2243] T 3d6563b32f7e4fe18566dd2eb991bddd P 76076289865a4dc69a353d75e5454450 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:40.508167   431 raft_consensus.cc:2272] T 3d6563b32f7e4fe18566dd2eb991bddd P 76076289865a4dc69a353d75e5454450 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:40.534157   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:43:40.550365   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:43:40.572515   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:40.589537   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:43:40.599534   431 master.cc:562] Master@127.0.107.254:38923 shutting down...
I20260608 12:43:40.623216   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P ea777938125c409d9b16cfbf893e3524 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:40.623756   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P ea777938125c409d9b16cfbf893e3524 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:40.624070   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P ea777938125c409d9b16cfbf893e3524: stopping tablet replica
I20260608 12:43:40.644331   431 master.cc:584] Master@127.0.107.254:38923 shutdown complete.
[       OK ] AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails (3968 ms)
[ RUN      ] AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag
I20260608 12:43:40.683056   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:46481
I20260608 12:43:40.684484   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:40.692222  9219 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:40.692071  9218 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:40.693071  9221 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:40.694788   431 server_base.cc:1061] running on GCE node
I20260608 12:43:40.695731   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:40.695912   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:40.696111   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922620696078 us; error 0 us; skew 500 ppm
I20260608 12:43:40.696739   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:40.699374   431 webserver.cc:533] Webserver started at http://127.0.107.254:34247/ using document root <none> and password file <none>
I20260608 12:43:40.699911   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:40.700106   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:40.700402   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:40.701552   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922397207313-431-0/minicluster-data/master-0-root/instance:
uuid: "37787431c97d4be6839afa38e599fbee"
format_stamp: "Formatted at 2026-06-08 12:43:40 on dist-test-slave-1zds"
I20260608 12:43:40.706317   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:43:40.710228  9226 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:40.711015   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 12:43:40.711416   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922397207313-431-0/minicluster-data/master-0-root
uuid: "37787431c97d4be6839afa38e599fbee"
format_stamp: "Formatted at 2026-06-08 12:43:40 on dist-test-slave-1zds"
I20260608 12:43:40.711709   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922397207313-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922397207313-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922397207313-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:40.759816   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:40.761179   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:40.800477   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:46481
I20260608 12:43:40.800588  9277 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:46481 every 8 connection(s)
I20260608 12:43:40.804849  9278 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:40.817553  9278 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 37787431c97d4be6839afa38e599fbee: Bootstrap starting.
I20260608 12:43:40.822892  9278 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 37787431c97d4be6839afa38e599fbee: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:40.827438  9278 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 37787431c97d4be6839afa38e599fbee: No bootstrap required, opened a new log
I20260608 12:43:40.829824  9278 raft_consensus.cc:359] T 00000000000000000000000000000000 P 37787431c97d4be6839afa38e599fbee [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "37787431c97d4be6839afa38e599fbee" member_type: VOTER }
I20260608 12:43:40.830204  9278 raft_consensus.cc:385] T 00000000000000000000000000000000 P 37787431c97d4be6839afa38e599fbee [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:40.830492  9278 raft_consensus.cc:740] T 00000000000000000000000000000000 P 37787431c97d4be6839afa38e599fbee [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 37787431c97d4be6839afa38e599fbee, State: Initialized, Role: FOLLOWER
I20260608 12:43:40.831128  9278 consensus_queue.cc:260] T 00000000000000000000000000000000 P 37787431c97d4be6839afa38e599fbee [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "37787431c97d4be6839afa38e599fbee" member_type: VOTER }
I20260608 12:43:40.831606  9278 raft_consensus.cc:399] T 00000000000000000000000000000000 P 37787431c97d4be6839afa38e599fbee [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:43:40.831822  9278 raft_consensus.cc:493] T 00000000000000000000000000000000 P 37787431c97d4be6839afa38e599fbee [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:43:40.832132  9278 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 37787431c97d4be6839afa38e599fbee [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:40.837047  9278 raft_consensus.cc:515] T 00000000000000000000000000000000 P 37787431c97d4be6839afa38e599fbee [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "37787431c97d4be6839afa38e599fbee" member_type: VOTER }
I20260608 12:43:40.837622  9278 leader_election.cc:304] T 00000000000000000000000000000000 P 37787431c97d4be6839afa38e599fbee [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: 37787431c97d4be6839afa38e599fbee; no voters: 
I20260608 12:43:40.838889  9278 leader_election.cc:290] T 00000000000000000000000000000000 P 37787431c97d4be6839afa38e599fbee [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:43:40.839399  9281 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 37787431c97d4be6839afa38e599fbee [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:40.840858  9281 raft_consensus.cc:697] T 00000000000000000000000000000000 P 37787431c97d4be6839afa38e599fbee [term 1 LEADER]: Becoming Leader. State: Replica: 37787431c97d4be6839afa38e599fbee, State: Running, Role: LEADER
I20260608 12:43:40.841567  9281 consensus_queue.cc:237] T 00000000000000000000000000000000 P 37787431c97d4be6839afa38e599fbee [LEADER]: Queue going to LEADER mode. State: All 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: "37787431c97d4be6839afa38e599fbee" member_type: VOTER }
I20260608 12:43:40.841969  9278 sys_catalog.cc:565] T 00000000000000000000000000000000 P 37787431c97d4be6839afa38e599fbee [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:43:40.844679  9282 sys_catalog.cc:455] T 00000000000000000000000000000000 P 37787431c97d4be6839afa38e599fbee [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "37787431c97d4be6839afa38e599fbee" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "37787431c97d4be6839afa38e599fbee" member_type: VOTER } }
I20260608 12:43:40.844679  9283 sys_catalog.cc:455] T 00000000000000000000000000000000 P 37787431c97d4be6839afa38e599fbee [sys.catalog]: SysCatalogTable state changed. Reason: New leader 37787431c97d4be6839afa38e599fbee. Latest consensus state: current_term: 1 leader_uuid: "37787431c97d4be6839afa38e599fbee" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "37787431c97d4be6839afa38e599fbee" member_type: VOTER } }
I20260608 12:43:40.845564  9283 sys_catalog.cc:458] T 00000000000000000000000000000000 P 37787431c97d4be6839afa38e599fbee [sys.catalog]: This master's current role is: LEADER
I20260608 12:43:40.845541  9282 sys_catalog.cc:458] T 00000000000000000000000000000000 P 37787431c97d4be6839afa38e599fbee [sys.catalog]: This master's current role is: LEADER
I20260608 12:43:40.848407  9287 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:43:40.853735  9287 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:43:40.858034   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:43:40.864148  9287 catalog_manager.cc:1382] Generated new cluster ID: b4b2e53054d54f2c9679c0ce6aefae4e
I20260608 12:43:40.864483  9287 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:43:40.883419  9287 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:43:40.884816  9287 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:43:40.903728  9287 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 37787431c97d4be6839afa38e599fbee: Generated new TSK 0
I20260608 12:43:40.904445  9287 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:43:40.925282   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:40.931563  9299 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:40.933076  9300 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:40.933905  9302 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:40.934429   431 server_base.cc:1061] running on GCE node
I20260608 12:43:40.935242   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:40.935428   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:40.935606   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922620935584 us; error 0 us; skew 500 ppm
I20260608 12:43:40.936133   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:40.938628   431 webserver.cc:533] Webserver started at http://127.0.107.193:34963/ using document root <none> and password file <none>
I20260608 12:43:40.939100   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:40.939252   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:40.939465   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:40.940531   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922397207313-431-0/minicluster-data/ts-0-root/instance:
uuid: "639de74c74cd49e28be769426ea41075"
format_stamp: "Formatted at 2026-06-08 12:43:40 on dist-test-slave-1zds"
I20260608 12:43:40.945324   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:43:40.948923  9307 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:40.949720   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:43:40.950055   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922397207313-431-0/minicluster-data/ts-0-root
uuid: "639de74c74cd49e28be769426ea41075"
format_stamp: "Formatted at 2026-06-08 12:43:40 on dist-test-slave-1zds"
I20260608 12:43:40.950299   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922397207313-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922397207313-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922397207313-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:40.962560   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:40.963706   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:40.965173   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:40.967746   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:40.967991   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:40.968272   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:40.968458   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:41.009119   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:35001
I20260608 12:43:41.009246  9369 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:35001 every 8 connection(s)
I20260608 12:43:41.014441   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:41.021987  9374 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:41.023521  9375 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:41.026831  9377 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:41.027923   431 server_base.cc:1061] running on GCE node
I20260608 12:43:41.029206   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:41.029405   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:41.029644   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922621029623 us; error 0 us; skew 500 ppm
I20260608 12:43:41.030454   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:41.032186  9370 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46481
I20260608 12:43:41.032569  9370 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:41.033422   431 webserver.cc:533] Webserver started at http://127.0.107.194:41667/ using document root <none> and password file <none>
I20260608 12:43:41.033488  9370 heartbeater.cc:507] Master 127.0.107.254:46481 requested a full tablet report, sending...
I20260608 12:43:41.034195   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:41.034456   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:41.034744   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:41.035979   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922397207313-431-0/minicluster-data/ts-1-root/instance:
uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1"
format_stamp: "Formatted at 2026-06-08 12:43:41 on dist-test-slave-1zds"
I20260608 12:43:41.036046  9243 ts_manager.cc:194] Registered new tserver with Master: 639de74c74cd49e28be769426ea41075 (127.0.107.193:35001)
I20260608 12:43:41.038209  9243 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38868
I20260608 12:43:41.041293   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:43:41.045241  9382 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:41.046191   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:43:41.046551   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922397207313-431-0/minicluster-data/ts-1-root
uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1"
format_stamp: "Formatted at 2026-06-08 12:43:41 on dist-test-slave-1zds"
I20260608 12:43:41.046880   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922397207313-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922397207313-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922397207313-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:41.076040   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:41.077190   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:41.078799   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:41.081154   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:41.081399   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:41.081643   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:41.081841   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:43:41.123170   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:37729
I20260608 12:43:41.123319  9444 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:37729 every 8 connection(s)
I20260608 12:43:41.129036   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:41.136865  9448 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:41.137933  9449 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:41.141507  9451 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:41.143522  9445 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46481
I20260608 12:43:41.144018  9445 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:41.144510   431 server_base.cc:1061] running on GCE node
I20260608 12:43:41.145045  9445 heartbeater.cc:507] Master 127.0.107.254:46481 requested a full tablet report, sending...
I20260608 12:43:41.145592   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:41.145905   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:41.146114   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922621146094 us; error 0 us; skew 500 ppm
I20260608 12:43:41.147017   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:41.147660  9243 ts_manager.cc:194] Registered new tserver with Master: 71f5e2b8665b450aa7d8b1f1a5d75fa1 (127.0.107.194:37729)
I20260608 12:43:41.149657  9243 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38884
I20260608 12:43:41.149977   431 webserver.cc:533] Webserver started at http://127.0.107.195:46455/ using document root <none> and password file <none>
I20260608 12:43:41.150674   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:41.150913   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:41.151264   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:41.152860   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922397207313-431-0/minicluster-data/ts-2-root/instance:
uuid: "35c30ddd68394f23ae1b5a1b3701fe34"
format_stamp: "Formatted at 2026-06-08 12:43:41 on dist-test-slave-1zds"
I20260608 12:43:41.157941   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.005s
I20260608 12:43:41.161969  9456 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:41.163089   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.004s
I20260608 12:43:41.163451   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922397207313-431-0/minicluster-data/ts-2-root
uuid: "35c30ddd68394f23ae1b5a1b3701fe34"
format_stamp: "Formatted at 2026-06-08 12:43:41 on dist-test-slave-1zds"
I20260608 12:43:41.163745   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922397207313-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922397207313-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922397207313-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:41.183280   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:41.184513   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:41.186138   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:41.188594   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:41.188853   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:41.189097   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:41.189275   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:41.231602   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:38057
I20260608 12:43:41.231731  9518 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:38057 every 8 connection(s)
I20260608 12:43:41.246953  9519 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46481
I20260608 12:43:41.247412  9519 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:41.248245  9519 heartbeater.cc:507] Master 127.0.107.254:46481 requested a full tablet report, sending...
I20260608 12:43:41.250429  9243 ts_manager.cc:194] Registered new tserver with Master: 35c30ddd68394f23ae1b5a1b3701fe34 (127.0.107.195:38057)
I20260608 12:43:41.251312   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016225285s
I20260608 12:43:41.252010  9243 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38888
I20260608 12:43:42.041559  9370 heartbeater.cc:499] Master 127.0.107.254:46481 was elected leader, sending a full tablet report...
I20260608 12:43:42.153064  9445 heartbeater.cc:499] Master 127.0.107.254:46481 was elected leader, sending a full tablet report...
I20260608 12:43:42.255192  9519 heartbeater.cc:499] Master 127.0.107.254:46481 was elected leader, sending a full tablet report...
I20260608 12:43:42.317238  9243 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:38900:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:43:42.320498  9243 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:43:42.392699  9484 tablet_service.cc:1511] Processing CreateTablet for tablet 7f79d5195e0d4a9ca1ce279b22cdeaf0 (DEFAULT_TABLE table=test-workload [id=3eed7ab4b58f4828893ca4b24955f704]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:43:42.394966  9484 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7f79d5195e0d4a9ca1ce279b22cdeaf0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:42.396690  9483 tablet_service.cc:1511] Processing CreateTablet for tablet 292f4b4870a14b0fa3f86802753f4eb2 (DEFAULT_TABLE table=test-workload [id=3eed7ab4b58f4828893ca4b24955f704]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:43:42.398950  9483 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 292f4b4870a14b0fa3f86802753f4eb2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:42.411917  9482 tablet_service.cc:1511] Processing CreateTablet for tablet da2cb493e62740178b0ef96d10c233a4 (DEFAULT_TABLE table=test-workload [id=3eed7ab4b58f4828893ca4b24955f704]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:43:42.415290  9335 tablet_service.cc:1511] Processing CreateTablet for tablet 7f79d5195e0d4a9ca1ce279b22cdeaf0 (DEFAULT_TABLE table=test-workload [id=3eed7ab4b58f4828893ca4b24955f704]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:43:42.417372  9330 tablet_service.cc:1511] Processing CreateTablet for tablet 31816c2c8ebc4a238867a450f5c23bc1 (DEFAULT_TABLE table=test-workload [id=3eed7ab4b58f4828893ca4b24955f704]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:43:42.417236  9332 tablet_service.cc:1511] Processing CreateTablet for tablet fef1b4884442463697b7d4c32b6a57c0 (DEFAULT_TABLE table=test-workload [id=3eed7ab4b58f4828893ca4b24955f704]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:43:42.418629  9410 tablet_service.cc:1511] Processing CreateTablet for tablet 7f79d5195e0d4a9ca1ce279b22cdeaf0 (DEFAULT_TABLE table=test-workload [id=3eed7ab4b58f4828893ca4b24955f704]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:43:42.419391  9331 tablet_service.cc:1511] Processing CreateTablet for tablet 77af2ec4aa744cc2bda7dff95f1f1edd (DEFAULT_TABLE table=test-workload [id=3eed7ab4b58f4828893ca4b24955f704]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:43:42.419690  9333 tablet_service.cc:1511] Processing CreateTablet for tablet da2cb493e62740178b0ef96d10c233a4 (DEFAULT_TABLE table=test-workload [id=3eed7ab4b58f4828893ca4b24955f704]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:43:42.420516  9410 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7f79d5195e0d4a9ca1ce279b22cdeaf0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:42.421443  9334 tablet_service.cc:1511] Processing CreateTablet for tablet 292f4b4870a14b0fa3f86802753f4eb2 (DEFAULT_TABLE table=test-workload [id=3eed7ab4b58f4828893ca4b24955f704]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:43:42.421489  9482 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da2cb493e62740178b0ef96d10c233a4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:42.423491  9405 tablet_service.cc:1511] Processing CreateTablet for tablet 31816c2c8ebc4a238867a450f5c23bc1 (DEFAULT_TABLE table=test-workload [id=3eed7ab4b58f4828893ca4b24955f704]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:43:42.425238  9405 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 31816c2c8ebc4a238867a450f5c23bc1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:42.425031  9406 tablet_service.cc:1511] Processing CreateTablet for tablet 77af2ec4aa744cc2bda7dff95f1f1edd (DEFAULT_TABLE table=test-workload [id=3eed7ab4b58f4828893ca4b24955f704]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:43:42.429286  9406 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 77af2ec4aa744cc2bda7dff95f1f1edd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:42.427459  9407 tablet_service.cc:1511] Processing CreateTablet for tablet fef1b4884442463697b7d4c32b6a57c0 (DEFAULT_TABLE table=test-workload [id=3eed7ab4b58f4828893ca4b24955f704]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:43:42.431490  9407 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fef1b4884442463697b7d4c32b6a57c0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:42.431416  9481 tablet_service.cc:1511] Processing CreateTablet for tablet fef1b4884442463697b7d4c32b6a57c0 (DEFAULT_TABLE table=test-workload [id=3eed7ab4b58f4828893ca4b24955f704]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:43:42.433296  9481 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fef1b4884442463697b7d4c32b6a57c0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:42.435447  9409 tablet_service.cc:1511] Processing CreateTablet for tablet 292f4b4870a14b0fa3f86802753f4eb2 (DEFAULT_TABLE table=test-workload [id=3eed7ab4b58f4828893ca4b24955f704]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:43:42.437057  9409 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 292f4b4870a14b0fa3f86802753f4eb2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:42.427331  9480 tablet_service.cc:1511] Processing CreateTablet for tablet 77af2ec4aa744cc2bda7dff95f1f1edd (DEFAULT_TABLE table=test-workload [id=3eed7ab4b58f4828893ca4b24955f704]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:43:42.438035  9479 tablet_service.cc:1511] Processing CreateTablet for tablet 31816c2c8ebc4a238867a450f5c23bc1 (DEFAULT_TABLE table=test-workload [id=3eed7ab4b58f4828893ca4b24955f704]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:43:42.438788  9480 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 77af2ec4aa744cc2bda7dff95f1f1edd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:42.423491  9408 tablet_service.cc:1511] Processing CreateTablet for tablet da2cb493e62740178b0ef96d10c233a4 (DEFAULT_TABLE table=test-workload [id=3eed7ab4b58f4828893ca4b24955f704]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:43:42.439915  9479 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 31816c2c8ebc4a238867a450f5c23bc1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:42.440994  9408 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da2cb493e62740178b0ef96d10c233a4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:42.442286  9335 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7f79d5195e0d4a9ca1ce279b22cdeaf0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:42.443698  9331 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 77af2ec4aa744cc2bda7dff95f1f1edd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:42.446576  9330 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 31816c2c8ebc4a238867a450f5c23bc1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:42.448668  9334 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 292f4b4870a14b0fa3f86802753f4eb2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:42.452174  9332 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fef1b4884442463697b7d4c32b6a57c0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:42.458436  9333 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet da2cb493e62740178b0ef96d10c233a4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:42.523162  9539 tablet_bootstrap.cc:492] T 292f4b4870a14b0fa3f86802753f4eb2 P 35c30ddd68394f23ae1b5a1b3701fe34: Bootstrap starting.
I20260608 12:43:42.551404  9539 tablet_bootstrap.cc:654] T 292f4b4870a14b0fa3f86802753f4eb2 P 35c30ddd68394f23ae1b5a1b3701fe34: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:42.561229  9540 tablet_bootstrap.cc:492] T fef1b4884442463697b7d4c32b6a57c0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1: Bootstrap starting.
I20260608 12:43:42.568462  9541 tablet_bootstrap.cc:492] T 31816c2c8ebc4a238867a450f5c23bc1 P 639de74c74cd49e28be769426ea41075: Bootstrap starting.
I20260608 12:43:42.575153  9540 tablet_bootstrap.cc:654] T fef1b4884442463697b7d4c32b6a57c0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:42.575552  9539 tablet_bootstrap.cc:492] T 292f4b4870a14b0fa3f86802753f4eb2 P 35c30ddd68394f23ae1b5a1b3701fe34: No bootstrap required, opened a new log
I20260608 12:43:42.576058  9539 ts_tablet_manager.cc:1403] T 292f4b4870a14b0fa3f86802753f4eb2 P 35c30ddd68394f23ae1b5a1b3701fe34: Time spent bootstrapping tablet: real 0.053s	user 0.013s	sys 0.004s
I20260608 12:43:42.576453  9541 tablet_bootstrap.cc:654] T 31816c2c8ebc4a238867a450f5c23bc1 P 639de74c74cd49e28be769426ea41075: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:42.578823  9539 raft_consensus.cc:359] T 292f4b4870a14b0fa3f86802753f4eb2 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.579805  9539 raft_consensus.cc:385] T 292f4b4870a14b0fa3f86802753f4eb2 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:42.580147  9539 raft_consensus.cc:740] T 292f4b4870a14b0fa3f86802753f4eb2 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 35c30ddd68394f23ae1b5a1b3701fe34, State: Initialized, Role: FOLLOWER
I20260608 12:43:42.581746  9540 tablet_bootstrap.cc:492] T fef1b4884442463697b7d4c32b6a57c0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1: No bootstrap required, opened a new log
I20260608 12:43:42.582336  9541 tablet_bootstrap.cc:492] T 31816c2c8ebc4a238867a450f5c23bc1 P 639de74c74cd49e28be769426ea41075: No bootstrap required, opened a new log
I20260608 12:43:42.582450  9540 ts_tablet_manager.cc:1403] T fef1b4884442463697b7d4c32b6a57c0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1: Time spent bootstrapping tablet: real 0.022s	user 0.006s	sys 0.008s
I20260608 12:43:42.582924  9541 ts_tablet_manager.cc:1403] T 31816c2c8ebc4a238867a450f5c23bc1 P 639de74c74cd49e28be769426ea41075: Time spent bootstrapping tablet: real 0.015s	user 0.013s	sys 0.000s
I20260608 12:43:42.581732  9539 consensus_queue.cc:260] T 292f4b4870a14b0fa3f86802753f4eb2 P 35c30ddd68394f23ae1b5a1b3701fe34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.586333  9539 ts_tablet_manager.cc:1434] T 292f4b4870a14b0fa3f86802753f4eb2 P 35c30ddd68394f23ae1b5a1b3701fe34: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.004s
I20260608 12:43:42.586102  9540 raft_consensus.cc:359] T fef1b4884442463697b7d4c32b6a57c0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.586956  9540 raft_consensus.cc:385] T fef1b4884442463697b7d4c32b6a57c0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:42.587272  9540 raft_consensus.cc:740] T fef1b4884442463697b7d4c32b6a57c0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 71f5e2b8665b450aa7d8b1f1a5d75fa1, State: Initialized, Role: FOLLOWER
I20260608 12:43:42.587576  9539 tablet_bootstrap.cc:492] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 35c30ddd68394f23ae1b5a1b3701fe34: Bootstrap starting.
I20260608 12:43:42.588318  9541 raft_consensus.cc:359] T 31816c2c8ebc4a238867a450f5c23bc1 P 639de74c74cd49e28be769426ea41075 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.588086  9540 consensus_queue.cc:260] T fef1b4884442463697b7d4c32b6a57c0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.588937  9541 raft_consensus.cc:385] T 31816c2c8ebc4a238867a450f5c23bc1 P 639de74c74cd49e28be769426ea41075 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:42.589291  9541 raft_consensus.cc:740] T 31816c2c8ebc4a238867a450f5c23bc1 P 639de74c74cd49e28be769426ea41075 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 639de74c74cd49e28be769426ea41075, State: Initialized, Role: FOLLOWER
I20260608 12:43:42.590430  9541 consensus_queue.cc:260] T 31816c2c8ebc4a238867a450f5c23bc1 P 639de74c74cd49e28be769426ea41075 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.591415  9540 ts_tablet_manager.cc:1434] T fef1b4884442463697b7d4c32b6a57c0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.003s
I20260608 12:43:42.592638  9540 tablet_bootstrap.cc:492] T 31816c2c8ebc4a238867a450f5c23bc1 P 71f5e2b8665b450aa7d8b1f1a5d75fa1: Bootstrap starting.
I20260608 12:43:42.599220  9539 tablet_bootstrap.cc:654] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 35c30ddd68394f23ae1b5a1b3701fe34: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:42.599540  9540 tablet_bootstrap.cc:654] T 31816c2c8ebc4a238867a450f5c23bc1 P 71f5e2b8665b450aa7d8b1f1a5d75fa1: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:42.607462  9541 ts_tablet_manager.cc:1434] T 31816c2c8ebc4a238867a450f5c23bc1 P 639de74c74cd49e28be769426ea41075: Time spent starting tablet: real 0.024s	user 0.008s	sys 0.000s
I20260608 12:43:42.608703  9541 tablet_bootstrap.cc:492] T 77af2ec4aa744cc2bda7dff95f1f1edd P 639de74c74cd49e28be769426ea41075: Bootstrap starting.
I20260608 12:43:42.607021  9539 tablet_bootstrap.cc:492] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 35c30ddd68394f23ae1b5a1b3701fe34: No bootstrap required, opened a new log
I20260608 12:43:42.610926  9539 ts_tablet_manager.cc:1403] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 35c30ddd68394f23ae1b5a1b3701fe34: Time spent bootstrapping tablet: real 0.024s	user 0.011s	sys 0.004s
I20260608 12:43:42.612987  9540 tablet_bootstrap.cc:492] T 31816c2c8ebc4a238867a450f5c23bc1 P 71f5e2b8665b450aa7d8b1f1a5d75fa1: No bootstrap required, opened a new log
I20260608 12:43:42.613718  9540 ts_tablet_manager.cc:1403] T 31816c2c8ebc4a238867a450f5c23bc1 P 71f5e2b8665b450aa7d8b1f1a5d75fa1: Time spent bootstrapping tablet: real 0.021s	user 0.010s	sys 0.006s
I20260608 12:43:42.614481  9539 raft_consensus.cc:359] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } } peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } }
I20260608 12:43:42.615283  9539 raft_consensus.cc:385] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:42.615676  9541 tablet_bootstrap.cc:654] T 77af2ec4aa744cc2bda7dff95f1f1edd P 639de74c74cd49e28be769426ea41075: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:42.615588  9539 raft_consensus.cc:740] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 35c30ddd68394f23ae1b5a1b3701fe34, State: Initialized, Role: FOLLOWER
I20260608 12:43:42.616781  9539 consensus_queue.cc:260] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 35c30ddd68394f23ae1b5a1b3701fe34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } } peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } }
I20260608 12:43:42.617070  9540 raft_consensus.cc:359] T 31816c2c8ebc4a238867a450f5c23bc1 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.617897  9540 raft_consensus.cc:385] T 31816c2c8ebc4a238867a450f5c23bc1 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:42.618213  9540 raft_consensus.cc:740] T 31816c2c8ebc4a238867a450f5c23bc1 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 71f5e2b8665b450aa7d8b1f1a5d75fa1, State: Initialized, Role: FOLLOWER
I20260608 12:43:42.619201  9539 ts_tablet_manager.cc:1434] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 35c30ddd68394f23ae1b5a1b3701fe34: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:43:42.619309  9540 consensus_queue.cc:260] T 31816c2c8ebc4a238867a450f5c23bc1 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.620299  9539 tablet_bootstrap.cc:492] T 77af2ec4aa744cc2bda7dff95f1f1edd P 35c30ddd68394f23ae1b5a1b3701fe34: Bootstrap starting.
I20260608 12:43:42.622684  9540 ts_tablet_manager.cc:1434] T 31816c2c8ebc4a238867a450f5c23bc1 P 71f5e2b8665b450aa7d8b1f1a5d75fa1: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260608 12:43:42.624073  9540 tablet_bootstrap.cc:492] T 77af2ec4aa744cc2bda7dff95f1f1edd P 71f5e2b8665b450aa7d8b1f1a5d75fa1: Bootstrap starting.
I20260608 12:43:42.628187  9539 tablet_bootstrap.cc:654] T 77af2ec4aa744cc2bda7dff95f1f1edd P 35c30ddd68394f23ae1b5a1b3701fe34: Neither blocks nor log segments found. Creating new log.
W20260608 12:43:42.629978  9446 tablet.cc:2404] T 31816c2c8ebc4a238867a450f5c23bc1 P 71f5e2b8665b450aa7d8b1f1a5d75fa1: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:43:42.633481  9540 tablet_bootstrap.cc:654] T 77af2ec4aa744cc2bda7dff95f1f1edd P 71f5e2b8665b450aa7d8b1f1a5d75fa1: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:42.639379  9541 tablet_bootstrap.cc:492] T 77af2ec4aa744cc2bda7dff95f1f1edd P 639de74c74cd49e28be769426ea41075: No bootstrap required, opened a new log
I20260608 12:43:42.640163  9541 ts_tablet_manager.cc:1403] T 77af2ec4aa744cc2bda7dff95f1f1edd P 639de74c74cd49e28be769426ea41075: Time spent bootstrapping tablet: real 0.032s	user 0.020s	sys 0.009s
I20260608 12:43:42.644798  9541 raft_consensus.cc:359] T 77af2ec4aa744cc2bda7dff95f1f1edd P 639de74c74cd49e28be769426ea41075 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.645973  9541 raft_consensus.cc:385] T 77af2ec4aa744cc2bda7dff95f1f1edd P 639de74c74cd49e28be769426ea41075 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:42.646289  9541 raft_consensus.cc:740] T 77af2ec4aa744cc2bda7dff95f1f1edd P 639de74c74cd49e28be769426ea41075 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 639de74c74cd49e28be769426ea41075, State: Initialized, Role: FOLLOWER
I20260608 12:43:42.647220  9541 consensus_queue.cc:260] T 77af2ec4aa744cc2bda7dff95f1f1edd P 639de74c74cd49e28be769426ea41075 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.648562  9540 tablet_bootstrap.cc:492] T 77af2ec4aa744cc2bda7dff95f1f1edd P 71f5e2b8665b450aa7d8b1f1a5d75fa1: No bootstrap required, opened a new log
I20260608 12:43:42.649396  9540 ts_tablet_manager.cc:1403] T 77af2ec4aa744cc2bda7dff95f1f1edd P 71f5e2b8665b450aa7d8b1f1a5d75fa1: Time spent bootstrapping tablet: real 0.026s	user 0.021s	sys 0.004s
I20260608 12:43:42.649488  9541 ts_tablet_manager.cc:1434] T 77af2ec4aa744cc2bda7dff95f1f1edd P 639de74c74cd49e28be769426ea41075: Time spent starting tablet: real 0.009s	user 0.009s	sys 0.000s
I20260608 12:43:42.650630  9541 tablet_bootstrap.cc:492] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 639de74c74cd49e28be769426ea41075: Bootstrap starting.
I20260608 12:43:42.651368  9539 tablet_bootstrap.cc:492] T 77af2ec4aa744cc2bda7dff95f1f1edd P 35c30ddd68394f23ae1b5a1b3701fe34: No bootstrap required, opened a new log
I20260608 12:43:42.653153  9540 raft_consensus.cc:359] T 77af2ec4aa744cc2bda7dff95f1f1edd P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.654044  9540 raft_consensus.cc:385] T 77af2ec4aa744cc2bda7dff95f1f1edd P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:42.654417  9540 raft_consensus.cc:740] T 77af2ec4aa744cc2bda7dff95f1f1edd P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 71f5e2b8665b450aa7d8b1f1a5d75fa1, State: Initialized, Role: FOLLOWER
I20260608 12:43:42.655390  9539 ts_tablet_manager.cc:1403] T 77af2ec4aa744cc2bda7dff95f1f1edd P 35c30ddd68394f23ae1b5a1b3701fe34: Time spent bootstrapping tablet: real 0.035s	user 0.015s	sys 0.005s
I20260608 12:43:42.655493  9540 consensus_queue.cc:260] T 77af2ec4aa744cc2bda7dff95f1f1edd P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.658270  9541 tablet_bootstrap.cc:654] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 639de74c74cd49e28be769426ea41075: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:42.658349  9540 ts_tablet_manager.cc:1434] T 77af2ec4aa744cc2bda7dff95f1f1edd P 71f5e2b8665b450aa7d8b1f1a5d75fa1: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.001s
I20260608 12:43:42.659056  9539 raft_consensus.cc:359] T 77af2ec4aa744cc2bda7dff95f1f1edd P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.659818  9539 raft_consensus.cc:385] T 77af2ec4aa744cc2bda7dff95f1f1edd P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:42.660013  9540 tablet_bootstrap.cc:492] T 292f4b4870a14b0fa3f86802753f4eb2 P 71f5e2b8665b450aa7d8b1f1a5d75fa1: Bootstrap starting.
I20260608 12:43:42.660161  9539 raft_consensus.cc:740] T 77af2ec4aa744cc2bda7dff95f1f1edd P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 35c30ddd68394f23ae1b5a1b3701fe34, State: Initialized, Role: FOLLOWER
I20260608 12:43:42.661425  9539 consensus_queue.cc:260] T 77af2ec4aa744cc2bda7dff95f1f1edd P 35c30ddd68394f23ae1b5a1b3701fe34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.669889  9540 tablet_bootstrap.cc:654] T 292f4b4870a14b0fa3f86802753f4eb2 P 71f5e2b8665b450aa7d8b1f1a5d75fa1: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:42.675412  9539 ts_tablet_manager.cc:1434] T 77af2ec4aa744cc2bda7dff95f1f1edd P 35c30ddd68394f23ae1b5a1b3701fe34: Time spent starting tablet: real 0.020s	user 0.006s	sys 0.001s
I20260608 12:43:42.676754  9541 tablet_bootstrap.cc:492] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 639de74c74cd49e28be769426ea41075: No bootstrap required, opened a new log
I20260608 12:43:42.677338  9541 ts_tablet_manager.cc:1403] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 639de74c74cd49e28be769426ea41075: Time spent bootstrapping tablet: real 0.027s	user 0.016s	sys 0.008s
I20260608 12:43:42.678215  9540 tablet_bootstrap.cc:492] T 292f4b4870a14b0fa3f86802753f4eb2 P 71f5e2b8665b450aa7d8b1f1a5d75fa1: No bootstrap required, opened a new log
I20260608 12:43:42.678862  9540 ts_tablet_manager.cc:1403] T 292f4b4870a14b0fa3f86802753f4eb2 P 71f5e2b8665b450aa7d8b1f1a5d75fa1: Time spent bootstrapping tablet: real 0.019s	user 0.013s	sys 0.003s
I20260608 12:43:42.678236  9539 tablet_bootstrap.cc:492] T da2cb493e62740178b0ef96d10c233a4 P 35c30ddd68394f23ae1b5a1b3701fe34: Bootstrap starting.
I20260608 12:43:42.680763  9541 raft_consensus.cc:359] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 639de74c74cd49e28be769426ea41075 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } } peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } }
I20260608 12:43:42.681828  9541 raft_consensus.cc:385] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 639de74c74cd49e28be769426ea41075 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:42.682184  9541 raft_consensus.cc:740] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 639de74c74cd49e28be769426ea41075 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 639de74c74cd49e28be769426ea41075, State: Initialized, Role: FOLLOWER
I20260608 12:43:42.681993  9540 raft_consensus.cc:359] T 292f4b4870a14b0fa3f86802753f4eb2 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.682798  9540 raft_consensus.cc:385] T 292f4b4870a14b0fa3f86802753f4eb2 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:42.683117  9540 raft_consensus.cc:740] T 292f4b4870a14b0fa3f86802753f4eb2 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 71f5e2b8665b450aa7d8b1f1a5d75fa1, State: Initialized, Role: FOLLOWER
I20260608 12:43:42.683101  9541 consensus_queue.cc:260] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 639de74c74cd49e28be769426ea41075 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } } peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } }
I20260608 12:43:42.684283  9540 consensus_queue.cc:260] T 292f4b4870a14b0fa3f86802753f4eb2 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.685602  9541 ts_tablet_manager.cc:1434] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 639de74c74cd49e28be769426ea41075: Time spent starting tablet: real 0.008s	user 0.000s	sys 0.007s
I20260608 12:43:42.686975  9541 tablet_bootstrap.cc:492] T da2cb493e62740178b0ef96d10c233a4 P 639de74c74cd49e28be769426ea41075: Bootstrap starting.
I20260608 12:43:42.688732  9540 ts_tablet_manager.cc:1434] T 292f4b4870a14b0fa3f86802753f4eb2 P 71f5e2b8665b450aa7d8b1f1a5d75fa1: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260608 12:43:42.689952  9540 tablet_bootstrap.cc:492] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1: Bootstrap starting.
I20260608 12:43:42.694294  9541 tablet_bootstrap.cc:654] T da2cb493e62740178b0ef96d10c233a4 P 639de74c74cd49e28be769426ea41075: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:42.696451  9539 tablet_bootstrap.cc:654] T da2cb493e62740178b0ef96d10c233a4 P 35c30ddd68394f23ae1b5a1b3701fe34: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:42.696957  9540 tablet_bootstrap.cc:654] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:42.707059  9541 tablet_bootstrap.cc:492] T da2cb493e62740178b0ef96d10c233a4 P 639de74c74cd49e28be769426ea41075: No bootstrap required, opened a new log
I20260608 12:43:42.707567  9541 ts_tablet_manager.cc:1403] T da2cb493e62740178b0ef96d10c233a4 P 639de74c74cd49e28be769426ea41075: Time spent bootstrapping tablet: real 0.021s	user 0.005s	sys 0.012s
I20260608 12:43:42.709904  9541 raft_consensus.cc:359] T da2cb493e62740178b0ef96d10c233a4 P 639de74c74cd49e28be769426ea41075 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.710765  9541 raft_consensus.cc:385] T da2cb493e62740178b0ef96d10c233a4 P 639de74c74cd49e28be769426ea41075 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:42.711089  9541 raft_consensus.cc:740] T da2cb493e62740178b0ef96d10c233a4 P 639de74c74cd49e28be769426ea41075 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 639de74c74cd49e28be769426ea41075, State: Initialized, Role: FOLLOWER
I20260608 12:43:42.712132  9540 tablet_bootstrap.cc:492] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1: No bootstrap required, opened a new log
I20260608 12:43:42.711915  9541 consensus_queue.cc:260] T da2cb493e62740178b0ef96d10c233a4 P 639de74c74cd49e28be769426ea41075 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.712392  9539 tablet_bootstrap.cc:492] T da2cb493e62740178b0ef96d10c233a4 P 35c30ddd68394f23ae1b5a1b3701fe34: No bootstrap required, opened a new log
I20260608 12:43:42.712677  9540 ts_tablet_manager.cc:1403] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1: Time spent bootstrapping tablet: real 0.023s	user 0.005s	sys 0.011s
I20260608 12:43:42.713042  9539 ts_tablet_manager.cc:1403] T da2cb493e62740178b0ef96d10c233a4 P 35c30ddd68394f23ae1b5a1b3701fe34: Time spent bootstrapping tablet: real 0.035s	user 0.011s	sys 0.003s
I20260608 12:43:42.714387  9541 ts_tablet_manager.cc:1434] T da2cb493e62740178b0ef96d10c233a4 P 639de74c74cd49e28be769426ea41075: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:43:42.715451  9541 tablet_bootstrap.cc:492] T fef1b4884442463697b7d4c32b6a57c0 P 639de74c74cd49e28be769426ea41075: Bootstrap starting.
I20260608 12:43:42.716189  9540 raft_consensus.cc:359] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } } peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } }
I20260608 12:43:42.716951  9540 raft_consensus.cc:385] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:42.716550  9539 raft_consensus.cc:359] T da2cb493e62740178b0ef96d10c233a4 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.717288  9540 raft_consensus.cc:740] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 71f5e2b8665b450aa7d8b1f1a5d75fa1, State: Initialized, Role: FOLLOWER
I20260608 12:43:42.717466  9539 raft_consensus.cc:385] T da2cb493e62740178b0ef96d10c233a4 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:42.718128  9539 raft_consensus.cc:740] T da2cb493e62740178b0ef96d10c233a4 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 35c30ddd68394f23ae1b5a1b3701fe34, State: Initialized, Role: FOLLOWER
I20260608 12:43:42.718261  9540 consensus_queue.cc:260] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } } peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } }
I20260608 12:43:42.720774  9540 ts_tablet_manager.cc:1434] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:43:42.721889  9540 tablet_bootstrap.cc:492] T da2cb493e62740178b0ef96d10c233a4 P 71f5e2b8665b450aa7d8b1f1a5d75fa1: Bootstrap starting.
I20260608 12:43:42.723217  9541 tablet_bootstrap.cc:654] T fef1b4884442463697b7d4c32b6a57c0 P 639de74c74cd49e28be769426ea41075: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:42.719274  9539 consensus_queue.cc:260] T da2cb493e62740178b0ef96d10c233a4 P 35c30ddd68394f23ae1b5a1b3701fe34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.727221  9545 raft_consensus.cc:493] T da2cb493e62740178b0ef96d10c233a4 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:42.727926  9545 raft_consensus.cc:515] T da2cb493e62740178b0ef96d10c233a4 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.728953  9540 tablet_bootstrap.cc:654] T da2cb493e62740178b0ef96d10c233a4 P 71f5e2b8665b450aa7d8b1f1a5d75fa1: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:42.733680  9545 leader_election.cc:290] T da2cb493e62740178b0ef96d10c233a4 P 35c30ddd68394f23ae1b5a1b3701fe34 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 639de74c74cd49e28be769426ea41075 (127.0.107.193:35001), 71f5e2b8665b450aa7d8b1f1a5d75fa1 (127.0.107.194:37729)
I20260608 12:43:42.735862  9541 tablet_bootstrap.cc:492] T fef1b4884442463697b7d4c32b6a57c0 P 639de74c74cd49e28be769426ea41075: No bootstrap required, opened a new log
I20260608 12:43:42.736459  9541 ts_tablet_manager.cc:1403] T fef1b4884442463697b7d4c32b6a57c0 P 639de74c74cd49e28be769426ea41075: Time spent bootstrapping tablet: real 0.021s	user 0.014s	sys 0.004s
I20260608 12:43:42.740393  9540 tablet_bootstrap.cc:492] T da2cb493e62740178b0ef96d10c233a4 P 71f5e2b8665b450aa7d8b1f1a5d75fa1: No bootstrap required, opened a new log
I20260608 12:43:42.741199  9540 ts_tablet_manager.cc:1403] T da2cb493e62740178b0ef96d10c233a4 P 71f5e2b8665b450aa7d8b1f1a5d75fa1: Time spent bootstrapping tablet: real 0.020s	user 0.013s	sys 0.000s
I20260608 12:43:42.744762  9539 ts_tablet_manager.cc:1434] T da2cb493e62740178b0ef96d10c233a4 P 35c30ddd68394f23ae1b5a1b3701fe34: Time spent starting tablet: real 0.031s	user 0.007s	sys 0.000s
I20260608 12:43:42.744506  9540 raft_consensus.cc:359] T da2cb493e62740178b0ef96d10c233a4 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.745404  9540 raft_consensus.cc:385] T da2cb493e62740178b0ef96d10c233a4 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:42.745944  9540 raft_consensus.cc:740] T da2cb493e62740178b0ef96d10c233a4 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 71f5e2b8665b450aa7d8b1f1a5d75fa1, State: Initialized, Role: FOLLOWER
I20260608 12:43:42.746868  9540 consensus_queue.cc:260] T da2cb493e62740178b0ef96d10c233a4 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.745193  9541 raft_consensus.cc:359] T fef1b4884442463697b7d4c32b6a57c0 P 639de74c74cd49e28be769426ea41075 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.748920  9541 raft_consensus.cc:385] T fef1b4884442463697b7d4c32b6a57c0 P 639de74c74cd49e28be769426ea41075 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:42.748998  9539 tablet_bootstrap.cc:492] T fef1b4884442463697b7d4c32b6a57c0 P 35c30ddd68394f23ae1b5a1b3701fe34: Bootstrap starting.
I20260608 12:43:42.749310  9541 raft_consensus.cc:740] T fef1b4884442463697b7d4c32b6a57c0 P 639de74c74cd49e28be769426ea41075 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 639de74c74cd49e28be769426ea41075, State: Initialized, Role: FOLLOWER
I20260608 12:43:42.749544  9540 ts_tablet_manager.cc:1434] T da2cb493e62740178b0ef96d10c233a4 P 71f5e2b8665b450aa7d8b1f1a5d75fa1: Time spent starting tablet: real 0.008s	user 0.000s	sys 0.007s
I20260608 12:43:42.751341  9541 consensus_queue.cc:260] T fef1b4884442463697b7d4c32b6a57c0 P 639de74c74cd49e28be769426ea41075 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.755282  9541 ts_tablet_manager.cc:1434] T fef1b4884442463697b7d4c32b6a57c0 P 639de74c74cd49e28be769426ea41075: Time spent starting tablet: real 0.018s	user 0.009s	sys 0.000s
I20260608 12:43:42.755988  9539 tablet_bootstrap.cc:654] T fef1b4884442463697b7d4c32b6a57c0 P 35c30ddd68394f23ae1b5a1b3701fe34: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:42.756516  9541 tablet_bootstrap.cc:492] T 292f4b4870a14b0fa3f86802753f4eb2 P 639de74c74cd49e28be769426ea41075: Bootstrap starting.
I20260608 12:43:42.764896  9541 tablet_bootstrap.cc:654] T 292f4b4870a14b0fa3f86802753f4eb2 P 639de74c74cd49e28be769426ea41075: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:42.766281  9539 tablet_bootstrap.cc:492] T fef1b4884442463697b7d4c32b6a57c0 P 35c30ddd68394f23ae1b5a1b3701fe34: No bootstrap required, opened a new log
I20260608 12:43:42.766974  9539 ts_tablet_manager.cc:1403] T fef1b4884442463697b7d4c32b6a57c0 P 35c30ddd68394f23ae1b5a1b3701fe34: Time spent bootstrapping tablet: real 0.018s	user 0.009s	sys 0.004s
I20260608 12:43:42.770534  9539 raft_consensus.cc:359] T fef1b4884442463697b7d4c32b6a57c0 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.771404  9539 raft_consensus.cc:385] T fef1b4884442463697b7d4c32b6a57c0 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:42.771778  9539 raft_consensus.cc:740] T fef1b4884442463697b7d4c32b6a57c0 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 35c30ddd68394f23ae1b5a1b3701fe34, State: Initialized, Role: FOLLOWER
I20260608 12:43:42.772723  9539 consensus_queue.cc:260] T fef1b4884442463697b7d4c32b6a57c0 P 35c30ddd68394f23ae1b5a1b3701fe34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.775234  9539 ts_tablet_manager.cc:1434] T fef1b4884442463697b7d4c32b6a57c0 P 35c30ddd68394f23ae1b5a1b3701fe34: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:43:42.776401  9539 tablet_bootstrap.cc:492] T 31816c2c8ebc4a238867a450f5c23bc1 P 35c30ddd68394f23ae1b5a1b3701fe34: Bootstrap starting.
I20260608 12:43:42.782639  9345 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da2cb493e62740178b0ef96d10c233a4" candidate_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "639de74c74cd49e28be769426ea41075" is_pre_election: true
I20260608 12:43:42.783164  9545 raft_consensus.cc:493] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:42.783540  9345 raft_consensus.cc:2468] T da2cb493e62740178b0ef96d10c233a4 P 639de74c74cd49e28be769426ea41075 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 35c30ddd68394f23ae1b5a1b3701fe34 in term 0.
I20260608 12:43:42.783856  9539 tablet_bootstrap.cc:654] T 31816c2c8ebc4a238867a450f5c23bc1 P 35c30ddd68394f23ae1b5a1b3701fe34: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:42.785238  9459 leader_election.cc:304] T da2cb493e62740178b0ef96d10c233a4 P 35c30ddd68394f23ae1b5a1b3701fe34 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 35c30ddd68394f23ae1b5a1b3701fe34, 639de74c74cd49e28be769426ea41075; no voters: 
I20260608 12:43:42.783773  9545 raft_consensus.cc:515] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } } peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } }
I20260608 12:43:42.789687  9545 leader_election.cc:290] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 35c30ddd68394f23ae1b5a1b3701fe34 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 639de74c74cd49e28be769426ea41075 (127.0.107.193:35001), 71f5e2b8665b450aa7d8b1f1a5d75fa1 (127.0.107.194:37729)
I20260608 12:43:42.790519  9545 raft_consensus.cc:2804] T da2cb493e62740178b0ef96d10c233a4 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:42.791000  9545 raft_consensus.cc:493] T da2cb493e62740178b0ef96d10c233a4 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:42.791433  9545 raft_consensus.cc:3060] T da2cb493e62740178b0ef96d10c233a4 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:42.795020  9541 tablet_bootstrap.cc:492] T 292f4b4870a14b0fa3f86802753f4eb2 P 639de74c74cd49e28be769426ea41075: No bootstrap required, opened a new log
I20260608 12:43:42.795830  9541 ts_tablet_manager.cc:1403] T 292f4b4870a14b0fa3f86802753f4eb2 P 639de74c74cd49e28be769426ea41075: Time spent bootstrapping tablet: real 0.040s	user 0.021s	sys 0.004s
I20260608 12:43:42.799444  9345 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f79d5195e0d4a9ca1ce279b22cdeaf0" candidate_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "639de74c74cd49e28be769426ea41075" is_pre_election: true
I20260608 12:43:42.800562  9345 raft_consensus.cc:2468] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 639de74c74cd49e28be769426ea41075 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 35c30ddd68394f23ae1b5a1b3701fe34 in term 0.
I20260608 12:43:42.802839  9541 raft_consensus.cc:359] T 292f4b4870a14b0fa3f86802753f4eb2 P 639de74c74cd49e28be769426ea41075 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.803629  9541 raft_consensus.cc:385] T 292f4b4870a14b0fa3f86802753f4eb2 P 639de74c74cd49e28be769426ea41075 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:42.803926  9541 raft_consensus.cc:740] T 292f4b4870a14b0fa3f86802753f4eb2 P 639de74c74cd49e28be769426ea41075 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 639de74c74cd49e28be769426ea41075, State: Initialized, Role: FOLLOWER
I20260608 12:43:42.804919  9459 leader_election.cc:304] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 35c30ddd68394f23ae1b5a1b3701fe34 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 35c30ddd68394f23ae1b5a1b3701fe34, 639de74c74cd49e28be769426ea41075; no voters: 
I20260608 12:43:42.806134  9541 consensus_queue.cc:260] T 292f4b4870a14b0fa3f86802753f4eb2 P 639de74c74cd49e28be769426ea41075 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.809463  9564 raft_consensus.cc:2804] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:42.810035  9564 raft_consensus.cc:493] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:42.810391  9564 raft_consensus.cc:3060] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:42.811105  9545 raft_consensus.cc:515] T da2cb493e62740178b0ef96d10c233a4 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.816721  9545 leader_election.cc:290] T da2cb493e62740178b0ef96d10c233a4 P 35c30ddd68394f23ae1b5a1b3701fe34 [CANDIDATE]: Term 1 election: Requested vote from peers 639de74c74cd49e28be769426ea41075 (127.0.107.193:35001), 71f5e2b8665b450aa7d8b1f1a5d75fa1 (127.0.107.194:37729)
I20260608 12:43:42.817535  9345 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da2cb493e62740178b0ef96d10c233a4" candidate_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "639de74c74cd49e28be769426ea41075"
I20260608 12:43:42.818750  9345 raft_consensus.cc:3060] T da2cb493e62740178b0ef96d10c233a4 P 639de74c74cd49e28be769426ea41075 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:42.819161  9541 ts_tablet_manager.cc:1434] T 292f4b4870a14b0fa3f86802753f4eb2 P 639de74c74cd49e28be769426ea41075: Time spent starting tablet: real 0.023s	user 0.011s	sys 0.000s
I20260608 12:43:42.825376  9539 tablet_bootstrap.cc:492] T 31816c2c8ebc4a238867a450f5c23bc1 P 35c30ddd68394f23ae1b5a1b3701fe34: No bootstrap required, opened a new log
I20260608 12:43:42.825999  9539 ts_tablet_manager.cc:1403] T 31816c2c8ebc4a238867a450f5c23bc1 P 35c30ddd68394f23ae1b5a1b3701fe34: Time spent bootstrapping tablet: real 0.050s	user 0.020s	sys 0.025s
I20260608 12:43:42.826936  9546 raft_consensus.cc:493] T da2cb493e62740178b0ef96d10c233a4 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:42.827498  9546 raft_consensus.cc:515] T da2cb493e62740178b0ef96d10c233a4 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.828258  9345 raft_consensus.cc:2468] T da2cb493e62740178b0ef96d10c233a4 P 639de74c74cd49e28be769426ea41075 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 35c30ddd68394f23ae1b5a1b3701fe34 in term 1.
I20260608 12:43:42.829219  9564 raft_consensus.cc:515] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } } peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } }
I20260608 12:43:42.829468  9539 raft_consensus.cc:359] T 31816c2c8ebc4a238867a450f5c23bc1 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.829725  9459 leader_election.cc:304] T da2cb493e62740178b0ef96d10c233a4 P 35c30ddd68394f23ae1b5a1b3701fe34 [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: 35c30ddd68394f23ae1b5a1b3701fe34, 639de74c74cd49e28be769426ea41075; no voters: 
I20260608 12:43:42.830703  9545 raft_consensus.cc:2804] T da2cb493e62740178b0ef96d10c233a4 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:42.832299  9564 leader_election.cc:290] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 35c30ddd68394f23ae1b5a1b3701fe34 [CANDIDATE]: Term 1 election: Requested vote from peers 639de74c74cd49e28be769426ea41075 (127.0.107.193:35001), 71f5e2b8665b450aa7d8b1f1a5d75fa1 (127.0.107.194:37729)
I20260608 12:43:42.832558  9345 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f79d5195e0d4a9ca1ce279b22cdeaf0" candidate_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "639de74c74cd49e28be769426ea41075"
I20260608 12:43:42.833552  9546 leader_election.cc:290] T da2cb493e62740178b0ef96d10c233a4 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 639de74c74cd49e28be769426ea41075 (127.0.107.193:35001), 35c30ddd68394f23ae1b5a1b3701fe34 (127.0.107.195:38057)
I20260608 12:43:42.830281  9539 raft_consensus.cc:385] T 31816c2c8ebc4a238867a450f5c23bc1 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:42.834156  9345 raft_consensus.cc:3060] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 639de74c74cd49e28be769426ea41075 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:42.834316  9539 raft_consensus.cc:740] T 31816c2c8ebc4a238867a450f5c23bc1 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 35c30ddd68394f23ae1b5a1b3701fe34, State: Initialized, Role: FOLLOWER
I20260608 12:43:42.836618  9539 consensus_queue.cc:260] T 31816c2c8ebc4a238867a450f5c23bc1 P 35c30ddd68394f23ae1b5a1b3701fe34 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.839388  9539 ts_tablet_manager.cc:1434] T 31816c2c8ebc4a238867a450f5c23bc1 P 35c30ddd68394f23ae1b5a1b3701fe34: Time spent starting tablet: real 0.013s	user 0.005s	sys 0.002s
I20260608 12:43:42.842284  9420 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da2cb493e62740178b0ef96d10c233a4" candidate_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" is_pre_election: true
I20260608 12:43:42.842825  9419 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f79d5195e0d4a9ca1ce279b22cdeaf0" candidate_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" is_pre_election: true
I20260608 12:43:42.843061  9420 raft_consensus.cc:2468] T da2cb493e62740178b0ef96d10c233a4 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 35c30ddd68394f23ae1b5a1b3701fe34 in term 0.
I20260608 12:43:42.843657  9419 raft_consensus.cc:2468] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 35c30ddd68394f23ae1b5a1b3701fe34 in term 0.
I20260608 12:43:42.843710  9418 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da2cb493e62740178b0ef96d10c233a4" candidate_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1"
I20260608 12:43:42.844472  9418 raft_consensus.cc:3060] T da2cb493e62740178b0ef96d10c233a4 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:42.846740  9564 raft_consensus.cc:493] T 31816c2c8ebc4a238867a450f5c23bc1 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:42.847010  9345 raft_consensus.cc:2468] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 639de74c74cd49e28be769426ea41075 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 35c30ddd68394f23ae1b5a1b3701fe34 in term 1.
I20260608 12:43:42.848519  9459 leader_election.cc:304] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 35c30ddd68394f23ae1b5a1b3701fe34 [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: 35c30ddd68394f23ae1b5a1b3701fe34, 639de74c74cd49e28be769426ea41075; no voters: 
I20260608 12:43:42.847323  9564 raft_consensus.cc:515] T 31816c2c8ebc4a238867a450f5c23bc1 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.849123  9417 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f79d5195e0d4a9ca1ce279b22cdeaf0" candidate_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1"
I20260608 12:43:42.849876  9417 raft_consensus.cc:3060] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:42.850871  9567 raft_consensus.cc:2804] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:42.852193  9344 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "31816c2c8ebc4a238867a450f5c23bc1" candidate_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "639de74c74cd49e28be769426ea41075" is_pre_election: true
I20260608 12:43:42.853116  9344 raft_consensus.cc:2468] T 31816c2c8ebc4a238867a450f5c23bc1 P 639de74c74cd49e28be769426ea41075 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 35c30ddd68394f23ae1b5a1b3701fe34 in term 0.
W20260608 12:43:42.855242  9291 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:43:42.856177  9459 leader_election.cc:304] T 31816c2c8ebc4a238867a450f5c23bc1 P 35c30ddd68394f23ae1b5a1b3701fe34 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 35c30ddd68394f23ae1b5a1b3701fe34, 639de74c74cd49e28be769426ea41075; no voters: 
I20260608 12:43:42.858456  9564 leader_election.cc:290] T 31816c2c8ebc4a238867a450f5c23bc1 P 35c30ddd68394f23ae1b5a1b3701fe34 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 639de74c74cd49e28be769426ea41075 (127.0.107.193:35001), 71f5e2b8665b450aa7d8b1f1a5d75fa1 (127.0.107.194:37729)
I20260608 12:43:42.858944  9417 raft_consensus.cc:2468] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 35c30ddd68394f23ae1b5a1b3701fe34 in term 1.
I20260608 12:43:42.859304  9564 raft_consensus.cc:2804] T 31816c2c8ebc4a238867a450f5c23bc1 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:42.859694  9344 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da2cb493e62740178b0ef96d10c233a4" candidate_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "639de74c74cd49e28be769426ea41075" is_pre_election: true
I20260608 12:43:42.859997  9564 raft_consensus.cc:493] T 31816c2c8ebc4a238867a450f5c23bc1 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:42.860633  9344 raft_consensus.cc:2393] T da2cb493e62740178b0ef96d10c233a4 P 639de74c74cd49e28be769426ea41075 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 71f5e2b8665b450aa7d8b1f1a5d75fa1 in current term 1: Already voted for candidate 35c30ddd68394f23ae1b5a1b3701fe34 in this term.
I20260608 12:43:42.860536  9564 raft_consensus.cc:3060] T 31816c2c8ebc4a238867a450f5c23bc1 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:42.863461  9419 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "31816c2c8ebc4a238867a450f5c23bc1" candidate_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" is_pre_election: true
I20260608 12:43:42.864339  9419 raft_consensus.cc:2468] T 31816c2c8ebc4a238867a450f5c23bc1 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 35c30ddd68394f23ae1b5a1b3701fe34 in term 0.
I20260608 12:43:42.866278  9418 raft_consensus.cc:2468] T da2cb493e62740178b0ef96d10c233a4 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 35c30ddd68394f23ae1b5a1b3701fe34 in term 1.
I20260608 12:43:42.867683  9545 raft_consensus.cc:697] T da2cb493e62740178b0ef96d10c233a4 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 1 LEADER]: Becoming Leader. State: Replica: 35c30ddd68394f23ae1b5a1b3701fe34, State: Running, Role: LEADER
I20260608 12:43:42.868637  9545 consensus_queue.cc:237] T da2cb493e62740178b0ef96d10c233a4 P 35c30ddd68394f23ae1b5a1b3701fe34 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.873505  9567 raft_consensus.cc:697] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 1 LEADER]: Becoming Leader. State: Replica: 35c30ddd68394f23ae1b5a1b3701fe34, State: Running, Role: LEADER
I20260608 12:43:42.874017  9569 raft_consensus.cc:493] T 77af2ec4aa744cc2bda7dff95f1f1edd P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:42.874650  9567 consensus_queue.cc:237] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 35c30ddd68394f23ae1b5a1b3701fe34 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } } peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } }
I20260608 12:43:42.874747  9569 raft_consensus.cc:515] T 77af2ec4aa744cc2bda7dff95f1f1edd P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.869642  9564 raft_consensus.cc:515] T 31816c2c8ebc4a238867a450f5c23bc1 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.885089  9344 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "77af2ec4aa744cc2bda7dff95f1f1edd" candidate_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "639de74c74cd49e28be769426ea41075" is_pre_election: true
I20260608 12:43:42.885766  9344 raft_consensus.cc:2468] T 77af2ec4aa744cc2bda7dff95f1f1edd P 639de74c74cd49e28be769426ea41075 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 35c30ddd68394f23ae1b5a1b3701fe34 in term 0.
I20260608 12:43:42.888382  9418 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "31816c2c8ebc4a238867a450f5c23bc1" candidate_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1"
I20260608 12:43:42.889066  9418 raft_consensus.cc:3060] T 31816c2c8ebc4a238867a450f5c23bc1 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:42.889129  9344 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "31816c2c8ebc4a238867a450f5c23bc1" candidate_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "639de74c74cd49e28be769426ea41075"
I20260608 12:43:42.890075  9344 raft_consensus.cc:3060] T 31816c2c8ebc4a238867a450f5c23bc1 P 639de74c74cd49e28be769426ea41075 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:42.891636  9564 leader_election.cc:290] T 31816c2c8ebc4a238867a450f5c23bc1 P 35c30ddd68394f23ae1b5a1b3701fe34 [CANDIDATE]: Term 1 election: Requested vote from peers 639de74c74cd49e28be769426ea41075 (127.0.107.193:35001), 71f5e2b8665b450aa7d8b1f1a5d75fa1 (127.0.107.194:37729)
I20260608 12:43:42.892472  9569 leader_election.cc:290] T 77af2ec4aa744cc2bda7dff95f1f1edd P 35c30ddd68394f23ae1b5a1b3701fe34 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 639de74c74cd49e28be769426ea41075 (127.0.107.193:35001), 71f5e2b8665b450aa7d8b1f1a5d75fa1 (127.0.107.194:37729)
I20260608 12:43:42.893592  9494 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "da2cb493e62740178b0ef96d10c233a4" candidate_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" is_pre_election: true
I20260608 12:43:42.894696  9417 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "77af2ec4aa744cc2bda7dff95f1f1edd" candidate_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" is_pre_election: true
I20260608 12:43:42.895378  9417 raft_consensus.cc:2468] T 77af2ec4aa744cc2bda7dff95f1f1edd P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 35c30ddd68394f23ae1b5a1b3701fe34 in term 0.
I20260608 12:43:42.895531  9385 leader_election.cc:304] T da2cb493e62740178b0ef96d10c233a4 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [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: 71f5e2b8665b450aa7d8b1f1a5d75fa1; no voters: 35c30ddd68394f23ae1b5a1b3701fe34, 639de74c74cd49e28be769426ea41075
I20260608 12:43:42.897038  9546 raft_consensus.cc:2749] T da2cb493e62740178b0ef96d10c233a4 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:43:42.897063  9460 leader_election.cc:304] T 77af2ec4aa744cc2bda7dff95f1f1edd P 35c30ddd68394f23ae1b5a1b3701fe34 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 35c30ddd68394f23ae1b5a1b3701fe34, 71f5e2b8665b450aa7d8b1f1a5d75fa1; no voters: 
I20260608 12:43:42.898123  9569 raft_consensus.cc:2804] T 77af2ec4aa744cc2bda7dff95f1f1edd P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:42.898500  9569 raft_consensus.cc:493] T 77af2ec4aa744cc2bda7dff95f1f1edd P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:42.898859  9569 raft_consensus.cc:3060] T 77af2ec4aa744cc2bda7dff95f1f1edd P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:42.901154  9418 raft_consensus.cc:2468] T 31816c2c8ebc4a238867a450f5c23bc1 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 35c30ddd68394f23ae1b5a1b3701fe34 in term 1.
I20260608 12:43:42.902616  9460 leader_election.cc:304] T 31816c2c8ebc4a238867a450f5c23bc1 P 35c30ddd68394f23ae1b5a1b3701fe34 [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: 35c30ddd68394f23ae1b5a1b3701fe34, 71f5e2b8665b450aa7d8b1f1a5d75fa1; no voters: 
I20260608 12:43:42.903610  9564 raft_consensus.cc:2804] T 31816c2c8ebc4a238867a450f5c23bc1 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:42.904172  9564 raft_consensus.cc:697] T 31816c2c8ebc4a238867a450f5c23bc1 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 1 LEADER]: Becoming Leader. State: Replica: 35c30ddd68394f23ae1b5a1b3701fe34, State: Running, Role: LEADER
I20260608 12:43:42.905108  9564 consensus_queue.cc:237] T 31816c2c8ebc4a238867a450f5c23bc1 P 35c30ddd68394f23ae1b5a1b3701fe34 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.907158  9569 raft_consensus.cc:515] T 77af2ec4aa744cc2bda7dff95f1f1edd P 35c30ddd68394f23ae1b5a1b3701fe34 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.909886  9569 leader_election.cc:290] T 77af2ec4aa744cc2bda7dff95f1f1edd P 35c30ddd68394f23ae1b5a1b3701fe34 [CANDIDATE]: Term 1 election: Requested vote from peers 639de74c74cd49e28be769426ea41075 (127.0.107.193:35001), 71f5e2b8665b450aa7d8b1f1a5d75fa1 (127.0.107.194:37729)
I20260608 12:43:42.911190  9418 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "77af2ec4aa744cc2bda7dff95f1f1edd" candidate_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1"
I20260608 12:43:42.911727  9418 raft_consensus.cc:3060] T 77af2ec4aa744cc2bda7dff95f1f1edd P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:42.914369  9345 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "77af2ec4aa744cc2bda7dff95f1f1edd" candidate_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "639de74c74cd49e28be769426ea41075"
I20260608 12:43:42.915053  9345 raft_consensus.cc:3060] T 77af2ec4aa744cc2bda7dff95f1f1edd P 639de74c74cd49e28be769426ea41075 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:42.916399  9546 raft_consensus.cc:493] T 292f4b4870a14b0fa3f86802753f4eb2 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:42.916941  9546 raft_consensus.cc:515] T 292f4b4870a14b0fa3f86802753f4eb2 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.917451  9241 catalog_manager.cc:5696] T da2cb493e62740178b0ef96d10c233a4 P 35c30ddd68394f23ae1b5a1b3701fe34 reported cstate change: term changed from 0 to 1, leader changed from <none> to 35c30ddd68394f23ae1b5a1b3701fe34 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } health_report { overall_health: HEALTHY } } }
I20260608 12:43:42.918995  9418 raft_consensus.cc:2468] T 77af2ec4aa744cc2bda7dff95f1f1edd P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 35c30ddd68394f23ae1b5a1b3701fe34 in term 1.
I20260608 12:43:42.919307  9546 leader_election.cc:290] T 292f4b4870a14b0fa3f86802753f4eb2 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 639de74c74cd49e28be769426ea41075 (127.0.107.193:35001), 35c30ddd68394f23ae1b5a1b3701fe34 (127.0.107.195:38057)
I20260608 12:43:42.920413  9460 leader_election.cc:304] T 77af2ec4aa744cc2bda7dff95f1f1edd P 35c30ddd68394f23ae1b5a1b3701fe34 [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: 35c30ddd68394f23ae1b5a1b3701fe34, 71f5e2b8665b450aa7d8b1f1a5d75fa1; no voters: 
I20260608 12:43:42.922048  9494 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "292f4b4870a14b0fa3f86802753f4eb2" candidate_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" is_pre_election: true
I20260608 12:43:42.922992  9494 raft_consensus.cc:2468] T 292f4b4870a14b0fa3f86802753f4eb2 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 71f5e2b8665b450aa7d8b1f1a5d75fa1 in term 0.
I20260608 12:43:42.923345  9567 raft_consensus.cc:2804] T 77af2ec4aa744cc2bda7dff95f1f1edd P 35c30ddd68394f23ae1b5a1b3701fe34 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:42.924396  9567 raft_consensus.cc:697] T 77af2ec4aa744cc2bda7dff95f1f1edd P 35c30ddd68394f23ae1b5a1b3701fe34 [term 1 LEADER]: Becoming Leader. State: Replica: 35c30ddd68394f23ae1b5a1b3701fe34, State: Running, Role: LEADER
I20260608 12:43:42.924605  9343 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "292f4b4870a14b0fa3f86802753f4eb2" candidate_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "639de74c74cd49e28be769426ea41075" is_pre_election: true
I20260608 12:43:42.925431  9567 consensus_queue.cc:237] T 77af2ec4aa744cc2bda7dff95f1f1edd P 35c30ddd68394f23ae1b5a1b3701fe34 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.926728  9385 leader_election.cc:304] T 292f4b4870a14b0fa3f86802753f4eb2 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 35c30ddd68394f23ae1b5a1b3701fe34, 71f5e2b8665b450aa7d8b1f1a5d75fa1; no voters: 
I20260608 12:43:42.925653  9343 raft_consensus.cc:2468] T 292f4b4870a14b0fa3f86802753f4eb2 P 639de74c74cd49e28be769426ea41075 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 71f5e2b8665b450aa7d8b1f1a5d75fa1 in term 0.
I20260608 12:43:42.930372  9546 raft_consensus.cc:2804] T 292f4b4870a14b0fa3f86802753f4eb2 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:42.930893  9546 raft_consensus.cc:493] T 292f4b4870a14b0fa3f86802753f4eb2 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:42.931365  9546 raft_consensus.cc:3060] T 292f4b4870a14b0fa3f86802753f4eb2 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:42.932148  9345 raft_consensus.cc:2468] T 77af2ec4aa744cc2bda7dff95f1f1edd P 639de74c74cd49e28be769426ea41075 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 35c30ddd68394f23ae1b5a1b3701fe34 in term 1.
I20260608 12:43:42.934599  9344 raft_consensus.cc:2468] T 31816c2c8ebc4a238867a450f5c23bc1 P 639de74c74cd49e28be769426ea41075 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 35c30ddd68394f23ae1b5a1b3701fe34 in term 1.
I20260608 12:43:42.944593  9546 raft_consensus.cc:515] T 292f4b4870a14b0fa3f86802753f4eb2 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.946820  9546 leader_election.cc:290] T 292f4b4870a14b0fa3f86802753f4eb2 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [CANDIDATE]: Term 1 election: Requested vote from peers 639de74c74cd49e28be769426ea41075 (127.0.107.193:35001), 35c30ddd68394f23ae1b5a1b3701fe34 (127.0.107.195:38057)
I20260608 12:43:42.948051  9344 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "292f4b4870a14b0fa3f86802753f4eb2" candidate_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "639de74c74cd49e28be769426ea41075"
I20260608 12:43:42.948071  9494 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "292f4b4870a14b0fa3f86802753f4eb2" candidate_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "35c30ddd68394f23ae1b5a1b3701fe34"
I20260608 12:43:42.948819  9344 raft_consensus.cc:3060] T 292f4b4870a14b0fa3f86802753f4eb2 P 639de74c74cd49e28be769426ea41075 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:42.948892  9494 raft_consensus.cc:3060] T 292f4b4870a14b0fa3f86802753f4eb2 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:42.953863  9241 catalog_manager.cc:5696] T 31816c2c8ebc4a238867a450f5c23bc1 P 35c30ddd68394f23ae1b5a1b3701fe34 reported cstate change: term changed from 0 to 1, leader changed from <none> to 35c30ddd68394f23ae1b5a1b3701fe34 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } health_report { overall_health: HEALTHY } } }
I20260608 12:43:42.955351  9241 catalog_manager.cc:5696] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 35c30ddd68394f23ae1b5a1b3701fe34 reported cstate change: term changed from 0 to 1, leader changed from <none> to 35c30ddd68394f23ae1b5a1b3701fe34 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:42.956372  9344 raft_consensus.cc:2468] T 292f4b4870a14b0fa3f86802753f4eb2 P 639de74c74cd49e28be769426ea41075 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 71f5e2b8665b450aa7d8b1f1a5d75fa1 in term 1.
I20260608 12:43:42.956372  9494 raft_consensus.cc:2468] T 292f4b4870a14b0fa3f86802753f4eb2 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 71f5e2b8665b450aa7d8b1f1a5d75fa1 in term 1.
I20260608 12:43:42.956655  9241 catalog_manager.cc:5696] T 77af2ec4aa744cc2bda7dff95f1f1edd P 35c30ddd68394f23ae1b5a1b3701fe34 reported cstate change: term changed from 0 to 1, leader changed from <none> to 35c30ddd68394f23ae1b5a1b3701fe34 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } health_report { overall_health: HEALTHY } } }
I20260608 12:43:42.957911  9385 leader_election.cc:304] T 292f4b4870a14b0fa3f86802753f4eb2 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [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: 639de74c74cd49e28be769426ea41075, 71f5e2b8665b450aa7d8b1f1a5d75fa1; no voters: 
I20260608 12:43:42.958817  9546 raft_consensus.cc:2804] T 292f4b4870a14b0fa3f86802753f4eb2 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:42.960235  9546 raft_consensus.cc:697] T 292f4b4870a14b0fa3f86802753f4eb2 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 1 LEADER]: Becoming Leader. State: Replica: 71f5e2b8665b450aa7d8b1f1a5d75fa1, State: Running, Role: LEADER
I20260608 12:43:42.961139  9546 consensus_queue.cc:237] T 292f4b4870a14b0fa3f86802753f4eb2 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.971767  9241 catalog_manager.cc:5696] T 292f4b4870a14b0fa3f86802753f4eb2 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 reported cstate change: term changed from 0 to 1, leader changed from <none> to 71f5e2b8665b450aa7d8b1f1a5d75fa1 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:42.988111  9546 raft_consensus.cc:493] T fef1b4884442463697b7d4c32b6a57c0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:42.988698  9546 raft_consensus.cc:515] T fef1b4884442463697b7d4c32b6a57c0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:42.990903  9546 leader_election.cc:290] T fef1b4884442463697b7d4c32b6a57c0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 639de74c74cd49e28be769426ea41075 (127.0.107.193:35001), 35c30ddd68394f23ae1b5a1b3701fe34 (127.0.107.195:38057)
I20260608 12:43:42.991770  9344 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fef1b4884442463697b7d4c32b6a57c0" candidate_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "639de74c74cd49e28be769426ea41075" is_pre_election: true
I20260608 12:43:42.992003  9494 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fef1b4884442463697b7d4c32b6a57c0" candidate_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" is_pre_election: true
I20260608 12:43:42.992484  9344 raft_consensus.cc:2468] T fef1b4884442463697b7d4c32b6a57c0 P 639de74c74cd49e28be769426ea41075 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 71f5e2b8665b450aa7d8b1f1a5d75fa1 in term 0.
I20260608 12:43:42.992623  9494 raft_consensus.cc:2468] T fef1b4884442463697b7d4c32b6a57c0 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 71f5e2b8665b450aa7d8b1f1a5d75fa1 in term 0.
I20260608 12:43:42.993543  9385 leader_election.cc:304] T fef1b4884442463697b7d4c32b6a57c0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 639de74c74cd49e28be769426ea41075, 71f5e2b8665b450aa7d8b1f1a5d75fa1; no voters: 
I20260608 12:43:42.994268  9546 raft_consensus.cc:2804] T fef1b4884442463697b7d4c32b6a57c0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:42.994679  9546 raft_consensus.cc:493] T fef1b4884442463697b7d4c32b6a57c0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:42.995009  9546 raft_consensus.cc:3060] T fef1b4884442463697b7d4c32b6a57c0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:42.999918  9546 raft_consensus.cc:515] T fef1b4884442463697b7d4c32b6a57c0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:43.001855  9546 leader_election.cc:290] T fef1b4884442463697b7d4c32b6a57c0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [CANDIDATE]: Term 1 election: Requested vote from peers 639de74c74cd49e28be769426ea41075 (127.0.107.193:35001), 35c30ddd68394f23ae1b5a1b3701fe34 (127.0.107.195:38057)
I20260608 12:43:43.002578  9344 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fef1b4884442463697b7d4c32b6a57c0" candidate_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "639de74c74cd49e28be769426ea41075"
I20260608 12:43:43.003001  9494 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fef1b4884442463697b7d4c32b6a57c0" candidate_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "35c30ddd68394f23ae1b5a1b3701fe34"
I20260608 12:43:43.003150  9344 raft_consensus.cc:3060] T fef1b4884442463697b7d4c32b6a57c0 P 639de74c74cd49e28be769426ea41075 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:43.003556  9494 raft_consensus.cc:3060] T fef1b4884442463697b7d4c32b6a57c0 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:43.008411  9494 raft_consensus.cc:2468] T fef1b4884442463697b7d4c32b6a57c0 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 71f5e2b8665b450aa7d8b1f1a5d75fa1 in term 1.
I20260608 12:43:43.008447  9344 raft_consensus.cc:2468] T fef1b4884442463697b7d4c32b6a57c0 P 639de74c74cd49e28be769426ea41075 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 71f5e2b8665b450aa7d8b1f1a5d75fa1 in term 1.
I20260608 12:43:43.009618  9385 leader_election.cc:304] T fef1b4884442463697b7d4c32b6a57c0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [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: 35c30ddd68394f23ae1b5a1b3701fe34, 71f5e2b8665b450aa7d8b1f1a5d75fa1; no voters: 
I20260608 12:43:43.010407  9546 raft_consensus.cc:2804] T fef1b4884442463697b7d4c32b6a57c0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:43.010836  9546 raft_consensus.cc:697] T fef1b4884442463697b7d4c32b6a57c0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 1 LEADER]: Becoming Leader. State: Replica: 71f5e2b8665b450aa7d8b1f1a5d75fa1, State: Running, Role: LEADER
I20260608 12:43:43.011631  9546 consensus_queue.cc:237] T fef1b4884442463697b7d4c32b6a57c0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } }
I20260608 12:43:43.018869  9241 catalog_manager.cc:5696] T fef1b4884442463697b7d4c32b6a57c0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 reported cstate change: term changed from 0 to 1, leader changed from <none> to 71f5e2b8665b450aa7d8b1f1a5d75fa1 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:43.261257  9567 consensus_queue.cc:1048] T da2cb493e62740178b0ef96d10c233a4 P 35c30ddd68394f23ae1b5a1b3701fe34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:43:43.314489  9567 consensus_queue.cc:1048] T da2cb493e62740178b0ef96d10c233a4 P 35c30ddd68394f23ae1b5a1b3701fe34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:43.325583  9564 consensus_queue.cc:1048] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 35c30ddd68394f23ae1b5a1b3701fe34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:43.338907  9344 raft_consensus.cc:1275] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 639de74c74cd49e28be769426ea41075 [term 1 FOLLOWER]: Refusing update from remote peer 35c30ddd68394f23ae1b5a1b3701fe34: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:43.343869  9564 consensus_queue.cc:1048] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 35c30ddd68394f23ae1b5a1b3701fe34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.003s
I20260608 12:43:43.355304  9567 consensus_queue.cc:1048] T 31816c2c8ebc4a238867a450f5c23bc1 P 35c30ddd68394f23ae1b5a1b3701fe34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:43:43.363466  9494 raft_consensus.cc:1275] T fef1b4884442463697b7d4c32b6a57c0 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 1 FOLLOWER]: Refusing update from remote peer 71f5e2b8665b450aa7d8b1f1a5d75fa1: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260608 12:43:43.364370  9523 outbound_call.cc:321] RPC callback for RPC call kudu.master.MasterService.GetTableLocations -> {remote=127.0.107.254:46481, user_credentials={real_user=slave}} blocked reactor thread for 55255us
I20260608 12:43:43.366225  9546 consensus_queue.cc:1048] T fef1b4884442463697b7d4c32b6a57c0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:43.368922  9345 raft_consensus.cc:1275] T 77af2ec4aa744cc2bda7dff95f1f1edd P 639de74c74cd49e28be769426ea41075 [term 1 FOLLOWER]: Refusing update from remote peer 35c30ddd68394f23ae1b5a1b3701fe34: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:43.373186  9569 consensus_queue.cc:1048] T 77af2ec4aa744cc2bda7dff95f1f1edd P 35c30ddd68394f23ae1b5a1b3701fe34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:43.378648  9419 raft_consensus.cc:1275] T 77af2ec4aa744cc2bda7dff95f1f1edd P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 1 FOLLOWER]: Refusing update from remote peer 35c30ddd68394f23ae1b5a1b3701fe34: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:43.385187  9342 raft_consensus.cc:1275] T fef1b4884442463697b7d4c32b6a57c0 P 639de74c74cd49e28be769426ea41075 [term 1 FOLLOWER]: Refusing update from remote peer 71f5e2b8665b450aa7d8b1f1a5d75fa1: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:43.387588  9546 consensus_queue.cc:1048] T fef1b4884442463697b7d4c32b6a57c0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:43:43.387876  9417 raft_consensus.cc:1275] T 31816c2c8ebc4a238867a450f5c23bc1 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 1 FOLLOWER]: Refusing update from remote peer 35c30ddd68394f23ae1b5a1b3701fe34: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:43.390599  9567 consensus_queue.cc:1048] T 77af2ec4aa744cc2bda7dff95f1f1edd P 35c30ddd68394f23ae1b5a1b3701fe34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:43:43.397264  9569 consensus_queue.cc:1048] T 31816c2c8ebc4a238867a450f5c23bc1 P 35c30ddd68394f23ae1b5a1b3701fe34 [LEADER]: Connected to new peer: Peer: permanent_uuid: "71f5e2b8665b450aa7d8b1f1a5d75fa1" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37729 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:43.438108  9493 raft_consensus.cc:1275] T 292f4b4870a14b0fa3f86802753f4eb2 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 1 FOLLOWER]: Refusing update from remote peer 71f5e2b8665b450aa7d8b1f1a5d75fa1: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:43.438657  9340 raft_consensus.cc:1275] T 292f4b4870a14b0fa3f86802753f4eb2 P 639de74c74cd49e28be769426ea41075 [term 1 FOLLOWER]: Refusing update from remote peer 71f5e2b8665b450aa7d8b1f1a5d75fa1: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:43.440619  9578 consensus_queue.cc:1048] T 292f4b4870a14b0fa3f86802753f4eb2 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "35c30ddd68394f23ae1b5a1b3701fe34" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38057 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:43.452773  9546 consensus_queue.cc:1048] T 292f4b4870a14b0fa3f86802753f4eb2 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "639de74c74cd49e28be769426ea41075" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35001 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.007s
I20260608 12:43:44.950492   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:43:44.979724   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:44.980453   431 tablet_replica.cc:333] T 292f4b4870a14b0fa3f86802753f4eb2 P 639de74c74cd49e28be769426ea41075: stopping tablet replica
I20260608 12:43:44.981088   431 raft_consensus.cc:2243] T 292f4b4870a14b0fa3f86802753f4eb2 P 639de74c74cd49e28be769426ea41075 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:44.981624   431 raft_consensus.cc:2272] T 292f4b4870a14b0fa3f86802753f4eb2 P 639de74c74cd49e28be769426ea41075 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:44.985107   431 tablet_replica.cc:333] T da2cb493e62740178b0ef96d10c233a4 P 639de74c74cd49e28be769426ea41075: stopping tablet replica
I20260608 12:43:44.985745   431 raft_consensus.cc:2243] T da2cb493e62740178b0ef96d10c233a4 P 639de74c74cd49e28be769426ea41075 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:44.986290   431 raft_consensus.cc:2272] T da2cb493e62740178b0ef96d10c233a4 P 639de74c74cd49e28be769426ea41075 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:44.988906   431 tablet_replica.cc:333] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 639de74c74cd49e28be769426ea41075: stopping tablet replica
I20260608 12:43:44.989495   431 raft_consensus.cc:2243] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 639de74c74cd49e28be769426ea41075 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:44.990090   431 raft_consensus.cc:2272] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 639de74c74cd49e28be769426ea41075 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:44.992573   431 tablet_replica.cc:333] T 77af2ec4aa744cc2bda7dff95f1f1edd P 639de74c74cd49e28be769426ea41075: stopping tablet replica
I20260608 12:43:44.993144   431 raft_consensus.cc:2243] T 77af2ec4aa744cc2bda7dff95f1f1edd P 639de74c74cd49e28be769426ea41075 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:44.993644   431 raft_consensus.cc:2272] T 77af2ec4aa744cc2bda7dff95f1f1edd P 639de74c74cd49e28be769426ea41075 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:44.996300   431 tablet_replica.cc:333] T fef1b4884442463697b7d4c32b6a57c0 P 639de74c74cd49e28be769426ea41075: stopping tablet replica
I20260608 12:43:44.996870   431 raft_consensus.cc:2243] T fef1b4884442463697b7d4c32b6a57c0 P 639de74c74cd49e28be769426ea41075 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:44.997354   431 raft_consensus.cc:2272] T fef1b4884442463697b7d4c32b6a57c0 P 639de74c74cd49e28be769426ea41075 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:45.000079   431 tablet_replica.cc:333] T 31816c2c8ebc4a238867a450f5c23bc1 P 639de74c74cd49e28be769426ea41075: stopping tablet replica
I20260608 12:43:45.000615   431 raft_consensus.cc:2243] T 31816c2c8ebc4a238867a450f5c23bc1 P 639de74c74cd49e28be769426ea41075 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:45.001081   431 raft_consensus.cc:2272] T 31816c2c8ebc4a238867a450f5c23bc1 P 639de74c74cd49e28be769426ea41075 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:45.027923   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:43:45.043535   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:43:45.067808   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:45.068634   431 tablet_replica.cc:333] T da2cb493e62740178b0ef96d10c233a4 P 71f5e2b8665b450aa7d8b1f1a5d75fa1: stopping tablet replica
I20260608 12:43:45.069352   431 raft_consensus.cc:2243] T da2cb493e62740178b0ef96d10c233a4 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:45.070013   431 raft_consensus.cc:2272] T da2cb493e62740178b0ef96d10c233a4 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:45.072633   431 tablet_replica.cc:333] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1: stopping tablet replica
I20260608 12:43:45.073213   431 raft_consensus.cc:2243] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:45.073740   431 raft_consensus.cc:2272] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:45.076241   431 tablet_replica.cc:333] T 77af2ec4aa744cc2bda7dff95f1f1edd P 71f5e2b8665b450aa7d8b1f1a5d75fa1: stopping tablet replica
I20260608 12:43:45.076798   431 raft_consensus.cc:2243] T 77af2ec4aa744cc2bda7dff95f1f1edd P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:45.077283   431 raft_consensus.cc:2272] T 77af2ec4aa744cc2bda7dff95f1f1edd P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:45.079932   431 tablet_replica.cc:333] T 292f4b4870a14b0fa3f86802753f4eb2 P 71f5e2b8665b450aa7d8b1f1a5d75fa1: stopping tablet replica
I20260608 12:43:45.080490   431 raft_consensus.cc:2243] T 292f4b4870a14b0fa3f86802753f4eb2 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:45.081260   431 raft_consensus.cc:2272] T 292f4b4870a14b0fa3f86802753f4eb2 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:45.083829   431 tablet_replica.cc:333] T 31816c2c8ebc4a238867a450f5c23bc1 P 71f5e2b8665b450aa7d8b1f1a5d75fa1: stopping tablet replica
I20260608 12:43:45.084424   431 raft_consensus.cc:2243] T 31816c2c8ebc4a238867a450f5c23bc1 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:45.084894   431 raft_consensus.cc:2272] T 31816c2c8ebc4a238867a450f5c23bc1 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:45.087930   431 tablet_replica.cc:333] T fef1b4884442463697b7d4c32b6a57c0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1: stopping tablet replica
I20260608 12:43:45.088454   431 raft_consensus.cc:2243] T fef1b4884442463697b7d4c32b6a57c0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:45.089315   431 raft_consensus.cc:2272] T fef1b4884442463697b7d4c32b6a57c0 P 71f5e2b8665b450aa7d8b1f1a5d75fa1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:45.118168   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:43:45.133671   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:43:45.157114   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:45.157934   431 tablet_replica.cc:333] T 31816c2c8ebc4a238867a450f5c23bc1 P 35c30ddd68394f23ae1b5a1b3701fe34: stopping tablet replica
I20260608 12:43:45.158550   431 raft_consensus.cc:2243] T 31816c2c8ebc4a238867a450f5c23bc1 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:45.159386   431 raft_consensus.cc:2272] T 31816c2c8ebc4a238867a450f5c23bc1 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:45.161927   431 tablet_replica.cc:333] T da2cb493e62740178b0ef96d10c233a4 P 35c30ddd68394f23ae1b5a1b3701fe34: stopping tablet replica
I20260608 12:43:45.162480   431 raft_consensus.cc:2243] T da2cb493e62740178b0ef96d10c233a4 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:45.163228   431 raft_consensus.cc:2272] T da2cb493e62740178b0ef96d10c233a4 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:45.165514   431 tablet_replica.cc:333] T 77af2ec4aa744cc2bda7dff95f1f1edd P 35c30ddd68394f23ae1b5a1b3701fe34: stopping tablet replica
I20260608 12:43:45.166100   431 raft_consensus.cc:2243] T 77af2ec4aa744cc2bda7dff95f1f1edd P 35c30ddd68394f23ae1b5a1b3701fe34 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:45.166836   431 raft_consensus.cc:2272] T 77af2ec4aa744cc2bda7dff95f1f1edd P 35c30ddd68394f23ae1b5a1b3701fe34 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:45.169031   431 tablet_replica.cc:333] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 35c30ddd68394f23ae1b5a1b3701fe34: stopping tablet replica
I20260608 12:43:45.169544   431 raft_consensus.cc:2243] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:45.170292   431 raft_consensus.cc:2272] T 7f79d5195e0d4a9ca1ce279b22cdeaf0 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:45.172714   431 tablet_replica.cc:333] T fef1b4884442463697b7d4c32b6a57c0 P 35c30ddd68394f23ae1b5a1b3701fe34: stopping tablet replica
I20260608 12:43:45.173231   431 raft_consensus.cc:2243] T fef1b4884442463697b7d4c32b6a57c0 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:45.173719   431 raft_consensus.cc:2272] T fef1b4884442463697b7d4c32b6a57c0 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:45.176187   431 tablet_replica.cc:333] T 292f4b4870a14b0fa3f86802753f4eb2 P 35c30ddd68394f23ae1b5a1b3701fe34: stopping tablet replica
I20260608 12:43:45.176678   431 raft_consensus.cc:2243] T 292f4b4870a14b0fa3f86802753f4eb2 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:45.177114   431 raft_consensus.cc:2272] T 292f4b4870a14b0fa3f86802753f4eb2 P 35c30ddd68394f23ae1b5a1b3701fe34 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:45.204296   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:43:45.221057   431 master.cc:562] Master@127.0.107.254:46481 shutting down...
I20260608 12:43:45.244499   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 37787431c97d4be6839afa38e599fbee [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:45.245075   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 37787431c97d4be6839afa38e599fbee [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:45.245405   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 37787431c97d4be6839afa38e599fbee: stopping tablet replica
I20260608 12:43:45.265177   431 master.cc:584] Master@127.0.107.254:46481 shutdown complete.
[       OK ] AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag (4612 ms)
[ RUN      ] AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap
I20260608 12:43:45.295920   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:36877
I20260608 12:43:45.297176   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:45.302696  9643 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:45.304488  9644 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:45.304646  9646 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:45.304782   431 server_base.cc:1061] running on GCE node
I20260608 12:43:45.306131   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:45.306368   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:45.306581   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922625306562 us; error 0 us; skew 500 ppm
I20260608 12:43:45.307153   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:45.309652   431 webserver.cc:533] Webserver started at http://127.0.107.254:43523/ using document root <none> and password file <none>
I20260608 12:43:45.310246   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:45.310441   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:45.310745   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:45.311966   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922397207313-431-0/minicluster-data/master-0-root/instance:
uuid: "9753d39df29744e0a5c0ac2f62c62cb4"
format_stamp: "Formatted at 2026-06-08 12:43:45 on dist-test-slave-1zds"
I20260608 12:43:45.316589   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:43:45.320114  9651 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:45.320899   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260608 12:43:45.321192   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922397207313-431-0/minicluster-data/master-0-root
uuid: "9753d39df29744e0a5c0ac2f62c62cb4"
format_stamp: "Formatted at 2026-06-08 12:43:45 on dist-test-slave-1zds"
I20260608 12:43:45.321478   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922397207313-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922397207313-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922397207313-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:45.335235   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:45.336310   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:45.373802   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:36877
I20260608 12:43:45.374012  9702 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:36877 every 8 connection(s)
I20260608 12:43:45.378108  9703 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:45.389123  9703 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9753d39df29744e0a5c0ac2f62c62cb4: Bootstrap starting.
I20260608 12:43:45.393712  9703 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9753d39df29744e0a5c0ac2f62c62cb4: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:45.397930  9703 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9753d39df29744e0a5c0ac2f62c62cb4: No bootstrap required, opened a new log
I20260608 12:43:45.400173  9703 raft_consensus.cc:359] T 00000000000000000000000000000000 P 9753d39df29744e0a5c0ac2f62c62cb4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9753d39df29744e0a5c0ac2f62c62cb4" member_type: VOTER }
I20260608 12:43:45.400561  9703 raft_consensus.cc:385] T 00000000000000000000000000000000 P 9753d39df29744e0a5c0ac2f62c62cb4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:45.400749  9703 raft_consensus.cc:740] T 00000000000000000000000000000000 P 9753d39df29744e0a5c0ac2f62c62cb4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9753d39df29744e0a5c0ac2f62c62cb4, State: Initialized, Role: FOLLOWER
I20260608 12:43:45.401590  9703 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9753d39df29744e0a5c0ac2f62c62cb4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "9753d39df29744e0a5c0ac2f62c62cb4" member_type: VOTER }
I20260608 12:43:45.402282  9703 raft_consensus.cc:399] T 00000000000000000000000000000000 P 9753d39df29744e0a5c0ac2f62c62cb4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:43:45.402539  9703 raft_consensus.cc:493] T 00000000000000000000000000000000 P 9753d39df29744e0a5c0ac2f62c62cb4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:43:45.402814  9703 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 9753d39df29744e0a5c0ac2f62c62cb4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:45.407683  9703 raft_consensus.cc:515] T 00000000000000000000000000000000 P 9753d39df29744e0a5c0ac2f62c62cb4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9753d39df29744e0a5c0ac2f62c62cb4" member_type: VOTER }
I20260608 12:43:45.408211  9703 leader_election.cc:304] T 00000000000000000000000000000000 P 9753d39df29744e0a5c0ac2f62c62cb4 [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: 9753d39df29744e0a5c0ac2f62c62cb4; no voters: 
I20260608 12:43:45.409368  9703 leader_election.cc:290] T 00000000000000000000000000000000 P 9753d39df29744e0a5c0ac2f62c62cb4 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:43:45.409920  9706 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 9753d39df29744e0a5c0ac2f62c62cb4 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:45.411312  9706 raft_consensus.cc:697] T 00000000000000000000000000000000 P 9753d39df29744e0a5c0ac2f62c62cb4 [term 1 LEADER]: Becoming Leader. State: Replica: 9753d39df29744e0a5c0ac2f62c62cb4, State: Running, Role: LEADER
I20260608 12:43:45.412022  9706 consensus_queue.cc:237] T 00000000000000000000000000000000 P 9753d39df29744e0a5c0ac2f62c62cb4 [LEADER]: Queue going to LEADER mode. State: All 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: "9753d39df29744e0a5c0ac2f62c62cb4" member_type: VOTER }
I20260608 12:43:45.412451  9703 sys_catalog.cc:565] T 00000000000000000000000000000000 P 9753d39df29744e0a5c0ac2f62c62cb4 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:43:45.416579  9707 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9753d39df29744e0a5c0ac2f62c62cb4 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "9753d39df29744e0a5c0ac2f62c62cb4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9753d39df29744e0a5c0ac2f62c62cb4" member_type: VOTER } }
I20260608 12:43:45.417233  9707 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9753d39df29744e0a5c0ac2f62c62cb4 [sys.catalog]: This master's current role is: LEADER
I20260608 12:43:45.419523  9714 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:43:45.419203  9708 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9753d39df29744e0a5c0ac2f62c62cb4 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 9753d39df29744e0a5c0ac2f62c62cb4. Latest consensus state: current_term: 1 leader_uuid: "9753d39df29744e0a5c0ac2f62c62cb4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9753d39df29744e0a5c0ac2f62c62cb4" member_type: VOTER } }
I20260608 12:43:45.419950  9708 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9753d39df29744e0a5c0ac2f62c62cb4 [sys.catalog]: This master's current role is: LEADER
I20260608 12:43:45.425093  9714 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:43:45.428537   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:43:45.434710  9714 catalog_manager.cc:1382] Generated new cluster ID: 757606862a3d4a619febc3a6bf134768
I20260608 12:43:45.435015  9714 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:43:45.454380  9714 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:43:45.455657  9714 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:43:45.473300  9714 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 9753d39df29744e0a5c0ac2f62c62cb4: Generated new TSK 0
I20260608 12:43:45.473918  9714 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:43:45.495762   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:45.502220  9724 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:45.503087  9725 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:45.504599  9727 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:45.505457   431 server_base.cc:1061] running on GCE node
I20260608 12:43:45.506385   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:45.506606   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:45.506791   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922625506772 us; error 0 us; skew 500 ppm
I20260608 12:43:45.507459   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:45.510159   431 webserver.cc:533] Webserver started at http://127.0.107.193:39635/ using document root <none> and password file <none>
I20260608 12:43:45.510700   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:45.510918   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:45.511202   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:45.512326   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922397207313-431-0/minicluster-data/ts-0-root/instance:
uuid: "e3dcc6dec7d34fcf871540534d0c34a0"
format_stamp: "Formatted at 2026-06-08 12:43:45 on dist-test-slave-1zds"
I20260608 12:43:45.517088   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:43:45.520831  9732 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:45.521814   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:43:45.522356   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922397207313-431-0/minicluster-data/ts-0-root
uuid: "e3dcc6dec7d34fcf871540534d0c34a0"
format_stamp: "Formatted at 2026-06-08 12:43:45 on dist-test-slave-1zds"
I20260608 12:43:45.522776   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922397207313-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922397207313-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922397207313-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:45.543984   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:45.545146   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:45.546737   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:45.549260   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:45.549496   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:45.549749   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:45.550000   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:43:45.588956   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:43847
I20260608 12:43:45.589092  9794 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:43847 every 8 connection(s)
I20260608 12:43:45.594360   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:45.601455  9799 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:45.603392  9800 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:45.605465   431 server_base.cc:1061] running on GCE node
W20260608 12:43:45.605432  9802 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:45.608022   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:45.608256   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:45.608459   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922625608420 us; error 0 us; skew 500 ppm
I20260608 12:43:45.608969  9795 heartbeater.cc:344] Connected to a master server at 127.0.107.254:36877
I20260608 12:43:45.609206   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:45.609385  9795 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:45.610402  9795 heartbeater.cc:507] Master 127.0.107.254:36877 requested a full tablet report, sending...
I20260608 12:43:45.612632   431 webserver.cc:533] Webserver started at http://127.0.107.194:36869/ using document root <none> and password file <none>
I20260608 12:43:45.613375  9668 ts_manager.cc:194] Registered new tserver with Master: e3dcc6dec7d34fcf871540534d0c34a0 (127.0.107.193:43847)
I20260608 12:43:45.613729   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:45.614246   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:45.614688   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:45.616175   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922397207313-431-0/minicluster-data/ts-1-root/instance:
uuid: "d197f78e92a340c6bf3cac7a63b683ea"
format_stamp: "Formatted at 2026-06-08 12:43:45 on dist-test-slave-1zds"
I20260608 12:43:45.616411  9668 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34032
I20260608 12:43:45.621459   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.001s
I20260608 12:43:45.625439  9807 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:45.626475   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:43:45.626809   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922397207313-431-0/minicluster-data/ts-1-root
uuid: "d197f78e92a340c6bf3cac7a63b683ea"
format_stamp: "Formatted at 2026-06-08 12:43:45 on dist-test-slave-1zds"
I20260608 12:43:45.627094   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922397207313-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922397207313-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922397207313-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:45.670488   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:45.671666   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:45.673163   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:45.675616   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:45.675819   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:45.676115   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:45.676256   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:45.714942   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:46623
I20260608 12:43:45.715071  9869 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:46623 every 8 connection(s)
I20260608 12:43:45.720109   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:45.728888  9873 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:45.730198  9874 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:45.733840  9876 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:45.734421   431 server_base.cc:1061] running on GCE node
I20260608 12:43:45.735291  9870 heartbeater.cc:344] Connected to a master server at 127.0.107.254:36877
I20260608 12:43:45.735683   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:43:45.735725  9870 heartbeater.cc:461] Registering TS with master...
W20260608 12:43:45.736032   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:45.736264   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922625736247 us; error 0 us; skew 500 ppm
I20260608 12:43:45.736740  9870 heartbeater.cc:507] Master 127.0.107.254:36877 requested a full tablet report, sending...
I20260608 12:43:45.737015   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:45.739058  9668 ts_manager.cc:194] Registered new tserver with Master: d197f78e92a340c6bf3cac7a63b683ea (127.0.107.194:46623)
I20260608 12:43:45.739852   431 webserver.cc:533] Webserver started at http://127.0.107.195:41405/ using document root <none> and password file <none>
I20260608 12:43:45.740442   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:45.740661   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:45.740641  9668 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34042
I20260608 12:43:45.741232   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:45.742573   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922397207313-431-0/minicluster-data/ts-2-root/instance:
uuid: "c1d93fdd30da49ba88cbb1ec88c52be5"
format_stamp: "Formatted at 2026-06-08 12:43:45 on dist-test-slave-1zds"
I20260608 12:43:45.747139   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:43:45.750793  9881 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:45.751724   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:43:45.752082   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922397207313-431-0/minicluster-data/ts-2-root
uuid: "c1d93fdd30da49ba88cbb1ec88c52be5"
format_stamp: "Formatted at 2026-06-08 12:43:45 on dist-test-slave-1zds"
I20260608 12:43:45.752478   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922397207313-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922397207313-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922397207313-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:45.771235   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:45.772445   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:45.773936   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:45.776306   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:45.776542   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:45.776793   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:45.776976   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:45.816457   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:36257
I20260608 12:43:45.816569  9943 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:36257 every 8 connection(s)
I20260608 12:43:45.831140  9944 heartbeater.cc:344] Connected to a master server at 127.0.107.254:36877
I20260608 12:43:45.831681  9944 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:45.832685  9944 heartbeater.cc:507] Master 127.0.107.254:36877 requested a full tablet report, sending...
I20260608 12:43:45.835269  9668 ts_manager.cc:194] Registered new tserver with Master: c1d93fdd30da49ba88cbb1ec88c52be5 (127.0.107.195:36257)
I20260608 12:43:45.835456   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.01540603s
I20260608 12:43:45.837169  9668 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34046
I20260608 12:43:46.619728  9795 heartbeater.cc:499] Master 127.0.107.254:36877 was elected leader, sending a full tablet report...
I20260608 12:43:46.743695  9870 heartbeater.cc:499] Master 127.0.107.254:36877 was elected leader, sending a full tablet report...
I20260608 12:43:46.840464  9944 heartbeater.cc:499] Master 127.0.107.254:36877 was elected leader, sending a full tablet report...
I20260608 12:43:46.898213  9668 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:34058:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:43:46.900485  9668 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:43:46.959075  9760 tablet_service.cc:1511] Processing CreateTablet for tablet 075e82c61b1f4df98a6afb617aa2df98 (DEFAULT_TABLE table=test-workload [id=f83917a7b5da4789be901ef6393f7762]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:43:46.960791  9760 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 075e82c61b1f4df98a6afb617aa2df98. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:46.960776  9909 tablet_service.cc:1511] Processing CreateTablet for tablet 075e82c61b1f4df98a6afb617aa2df98 (DEFAULT_TABLE table=test-workload [id=f83917a7b5da4789be901ef6393f7762]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:43:46.962404  9909 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 075e82c61b1f4df98a6afb617aa2df98. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:46.970431  9835 tablet_service.cc:1511] Processing CreateTablet for tablet 075e82c61b1f4df98a6afb617aa2df98 (DEFAULT_TABLE table=test-workload [id=f83917a7b5da4789be901ef6393f7762]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:43:46.972093  9835 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 075e82c61b1f4df98a6afb617aa2df98. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:46.983749  9965 tablet_bootstrap.cc:492] T 075e82c61b1f4df98a6afb617aa2df98 P c1d93fdd30da49ba88cbb1ec88c52be5: Bootstrap starting.
I20260608 12:43:46.985095  9964 tablet_bootstrap.cc:492] T 075e82c61b1f4df98a6afb617aa2df98 P e3dcc6dec7d34fcf871540534d0c34a0: Bootstrap starting.
I20260608 12:43:46.992449  9965 tablet_bootstrap.cc:654] T 075e82c61b1f4df98a6afb617aa2df98 P c1d93fdd30da49ba88cbb1ec88c52be5: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:46.992805  9964 tablet_bootstrap.cc:654] T 075e82c61b1f4df98a6afb617aa2df98 P e3dcc6dec7d34fcf871540534d0c34a0: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:46.994930  9966 tablet_bootstrap.cc:492] T 075e82c61b1f4df98a6afb617aa2df98 P d197f78e92a340c6bf3cac7a63b683ea: Bootstrap starting.
I20260608 12:43:46.999115  9965 tablet_bootstrap.cc:492] T 075e82c61b1f4df98a6afb617aa2df98 P c1d93fdd30da49ba88cbb1ec88c52be5: No bootstrap required, opened a new log
I20260608 12:43:46.999743  9965 ts_tablet_manager.cc:1403] T 075e82c61b1f4df98a6afb617aa2df98 P c1d93fdd30da49ba88cbb1ec88c52be5: Time spent bootstrapping tablet: real 0.016s	user 0.009s	sys 0.004s
I20260608 12:43:47.001675  9964 tablet_bootstrap.cc:492] T 075e82c61b1f4df98a6afb617aa2df98 P e3dcc6dec7d34fcf871540534d0c34a0: No bootstrap required, opened a new log
I20260608 12:43:47.002296  9964 ts_tablet_manager.cc:1403] T 075e82c61b1f4df98a6afb617aa2df98 P e3dcc6dec7d34fcf871540534d0c34a0: Time spent bootstrapping tablet: real 0.018s	user 0.014s	sys 0.000s
I20260608 12:43:47.002678  9966 tablet_bootstrap.cc:654] T 075e82c61b1f4df98a6afb617aa2df98 P d197f78e92a340c6bf3cac7a63b683ea: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:47.002784  9965 raft_consensus.cc:359] T 075e82c61b1f4df98a6afb617aa2df98 P c1d93fdd30da49ba88cbb1ec88c52be5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c1d93fdd30da49ba88cbb1ec88c52be5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36257 } } peers { permanent_uuid: "e3dcc6dec7d34fcf871540534d0c34a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43847 } } peers { permanent_uuid: "d197f78e92a340c6bf3cac7a63b683ea" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46623 } }
I20260608 12:43:47.003611  9965 raft_consensus.cc:385] T 075e82c61b1f4df98a6afb617aa2df98 P c1d93fdd30da49ba88cbb1ec88c52be5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:47.003875  9965 raft_consensus.cc:740] T 075e82c61b1f4df98a6afb617aa2df98 P c1d93fdd30da49ba88cbb1ec88c52be5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c1d93fdd30da49ba88cbb1ec88c52be5, State: Initialized, Role: FOLLOWER
I20260608 12:43:47.004643  9965 consensus_queue.cc:260] T 075e82c61b1f4df98a6afb617aa2df98 P c1d93fdd30da49ba88cbb1ec88c52be5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c1d93fdd30da49ba88cbb1ec88c52be5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36257 } } peers { permanent_uuid: "e3dcc6dec7d34fcf871540534d0c34a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43847 } } peers { permanent_uuid: "d197f78e92a340c6bf3cac7a63b683ea" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46623 } }
I20260608 12:43:47.005899  9964 raft_consensus.cc:359] T 075e82c61b1f4df98a6afb617aa2df98 P e3dcc6dec7d34fcf871540534d0c34a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c1d93fdd30da49ba88cbb1ec88c52be5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36257 } } peers { permanent_uuid: "e3dcc6dec7d34fcf871540534d0c34a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43847 } } peers { permanent_uuid: "d197f78e92a340c6bf3cac7a63b683ea" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46623 } }
I20260608 12:43:47.007095  9964 raft_consensus.cc:385] T 075e82c61b1f4df98a6afb617aa2df98 P e3dcc6dec7d34fcf871540534d0c34a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:47.007710  9964 raft_consensus.cc:740] T 075e82c61b1f4df98a6afb617aa2df98 P e3dcc6dec7d34fcf871540534d0c34a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3dcc6dec7d34fcf871540534d0c34a0, State: Initialized, Role: FOLLOWER
I20260608 12:43:47.007936  9965 ts_tablet_manager.cc:1434] T 075e82c61b1f4df98a6afb617aa2df98 P c1d93fdd30da49ba88cbb1ec88c52be5: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.003s
I20260608 12:43:47.008817  9964 consensus_queue.cc:260] T 075e82c61b1f4df98a6afb617aa2df98 P e3dcc6dec7d34fcf871540534d0c34a0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c1d93fdd30da49ba88cbb1ec88c52be5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36257 } } peers { permanent_uuid: "e3dcc6dec7d34fcf871540534d0c34a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43847 } } peers { permanent_uuid: "d197f78e92a340c6bf3cac7a63b683ea" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46623 } }
I20260608 12:43:47.011771  9966 tablet_bootstrap.cc:492] T 075e82c61b1f4df98a6afb617aa2df98 P d197f78e92a340c6bf3cac7a63b683ea: No bootstrap required, opened a new log
I20260608 12:43:47.012615  9966 ts_tablet_manager.cc:1403] T 075e82c61b1f4df98a6afb617aa2df98 P d197f78e92a340c6bf3cac7a63b683ea: Time spent bootstrapping tablet: real 0.018s	user 0.006s	sys 0.007s
I20260608 12:43:47.017601  9964 ts_tablet_manager.cc:1434] T 075e82c61b1f4df98a6afb617aa2df98 P e3dcc6dec7d34fcf871540534d0c34a0: Time spent starting tablet: real 0.015s	user 0.014s	sys 0.000s
I20260608 12:43:47.019873  9966 raft_consensus.cc:359] T 075e82c61b1f4df98a6afb617aa2df98 P d197f78e92a340c6bf3cac7a63b683ea [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c1d93fdd30da49ba88cbb1ec88c52be5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36257 } } peers { permanent_uuid: "e3dcc6dec7d34fcf871540534d0c34a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43847 } } peers { permanent_uuid: "d197f78e92a340c6bf3cac7a63b683ea" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46623 } }
I20260608 12:43:47.020576  9966 raft_consensus.cc:385] T 075e82c61b1f4df98a6afb617aa2df98 P d197f78e92a340c6bf3cac7a63b683ea [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:47.020848  9966 raft_consensus.cc:740] T 075e82c61b1f4df98a6afb617aa2df98 P d197f78e92a340c6bf3cac7a63b683ea [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d197f78e92a340c6bf3cac7a63b683ea, State: Initialized, Role: FOLLOWER
I20260608 12:43:47.021624  9966 consensus_queue.cc:260] T 075e82c61b1f4df98a6afb617aa2df98 P d197f78e92a340c6bf3cac7a63b683ea [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c1d93fdd30da49ba88cbb1ec88c52be5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36257 } } peers { permanent_uuid: "e3dcc6dec7d34fcf871540534d0c34a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43847 } } peers { permanent_uuid: "d197f78e92a340c6bf3cac7a63b683ea" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46623 } }
I20260608 12:43:47.025099  9966 ts_tablet_manager.cc:1434] T 075e82c61b1f4df98a6afb617aa2df98 P d197f78e92a340c6bf3cac7a63b683ea: Time spent starting tablet: real 0.012s	user 0.011s	sys 0.000s
I20260608 12:43:47.037009  9970 raft_consensus.cc:493] T 075e82c61b1f4df98a6afb617aa2df98 P c1d93fdd30da49ba88cbb1ec88c52be5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:47.037706  9970 raft_consensus.cc:515] T 075e82c61b1f4df98a6afb617aa2df98 P c1d93fdd30da49ba88cbb1ec88c52be5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c1d93fdd30da49ba88cbb1ec88c52be5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36257 } } peers { permanent_uuid: "e3dcc6dec7d34fcf871540534d0c34a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43847 } } peers { permanent_uuid: "d197f78e92a340c6bf3cac7a63b683ea" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46623 } }
I20260608 12:43:47.040306  9970 leader_election.cc:290] T 075e82c61b1f4df98a6afb617aa2df98 P c1d93fdd30da49ba88cbb1ec88c52be5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e3dcc6dec7d34fcf871540534d0c34a0 (127.0.107.193:43847), d197f78e92a340c6bf3cac7a63b683ea (127.0.107.194:46623)
I20260608 12:43:47.052558  9770 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "075e82c61b1f4df98a6afb617aa2df98" candidate_uuid: "c1d93fdd30da49ba88cbb1ec88c52be5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3dcc6dec7d34fcf871540534d0c34a0" is_pre_election: true
I20260608 12:43:47.053475  9845 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "075e82c61b1f4df98a6afb617aa2df98" candidate_uuid: "c1d93fdd30da49ba88cbb1ec88c52be5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d197f78e92a340c6bf3cac7a63b683ea" is_pre_election: true
I20260608 12:43:47.053653  9770 raft_consensus.cc:2468] T 075e82c61b1f4df98a6afb617aa2df98 P e3dcc6dec7d34fcf871540534d0c34a0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c1d93fdd30da49ba88cbb1ec88c52be5 in term 0.
I20260608 12:43:47.054319  9845 raft_consensus.cc:2468] T 075e82c61b1f4df98a6afb617aa2df98 P d197f78e92a340c6bf3cac7a63b683ea [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c1d93fdd30da49ba88cbb1ec88c52be5 in term 0.
I20260608 12:43:47.055344  9885 leader_election.cc:304] T 075e82c61b1f4df98a6afb617aa2df98 P c1d93fdd30da49ba88cbb1ec88c52be5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c1d93fdd30da49ba88cbb1ec88c52be5, e3dcc6dec7d34fcf871540534d0c34a0; no voters: 
I20260608 12:43:47.056304  9970 raft_consensus.cc:2804] T 075e82c61b1f4df98a6afb617aa2df98 P c1d93fdd30da49ba88cbb1ec88c52be5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:47.056735  9970 raft_consensus.cc:493] T 075e82c61b1f4df98a6afb617aa2df98 P c1d93fdd30da49ba88cbb1ec88c52be5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:47.057004  9970 raft_consensus.cc:3060] T 075e82c61b1f4df98a6afb617aa2df98 P c1d93fdd30da49ba88cbb1ec88c52be5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:47.062721  9970 raft_consensus.cc:515] T 075e82c61b1f4df98a6afb617aa2df98 P c1d93fdd30da49ba88cbb1ec88c52be5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c1d93fdd30da49ba88cbb1ec88c52be5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36257 } } peers { permanent_uuid: "e3dcc6dec7d34fcf871540534d0c34a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43847 } } peers { permanent_uuid: "d197f78e92a340c6bf3cac7a63b683ea" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46623 } }
I20260608 12:43:47.064610  9970 leader_election.cc:290] T 075e82c61b1f4df98a6afb617aa2df98 P c1d93fdd30da49ba88cbb1ec88c52be5 [CANDIDATE]: Term 1 election: Requested vote from peers e3dcc6dec7d34fcf871540534d0c34a0 (127.0.107.193:43847), d197f78e92a340c6bf3cac7a63b683ea (127.0.107.194:46623)
I20260608 12:43:47.065708  9770 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "075e82c61b1f4df98a6afb617aa2df98" candidate_uuid: "c1d93fdd30da49ba88cbb1ec88c52be5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3dcc6dec7d34fcf871540534d0c34a0"
I20260608 12:43:47.065882  9845 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "075e82c61b1f4df98a6afb617aa2df98" candidate_uuid: "c1d93fdd30da49ba88cbb1ec88c52be5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d197f78e92a340c6bf3cac7a63b683ea"
I20260608 12:43:47.066452  9770 raft_consensus.cc:3060] T 075e82c61b1f4df98a6afb617aa2df98 P e3dcc6dec7d34fcf871540534d0c34a0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:47.066481  9845 raft_consensus.cc:3060] T 075e82c61b1f4df98a6afb617aa2df98 P d197f78e92a340c6bf3cac7a63b683ea [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:47.072477  9845 raft_consensus.cc:2468] T 075e82c61b1f4df98a6afb617aa2df98 P d197f78e92a340c6bf3cac7a63b683ea [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c1d93fdd30da49ba88cbb1ec88c52be5 in term 1.
I20260608 12:43:47.072899  9770 raft_consensus.cc:2468] T 075e82c61b1f4df98a6afb617aa2df98 P e3dcc6dec7d34fcf871540534d0c34a0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c1d93fdd30da49ba88cbb1ec88c52be5 in term 1.
I20260608 12:43:47.073853  9885 leader_election.cc:304] T 075e82c61b1f4df98a6afb617aa2df98 P c1d93fdd30da49ba88cbb1ec88c52be5 [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: c1d93fdd30da49ba88cbb1ec88c52be5, d197f78e92a340c6bf3cac7a63b683ea; no voters: 
I20260608 12:43:47.074707  9970 raft_consensus.cc:2804] T 075e82c61b1f4df98a6afb617aa2df98 P c1d93fdd30da49ba88cbb1ec88c52be5 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:47.076117  9970 raft_consensus.cc:697] T 075e82c61b1f4df98a6afb617aa2df98 P c1d93fdd30da49ba88cbb1ec88c52be5 [term 1 LEADER]: Becoming Leader. State: Replica: c1d93fdd30da49ba88cbb1ec88c52be5, State: Running, Role: LEADER
I20260608 12:43:47.077147  9970 consensus_queue.cc:237] T 075e82c61b1f4df98a6afb617aa2df98 P c1d93fdd30da49ba88cbb1ec88c52be5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c1d93fdd30da49ba88cbb1ec88c52be5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36257 } } peers { permanent_uuid: "e3dcc6dec7d34fcf871540534d0c34a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43847 } } peers { permanent_uuid: "d197f78e92a340c6bf3cac7a63b683ea" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46623 } }
I20260608 12:43:47.086871  9668 catalog_manager.cc:5696] T 075e82c61b1f4df98a6afb617aa2df98 P c1d93fdd30da49ba88cbb1ec88c52be5 reported cstate change: term changed from 0 to 1, leader changed from <none> to c1d93fdd30da49ba88cbb1ec88c52be5 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "c1d93fdd30da49ba88cbb1ec88c52be5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c1d93fdd30da49ba88cbb1ec88c52be5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36257 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e3dcc6dec7d34fcf871540534d0c34a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43847 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d197f78e92a340c6bf3cac7a63b683ea" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46623 } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:47.306596  9770 raft_consensus.cc:1275] T 075e82c61b1f4df98a6afb617aa2df98 P e3dcc6dec7d34fcf871540534d0c34a0 [term 1 FOLLOWER]: Refusing update from remote peer c1d93fdd30da49ba88cbb1ec88c52be5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:47.306617  9845 raft_consensus.cc:1275] T 075e82c61b1f4df98a6afb617aa2df98 P d197f78e92a340c6bf3cac7a63b683ea [term 1 FOLLOWER]: Refusing update from remote peer c1d93fdd30da49ba88cbb1ec88c52be5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:47.308640  9975 consensus_queue.cc:1048] T 075e82c61b1f4df98a6afb617aa2df98 P c1d93fdd30da49ba88cbb1ec88c52be5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d197f78e92a340c6bf3cac7a63b683ea" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46623 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:43:47.309505  9970 consensus_queue.cc:1048] T 075e82c61b1f4df98a6afb617aa2df98 P c1d93fdd30da49ba88cbb1ec88c52be5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3dcc6dec7d34fcf871540534d0c34a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 43847 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:43:47.338338  9984 mvcc.cc:204] Tried to move back new op lower bound from 7294659081428889600 to 7294659080517132288. Current Snapshot: MvccSnapshot[applied={T|T < 7294659081428889600}]
I20260608 12:43:47.825830   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:43:47.852684   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:47.853343   431 tablet_replica.cc:333] T 075e82c61b1f4df98a6afb617aa2df98 P e3dcc6dec7d34fcf871540534d0c34a0: stopping tablet replica
I20260608 12:43:47.853988   431 raft_consensus.cc:2243] T 075e82c61b1f4df98a6afb617aa2df98 P e3dcc6dec7d34fcf871540534d0c34a0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:47.854511   431 raft_consensus.cc:2272] T 075e82c61b1f4df98a6afb617aa2df98 P e3dcc6dec7d34fcf871540534d0c34a0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:47.875468   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:43:47.886036   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:43:47.908130   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:47.908721   431 tablet_replica.cc:333] T 075e82c61b1f4df98a6afb617aa2df98 P d197f78e92a340c6bf3cac7a63b683ea: stopping tablet replica
I20260608 12:43:47.909265   431 raft_consensus.cc:2243] T 075e82c61b1f4df98a6afb617aa2df98 P d197f78e92a340c6bf3cac7a63b683ea [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:47.909873   431 raft_consensus.cc:2272] T 075e82c61b1f4df98a6afb617aa2df98 P d197f78e92a340c6bf3cac7a63b683ea [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:47.921988   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:43:47.932026   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:43:47.952587   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:47.953380   431 tablet_replica.cc:333] T 075e82c61b1f4df98a6afb617aa2df98 P c1d93fdd30da49ba88cbb1ec88c52be5: stopping tablet replica
I20260608 12:43:47.954121   431 raft_consensus.cc:2243] T 075e82c61b1f4df98a6afb617aa2df98 P c1d93fdd30da49ba88cbb1ec88c52be5 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:47.954993   431 raft_consensus.cc:2272] T 075e82c61b1f4df98a6afb617aa2df98 P c1d93fdd30da49ba88cbb1ec88c52be5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:47.967715   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:43:47.977924   431 master.cc:562] Master@127.0.107.254:36877 shutting down...
I20260608 12:43:47.997484   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 9753d39df29744e0a5c0ac2f62c62cb4 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:47.998091   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 9753d39df29744e0a5c0ac2f62c62cb4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:47.998373   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 9753d39df29744e0a5c0ac2f62c62cb4: stopping tablet replica
I20260608 12:43:48.017513   431 master.cc:584] Master@127.0.107.254:36877 shutdown complete.
[       OK ] AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap (2748 ms)
[ RUN      ] AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash
I20260608 12:43:48.046279   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:40495
I20260608 12:43:48.047358   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:48.052721  9999 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:48.053640  9998 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:48.054327 10001 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:48.054939   431 server_base.cc:1061] running on GCE node
I20260608 12:43:48.055802   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:48.056003   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:48.056227   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922628056207 us; error 0 us; skew 500 ppm
I20260608 12:43:48.056883   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:48.059489   431 webserver.cc:533] Webserver started at http://127.0.107.254:42287/ using document root <none> and password file <none>
I20260608 12:43:48.060066   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:48.060276   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:48.060572   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:48.061852   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922397207313-431-0/minicluster-data/master-0-root/instance:
uuid: "0760f68a34f443eaa3afb38630b0007a"
format_stamp: "Formatted at 2026-06-08 12:43:48 on dist-test-slave-1zds"
I20260608 12:43:48.067061   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.000s	sys 0.004s
I20260608 12:43:48.070896 10006 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:48.071722   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.004s	sys 0.000s
I20260608 12:43:48.072041   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922397207313-431-0/minicluster-data/master-0-root
uuid: "0760f68a34f443eaa3afb38630b0007a"
format_stamp: "Formatted at 2026-06-08 12:43:48 on dist-test-slave-1zds"
I20260608 12:43:48.072326   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922397207313-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922397207313-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922397207313-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:48.104465   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:48.105558   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:48.144217   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:40495
I20260608 12:43:48.144395 10057 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:40495 every 8 connection(s)
I20260608 12:43:48.148556 10058 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:48.160219 10058 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0760f68a34f443eaa3afb38630b0007a: Bootstrap starting.
I20260608 12:43:48.165146 10058 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0760f68a34f443eaa3afb38630b0007a: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:48.170441 10058 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0760f68a34f443eaa3afb38630b0007a: No bootstrap required, opened a new log
I20260608 12:43:48.172737 10058 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0760f68a34f443eaa3afb38630b0007a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0760f68a34f443eaa3afb38630b0007a" member_type: VOTER }
I20260608 12:43:48.173156 10058 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0760f68a34f443eaa3afb38630b0007a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:48.173421 10058 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0760f68a34f443eaa3afb38630b0007a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0760f68a34f443eaa3afb38630b0007a, State: Initialized, Role: FOLLOWER
I20260608 12:43:48.174145 10058 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0760f68a34f443eaa3afb38630b0007a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "0760f68a34f443eaa3afb38630b0007a" member_type: VOTER }
I20260608 12:43:48.174618 10058 raft_consensus.cc:399] T 00000000000000000000000000000000 P 0760f68a34f443eaa3afb38630b0007a [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:43:48.174814 10058 raft_consensus.cc:493] T 00000000000000000000000000000000 P 0760f68a34f443eaa3afb38630b0007a [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:43:48.175036 10058 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0760f68a34f443eaa3afb38630b0007a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:48.179975 10058 raft_consensus.cc:515] T 00000000000000000000000000000000 P 0760f68a34f443eaa3afb38630b0007a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0760f68a34f443eaa3afb38630b0007a" member_type: VOTER }
I20260608 12:43:48.180526 10058 leader_election.cc:304] T 00000000000000000000000000000000 P 0760f68a34f443eaa3afb38630b0007a [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: 0760f68a34f443eaa3afb38630b0007a; no voters: 
I20260608 12:43:48.181852 10058 leader_election.cc:290] T 00000000000000000000000000000000 P 0760f68a34f443eaa3afb38630b0007a [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:43:48.182345 10061 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 0760f68a34f443eaa3afb38630b0007a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:48.183841 10061 raft_consensus.cc:697] T 00000000000000000000000000000000 P 0760f68a34f443eaa3afb38630b0007a [term 1 LEADER]: Becoming Leader. State: Replica: 0760f68a34f443eaa3afb38630b0007a, State: Running, Role: LEADER
I20260608 12:43:48.184588 10061 consensus_queue.cc:237] T 00000000000000000000000000000000 P 0760f68a34f443eaa3afb38630b0007a [LEADER]: Queue going to LEADER mode. State: All 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: "0760f68a34f443eaa3afb38630b0007a" member_type: VOTER }
I20260608 12:43:48.185005 10058 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0760f68a34f443eaa3afb38630b0007a [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:43:48.190239 10062 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0760f68a34f443eaa3afb38630b0007a [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "0760f68a34f443eaa3afb38630b0007a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0760f68a34f443eaa3afb38630b0007a" member_type: VOTER } }
I20260608 12:43:48.190979 10062 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0760f68a34f443eaa3afb38630b0007a [sys.catalog]: This master's current role is: LEADER
I20260608 12:43:48.190856 10063 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0760f68a34f443eaa3afb38630b0007a [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0760f68a34f443eaa3afb38630b0007a. Latest consensus state: current_term: 1 leader_uuid: "0760f68a34f443eaa3afb38630b0007a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0760f68a34f443eaa3afb38630b0007a" member_type: VOTER } }
I20260608 12:43:48.191547 10063 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0760f68a34f443eaa3afb38630b0007a [sys.catalog]: This master's current role is: LEADER
I20260608 12:43:48.195485 10069 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:43:48.201020 10069 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:43:48.203523   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:43:48.210954 10069 catalog_manager.cc:1382] Generated new cluster ID: 99f98fc0e6ff4879a352a25d78b87cd9
I20260608 12:43:48.211268 10069 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:43:48.238394 10069 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:43:48.239745 10069 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:43:48.253504 10069 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 0760f68a34f443eaa3afb38630b0007a: Generated new TSK 0
I20260608 12:43:48.254199 10069 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:43:48.270309   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:48.276803 10079 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:48.277926 10080 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:48.280019 10082 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:48.280052   431 server_base.cc:1061] running on GCE node
I20260608 12:43:48.281193   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:48.281409   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:48.281581   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922628281563 us; error 0 us; skew 500 ppm
I20260608 12:43:48.282284   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:48.284801   431 webserver.cc:533] Webserver started at http://127.0.107.193:38379/ using document root <none> and password file <none>
I20260608 12:43:48.285331   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:48.285522   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:48.285878   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:48.287178   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922397207313-431-0/minicluster-data/ts-0-root/instance:
uuid: "5330a8792048408aa5776eb258a65f51"
format_stamp: "Formatted at 2026-06-08 12:43:48 on dist-test-slave-1zds"
I20260608 12:43:48.292055   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:43:48.295966 10087 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:48.296811   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:43:48.297168   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922397207313-431-0/minicluster-data/ts-0-root
uuid: "5330a8792048408aa5776eb258a65f51"
format_stamp: "Formatted at 2026-06-08 12:43:48 on dist-test-slave-1zds"
I20260608 12:43:48.297555   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922397207313-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922397207313-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922397207313-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:48.313536   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:48.314877   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:48.316361   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:48.318843   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:48.319069   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:48.319325   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:48.319495   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:48.358485   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:40439
I20260608 12:43:48.358629 10149 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:40439 every 8 connection(s)
I20260608 12:43:48.364243   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:48.372390 10154 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:48.374657 10155 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:48.377704   431 server_base.cc:1061] running on GCE node
W20260608 12:43:48.378144 10157 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:48.379630   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:48.379927   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:48.380148   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922628380126 us; error 0 us; skew 500 ppm
I20260608 12:43:48.380965   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:48.382853 10150 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40495
I20260608 12:43:48.383234 10150 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:48.383970 10150 heartbeater.cc:507] Master 127.0.107.254:40495 requested a full tablet report, sending...
I20260608 12:43:48.384006   431 webserver.cc:533] Webserver started at http://127.0.107.194:42457/ using document root <none> and password file <none>
I20260608 12:43:48.384680   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:48.384891   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:48.385156   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:48.386550 10023 ts_manager.cc:194] Registered new tserver with Master: 5330a8792048408aa5776eb258a65f51 (127.0.107.193:40439)
I20260608 12:43:48.386595   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922397207313-431-0/minicluster-data/ts-1-root/instance:
uuid: "b5b54f6cd03246b69ffd97c3eea2932f"
format_stamp: "Formatted at 2026-06-08 12:43:48 on dist-test-slave-1zds"
I20260608 12:43:48.389384 10023 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41588
I20260608 12:43:48.392930   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.001s	sys 0.004s
I20260608 12:43:48.396919 10162 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:48.398149   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:43:48.398448   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922397207313-431-0/minicluster-data/ts-1-root
uuid: "b5b54f6cd03246b69ffd97c3eea2932f"
format_stamp: "Formatted at 2026-06-08 12:43:48 on dist-test-slave-1zds"
I20260608 12:43:48.398742   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922397207313-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922397207313-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922397207313-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:48.428107   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:48.429273   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:48.430943   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:48.433408   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:48.433599   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:48.433914   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:48.434059   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:48.473932   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:37015
I20260608 12:43:48.474143 10224 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:37015 every 8 connection(s)
I20260608 12:43:48.479175   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:48.486701 10228 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:48.487354 10229 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:48.490959 10232 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:48.493727 10225 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40495
I20260608 12:43:48.494225 10225 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:48.494836   431 server_base.cc:1061] running on GCE node
I20260608 12:43:48.495175 10225 heartbeater.cc:507] Master 127.0.107.254:40495 requested a full tablet report, sending...
I20260608 12:43:48.496030   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:48.496351   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:48.496558   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922628496537 us; error 0 us; skew 500 ppm
I20260608 12:43:48.497308   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:48.497885 10023 ts_manager.cc:194] Registered new tserver with Master: b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194:37015)
I20260608 12:43:48.499717 10023 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41594
I20260608 12:43:48.500284   431 webserver.cc:533] Webserver started at http://127.0.107.195:34183/ using document root <none> and password file <none>
I20260608 12:43:48.501138   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:48.501379   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:48.501719   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:48.503085   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922397207313-431-0/minicluster-data/ts-2-root/instance:
uuid: "9a88033cec4a45cb8f2078912987d151"
format_stamp: "Formatted at 2026-06-08 12:43:48 on dist-test-slave-1zds"
I20260608 12:43:48.507942   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:43:48.511690 10236 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:48.512540   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:43:48.512856   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922397207313-431-0/minicluster-data/ts-2-root
uuid: "9a88033cec4a45cb8f2078912987d151"
format_stamp: "Formatted at 2026-06-08 12:43:48 on dist-test-slave-1zds"
I20260608 12:43:48.513160   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922397207313-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922397207313-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922397207313-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:48.543701   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:48.544831   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:48.546334   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:48.548645   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:48.548875   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:48.549119   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:48.549296   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:48.589322   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:36211
I20260608 12:43:48.589438 10298 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:36211 every 8 connection(s)
I20260608 12:43:48.603981 10299 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40495
I20260608 12:43:48.604431 10299 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:48.605213 10299 heartbeater.cc:507] Master 127.0.107.254:40495 requested a full tablet report, sending...
I20260608 12:43:48.607347 10023 ts_manager.cc:194] Registered new tserver with Master: 9a88033cec4a45cb8f2078912987d151 (127.0.107.195:36211)
I20260608 12:43:48.608263   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015631031s
I20260608 12:43:48.608778 10023 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41604
I20260608 12:43:49.392750 10150 heartbeater.cc:499] Master 127.0.107.254:40495 was elected leader, sending a full tablet report...
I20260608 12:43:49.502972 10225 heartbeater.cc:499] Master 127.0.107.254:40495 was elected leader, sending a full tablet report...
I20260608 12:43:49.622864 10299 heartbeater.cc:499] Master 127.0.107.254:40495 was elected leader, sending a full tablet report...
I20260608 12:43:49.672501 10023 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:41610:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 1
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260608 12:43:49.757388 10115 tablet_service.cc:1511] Processing CreateTablet for tablet f3cb6730fd5b479eb49a3dbec429f11f (DEFAULT_TABLE table=test-workload [id=eeb122bef9cb4264bea01d56321604ce]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:43:49.757627 10114 tablet_service.cc:1511] Processing CreateTablet for tablet 6728a2f91b20402cb58de04a6c39815e (DEFAULT_TABLE table=test-workload [id=eeb122bef9cb4264bea01d56321604ce]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:43:49.759822 10114 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6728a2f91b20402cb58de04a6c39815e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:49.757208 10190 tablet_service.cc:1511] Processing CreateTablet for tablet 4bde6075f348402b9bd13e63c159c3ee (DEFAULT_TABLE table=test-workload [id=eeb122bef9cb4264bea01d56321604ce]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:43:49.760776 10115 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f3cb6730fd5b479eb49a3dbec429f11f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:49.759334 10189 tablet_service.cc:1511] Processing CreateTablet for tablet e4d5f951cf41411880f9c0db7abef736 (DEFAULT_TABLE table=test-workload [id=eeb122bef9cb4264bea01d56321604ce]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:43:49.762524 10189 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e4d5f951cf41411880f9c0db7abef736. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:49.767104 10264 tablet_service.cc:1511] Processing CreateTablet for tablet b3b1f1b4da1e4af58e55af78b56e70bd (DEFAULT_TABLE table=test-workload [id=eeb122bef9cb4264bea01d56321604ce]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:43:49.768139 10263 tablet_service.cc:1511] Processing CreateTablet for tablet a3ffa8029fc240ad881f261cd077d432 (DEFAULT_TABLE table=test-workload [id=eeb122bef9cb4264bea01d56321604ce]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:43:49.769114 10264 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b3b1f1b4da1e4af58e55af78b56e70bd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:49.769987 10263 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a3ffa8029fc240ad881f261cd077d432. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:49.774132 10190 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4bde6075f348402b9bd13e63c159c3ee. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:49.793540 10321 tablet_bootstrap.cc:492] T b3b1f1b4da1e4af58e55af78b56e70bd P 9a88033cec4a45cb8f2078912987d151: Bootstrap starting.
I20260608 12:43:49.802886 10320 tablet_bootstrap.cc:492] T f3cb6730fd5b479eb49a3dbec429f11f P 5330a8792048408aa5776eb258a65f51: Bootstrap starting.
I20260608 12:43:49.810117 10321 tablet_bootstrap.cc:654] T b3b1f1b4da1e4af58e55af78b56e70bd P 9a88033cec4a45cb8f2078912987d151: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:49.814859 10320 tablet_bootstrap.cc:654] T f3cb6730fd5b479eb49a3dbec429f11f P 5330a8792048408aa5776eb258a65f51: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:49.819597 10322 tablet_bootstrap.cc:492] T 4bde6075f348402b9bd13e63c159c3ee P b5b54f6cd03246b69ffd97c3eea2932f: Bootstrap starting.
I20260608 12:43:49.821589 10321 tablet_bootstrap.cc:492] T b3b1f1b4da1e4af58e55af78b56e70bd P 9a88033cec4a45cb8f2078912987d151: No bootstrap required, opened a new log
I20260608 12:43:49.822230 10321 ts_tablet_manager.cc:1403] T b3b1f1b4da1e4af58e55af78b56e70bd P 9a88033cec4a45cb8f2078912987d151: Time spent bootstrapping tablet: real 0.029s	user 0.007s	sys 0.008s
I20260608 12:43:49.823187 10320 tablet_bootstrap.cc:492] T f3cb6730fd5b479eb49a3dbec429f11f P 5330a8792048408aa5776eb258a65f51: No bootstrap required, opened a new log
I20260608 12:43:49.823724 10320 ts_tablet_manager.cc:1403] T f3cb6730fd5b479eb49a3dbec429f11f P 5330a8792048408aa5776eb258a65f51: Time spent bootstrapping tablet: real 0.021s	user 0.008s	sys 0.005s
I20260608 12:43:49.826007 10321 raft_consensus.cc:359] T b3b1f1b4da1e4af58e55af78b56e70bd P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:49.827109 10321 raft_consensus.cc:385] T b3b1f1b4da1e4af58e55af78b56e70bd P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:49.827540 10321 raft_consensus.cc:740] T b3b1f1b4da1e4af58e55af78b56e70bd P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9a88033cec4a45cb8f2078912987d151, State: Initialized, Role: FOLLOWER
I20260608 12:43:49.827495 10320 raft_consensus.cc:359] T f3cb6730fd5b479eb49a3dbec429f11f P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } }
I20260608 12:43:49.828387 10320 raft_consensus.cc:385] T f3cb6730fd5b479eb49a3dbec429f11f P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:49.828575 10322 tablet_bootstrap.cc:654] T 4bde6075f348402b9bd13e63c159c3ee P b5b54f6cd03246b69ffd97c3eea2932f: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:49.828800 10320 raft_consensus.cc:740] T f3cb6730fd5b479eb49a3dbec429f11f P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5330a8792048408aa5776eb258a65f51, State: Initialized, Role: FOLLOWER
I20260608 12:43:49.828753 10321 consensus_queue.cc:260] T b3b1f1b4da1e4af58e55af78b56e70bd P 9a88033cec4a45cb8f2078912987d151 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:49.829972 10321 raft_consensus.cc:399] T b3b1f1b4da1e4af58e55af78b56e70bd P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:43:49.830382 10321 raft_consensus.cc:493] T b3b1f1b4da1e4af58e55af78b56e70bd P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:43:49.830338 10320 consensus_queue.cc:260] T f3cb6730fd5b479eb49a3dbec429f11f P 5330a8792048408aa5776eb258a65f51 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } }
I20260608 12:43:49.831126 10321 raft_consensus.cc:3060] T b3b1f1b4da1e4af58e55af78b56e70bd P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:49.831393 10320 raft_consensus.cc:399] T f3cb6730fd5b479eb49a3dbec429f11f P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:43:49.831828 10320 raft_consensus.cc:493] T f3cb6730fd5b479eb49a3dbec429f11f P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:43:49.832283 10320 raft_consensus.cc:3060] T f3cb6730fd5b479eb49a3dbec429f11f P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:49.834875 10322 tablet_bootstrap.cc:492] T 4bde6075f348402b9bd13e63c159c3ee P b5b54f6cd03246b69ffd97c3eea2932f: No bootstrap required, opened a new log
I20260608 12:43:49.835391 10322 ts_tablet_manager.cc:1403] T 4bde6075f348402b9bd13e63c159c3ee P b5b54f6cd03246b69ffd97c3eea2932f: Time spent bootstrapping tablet: real 0.016s	user 0.012s	sys 0.001s
I20260608 12:43:49.839212 10322 raft_consensus.cc:359] T 4bde6075f348402b9bd13e63c159c3ee P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } }
I20260608 12:43:49.839902 10322 raft_consensus.cc:385] T 4bde6075f348402b9bd13e63c159c3ee P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:49.840178 10322 raft_consensus.cc:740] T 4bde6075f348402b9bd13e63c159c3ee P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b5b54f6cd03246b69ffd97c3eea2932f, State: Initialized, Role: FOLLOWER
I20260608 12:43:49.840932 10321 raft_consensus.cc:515] T b3b1f1b4da1e4af58e55af78b56e70bd P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:49.840939 10322 consensus_queue.cc:260] T 4bde6075f348402b9bd13e63c159c3ee P b5b54f6cd03246b69ffd97c3eea2932f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } }
I20260608 12:43:49.841490 10320 raft_consensus.cc:515] T f3cb6730fd5b479eb49a3dbec429f11f P 5330a8792048408aa5776eb258a65f51 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } }
I20260608 12:43:49.841922 10322 raft_consensus.cc:399] T 4bde6075f348402b9bd13e63c159c3ee P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:43:49.842028 10321 leader_election.cc:304] T b3b1f1b4da1e4af58e55af78b56e70bd P 9a88033cec4a45cb8f2078912987d151 [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: 9a88033cec4a45cb8f2078912987d151; no voters: 
I20260608 12:43:49.842339 10322 raft_consensus.cc:493] T 4bde6075f348402b9bd13e63c159c3ee P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:43:49.842408 10320 leader_election.cc:304] T f3cb6730fd5b479eb49a3dbec429f11f P 5330a8792048408aa5776eb258a65f51 [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: 5330a8792048408aa5776eb258a65f51; no voters: 
I20260608 12:43:49.843005 10322 raft_consensus.cc:3060] T 4bde6075f348402b9bd13e63c159c3ee P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:49.850723 10322 raft_consensus.cc:515] T 4bde6075f348402b9bd13e63c159c3ee P b5b54f6cd03246b69ffd97c3eea2932f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } }
I20260608 12:43:49.851514 10322 leader_election.cc:304] T 4bde6075f348402b9bd13e63c159c3ee P b5b54f6cd03246b69ffd97c3eea2932f [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: b5b54f6cd03246b69ffd97c3eea2932f; no voters: 
I20260608 12:43:49.853291 10320 leader_election.cc:290] T f3cb6730fd5b479eb49a3dbec429f11f P 5330a8792048408aa5776eb258a65f51 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:43:49.853775 10328 raft_consensus.cc:2804] T 4bde6075f348402b9bd13e63c159c3ee P b5b54f6cd03246b69ffd97c3eea2932f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:49.854140 10321 leader_election.cc:290] T b3b1f1b4da1e4af58e55af78b56e70bd P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:43:49.854790 10326 raft_consensus.cc:2804] T b3b1f1b4da1e4af58e55af78b56e70bd P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:49.856325 10322 leader_election.cc:290] T 4bde6075f348402b9bd13e63c159c3ee P b5b54f6cd03246b69ffd97c3eea2932f [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:43:49.853861 10327 raft_consensus.cc:2804] T f3cb6730fd5b479eb49a3dbec429f11f P 5330a8792048408aa5776eb258a65f51 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:49.861822 10321 ts_tablet_manager.cc:1434] T b3b1f1b4da1e4af58e55af78b56e70bd P 9a88033cec4a45cb8f2078912987d151: Time spent starting tablet: real 0.039s	user 0.020s	sys 0.017s
I20260608 12:43:49.863511 10326 raft_consensus.cc:697] T b3b1f1b4da1e4af58e55af78b56e70bd P 9a88033cec4a45cb8f2078912987d151 [term 1 LEADER]: Becoming Leader. State: Replica: 9a88033cec4a45cb8f2078912987d151, State: Running, Role: LEADER
I20260608 12:43:49.864495 10321 tablet_bootstrap.cc:492] T a3ffa8029fc240ad881f261cd077d432 P 9a88033cec4a45cb8f2078912987d151: Bootstrap starting.
I20260608 12:43:49.864809 10326 consensus_queue.cc:237] T b3b1f1b4da1e4af58e55af78b56e70bd P 9a88033cec4a45cb8f2078912987d151 [LEADER]: Queue going to LEADER mode. State: All 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: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:49.873872 10320 ts_tablet_manager.cc:1434] T f3cb6730fd5b479eb49a3dbec429f11f P 5330a8792048408aa5776eb258a65f51: Time spent starting tablet: real 0.050s	user 0.024s	sys 0.026s
I20260608 12:43:49.875174 10320 tablet_bootstrap.cc:492] T 6728a2f91b20402cb58de04a6c39815e P 5330a8792048408aa5776eb258a65f51: Bootstrap starting.
I20260608 12:43:49.867987 10327 raft_consensus.cc:697] T f3cb6730fd5b479eb49a3dbec429f11f P 5330a8792048408aa5776eb258a65f51 [term 1 LEADER]: Becoming Leader. State: Replica: 5330a8792048408aa5776eb258a65f51, State: Running, Role: LEADER
I20260608 12:43:49.876183 10321 tablet_bootstrap.cc:654] T a3ffa8029fc240ad881f261cd077d432 P 9a88033cec4a45cb8f2078912987d151: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:49.876246 10327 consensus_queue.cc:237] T f3cb6730fd5b479eb49a3dbec429f11f P 5330a8792048408aa5776eb258a65f51 [LEADER]: Queue going to LEADER mode. State: All 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: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } }
I20260608 12:43:49.875355 10322 ts_tablet_manager.cc:1434] T 4bde6075f348402b9bd13e63c159c3ee P b5b54f6cd03246b69ffd97c3eea2932f: Time spent starting tablet: real 0.040s	user 0.018s	sys 0.002s
I20260608 12:43:49.880956 10322 tablet_bootstrap.cc:492] T e4d5f951cf41411880f9c0db7abef736 P b5b54f6cd03246b69ffd97c3eea2932f: Bootstrap starting.
I20260608 12:43:49.885566 10320 tablet_bootstrap.cc:654] T 6728a2f91b20402cb58de04a6c39815e P 5330a8792048408aa5776eb258a65f51: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:49.890136 10321 tablet_bootstrap.cc:492] T a3ffa8029fc240ad881f261cd077d432 P 9a88033cec4a45cb8f2078912987d151: No bootstrap required, opened a new log
I20260608 12:43:49.891021 10321 ts_tablet_manager.cc:1403] T a3ffa8029fc240ad881f261cd077d432 P 9a88033cec4a45cb8f2078912987d151: Time spent bootstrapping tablet: real 0.027s	user 0.013s	sys 0.010s
I20260608 12:43:49.898002 10320 tablet_bootstrap.cc:492] T 6728a2f91b20402cb58de04a6c39815e P 5330a8792048408aa5776eb258a65f51: No bootstrap required, opened a new log
I20260608 12:43:49.898694 10320 ts_tablet_manager.cc:1403] T 6728a2f91b20402cb58de04a6c39815e P 5330a8792048408aa5776eb258a65f51: Time spent bootstrapping tablet: real 0.024s	user 0.015s	sys 0.007s
I20260608 12:43:49.901669 10322 tablet_bootstrap.cc:654] T e4d5f951cf41411880f9c0db7abef736 P b5b54f6cd03246b69ffd97c3eea2932f: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:49.902458 10320 raft_consensus.cc:359] T 6728a2f91b20402cb58de04a6c39815e P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } }
I20260608 12:43:49.903126 10320 raft_consensus.cc:385] T 6728a2f91b20402cb58de04a6c39815e P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:49.903507 10320 raft_consensus.cc:740] T 6728a2f91b20402cb58de04a6c39815e P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5330a8792048408aa5776eb258a65f51, State: Initialized, Role: FOLLOWER
I20260608 12:43:49.904619 10320 consensus_queue.cc:260] T 6728a2f91b20402cb58de04a6c39815e P 5330a8792048408aa5776eb258a65f51 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } }
I20260608 12:43:49.907356 10023 catalog_manager.cc:5696] T b3b1f1b4da1e4af58e55af78b56e70bd P 9a88033cec4a45cb8f2078912987d151 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9a88033cec4a45cb8f2078912987d151 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "9a88033cec4a45cb8f2078912987d151" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } health_report { overall_health: HEALTHY } } }
I20260608 12:43:49.905637 10320 raft_consensus.cc:399] T 6728a2f91b20402cb58de04a6c39815e P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:43:49.910799 10320 raft_consensus.cc:493] T 6728a2f91b20402cb58de04a6c39815e P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:43:49.912039 10320 raft_consensus.cc:3060] T 6728a2f91b20402cb58de04a6c39815e P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:49.910542 10328 raft_consensus.cc:697] T 4bde6075f348402b9bd13e63c159c3ee P b5b54f6cd03246b69ffd97c3eea2932f [term 1 LEADER]: Becoming Leader. State: Replica: b5b54f6cd03246b69ffd97c3eea2932f, State: Running, Role: LEADER
I20260608 12:43:49.913249 10328 consensus_queue.cc:237] T 4bde6075f348402b9bd13e63c159c3ee P b5b54f6cd03246b69ffd97c3eea2932f [LEADER]: Queue going to LEADER mode. State: All 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: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } }
I20260608 12:43:49.907941 10321 raft_consensus.cc:359] T a3ffa8029fc240ad881f261cd077d432 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:49.922160 10321 raft_consensus.cc:385] T a3ffa8029fc240ad881f261cd077d432 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:49.922822 10321 raft_consensus.cc:740] T a3ffa8029fc240ad881f261cd077d432 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9a88033cec4a45cb8f2078912987d151, State: Initialized, Role: FOLLOWER
I20260608 12:43:49.912153 10022 catalog_manager.cc:5696] T f3cb6730fd5b479eb49a3dbec429f11f P 5330a8792048408aa5776eb258a65f51 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5330a8792048408aa5776eb258a65f51 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "5330a8792048408aa5776eb258a65f51" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } health_report { overall_health: HEALTHY } } }
I20260608 12:43:49.923723 10321 consensus_queue.cc:260] T a3ffa8029fc240ad881f261cd077d432 P 9a88033cec4a45cb8f2078912987d151 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:49.924482 10321 raft_consensus.cc:399] T a3ffa8029fc240ad881f261cd077d432 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:43:49.925022 10321 raft_consensus.cc:493] T a3ffa8029fc240ad881f261cd077d432 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:43:49.925668 10321 raft_consensus.cc:3060] T a3ffa8029fc240ad881f261cd077d432 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:49.931874 10320 raft_consensus.cc:515] T 6728a2f91b20402cb58de04a6c39815e P 5330a8792048408aa5776eb258a65f51 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } }
I20260608 12:43:49.934826 10320 leader_election.cc:304] T 6728a2f91b20402cb58de04a6c39815e P 5330a8792048408aa5776eb258a65f51 [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: 5330a8792048408aa5776eb258a65f51; no voters: 
I20260608 12:43:49.935523 10320 leader_election.cc:290] T 6728a2f91b20402cb58de04a6c39815e P 5330a8792048408aa5776eb258a65f51 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:43:49.936466 10329 raft_consensus.cc:2804] T 6728a2f91b20402cb58de04a6c39815e P 5330a8792048408aa5776eb258a65f51 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:49.937168 10329 raft_consensus.cc:697] T 6728a2f91b20402cb58de04a6c39815e P 5330a8792048408aa5776eb258a65f51 [term 1 LEADER]: Becoming Leader. State: Replica: 5330a8792048408aa5776eb258a65f51, State: Running, Role: LEADER
I20260608 12:43:49.937338 10320 ts_tablet_manager.cc:1434] T 6728a2f91b20402cb58de04a6c39815e P 5330a8792048408aa5776eb258a65f51: Time spent starting tablet: real 0.038s	user 0.016s	sys 0.003s
I20260608 12:43:49.938289 10329 consensus_queue.cc:237] T 6728a2f91b20402cb58de04a6c39815e P 5330a8792048408aa5776eb258a65f51 [LEADER]: Queue going to LEADER mode. State: All 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: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } }
I20260608 12:43:49.939553 10321 raft_consensus.cc:515] T a3ffa8029fc240ad881f261cd077d432 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:49.940435 10321 leader_election.cc:304] T a3ffa8029fc240ad881f261cd077d432 P 9a88033cec4a45cb8f2078912987d151 [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: 9a88033cec4a45cb8f2078912987d151; no voters: 
I20260608 12:43:49.942679 10321 leader_election.cc:290] T a3ffa8029fc240ad881f261cd077d432 P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:43:49.942834 10326 raft_consensus.cc:2804] T a3ffa8029fc240ad881f261cd077d432 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:49.943449 10326 raft_consensus.cc:697] T a3ffa8029fc240ad881f261cd077d432 P 9a88033cec4a45cb8f2078912987d151 [term 1 LEADER]: Becoming Leader. State: Replica: 9a88033cec4a45cb8f2078912987d151, State: Running, Role: LEADER
I20260608 12:43:49.944218 10326 consensus_queue.cc:237] T a3ffa8029fc240ad881f261cd077d432 P 9a88033cec4a45cb8f2078912987d151 [LEADER]: Queue going to LEADER mode. State: All 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: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:49.947002 10321 ts_tablet_manager.cc:1434] T a3ffa8029fc240ad881f261cd077d432 P 9a88033cec4a45cb8f2078912987d151: Time spent starting tablet: real 0.055s	user 0.015s	sys 0.008s
I20260608 12:43:49.952420 10322 tablet_bootstrap.cc:492] T e4d5f951cf41411880f9c0db7abef736 P b5b54f6cd03246b69ffd97c3eea2932f: No bootstrap required, opened a new log
I20260608 12:43:49.953207 10322 ts_tablet_manager.cc:1403] T e4d5f951cf41411880f9c0db7abef736 P b5b54f6cd03246b69ffd97c3eea2932f: Time spent bootstrapping tablet: real 0.073s	user 0.013s	sys 0.008s
I20260608 12:43:49.961418 10322 raft_consensus.cc:359] T e4d5f951cf41411880f9c0db7abef736 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } }
I20260608 12:43:49.973539 10322 raft_consensus.cc:385] T e4d5f951cf41411880f9c0db7abef736 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:49.974120 10322 raft_consensus.cc:740] T e4d5f951cf41411880f9c0db7abef736 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b5b54f6cd03246b69ffd97c3eea2932f, State: Initialized, Role: FOLLOWER
I20260608 12:43:49.975391 10322 consensus_queue.cc:260] T e4d5f951cf41411880f9c0db7abef736 P b5b54f6cd03246b69ffd97c3eea2932f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } }
I20260608 12:43:49.976545 10322 raft_consensus.cc:399] T e4d5f951cf41411880f9c0db7abef736 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:43:49.977353 10322 raft_consensus.cc:493] T e4d5f951cf41411880f9c0db7abef736 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:43:49.977265 10022 catalog_manager.cc:5696] T 4bde6075f348402b9bd13e63c159c3ee P b5b54f6cd03246b69ffd97c3eea2932f reported cstate change: term changed from 0 to 1, leader changed from <none> to b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } health_report { overall_health: HEALTHY } } }
I20260608 12:43:49.978235 10322 raft_consensus.cc:3060] T e4d5f951cf41411880f9c0db7abef736 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:49.979928 10021 catalog_manager.cc:5696] T 6728a2f91b20402cb58de04a6c39815e P 5330a8792048408aa5776eb258a65f51 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5330a8792048408aa5776eb258a65f51 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "5330a8792048408aa5776eb258a65f51" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } health_report { overall_health: HEALTHY } } }
I20260608 12:43:49.976483 10023 catalog_manager.cc:5696] T a3ffa8029fc240ad881f261cd077d432 P 9a88033cec4a45cb8f2078912987d151 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9a88033cec4a45cb8f2078912987d151 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "9a88033cec4a45cb8f2078912987d151" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } health_report { overall_health: HEALTHY } } }
I20260608 12:43:49.990201 10322 raft_consensus.cc:515] T e4d5f951cf41411880f9c0db7abef736 P b5b54f6cd03246b69ffd97c3eea2932f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } }
I20260608 12:43:49.991246 10322 leader_election.cc:304] T e4d5f951cf41411880f9c0db7abef736 P b5b54f6cd03246b69ffd97c3eea2932f [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: b5b54f6cd03246b69ffd97c3eea2932f; no voters: 
I20260608 12:43:49.992038 10322 leader_election.cc:290] T e4d5f951cf41411880f9c0db7abef736 P b5b54f6cd03246b69ffd97c3eea2932f [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:43:49.992197 10328 raft_consensus.cc:2804] T e4d5f951cf41411880f9c0db7abef736 P b5b54f6cd03246b69ffd97c3eea2932f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:49.992811 10328 raft_consensus.cc:697] T e4d5f951cf41411880f9c0db7abef736 P b5b54f6cd03246b69ffd97c3eea2932f [term 1 LEADER]: Becoming Leader. State: Replica: b5b54f6cd03246b69ffd97c3eea2932f, State: Running, Role: LEADER
I20260608 12:43:49.993614 10328 consensus_queue.cc:237] T e4d5f951cf41411880f9c0db7abef736 P b5b54f6cd03246b69ffd97c3eea2932f [LEADER]: Queue going to LEADER mode. State: All 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: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } }
I20260608 12:43:49.994648 10322 ts_tablet_manager.cc:1434] T e4d5f951cf41411880f9c0db7abef736 P b5b54f6cd03246b69ffd97c3eea2932f: Time spent starting tablet: real 0.041s	user 0.021s	sys 0.007s
I20260608 12:43:50.003507 10022 catalog_manager.cc:5696] T e4d5f951cf41411880f9c0db7abef736 P b5b54f6cd03246b69ffd97c3eea2932f reported cstate change: term changed from 0 to 1, leader changed from <none> to b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } health_report { overall_health: HEALTHY } } }
I20260608 12:43:50.778568 10015 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:41612:
name: "test-workload-rf3"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:43:50.781069 10015 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload-rf3 in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:43:50.827208 10115 tablet_service.cc:1511] Processing CreateTablet for tablet e2d2d61a147a41ba98e759b416c144d7 (DEFAULT_TABLE table=test-workload-rf3 [id=d99ad3e5f1bd410aa4e96012bc9edc62]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:43:50.828613 10115 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e2d2d61a147a41ba98e759b416c144d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:50.828342 10190 tablet_service.cc:1511] Processing CreateTablet for tablet e2d2d61a147a41ba98e759b416c144d7 (DEFAULT_TABLE table=test-workload-rf3 [id=d99ad3e5f1bd410aa4e96012bc9edc62]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:43:50.829871 10190 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e2d2d61a147a41ba98e759b416c144d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:50.830334 10263 tablet_service.cc:1511] Processing CreateTablet for tablet e2d2d61a147a41ba98e759b416c144d7 (DEFAULT_TABLE table=test-workload-rf3 [id=d99ad3e5f1bd410aa4e96012bc9edc62]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:43:50.831620 10263 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e2d2d61a147a41ba98e759b416c144d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:50.834187 10114 tablet_service.cc:1511] Processing CreateTablet for tablet f9a0b947665a486d9202c05047b6df87 (DEFAULT_TABLE table=test-workload-rf3 [id=d99ad3e5f1bd410aa4e96012bc9edc62]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:43:50.835677 10114 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f9a0b947665a486d9202c05047b6df87. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:50.840261 10189 tablet_service.cc:1511] Processing CreateTablet for tablet f9a0b947665a486d9202c05047b6df87 (DEFAULT_TABLE table=test-workload-rf3 [id=d99ad3e5f1bd410aa4e96012bc9edc62]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:43:50.841940 10189 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f9a0b947665a486d9202c05047b6df87. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:50.842777 10264 tablet_service.cc:1511] Processing CreateTablet for tablet f9a0b947665a486d9202c05047b6df87 (DEFAULT_TABLE table=test-workload-rf3 [id=d99ad3e5f1bd410aa4e96012bc9edc62]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:43:50.844336 10264 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f9a0b947665a486d9202c05047b6df87. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:50.859516 10379 tablet_bootstrap.cc:492] T e2d2d61a147a41ba98e759b416c144d7 P 5330a8792048408aa5776eb258a65f51: Bootstrap starting.
I20260608 12:43:50.864042 10113 tablet_service.cc:1511] Processing CreateTablet for tablet 113fb3904b154f94a4cd033fedcd7e47 (DEFAULT_TABLE table=test-workload-rf3 [id=d99ad3e5f1bd410aa4e96012bc9edc62]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:43:50.867687 10379 tablet_bootstrap.cc:654] T e2d2d61a147a41ba98e759b416c144d7 P 5330a8792048408aa5776eb258a65f51: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:50.867889 10188 tablet_service.cc:1511] Processing CreateTablet for tablet 113fb3904b154f94a4cd033fedcd7e47 (DEFAULT_TABLE table=test-workload-rf3 [id=d99ad3e5f1bd410aa4e96012bc9edc62]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:43:50.865659 10113 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 113fb3904b154f94a4cd033fedcd7e47. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:50.869145 10262 tablet_service.cc:1511] Processing CreateTablet for tablet 113fb3904b154f94a4cd033fedcd7e47 (DEFAULT_TABLE table=test-workload-rf3 [id=d99ad3e5f1bd410aa4e96012bc9edc62]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:43:50.870908 10262 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 113fb3904b154f94a4cd033fedcd7e47. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:50.869673 10188 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 113fb3904b154f94a4cd033fedcd7e47. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:50.880903 10115 tablet_service.cc:1511] Processing CreateTablet for tablet 9ba313e125b44e5a905084f5784aa6c3 (DEFAULT_TABLE table=test-workload-rf3 [id=d99ad3e5f1bd410aa4e96012bc9edc62]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:43:50.882640 10115 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9ba313e125b44e5a905084f5784aa6c3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:50.890713 10187 tablet_service.cc:1511] Processing CreateTablet for tablet 9ba313e125b44e5a905084f5784aa6c3 (DEFAULT_TABLE table=test-workload-rf3 [id=d99ad3e5f1bd410aa4e96012bc9edc62]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:43:50.892519 10187 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9ba313e125b44e5a905084f5784aa6c3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:50.900542 10264 tablet_service.cc:1511] Processing CreateTablet for tablet 9ba313e125b44e5a905084f5784aa6c3 (DEFAULT_TABLE table=test-workload-rf3 [id=d99ad3e5f1bd410aa4e96012bc9edc62]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:43:50.903065 10112 tablet_service.cc:1511] Processing CreateTablet for tablet 0ad8f2a47d8046aeb6856db54aca1b32 (DEFAULT_TABLE table=test-workload-rf3 [id=d99ad3e5f1bd410aa4e96012bc9edc62]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:43:50.908540 10112 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0ad8f2a47d8046aeb6856db54aca1b32. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:50.910967 10379 tablet_bootstrap.cc:492] T e2d2d61a147a41ba98e759b416c144d7 P 5330a8792048408aa5776eb258a65f51: No bootstrap required, opened a new log
I20260608 12:43:50.911675 10379 ts_tablet_manager.cc:1403] T e2d2d61a147a41ba98e759b416c144d7 P 5330a8792048408aa5776eb258a65f51: Time spent bootstrapping tablet: real 0.053s	user 0.013s	sys 0.004s
I20260608 12:43:50.914877 10380 tablet_bootstrap.cc:492] T e2d2d61a147a41ba98e759b416c144d7 P 9a88033cec4a45cb8f2078912987d151: Bootstrap starting.
I20260608 12:43:50.915985 10186 tablet_service.cc:1511] Processing CreateTablet for tablet 0ad8f2a47d8046aeb6856db54aca1b32 (DEFAULT_TABLE table=test-workload-rf3 [id=d99ad3e5f1bd410aa4e96012bc9edc62]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:43:50.918056 10186 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0ad8f2a47d8046aeb6856db54aca1b32. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:50.918608 10379 raft_consensus.cc:359] T e2d2d61a147a41ba98e759b416c144d7 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:50.920303 10379 raft_consensus.cc:385] T e2d2d61a147a41ba98e759b416c144d7 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:50.921118 10379 raft_consensus.cc:740] T e2d2d61a147a41ba98e759b416c144d7 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5330a8792048408aa5776eb258a65f51, State: Initialized, Role: FOLLOWER
I20260608 12:43:50.908629 10264 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9ba313e125b44e5a905084f5784aa6c3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:50.926095 10263 tablet_service.cc:1511] Processing CreateTablet for tablet 0ad8f2a47d8046aeb6856db54aca1b32 (DEFAULT_TABLE table=test-workload-rf3 [id=d99ad3e5f1bd410aa4e96012bc9edc62]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:43:50.927325 10382 tablet_bootstrap.cc:492] T e2d2d61a147a41ba98e759b416c144d7 P b5b54f6cd03246b69ffd97c3eea2932f: Bootstrap starting.
I20260608 12:43:50.923046 10379 consensus_queue.cc:260] T e2d2d61a147a41ba98e759b416c144d7 P 5330a8792048408aa5776eb258a65f51 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:50.933853 10379 ts_tablet_manager.cc:1434] T e2d2d61a147a41ba98e759b416c144d7 P 5330a8792048408aa5776eb258a65f51: Time spent starting tablet: real 0.022s	user 0.009s	sys 0.000s
I20260608 12:43:50.935101 10263 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0ad8f2a47d8046aeb6856db54aca1b32. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:50.944645 10114 tablet_service.cc:1511] Processing CreateTablet for tablet 4e039ccae94c4a26aa92605335c5005c (DEFAULT_TABLE table=test-workload-rf3 [id=d99ad3e5f1bd410aa4e96012bc9edc62]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:43:50.946134 10114 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4e039ccae94c4a26aa92605335c5005c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:50.946583 10379 tablet_bootstrap.cc:492] T f9a0b947665a486d9202c05047b6df87 P 5330a8792048408aa5776eb258a65f51: Bootstrap starting.
I20260608 12:43:50.954672 10379 tablet_bootstrap.cc:654] T f9a0b947665a486d9202c05047b6df87 P 5330a8792048408aa5776eb258a65f51: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:50.966130 10382 tablet_bootstrap.cc:654] T e2d2d61a147a41ba98e759b416c144d7 P b5b54f6cd03246b69ffd97c3eea2932f: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:50.969833 10189 tablet_service.cc:1511] Processing CreateTablet for tablet 4e039ccae94c4a26aa92605335c5005c (DEFAULT_TABLE table=test-workload-rf3 [id=d99ad3e5f1bd410aa4e96012bc9edc62]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:43:50.971338 10189 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4e039ccae94c4a26aa92605335c5005c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:50.973117 10262 tablet_service.cc:1511] Processing CreateTablet for tablet 4e039ccae94c4a26aa92605335c5005c (DEFAULT_TABLE table=test-workload-rf3 [id=d99ad3e5f1bd410aa4e96012bc9edc62]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:43:50.975394 10262 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4e039ccae94c4a26aa92605335c5005c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:50.980906 10380 tablet_bootstrap.cc:654] T e2d2d61a147a41ba98e759b416c144d7 P 9a88033cec4a45cb8f2078912987d151: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:50.988423 10379 tablet_bootstrap.cc:492] T f9a0b947665a486d9202c05047b6df87 P 5330a8792048408aa5776eb258a65f51: No bootstrap required, opened a new log
I20260608 12:43:50.991153 10379 ts_tablet_manager.cc:1403] T f9a0b947665a486d9202c05047b6df87 P 5330a8792048408aa5776eb258a65f51: Time spent bootstrapping tablet: real 0.045s	user 0.009s	sys 0.030s
I20260608 12:43:50.995558 10379 raft_consensus.cc:359] T f9a0b947665a486d9202c05047b6df87 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:50.996433 10379 raft_consensus.cc:385] T f9a0b947665a486d9202c05047b6df87 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:50.996794 10379 raft_consensus.cc:740] T f9a0b947665a486d9202c05047b6df87 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5330a8792048408aa5776eb258a65f51, State: Initialized, Role: FOLLOWER
I20260608 12:43:50.997694 10379 consensus_queue.cc:260] T f9a0b947665a486d9202c05047b6df87 P 5330a8792048408aa5776eb258a65f51 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.000514 10379 ts_tablet_manager.cc:1434] T f9a0b947665a486d9202c05047b6df87 P 5330a8792048408aa5776eb258a65f51: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:43:51.001885 10379 tablet_bootstrap.cc:492] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51: Bootstrap starting.
I20260608 12:43:51.002156 10382 tablet_bootstrap.cc:492] T e2d2d61a147a41ba98e759b416c144d7 P b5b54f6cd03246b69ffd97c3eea2932f: No bootstrap required, opened a new log
I20260608 12:43:51.002766 10382 ts_tablet_manager.cc:1403] T e2d2d61a147a41ba98e759b416c144d7 P b5b54f6cd03246b69ffd97c3eea2932f: Time spent bootstrapping tablet: real 0.076s	user 0.006s	sys 0.011s
I20260608 12:43:51.011940 10379 tablet_bootstrap.cc:654] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:51.012243 10380 tablet_bootstrap.cc:492] T e2d2d61a147a41ba98e759b416c144d7 P 9a88033cec4a45cb8f2078912987d151: No bootstrap required, opened a new log
I20260608 12:43:51.012841 10380 ts_tablet_manager.cc:1403] T e2d2d61a147a41ba98e759b416c144d7 P 9a88033cec4a45cb8f2078912987d151: Time spent bootstrapping tablet: real 0.098s	user 0.020s	sys 0.009s
I20260608 12:43:51.013476 10382 raft_consensus.cc:359] T e2d2d61a147a41ba98e759b416c144d7 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.014355 10382 raft_consensus.cc:385] T e2d2d61a147a41ba98e759b416c144d7 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:51.014700 10382 raft_consensus.cc:740] T e2d2d61a147a41ba98e759b416c144d7 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b5b54f6cd03246b69ffd97c3eea2932f, State: Initialized, Role: FOLLOWER
I20260608 12:43:51.015619 10382 consensus_queue.cc:260] T e2d2d61a147a41ba98e759b416c144d7 P b5b54f6cd03246b69ffd97c3eea2932f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.017310 10380 raft_consensus.cc:359] T e2d2d61a147a41ba98e759b416c144d7 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.018457 10382 ts_tablet_manager.cc:1434] T e2d2d61a147a41ba98e759b416c144d7 P b5b54f6cd03246b69ffd97c3eea2932f: Time spent starting tablet: real 0.015s	user 0.009s	sys 0.000s
I20260608 12:43:51.018471 10380 raft_consensus.cc:385] T e2d2d61a147a41ba98e759b416c144d7 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:51.019371 10380 raft_consensus.cc:740] T e2d2d61a147a41ba98e759b416c144d7 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9a88033cec4a45cb8f2078912987d151, State: Initialized, Role: FOLLOWER
I20260608 12:43:51.020071 10382 tablet_bootstrap.cc:492] T 9ba313e125b44e5a905084f5784aa6c3 P b5b54f6cd03246b69ffd97c3eea2932f: Bootstrap starting.
I20260608 12:43:51.020853 10380 consensus_queue.cc:260] T e2d2d61a147a41ba98e759b416c144d7 P 9a88033cec4a45cb8f2078912987d151 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.024953 10380 ts_tablet_manager.cc:1434] T e2d2d61a147a41ba98e759b416c144d7 P 9a88033cec4a45cb8f2078912987d151: Time spent starting tablet: real 0.012s	user 0.009s	sys 0.000s
I20260608 12:43:51.026746 10380 tablet_bootstrap.cc:492] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151: Bootstrap starting.
I20260608 12:43:51.028211 10382 tablet_bootstrap.cc:654] T 9ba313e125b44e5a905084f5784aa6c3 P b5b54f6cd03246b69ffd97c3eea2932f: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:51.037146 10379 tablet_bootstrap.cc:492] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51: No bootstrap required, opened a new log
I20260608 12:43:51.037829 10379 ts_tablet_manager.cc:1403] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51: Time spent bootstrapping tablet: real 0.036s	user 0.019s	sys 0.011s
I20260608 12:43:51.037912 10380 tablet_bootstrap.cc:654] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:51.041903 10379 raft_consensus.cc:359] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.042814 10379 raft_consensus.cc:385] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:51.043154 10379 raft_consensus.cc:740] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5330a8792048408aa5776eb258a65f51, State: Initialized, Role: FOLLOWER
I20260608 12:43:51.044119 10382 tablet_bootstrap.cc:492] T 9ba313e125b44e5a905084f5784aa6c3 P b5b54f6cd03246b69ffd97c3eea2932f: No bootstrap required, opened a new log
I20260608 12:43:51.044061 10379 consensus_queue.cc:260] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.044829 10382 ts_tablet_manager.cc:1403] T 9ba313e125b44e5a905084f5784aa6c3 P b5b54f6cd03246b69ffd97c3eea2932f: Time spent bootstrapping tablet: real 0.025s	user 0.009s	sys 0.008s
I20260608 12:43:51.046931 10379 ts_tablet_manager.cc:1434] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260608 12:43:51.048193 10379 tablet_bootstrap.cc:492] T 0ad8f2a47d8046aeb6856db54aca1b32 P 5330a8792048408aa5776eb258a65f51: Bootstrap starting.
I20260608 12:43:51.048578 10382 raft_consensus.cc:359] T 9ba313e125b44e5a905084f5784aa6c3 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.049443 10382 raft_consensus.cc:385] T 9ba313e125b44e5a905084f5784aa6c3 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:51.049831 10382 raft_consensus.cc:740] T 9ba313e125b44e5a905084f5784aa6c3 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b5b54f6cd03246b69ffd97c3eea2932f, State: Initialized, Role: FOLLOWER
I20260608 12:43:51.050930 10382 consensus_queue.cc:260] T 9ba313e125b44e5a905084f5784aa6c3 P b5b54f6cd03246b69ffd97c3eea2932f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.051481 10380 tablet_bootstrap.cc:492] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151: No bootstrap required, opened a new log
I20260608 12:43:51.052253 10380 ts_tablet_manager.cc:1403] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151: Time spent bootstrapping tablet: real 0.026s	user 0.011s	sys 0.006s
I20260608 12:43:51.053813 10382 ts_tablet_manager.cc:1434] T 9ba313e125b44e5a905084f5784aa6c3 P b5b54f6cd03246b69ffd97c3eea2932f: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260608 12:43:51.055018 10382 tablet_bootstrap.cc:492] T f9a0b947665a486d9202c05047b6df87 P b5b54f6cd03246b69ffd97c3eea2932f: Bootstrap starting.
I20260608 12:43:51.055526 10380 raft_consensus.cc:359] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.056298 10380 raft_consensus.cc:385] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:51.056609 10380 raft_consensus.cc:740] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9a88033cec4a45cb8f2078912987d151, State: Initialized, Role: FOLLOWER
I20260608 12:43:51.057009 10379 tablet_bootstrap.cc:654] T 0ad8f2a47d8046aeb6856db54aca1b32 P 5330a8792048408aa5776eb258a65f51: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:51.057437 10380 consensus_queue.cc:260] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.059983 10380 ts_tablet_manager.cc:1434] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151: Time spent starting tablet: real 0.007s	user 0.001s	sys 0.005s
I20260608 12:43:51.061280 10380 tablet_bootstrap.cc:492] T 9ba313e125b44e5a905084f5784aa6c3 P 9a88033cec4a45cb8f2078912987d151: Bootstrap starting.
I20260608 12:43:51.061882 10327 raft_consensus.cc:493] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:51.062413 10327 raft_consensus.cc:515] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.065488 10382 tablet_bootstrap.cc:654] T f9a0b947665a486d9202c05047b6df87 P b5b54f6cd03246b69ffd97c3eea2932f: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:51.068615 10380 tablet_bootstrap.cc:654] T 9ba313e125b44e5a905084f5784aa6c3 P 9a88033cec4a45cb8f2078912987d151: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:51.073480 10379 tablet_bootstrap.cc:492] T 0ad8f2a47d8046aeb6856db54aca1b32 P 5330a8792048408aa5776eb258a65f51: No bootstrap required, opened a new log
I20260608 12:43:51.074414 10379 ts_tablet_manager.cc:1403] T 0ad8f2a47d8046aeb6856db54aca1b32 P 5330a8792048408aa5776eb258a65f51: Time spent bootstrapping tablet: real 0.026s	user 0.017s	sys 0.005s
I20260608 12:43:51.081822 10379 raft_consensus.cc:359] T 0ad8f2a47d8046aeb6856db54aca1b32 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.082904 10379 raft_consensus.cc:385] T 0ad8f2a47d8046aeb6856db54aca1b32 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:51.083329 10379 raft_consensus.cc:740] T 0ad8f2a47d8046aeb6856db54aca1b32 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5330a8792048408aa5776eb258a65f51, State: Initialized, Role: FOLLOWER
I20260608 12:43:51.084503 10379 consensus_queue.cc:260] T 0ad8f2a47d8046aeb6856db54aca1b32 P 5330a8792048408aa5776eb258a65f51 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.079304 10327 leader_election.cc:290] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194:37015), 9a88033cec4a45cb8f2078912987d151 (127.0.107.195:36211)
I20260608 12:43:51.098645 10382 tablet_bootstrap.cc:492] T f9a0b947665a486d9202c05047b6df87 P b5b54f6cd03246b69ffd97c3eea2932f: No bootstrap required, opened a new log
I20260608 12:43:51.099546 10382 ts_tablet_manager.cc:1403] T f9a0b947665a486d9202c05047b6df87 P b5b54f6cd03246b69ffd97c3eea2932f: Time spent bootstrapping tablet: real 0.045s	user 0.022s	sys 0.015s
I20260608 12:43:51.104799 10382 raft_consensus.cc:359] T f9a0b947665a486d9202c05047b6df87 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.105995 10382 raft_consensus.cc:385] T f9a0b947665a486d9202c05047b6df87 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:51.106456 10382 raft_consensus.cc:740] T f9a0b947665a486d9202c05047b6df87 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b5b54f6cd03246b69ffd97c3eea2932f, State: Initialized, Role: FOLLOWER
I20260608 12:43:51.107815 10382 consensus_queue.cc:260] T f9a0b947665a486d9202c05047b6df87 P b5b54f6cd03246b69ffd97c3eea2932f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.112195 10382 ts_tablet_manager.cc:1434] T f9a0b947665a486d9202c05047b6df87 P b5b54f6cd03246b69ffd97c3eea2932f: Time spent starting tablet: real 0.012s	user 0.011s	sys 0.001s
I20260608 12:43:51.113927 10382 tablet_bootstrap.cc:492] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f: Bootstrap starting.
I20260608 12:43:51.124920 10382 tablet_bootstrap.cc:654] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:51.127203 10333 raft_consensus.cc:493] T f9a0b947665a486d9202c05047b6df87 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:51.128069 10333 raft_consensus.cc:515] T f9a0b947665a486d9202c05047b6df87 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.145228 10330 raft_consensus.cc:493] T e2d2d61a147a41ba98e759b416c144d7 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:51.146108 10331 raft_consensus.cc:493] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:51.134126 10333 leader_election.cc:290] T f9a0b947665a486d9202c05047b6df87 P b5b54f6cd03246b69ffd97c3eea2932f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5330a8792048408aa5776eb258a65f51 (127.0.107.193:40439), 9a88033cec4a45cb8f2078912987d151 (127.0.107.195:36211)
I20260608 12:43:51.149055 10331 raft_consensus.cc:515] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.150615 10380 tablet_bootstrap.cc:492] T 9ba313e125b44e5a905084f5784aa6c3 P 9a88033cec4a45cb8f2078912987d151: No bootstrap required, opened a new log
I20260608 12:43:51.151324 10380 ts_tablet_manager.cc:1403] T 9ba313e125b44e5a905084f5784aa6c3 P 9a88033cec4a45cb8f2078912987d151: Time spent bootstrapping tablet: real 0.090s	user 0.048s	sys 0.035s
I20260608 12:43:51.152252 10331 leader_election.cc:290] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5330a8792048408aa5776eb258a65f51 (127.0.107.193:40439), b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194:37015)
I20260608 12:43:51.146130 10379 ts_tablet_manager.cc:1434] T 0ad8f2a47d8046aeb6856db54aca1b32 P 5330a8792048408aa5776eb258a65f51: Time spent starting tablet: real 0.071s	user 0.022s	sys 0.036s
I20260608 12:43:51.152813 10330 raft_consensus.cc:515] T e2d2d61a147a41ba98e759b416c144d7 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.163075 10330 leader_election.cc:290] T e2d2d61a147a41ba98e759b416c144d7 P b5b54f6cd03246b69ffd97c3eea2932f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5330a8792048408aa5776eb258a65f51 (127.0.107.193:40439), 9a88033cec4a45cb8f2078912987d151 (127.0.107.195:36211)
I20260608 12:43:51.171422 10379 tablet_bootstrap.cc:492] T 113fb3904b154f94a4cd033fedcd7e47 P 5330a8792048408aa5776eb258a65f51: Bootstrap starting.
I20260608 12:43:51.188472 10379 tablet_bootstrap.cc:654] T 113fb3904b154f94a4cd033fedcd7e47 P 5330a8792048408aa5776eb258a65f51: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:51.188149 10200 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ba313e125b44e5a905084f5784aa6c3" candidate_uuid: "5330a8792048408aa5776eb258a65f51" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" is_pre_election: true
I20260608 12:43:51.189388 10200 raft_consensus.cc:2468] T 9ba313e125b44e5a905084f5784aa6c3 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5330a8792048408aa5776eb258a65f51 in term 0.
I20260608 12:43:51.194790 10090 leader_election.cc:304] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5330a8792048408aa5776eb258a65f51, b5b54f6cd03246b69ffd97c3eea2932f; no voters: 
I20260608 12:43:51.197538 10327 raft_consensus.cc:493] T 0ad8f2a47d8046aeb6856db54aca1b32 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:51.198298 10396 raft_consensus.cc:2804] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:51.198155 10327 raft_consensus.cc:515] T 0ad8f2a47d8046aeb6856db54aca1b32 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.198918 10396 raft_consensus.cc:493] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:51.199437 10396 raft_consensus.cc:3060] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:51.199177 10380 raft_consensus.cc:359] T 9ba313e125b44e5a905084f5784aa6c3 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.200228 10380 raft_consensus.cc:385] T 9ba313e125b44e5a905084f5784aa6c3 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:51.200618 10380 raft_consensus.cc:740] T 9ba313e125b44e5a905084f5784aa6c3 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9a88033cec4a45cb8f2078912987d151, State: Initialized, Role: FOLLOWER
I20260608 12:43:51.200829 10327 leader_election.cc:290] T 0ad8f2a47d8046aeb6856db54aca1b32 P 5330a8792048408aa5776eb258a65f51 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194:37015), 9a88033cec4a45cb8f2078912987d151 (127.0.107.195:36211)
I20260608 12:43:51.201921 10380 consensus_queue.cc:260] T 9ba313e125b44e5a905084f5784aa6c3 P 9a88033cec4a45cb8f2078912987d151 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
W20260608 12:43:51.208985 10071 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:43:51.209846 10380 ts_tablet_manager.cc:1434] T 9ba313e125b44e5a905084f5784aa6c3 P 9a88033cec4a45cb8f2078912987d151: Time spent starting tablet: real 0.058s	user 0.011s	sys 0.000s
I20260608 12:43:51.211197 10380 tablet_bootstrap.cc:492] T 113fb3904b154f94a4cd033fedcd7e47 P 9a88033cec4a45cb8f2078912987d151: Bootstrap starting.
I20260608 12:43:51.214624 10200 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0ad8f2a47d8046aeb6856db54aca1b32" candidate_uuid: "5330a8792048408aa5776eb258a65f51" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" is_pre_election: true
I20260608 12:43:51.216179 10382 tablet_bootstrap.cc:492] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f: No bootstrap required, opened a new log
W20260608 12:43:51.216710 10090 leader_election.cc:343] T 0ad8f2a47d8046aeb6856db54aca1b32 P 5330a8792048408aa5776eb258a65f51 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194:37015): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:43:51.221108 10327 raft_consensus.cc:493] T e2d2d61a147a41ba98e759b416c144d7 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:51.221906 10327 raft_consensus.cc:515] T e2d2d61a147a41ba98e759b416c144d7 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.222577 10125 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f9a0b947665a486d9202c05047b6df87" candidate_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5330a8792048408aa5776eb258a65f51" is_pre_election: true
I20260608 12:43:51.223650 10125 raft_consensus.cc:2468] T f9a0b947665a486d9202c05047b6df87 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b5b54f6cd03246b69ffd97c3eea2932f in term 0.
I20260608 12:43:51.226341 10327 leader_election.cc:290] T e2d2d61a147a41ba98e759b416c144d7 P 5330a8792048408aa5776eb258a65f51 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194:37015), 9a88033cec4a45cb8f2078912987d151 (127.0.107.195:36211)
I20260608 12:43:51.226468 10200 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2d2d61a147a41ba98e759b416c144d7" candidate_uuid: "5330a8792048408aa5776eb258a65f51" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" is_pre_election: true
I20260608 12:43:51.227648 10200 raft_consensus.cc:2468] T e2d2d61a147a41ba98e759b416c144d7 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5330a8792048408aa5776eb258a65f51 in term 0.
I20260608 12:43:51.228163 10380 tablet_bootstrap.cc:654] T 113fb3904b154f94a4cd033fedcd7e47 P 9a88033cec4a45cb8f2078912987d151: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:51.229403 10090 leader_election.cc:304] T e2d2d61a147a41ba98e759b416c144d7 P 5330a8792048408aa5776eb258a65f51 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5330a8792048408aa5776eb258a65f51, b5b54f6cd03246b69ffd97c3eea2932f; no voters: 
I20260608 12:43:51.231151 10327 raft_consensus.cc:2804] T e2d2d61a147a41ba98e759b416c144d7 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:51.231972 10274 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ba313e125b44e5a905084f5784aa6c3" candidate_uuid: "5330a8792048408aa5776eb258a65f51" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9a88033cec4a45cb8f2078912987d151" is_pre_election: true
I20260608 12:43:51.231803 10327 raft_consensus.cc:493] T e2d2d61a147a41ba98e759b416c144d7 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:51.233076 10274 raft_consensus.cc:2468] T 9ba313e125b44e5a905084f5784aa6c3 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5330a8792048408aa5776eb258a65f51 in term 0.
I20260608 12:43:51.233597 10327 raft_consensus.cc:3060] T e2d2d61a147a41ba98e759b416c144d7 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:51.240335 10125 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2d2d61a147a41ba98e759b416c144d7" candidate_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5330a8792048408aa5776eb258a65f51" is_pre_election: true
I20260608 12:43:51.234671 10273 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0ad8f2a47d8046aeb6856db54aca1b32" candidate_uuid: "5330a8792048408aa5776eb258a65f51" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9a88033cec4a45cb8f2078912987d151" is_pre_election: true
I20260608 12:43:51.236086 10272 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2d2d61a147a41ba98e759b416c144d7" candidate_uuid: "5330a8792048408aa5776eb258a65f51" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9a88033cec4a45cb8f2078912987d151" is_pre_election: true
I20260608 12:43:51.216796 10382 ts_tablet_manager.cc:1403] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f: Time spent bootstrapping tablet: real 0.103s	user 0.017s	sys 0.014s
I20260608 12:43:51.257297 10396 raft_consensus.cc:515] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.259927 10382 raft_consensus.cc:359] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
W20260608 12:43:51.260838 10089 leader_election.cc:343] T 0ad8f2a47d8046aeb6856db54aca1b32 P 5330a8792048408aa5776eb258a65f51 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9a88033cec4a45cb8f2078912987d151 (127.0.107.195:36211): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:43:51.261112 10382 raft_consensus.cc:385] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:51.261612 10382 raft_consensus.cc:740] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b5b54f6cd03246b69ffd97c3eea2932f, State: Initialized, Role: FOLLOWER
I20260608 12:43:51.261673 10089 leader_election.cc:304] T 0ad8f2a47d8046aeb6856db54aca1b32 P 5330a8792048408aa5776eb258a65f51 [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: 5330a8792048408aa5776eb258a65f51; no voters: 9a88033cec4a45cb8f2078912987d151, b5b54f6cd03246b69ffd97c3eea2932f
I20260608 12:43:51.263495 10272 raft_consensus.cc:2468] T e2d2d61a147a41ba98e759b416c144d7 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5330a8792048408aa5776eb258a65f51 in term 0.
I20260608 12:43:51.263064 10382 consensus_queue.cc:260] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.268406 10396 leader_election.cc:290] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51 [CANDIDATE]: Term 1 election: Requested vote from peers b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194:37015), 9a88033cec4a45cb8f2078912987d151 (127.0.107.195:36211)
I20260608 12:43:51.269299 10396 raft_consensus.cc:2749] T 0ad8f2a47d8046aeb6856db54aca1b32 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:43:51.271306 10382 ts_tablet_manager.cc:1434] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f: Time spent starting tablet: real 0.016s	user 0.010s	sys 0.000s
I20260608 12:43:51.271190 10165 leader_election.cc:304] T f9a0b947665a486d9202c05047b6df87 P b5b54f6cd03246b69ffd97c3eea2932f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5330a8792048408aa5776eb258a65f51, b5b54f6cd03246b69ffd97c3eea2932f; no voters: 
I20260608 12:43:51.272619 10330 raft_consensus.cc:2804] T f9a0b947665a486d9202c05047b6df87 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:51.273015 10330 raft_consensus.cc:493] T f9a0b947665a486d9202c05047b6df87 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:51.273097 10382 tablet_bootstrap.cc:492] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f: Bootstrap starting.
I20260608 12:43:51.273443 10330 raft_consensus.cc:3060] T f9a0b947665a486d9202c05047b6df87 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:51.279354 10200 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ba313e125b44e5a905084f5784aa6c3" candidate_uuid: "5330a8792048408aa5776eb258a65f51" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b5b54f6cd03246b69ffd97c3eea2932f"
I20260608 12:43:51.280295 10200 raft_consensus.cc:3060] T 9ba313e125b44e5a905084f5784aa6c3 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:51.281244 10382 tablet_bootstrap.cc:654] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:51.281615 10330 raft_consensus.cc:515] T f9a0b947665a486d9202c05047b6df87 P b5b54f6cd03246b69ffd97c3eea2932f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.285230 10330 leader_election.cc:290] T f9a0b947665a486d9202c05047b6df87 P b5b54f6cd03246b69ffd97c3eea2932f [CANDIDATE]: Term 1 election: Requested vote from peers 5330a8792048408aa5776eb258a65f51 (127.0.107.193:40439), 9a88033cec4a45cb8f2078912987d151 (127.0.107.195:36211)
I20260608 12:43:51.293817 10380 tablet_bootstrap.cc:492] T 113fb3904b154f94a4cd033fedcd7e47 P 9a88033cec4a45cb8f2078912987d151: No bootstrap required, opened a new log
I20260608 12:43:51.294430 10380 ts_tablet_manager.cc:1403] T 113fb3904b154f94a4cd033fedcd7e47 P 9a88033cec4a45cb8f2078912987d151: Time spent bootstrapping tablet: real 0.084s	user 0.016s	sys 0.019s
I20260608 12:43:51.294360 10200 raft_consensus.cc:2468] T 9ba313e125b44e5a905084f5784aa6c3 P b5b54f6cd03246b69ffd97c3eea2932f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5330a8792048408aa5776eb258a65f51 in term 1.
I20260608 12:43:51.295804 10090 leader_election.cc:304] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51 [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: 5330a8792048408aa5776eb258a65f51, b5b54f6cd03246b69ffd97c3eea2932f; no voters: 
I20260608 12:43:51.296937 10396 raft_consensus.cc:2804] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:51.296813 10124 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f9a0b947665a486d9202c05047b6df87" candidate_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5330a8792048408aa5776eb258a65f51"
I20260608 12:43:51.297560 10396 raft_consensus.cc:697] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51 [term 1 LEADER]: Becoming Leader. State: Replica: 5330a8792048408aa5776eb258a65f51, State: Running, Role: LEADER
I20260608 12:43:51.297770 10124 raft_consensus.cc:3060] T f9a0b947665a486d9202c05047b6df87 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:51.298840 10396 consensus_queue.cc:237] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
W20260608 12:43:51.302187 10089 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.195:36211, user_credentials={real_user=slave}} blocked reactor thread for 53929.9us
I20260608 12:43:51.306686 10272 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9ba313e125b44e5a905084f5784aa6c3" candidate_uuid: "5330a8792048408aa5776eb258a65f51" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9a88033cec4a45cb8f2078912987d151"
I20260608 12:43:51.307593 10272 raft_consensus.cc:3060] T 9ba313e125b44e5a905084f5784aa6c3 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:51.309891 10327 raft_consensus.cc:515] T e2d2d61a147a41ba98e759b416c144d7 P 5330a8792048408aa5776eb258a65f51 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.311671 10125 raft_consensus.cc:2393] T e2d2d61a147a41ba98e759b416c144d7 P 5330a8792048408aa5776eb258a65f51 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate b5b54f6cd03246b69ffd97c3eea2932f in current term 1: Already voted for candidate 5330a8792048408aa5776eb258a65f51 in this term.
I20260608 12:43:51.313012 10327 leader_election.cc:290] T e2d2d61a147a41ba98e759b416c144d7 P 5330a8792048408aa5776eb258a65f51 [CANDIDATE]: Term 1 election: Requested vote from peers b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194:37015), 9a88033cec4a45cb8f2078912987d151 (127.0.107.195:36211)
I20260608 12:43:51.316162 10200 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2d2d61a147a41ba98e759b416c144d7" candidate_uuid: "5330a8792048408aa5776eb258a65f51" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b5b54f6cd03246b69ffd97c3eea2932f"
I20260608 12:43:51.317060 10200 raft_consensus.cc:3060] T e2d2d61a147a41ba98e759b416c144d7 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:51.317852 10380 raft_consensus.cc:359] T 113fb3904b154f94a4cd033fedcd7e47 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.318599 10380 raft_consensus.cc:385] T 113fb3904b154f94a4cd033fedcd7e47 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:51.318879 10380 raft_consensus.cc:740] T 113fb3904b154f94a4cd033fedcd7e47 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9a88033cec4a45cb8f2078912987d151, State: Initialized, Role: FOLLOWER
I20260608 12:43:51.319291 10274 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2d2d61a147a41ba98e759b416c144d7" candidate_uuid: "5330a8792048408aa5776eb258a65f51" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9a88033cec4a45cb8f2078912987d151"
I20260608 12:43:51.319664 10380 consensus_queue.cc:260] T 113fb3904b154f94a4cd033fedcd7e47 P 9a88033cec4a45cb8f2078912987d151 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.320155 10274 raft_consensus.cc:3060] T e2d2d61a147a41ba98e759b416c144d7 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:51.325826 10200 raft_consensus.cc:2468] T e2d2d61a147a41ba98e759b416c144d7 P b5b54f6cd03246b69ffd97c3eea2932f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5330a8792048408aa5776eb258a65f51 in term 1.
I20260608 12:43:51.327190 10090 leader_election.cc:304] T e2d2d61a147a41ba98e759b416c144d7 P 5330a8792048408aa5776eb258a65f51 [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: 5330a8792048408aa5776eb258a65f51, b5b54f6cd03246b69ffd97c3eea2932f; no voters: 
I20260608 12:43:51.328647 10380 ts_tablet_manager.cc:1434] T 113fb3904b154f94a4cd033fedcd7e47 P 9a88033cec4a45cb8f2078912987d151: Time spent starting tablet: real 0.034s	user 0.003s	sys 0.005s
I20260608 12:43:51.330340 10379 tablet_bootstrap.cc:492] T 113fb3904b154f94a4cd033fedcd7e47 P 5330a8792048408aa5776eb258a65f51: No bootstrap required, opened a new log
I20260608 12:43:51.330931 10379 ts_tablet_manager.cc:1403] T 113fb3904b154f94a4cd033fedcd7e47 P 5330a8792048408aa5776eb258a65f51: Time spent bootstrapping tablet: real 0.160s	user 0.026s	sys 0.026s
I20260608 12:43:51.332852 10380 tablet_bootstrap.cc:492] T 0ad8f2a47d8046aeb6856db54aca1b32 P 9a88033cec4a45cb8f2078912987d151: Bootstrap starting.
I20260608 12:43:51.334076 10327 raft_consensus.cc:2804] T e2d2d61a147a41ba98e759b416c144d7 P 5330a8792048408aa5776eb258a65f51 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:51.334600 10327 raft_consensus.cc:697] T e2d2d61a147a41ba98e759b416c144d7 P 5330a8792048408aa5776eb258a65f51 [term 1 LEADER]: Becoming Leader. State: Replica: 5330a8792048408aa5776eb258a65f51, State: Running, Role: LEADER
I20260608 12:43:51.335469 10327 consensus_queue.cc:237] T e2d2d61a147a41ba98e759b416c144d7 P 5330a8792048408aa5776eb258a65f51 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.341151 10379 raft_consensus.cc:359] T 113fb3904b154f94a4cd033fedcd7e47 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.342144 10379 raft_consensus.cc:385] T 113fb3904b154f94a4cd033fedcd7e47 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:51.342470 10379 raft_consensus.cc:740] T 113fb3904b154f94a4cd033fedcd7e47 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5330a8792048408aa5776eb258a65f51, State: Initialized, Role: FOLLOWER
I20260608 12:43:51.342960 10125 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f9a0b947665a486d9202c05047b6df87" candidate_uuid: "9a88033cec4a45cb8f2078912987d151" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5330a8792048408aa5776eb258a65f51" is_pre_election: true
I20260608 12:43:51.344116 10271 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2d2d61a147a41ba98e759b416c144d7" candidate_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9a88033cec4a45cb8f2078912987d151" is_pre_election: true
I20260608 12:43:51.344506 10273 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f9a0b947665a486d9202c05047b6df87" candidate_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9a88033cec4a45cb8f2078912987d151" is_pre_election: true
I20260608 12:43:51.344542 10270 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f9a0b947665a486d9202c05047b6df87" candidate_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9a88033cec4a45cb8f2078912987d151"
I20260608 12:43:51.345345 10273 raft_consensus.cc:2468] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b5b54f6cd03246b69ffd97c3eea2932f in term 0.
I20260608 12:43:51.345971 10164 leader_election.cc:304] T e2d2d61a147a41ba98e759b416c144d7 P b5b54f6cd03246b69ffd97c3eea2932f [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: b5b54f6cd03246b69ffd97c3eea2932f; no voters: 5330a8792048408aa5776eb258a65f51, 9a88033cec4a45cb8f2078912987d151
I20260608 12:43:51.347404 10330 raft_consensus.cc:2749] T e2d2d61a147a41ba98e759b416c144d7 P b5b54f6cd03246b69ffd97c3eea2932f [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:43:51.347627 10379 consensus_queue.cc:260] T 113fb3904b154f94a4cd033fedcd7e47 P 5330a8792048408aa5776eb258a65f51 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.350098 10380 tablet_bootstrap.cc:654] T 0ad8f2a47d8046aeb6856db54aca1b32 P 9a88033cec4a45cb8f2078912987d151: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:51.350587 10379 ts_tablet_manager.cc:1434] T 113fb3904b154f94a4cd033fedcd7e47 P 5330a8792048408aa5776eb258a65f51: Time spent starting tablet: real 0.019s	user 0.003s	sys 0.006s
I20260608 12:43:51.351765 10379 tablet_bootstrap.cc:492] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51: Bootstrap starting.
I20260608 12:43:51.352900 10272 raft_consensus.cc:2468] T 9ba313e125b44e5a905084f5784aa6c3 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5330a8792048408aa5776eb258a65f51 in term 1.
I20260608 12:43:51.361886 10274 raft_consensus.cc:2468] T e2d2d61a147a41ba98e759b416c144d7 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5330a8792048408aa5776eb258a65f51 in term 1.
I20260608 12:43:51.367862 10379 tablet_bootstrap.cc:654] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:51.368404 10380 tablet_bootstrap.cc:492] T 0ad8f2a47d8046aeb6856db54aca1b32 P 9a88033cec4a45cb8f2078912987d151: No bootstrap required, opened a new log
I20260608 12:43:51.368480 10382 tablet_bootstrap.cc:492] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f: No bootstrap required, opened a new log
I20260608 12:43:51.368769 10124 raft_consensus.cc:2468] T f9a0b947665a486d9202c05047b6df87 P 5330a8792048408aa5776eb258a65f51 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b5b54f6cd03246b69ffd97c3eea2932f in term 1.
I20260608 12:43:51.369150 10380 ts_tablet_manager.cc:1403] T 0ad8f2a47d8046aeb6856db54aca1b32 P 9a88033cec4a45cb8f2078912987d151: Time spent bootstrapping tablet: real 0.037s	user 0.003s	sys 0.011s
I20260608 12:43:51.369400 10382 ts_tablet_manager.cc:1403] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f: Time spent bootstrapping tablet: real 0.097s	user 0.013s	sys 0.007s
I20260608 12:43:51.370291 10165 leader_election.cc:304] T f9a0b947665a486d9202c05047b6df87 P b5b54f6cd03246b69ffd97c3eea2932f [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: 5330a8792048408aa5776eb258a65f51, b5b54f6cd03246b69ffd97c3eea2932f; no voters: 9a88033cec4a45cb8f2078912987d151
I20260608 12:43:51.371585 10330 raft_consensus.cc:2804] T f9a0b947665a486d9202c05047b6df87 P b5b54f6cd03246b69ffd97c3eea2932f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:51.372144 10330 raft_consensus.cc:697] T f9a0b947665a486d9202c05047b6df87 P b5b54f6cd03246b69ffd97c3eea2932f [term 1 LEADER]: Becoming Leader. State: Replica: b5b54f6cd03246b69ffd97c3eea2932f, State: Running, Role: LEADER
I20260608 12:43:51.373029 10382 raft_consensus.cc:359] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.374034 10382 raft_consensus.cc:385] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:51.373035 10330 consensus_queue.cc:237] T f9a0b947665a486d9202c05047b6df87 P b5b54f6cd03246b69ffd97c3eea2932f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.374505 10382 raft_consensus.cc:740] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b5b54f6cd03246b69ffd97c3eea2932f, State: Initialized, Role: FOLLOWER
I20260608 12:43:51.375546 10382 consensus_queue.cc:260] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.378219 10382 ts_tablet_manager.cc:1434] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:43:51.379638 10382 tablet_bootstrap.cc:492] T 4e039ccae94c4a26aa92605335c5005c P b5b54f6cd03246b69ffd97c3eea2932f: Bootstrap starting.
I20260608 12:43:51.380414 10379 tablet_bootstrap.cc:492] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51: No bootstrap required, opened a new log
I20260608 12:43:51.381146 10379 ts_tablet_manager.cc:1403] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51: Time spent bootstrapping tablet: real 0.030s	user 0.010s	sys 0.008s
I20260608 12:43:51.377583 10380 raft_consensus.cc:359] T 0ad8f2a47d8046aeb6856db54aca1b32 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.385200 10379 raft_consensus.cc:359] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.386118 10379 raft_consensus.cc:385] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:51.385425 10015 catalog_manager.cc:5696] T f9a0b947665a486d9202c05047b6df87 P b5b54f6cd03246b69ffd97c3eea2932f reported cstate change: term changed from 0 to 1, leader changed from <none> to b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:51.385435 10380 raft_consensus.cc:385] T 0ad8f2a47d8046aeb6856db54aca1b32 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:51.386502 10379 raft_consensus.cc:740] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5330a8792048408aa5776eb258a65f51, State: Initialized, Role: FOLLOWER
I20260608 12:43:51.386803 10380 raft_consensus.cc:740] T 0ad8f2a47d8046aeb6856db54aca1b32 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9a88033cec4a45cb8f2078912987d151, State: Initialized, Role: FOLLOWER
I20260608 12:43:51.387315 10382 tablet_bootstrap.cc:654] T 4e039ccae94c4a26aa92605335c5005c P b5b54f6cd03246b69ffd97c3eea2932f: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:51.387759 10379 consensus_queue.cc:260] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.388695 10380 consensus_queue.cc:260] T 0ad8f2a47d8046aeb6856db54aca1b32 P 9a88033cec4a45cb8f2078912987d151 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.390841 10379 ts_tablet_manager.cc:1434] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51: Time spent starting tablet: real 0.009s	user 0.010s	sys 0.001s
I20260608 12:43:51.392406 10200 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f9a0b947665a486d9202c05047b6df87" candidate_uuid: "9a88033cec4a45cb8f2078912987d151" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" is_pre_election: true
I20260608 12:43:51.394400 10239 leader_election.cc:304] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151 [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: 9a88033cec4a45cb8f2078912987d151; no voters: 5330a8792048408aa5776eb258a65f51, b5b54f6cd03246b69ffd97c3eea2932f
I20260608 12:43:51.396241 10331 raft_consensus.cc:2749] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:43:51.396929 10380 ts_tablet_manager.cc:1434] T 0ad8f2a47d8046aeb6856db54aca1b32 P 9a88033cec4a45cb8f2078912987d151: Time spent starting tablet: real 0.027s	user 0.005s	sys 0.005s
I20260608 12:43:51.398550 10380 tablet_bootstrap.cc:492] T 4e039ccae94c4a26aa92605335c5005c P 9a88033cec4a45cb8f2078912987d151: Bootstrap starting.
I20260608 12:43:51.400220 10016 catalog_manager.cc:5696] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5330a8792048408aa5776eb258a65f51 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "5330a8792048408aa5776eb258a65f51" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:51.403580 10330 raft_consensus.cc:493] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:51.404138 10330 raft_consensus.cc:515] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.406523 10330 leader_election.cc:290] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5330a8792048408aa5776eb258a65f51 (127.0.107.193:40439), 9a88033cec4a45cb8f2078912987d151 (127.0.107.195:36211)
I20260608 12:43:51.408350 10124 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0ad8f2a47d8046aeb6856db54aca1b32" candidate_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5330a8792048408aa5776eb258a65f51" is_pre_election: true
I20260608 12:43:51.409258 10124 raft_consensus.cc:2468] T 0ad8f2a47d8046aeb6856db54aca1b32 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b5b54f6cd03246b69ffd97c3eea2932f in term 0.
I20260608 12:43:51.409876 10274 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0ad8f2a47d8046aeb6856db54aca1b32" candidate_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9a88033cec4a45cb8f2078912987d151" is_pre_election: true
I20260608 12:43:51.410641 10274 raft_consensus.cc:2468] T 0ad8f2a47d8046aeb6856db54aca1b32 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b5b54f6cd03246b69ffd97c3eea2932f in term 0.
I20260608 12:43:51.410974 10165 leader_election.cc:304] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5330a8792048408aa5776eb258a65f51, b5b54f6cd03246b69ffd97c3eea2932f; no voters: 
I20260608 12:43:51.412606 10330 raft_consensus.cc:2804] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:51.413123 10330 raft_consensus.cc:493] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:51.413574 10330 raft_consensus.cc:3060] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:51.413841 10380 tablet_bootstrap.cc:654] T 4e039ccae94c4a26aa92605335c5005c P 9a88033cec4a45cb8f2078912987d151: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:51.417464 10382 tablet_bootstrap.cc:492] T 4e039ccae94c4a26aa92605335c5005c P b5b54f6cd03246b69ffd97c3eea2932f: No bootstrap required, opened a new log
I20260608 12:43:51.418179 10382 ts_tablet_manager.cc:1403] T 4e039ccae94c4a26aa92605335c5005c P b5b54f6cd03246b69ffd97c3eea2932f: Time spent bootstrapping tablet: real 0.039s	user 0.013s	sys 0.002s
I20260608 12:43:51.421938 10330 raft_consensus.cc:515] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.422478 10382 raft_consensus.cc:359] T 4e039ccae94c4a26aa92605335c5005c P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.423694 10382 raft_consensus.cc:385] T 4e039ccae94c4a26aa92605335c5005c P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:51.424342 10330 leader_election.cc:290] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f [CANDIDATE]: Term 1 election: Requested vote from peers 5330a8792048408aa5776eb258a65f51 (127.0.107.193:40439), 9a88033cec4a45cb8f2078912987d151 (127.0.107.195:36211)
I20260608 12:43:51.425567 10124 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0ad8f2a47d8046aeb6856db54aca1b32" candidate_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5330a8792048408aa5776eb258a65f51"
I20260608 12:43:51.426211 10124 raft_consensus.cc:3060] T 0ad8f2a47d8046aeb6856db54aca1b32 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:51.426038 10274 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0ad8f2a47d8046aeb6856db54aca1b32" candidate_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9a88033cec4a45cb8f2078912987d151"
I20260608 12:43:51.426939 10274 raft_consensus.cc:3060] T 0ad8f2a47d8046aeb6856db54aca1b32 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:51.424146 10382 raft_consensus.cc:740] T 4e039ccae94c4a26aa92605335c5005c P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b5b54f6cd03246b69ffd97c3eea2932f, State: Initialized, Role: FOLLOWER
I20260608 12:43:51.439222 10382 consensus_queue.cc:260] T 4e039ccae94c4a26aa92605335c5005c P b5b54f6cd03246b69ffd97c3eea2932f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.442721 10382 ts_tablet_manager.cc:1434] T 4e039ccae94c4a26aa92605335c5005c P b5b54f6cd03246b69ffd97c3eea2932f: Time spent starting tablet: real 0.024s	user 0.009s	sys 0.000s
I20260608 12:43:51.437484 10274 raft_consensus.cc:2468] T 0ad8f2a47d8046aeb6856db54aca1b32 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b5b54f6cd03246b69ffd97c3eea2932f in term 1.
I20260608 12:43:51.442168 10124 raft_consensus.cc:2468] T 0ad8f2a47d8046aeb6856db54aca1b32 P 5330a8792048408aa5776eb258a65f51 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b5b54f6cd03246b69ffd97c3eea2932f in term 1.
I20260608 12:43:51.446009 10164 leader_election.cc:304] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f [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: 9a88033cec4a45cb8f2078912987d151, b5b54f6cd03246b69ffd97c3eea2932f; no voters: 
I20260608 12:43:51.446975 10330 raft_consensus.cc:2804] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:51.448154 10330 raft_consensus.cc:697] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f [term 1 LEADER]: Becoming Leader. State: Replica: b5b54f6cd03246b69ffd97c3eea2932f, State: Running, Role: LEADER
I20260608 12:43:51.447031 10015 catalog_manager.cc:5696] T e2d2d61a147a41ba98e759b416c144d7 P 5330a8792048408aa5776eb258a65f51 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5330a8792048408aa5776eb258a65f51 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "5330a8792048408aa5776eb258a65f51" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:51.449031 10330 consensus_queue.cc:237] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.450418 10380 tablet_bootstrap.cc:492] T 4e039ccae94c4a26aa92605335c5005c P 9a88033cec4a45cb8f2078912987d151: No bootstrap required, opened a new log
I20260608 12:43:51.450989 10380 ts_tablet_manager.cc:1403] T 4e039ccae94c4a26aa92605335c5005c P 9a88033cec4a45cb8f2078912987d151: Time spent bootstrapping tablet: real 0.053s	user 0.021s	sys 0.017s
I20260608 12:43:51.454725 10380 raft_consensus.cc:359] T 4e039ccae94c4a26aa92605335c5005c P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.455646 10380 raft_consensus.cc:385] T 4e039ccae94c4a26aa92605335c5005c P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:51.455955 10380 raft_consensus.cc:740] T 4e039ccae94c4a26aa92605335c5005c P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9a88033cec4a45cb8f2078912987d151, State: Initialized, Role: FOLLOWER
I20260608 12:43:51.456758 10380 consensus_queue.cc:260] T 4e039ccae94c4a26aa92605335c5005c P 9a88033cec4a45cb8f2078912987d151 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.459127 10380 ts_tablet_manager.cc:1434] T 4e039ccae94c4a26aa92605335c5005c P 9a88033cec4a45cb8f2078912987d151: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:43:51.469897 10015 catalog_manager.cc:5696] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f reported cstate change: term changed from 0 to 1, leader changed from <none> to b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:51.636883 10396 raft_consensus.cc:493] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:51.637478 10396 raft_consensus.cc:515] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.639497 10396 leader_election.cc:290] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194:37015), 9a88033cec4a45cb8f2078912987d151 (127.0.107.195:36211)
I20260608 12:43:51.640456 10200 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4e039ccae94c4a26aa92605335c5005c" candidate_uuid: "5330a8792048408aa5776eb258a65f51" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" is_pre_election: true
I20260608 12:43:51.640671 10274 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4e039ccae94c4a26aa92605335c5005c" candidate_uuid: "5330a8792048408aa5776eb258a65f51" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9a88033cec4a45cb8f2078912987d151" is_pre_election: true
I20260608 12:43:51.641086 10200 raft_consensus.cc:2468] T 4e039ccae94c4a26aa92605335c5005c P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5330a8792048408aa5776eb258a65f51 in term 0.
I20260608 12:43:51.641469 10274 raft_consensus.cc:2468] T 4e039ccae94c4a26aa92605335c5005c P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5330a8792048408aa5776eb258a65f51 in term 0.
I20260608 12:43:51.642203 10090 leader_election.cc:304] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5330a8792048408aa5776eb258a65f51, b5b54f6cd03246b69ffd97c3eea2932f; no voters: 
I20260608 12:43:51.643059 10396 raft_consensus.cc:2804] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:51.643324 10396 raft_consensus.cc:493] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:51.643550 10396 raft_consensus.cc:3060] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:51.648803 10396 raft_consensus.cc:515] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.650787 10396 leader_election.cc:290] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51 [CANDIDATE]: Term 1 election: Requested vote from peers b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194:37015), 9a88033cec4a45cb8f2078912987d151 (127.0.107.195:36211)
I20260608 12:43:51.651540 10200 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4e039ccae94c4a26aa92605335c5005c" candidate_uuid: "5330a8792048408aa5776eb258a65f51" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b5b54f6cd03246b69ffd97c3eea2932f"
I20260608 12:43:51.651845 10274 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4e039ccae94c4a26aa92605335c5005c" candidate_uuid: "5330a8792048408aa5776eb258a65f51" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9a88033cec4a45cb8f2078912987d151"
I20260608 12:43:51.652158 10200 raft_consensus.cc:3060] T 4e039ccae94c4a26aa92605335c5005c P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:51.652411 10274 raft_consensus.cc:3060] T 4e039ccae94c4a26aa92605335c5005c P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:51.658532 10200 raft_consensus.cc:2468] T 4e039ccae94c4a26aa92605335c5005c P b5b54f6cd03246b69ffd97c3eea2932f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5330a8792048408aa5776eb258a65f51 in term 1.
I20260608 12:43:51.659343 10274 raft_consensus.cc:2468] T 4e039ccae94c4a26aa92605335c5005c P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5330a8792048408aa5776eb258a65f51 in term 1.
I20260608 12:43:51.659960 10090 leader_election.cc:304] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51 [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: 5330a8792048408aa5776eb258a65f51, b5b54f6cd03246b69ffd97c3eea2932f; no voters: 
I20260608 12:43:51.660758 10396 raft_consensus.cc:2804] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:51.661221 10396 raft_consensus.cc:697] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51 [term 1 LEADER]: Becoming Leader. State: Replica: 5330a8792048408aa5776eb258a65f51, State: Running, Role: LEADER
I20260608 12:43:51.662060 10396 consensus_queue.cc:237] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.669414 10015 catalog_manager.cc:5696] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5330a8792048408aa5776eb258a65f51 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "5330a8792048408aa5776eb258a65f51" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:51.694383 10330 raft_consensus.cc:493] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:51.694952 10330 raft_consensus.cc:515] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.696714 10330 leader_election.cc:290] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5330a8792048408aa5776eb258a65f51 (127.0.107.193:40439), 9a88033cec4a45cb8f2078912987d151 (127.0.107.195:36211)
I20260608 12:43:51.697690 10124 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "113fb3904b154f94a4cd033fedcd7e47" candidate_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5330a8792048408aa5776eb258a65f51" is_pre_election: true
I20260608 12:43:51.697952 10274 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "113fb3904b154f94a4cd033fedcd7e47" candidate_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9a88033cec4a45cb8f2078912987d151" is_pre_election: true
I20260608 12:43:51.698448 10124 raft_consensus.cc:2468] T 113fb3904b154f94a4cd033fedcd7e47 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b5b54f6cd03246b69ffd97c3eea2932f in term 0.
I20260608 12:43:51.698554 10274 raft_consensus.cc:2468] T 113fb3904b154f94a4cd033fedcd7e47 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b5b54f6cd03246b69ffd97c3eea2932f in term 0.
I20260608 12:43:51.699918 10165 leader_election.cc:304] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5330a8792048408aa5776eb258a65f51, b5b54f6cd03246b69ffd97c3eea2932f; no voters: 
I20260608 12:43:51.700754 10330 raft_consensus.cc:2804] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:51.701083 10330 raft_consensus.cc:493] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:51.701363 10330 raft_consensus.cc:3060] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:51.706287 10330 raft_consensus.cc:515] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.707960 10330 leader_election.cc:290] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f [CANDIDATE]: Term 1 election: Requested vote from peers 5330a8792048408aa5776eb258a65f51 (127.0.107.193:40439), 9a88033cec4a45cb8f2078912987d151 (127.0.107.195:36211)
I20260608 12:43:51.709002 10124 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "113fb3904b154f94a4cd033fedcd7e47" candidate_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5330a8792048408aa5776eb258a65f51"
I20260608 12:43:51.709106 10274 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "113fb3904b154f94a4cd033fedcd7e47" candidate_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9a88033cec4a45cb8f2078912987d151"
I20260608 12:43:51.709569 10124 raft_consensus.cc:3060] T 113fb3904b154f94a4cd033fedcd7e47 P 5330a8792048408aa5776eb258a65f51 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:51.709674 10274 raft_consensus.cc:3060] T 113fb3904b154f94a4cd033fedcd7e47 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:51.714828 10274 raft_consensus.cc:2468] T 113fb3904b154f94a4cd033fedcd7e47 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b5b54f6cd03246b69ffd97c3eea2932f in term 1.
I20260608 12:43:51.714972 10124 raft_consensus.cc:2468] T 113fb3904b154f94a4cd033fedcd7e47 P 5330a8792048408aa5776eb258a65f51 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b5b54f6cd03246b69ffd97c3eea2932f in term 1.
I20260608 12:43:51.715983 10164 leader_election.cc:304] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f [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: 9a88033cec4a45cb8f2078912987d151, b5b54f6cd03246b69ffd97c3eea2932f; no voters: 
I20260608 12:43:51.716856 10330 raft_consensus.cc:2804] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:51.717286 10330 raft_consensus.cc:697] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f [term 1 LEADER]: Becoming Leader. State: Replica: b5b54f6cd03246b69ffd97c3eea2932f, State: Running, Role: LEADER
I20260608 12:43:51.718071 10330 consensus_queue.cc:237] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:51.726423 10015 catalog_manager.cc:5696] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f reported cstate change: term changed from 0 to 1, leader changed from <none> to b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:51.776230 10396 consensus_queue.cc:1048] T e2d2d61a147a41ba98e759b416c144d7 P 5330a8792048408aa5776eb258a65f51 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:51.809131 10407 consensus_queue.cc:1048] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:51.857312 10272 raft_consensus.cc:3060] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:51.863499 10396 consensus_queue.cc:1048] T e2d2d61a147a41ba98e759b416c144d7 P 5330a8792048408aa5776eb258a65f51 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260608 12:43:51.869741 10426 meta_cache.cc:1261] Time spent looking up entry by key: real 0.058s	user 0.002s	sys 0.000s
I20260608 12:43:51.873193 10407 consensus_queue.cc:1048] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:51.922962 10330 consensus_queue.cc:1048] T f9a0b947665a486d9202c05047b6df87 P b5b54f6cd03246b69ffd97c3eea2932f [LEADER]: Connected to new peer: Peer: permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:51.975755 10330 consensus_queue.cc:1048] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f [LEADER]: Connected to new peer: Peer: permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:43:51.977428 10330 consensus_queue.cc:1048] T f9a0b947665a486d9202c05047b6df87 P b5b54f6cd03246b69ffd97c3eea2932f [LEADER]: Connected to new peer: Peer: permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:51.997108 10440 consensus_queue.cc:1048] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f [LEADER]: Connected to new peer: Peer: permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:52.057675 10125 raft_consensus.cc:1275] T 113fb3904b154f94a4cd033fedcd7e47 P 5330a8792048408aa5776eb258a65f51 [term 1 FOLLOWER]: Refusing update from remote peer b5b54f6cd03246b69ffd97c3eea2932f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:52.060159 10272 raft_consensus.cc:1275] T 113fb3904b154f94a4cd033fedcd7e47 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Refusing update from remote peer b5b54f6cd03246b69ffd97c3eea2932f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:52.070557 10445 consensus_queue.cc:1048] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f [LEADER]: Connected to new peer: Peer: permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:43:52.071432 10330 consensus_queue.cc:1048] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f [LEADER]: Connected to new peer: Peer: permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:43:52.073491 10270 raft_consensus.cc:1275] T 4e039ccae94c4a26aa92605335c5005c P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Refusing update from remote peer 5330a8792048408aa5776eb258a65f51: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:52.074132 10200 raft_consensus.cc:1275] T 4e039ccae94c4a26aa92605335c5005c P b5b54f6cd03246b69ffd97c3eea2932f [term 1 FOLLOWER]: Refusing update from remote peer 5330a8792048408aa5776eb258a65f51: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:52.075304 10396 consensus_queue.cc:1048] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:43:52.076162 10327 consensus_queue.cc:1048] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:43:52.188297 10090 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:37015, user_credentials={real_user=slave}} blocked reactor thread for 65359.4us
W20260608 12:43:52.404145 10164 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:36211, user_credentials={real_user=slave}} blocked reactor thread for 66190.5us
W20260608 12:43:52.753311 10423 meta_cache.cc:1261] Time spent looking up entry by key: real 0.068s	user 0.004s	sys 0.000s
W20260608 12:43:53.225734 10165 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:40439, user_credentials={real_user=slave}} blocked reactor thread for 53145us
I20260608 12:43:53.403143   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:53.410715 10482 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:53.411203 10483 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:53.419317   431 server_base.cc:1061] running on GCE node
W20260608 12:43:53.420063 10485 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:53.421440   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:53.421690   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:53.421985   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922633421964 us; error 0 us; skew 500 ppm
I20260608 12:43:53.422633   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:53.426054   431 webserver.cc:533] Webserver started at http://127.0.107.196:36137/ using document root <none> and password file <none>
I20260608 12:43:53.426630   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:53.426851   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:53.427184   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:53.428396   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922397207313-431-0/minicluster-data/ts-3-root/instance:
uuid: "d52b602b3c7349d1bd9a07f4674ce2af"
format_stamp: "Formatted at 2026-06-08 12:43:53 on dist-test-slave-1zds"
I20260608 12:43:53.433710   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.002s
I20260608 12:43:53.437505 10490 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:53.438369   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:43:53.438711   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922397207313-431-0/minicluster-data/ts-3-root
uuid: "d52b602b3c7349d1bd9a07f4674ce2af"
format_stamp: "Formatted at 2026-06-08 12:43:53 on dist-test-slave-1zds"
I20260608 12:43:53.439020   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922397207313-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922397207313-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922397207313-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:53.468722   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:53.470156   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:53.471522   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:53.474112   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:53.474344   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:53.474622   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:53.474805   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:53.528659   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:45145
I20260608 12:43:53.528811 10552 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:45145 every 8 connection(s)
I20260608 12:43:53.556341 10553 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40495
I20260608 12:43:53.556792 10553 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:53.557533 10553 heartbeater.cc:507] Master 127.0.107.254:40495 requested a full tablet report, sending...
I20260608 12:43:53.559646 10022 ts_manager.cc:194] Registered new tserver with Master: d52b602b3c7349d1bd9a07f4674ce2af (127.0.107.196:45145)
I20260608 12:43:53.561174 10022 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41614
I20260608 12:43:54.458803 10198 consensus_queue.cc:237] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 15, Committed index: 15, Last appended: 1.15, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } attrs { replace: true } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } } peers { permanent_uuid: "d52b602b3c7349d1bd9a07f4674ce2af" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45145 } attrs { promote: true } }
I20260608 12:43:54.468118 10272 raft_consensus.cc:1275] T 113fb3904b154f94a4cd033fedcd7e47 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Refusing update from remote peer b5b54f6cd03246b69ffd97c3eea2932f: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:43:54.471896 10125 raft_consensus.cc:1275] T 113fb3904b154f94a4cd033fedcd7e47 P 5330a8792048408aa5776eb258a65f51 [term 1 FOLLOWER]: Refusing update from remote peer b5b54f6cd03246b69ffd97c3eea2932f: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:43:54.473070 10561 consensus_queue.cc:1048] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f [LEADER]: Connected to new peer: Peer: permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
I20260608 12:43:54.474367 10330 consensus_queue.cc:1048] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f [LEADER]: Connected to new peer: Peer: permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
W20260608 12:43:54.487066 10165 consensus_peers.cc:597] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f -> Peer d52b602b3c7349d1bd9a07f4674ce2af (127.0.107.196:45145): Couldn't send request to peer d52b602b3c7349d1bd9a07f4674ce2af. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 113fb3904b154f94a4cd033fedcd7e47. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:54.490612 10561 raft_consensus.cc:2955] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER d52b602b3c7349d1bd9a07f4674ce2af (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } attrs { replace: true } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } } peers { permanent_uuid: "d52b602b3c7349d1bd9a07f4674ce2af" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45145 } attrs { promote: true } } }
I20260608 12:43:54.492655 10272 raft_consensus.cc:2955] T 113fb3904b154f94a4cd033fedcd7e47 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER d52b602b3c7349d1bd9a07f4674ce2af (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } attrs { replace: true } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } } peers { permanent_uuid: "d52b602b3c7349d1bd9a07f4674ce2af" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45145 } attrs { promote: true } } }
I20260608 12:43:54.492791 10125 raft_consensus.cc:2955] T 113fb3904b154f94a4cd033fedcd7e47 P 5330a8792048408aa5776eb258a65f51 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER d52b602b3c7349d1bd9a07f4674ce2af (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } attrs { replace: true } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } } peers { permanent_uuid: "d52b602b3c7349d1bd9a07f4674ce2af" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45145 } attrs { promote: true } } }
I20260608 12:43:54.509076 10198 consensus_queue.cc:237] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 15, Committed index: 15, Last appended: 1.15, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } attrs { replace: true } } peers { permanent_uuid: "d52b602b3c7349d1bd9a07f4674ce2af" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45145 } attrs { promote: true } }
I20260608 12:43:54.508984 10020 catalog_manager.cc:5696] T 113fb3904b154f94a4cd033fedcd7e47 P 9a88033cec4a45cb8f2078912987d151 reported cstate change: config changed from index -1 to 16, NON_VOTER d52b602b3c7349d1bd9a07f4674ce2af (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } attrs { replace: true } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } } peers { permanent_uuid: "d52b602b3c7349d1bd9a07f4674ce2af" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45145 } attrs { promote: true } } }
I20260608 12:43:54.516752 10272 raft_consensus.cc:1275] T 0ad8f2a47d8046aeb6856db54aca1b32 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Refusing update from remote peer b5b54f6cd03246b69ffd97c3eea2932f: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
W20260608 12:43:54.517417 10165 consensus_peers.cc:597] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f -> Peer d52b602b3c7349d1bd9a07f4674ce2af (127.0.107.196:45145): Couldn't send request to peer d52b602b3c7349d1bd9a07f4674ce2af. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 0ad8f2a47d8046aeb6856db54aca1b32. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:54.518621 10557 consensus_queue.cc:1048] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f [LEADER]: Connected to new peer: Peer: permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:43:54.519348 10125 raft_consensus.cc:1275] T 0ad8f2a47d8046aeb6856db54aca1b32 P 5330a8792048408aa5776eb258a65f51 [term 1 FOLLOWER]: Refusing update from remote peer b5b54f6cd03246b69ffd97c3eea2932f: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:43:54.520992 10557 consensus_queue.cc:1048] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f [LEADER]: Connected to new peer: Peer: permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:43:54.530124 10330 raft_consensus.cc:2955] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER d52b602b3c7349d1bd9a07f4674ce2af (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } attrs { replace: true } } peers { permanent_uuid: "d52b602b3c7349d1bd9a07f4674ce2af" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45145 } attrs { promote: true } } }
I20260608 12:43:54.534153 10125 raft_consensus.cc:2955] T 0ad8f2a47d8046aeb6856db54aca1b32 P 5330a8792048408aa5776eb258a65f51 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER d52b602b3c7349d1bd9a07f4674ce2af (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } attrs { replace: true } } peers { permanent_uuid: "d52b602b3c7349d1bd9a07f4674ce2af" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45145 } attrs { promote: true } } }
I20260608 12:43:54.534097 10272 raft_consensus.cc:2955] T 0ad8f2a47d8046aeb6856db54aca1b32 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER d52b602b3c7349d1bd9a07f4674ce2af (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } attrs { replace: true } } peers { permanent_uuid: "d52b602b3c7349d1bd9a07f4674ce2af" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45145 } attrs { promote: true } } }
I20260608 12:43:54.555094 10023 catalog_manager.cc:5696] T 0ad8f2a47d8046aeb6856db54aca1b32 P 5330a8792048408aa5776eb258a65f51 reported cstate change: config changed from index -1 to 16, NON_VOTER d52b602b3c7349d1bd9a07f4674ce2af (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } attrs { replace: true } } peers { permanent_uuid: "d52b602b3c7349d1bd9a07f4674ce2af" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45145 } attrs { promote: true } } }
I20260608 12:43:54.562983 10125 consensus_queue.cc:237] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 15, Committed index: 15, Last appended: 1.15, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } attrs { replace: true } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } } peers { permanent_uuid: "d52b602b3c7349d1bd9a07f4674ce2af" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45145 } attrs { promote: true } }
I20260608 12:43:54.564651 10553 heartbeater.cc:499] Master 127.0.107.254:40495 was elected leader, sending a full tablet report...
I20260608 12:43:54.575438 10272 raft_consensus.cc:1275] T 9ba313e125b44e5a905084f5784aa6c3 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Refusing update from remote peer 5330a8792048408aa5776eb258a65f51: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:43:54.577144 10198 raft_consensus.cc:1275] T 9ba313e125b44e5a905084f5784aa6c3 P b5b54f6cd03246b69ffd97c3eea2932f [term 1 FOLLOWER]: Refusing update from remote peer 5330a8792048408aa5776eb258a65f51: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:43:54.577319 10396 consensus_queue.cc:1048] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:43:54.579949 10577 consensus_queue.cc:1048] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
W20260608 12:43:54.588183 10090 consensus_peers.cc:597] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51 -> Peer d52b602b3c7349d1bd9a07f4674ce2af (127.0.107.196:45145): Couldn't send request to peer d52b602b3c7349d1bd9a07f4674ce2af. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 9ba313e125b44e5a905084f5784aa6c3. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:54.589623 10396 raft_consensus.cc:2955] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51 [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER d52b602b3c7349d1bd9a07f4674ce2af (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } attrs { replace: true } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } } peers { permanent_uuid: "d52b602b3c7349d1bd9a07f4674ce2af" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45145 } attrs { promote: true } } }
I20260608 12:43:54.592758 10198 raft_consensus.cc:2955] T 9ba313e125b44e5a905084f5784aa6c3 P b5b54f6cd03246b69ffd97c3eea2932f [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER d52b602b3c7349d1bd9a07f4674ce2af (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } attrs { replace: true } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } } peers { permanent_uuid: "d52b602b3c7349d1bd9a07f4674ce2af" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45145 } attrs { promote: true } } }
I20260608 12:43:54.592758 10272 raft_consensus.cc:2955] T 9ba313e125b44e5a905084f5784aa6c3 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER d52b602b3c7349d1bd9a07f4674ce2af (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } attrs { replace: true } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } } peers { permanent_uuid: "d52b602b3c7349d1bd9a07f4674ce2af" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45145 } attrs { promote: true } } }
I20260608 12:43:54.603044 10023 catalog_manager.cc:5696] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51 reported cstate change: config changed from index -1 to 16, NON_VOTER d52b602b3c7349d1bd9a07f4674ce2af (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "5330a8792048408aa5776eb258a65f51" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d52b602b3c7349d1bd9a07f4674ce2af" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45145 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:54.608253 10125 consensus_queue.cc:237] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 15, Committed index: 15, Last appended: 1.15, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } attrs { replace: true } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } } peers { permanent_uuid: "d52b602b3c7349d1bd9a07f4674ce2af" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45145 } attrs { promote: true } }
W20260608 12:43:54.616147 10090 consensus_peers.cc:597] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51 -> Peer d52b602b3c7349d1bd9a07f4674ce2af (127.0.107.196:45145): Couldn't send request to peer d52b602b3c7349d1bd9a07f4674ce2af. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 4e039ccae94c4a26aa92605335c5005c. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:54.616935 10198 raft_consensus.cc:1275] T 4e039ccae94c4a26aa92605335c5005c P b5b54f6cd03246b69ffd97c3eea2932f [term 1 FOLLOWER]: Refusing update from remote peer 5330a8792048408aa5776eb258a65f51: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:43:54.617048 10272 raft_consensus.cc:1275] T 4e039ccae94c4a26aa92605335c5005c P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Refusing update from remote peer 5330a8792048408aa5776eb258a65f51: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:43:54.618413 10577 consensus_queue.cc:1048] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:43:54.619455 10396 consensus_queue.cc:1048] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:43:54.629354 10577 raft_consensus.cc:2955] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51 [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER d52b602b3c7349d1bd9a07f4674ce2af (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } attrs { replace: true } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } } peers { permanent_uuid: "d52b602b3c7349d1bd9a07f4674ce2af" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45145 } attrs { promote: true } } }
I20260608 12:43:54.631639 10272 raft_consensus.cc:2955] T 4e039ccae94c4a26aa92605335c5005c P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER d52b602b3c7349d1bd9a07f4674ce2af (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } attrs { replace: true } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } } peers { permanent_uuid: "d52b602b3c7349d1bd9a07f4674ce2af" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45145 } attrs { promote: true } } }
I20260608 12:43:54.633392 10198 raft_consensus.cc:2955] T 4e039ccae94c4a26aa92605335c5005c P b5b54f6cd03246b69ffd97c3eea2932f [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER d52b602b3c7349d1bd9a07f4674ce2af (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } attrs { replace: true } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } } peers { permanent_uuid: "d52b602b3c7349d1bd9a07f4674ce2af" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45145 } attrs { promote: true } } }
I20260608 12:43:54.646389 10023 catalog_manager.cc:5696] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51 reported cstate change: config changed from index -1 to 16, NON_VOTER d52b602b3c7349d1bd9a07f4674ce2af (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "5330a8792048408aa5776eb258a65f51" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d52b602b3c7349d1bd9a07f4674ce2af" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45145 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:54.855479 10584 ts_tablet_manager.cc:933] T 113fb3904b154f94a4cd033fedcd7e47 P d52b602b3c7349d1bd9a07f4674ce2af: Initiating tablet copy from peer b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194:37015)
I20260608 12:43:54.857535 10584 tablet_copy_client.cc:323] T 113fb3904b154f94a4cd033fedcd7e47 P d52b602b3c7349d1bd9a07f4674ce2af: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:37015
I20260608 12:43:54.869556 10210 tablet_copy_service.cc:140] P b5b54f6cd03246b69ffd97c3eea2932f: Received BeginTabletCopySession request for tablet 113fb3904b154f94a4cd033fedcd7e47 from peer d52b602b3c7349d1bd9a07f4674ce2af ({username='slave'} at 127.0.0.1:53976)
I20260608 12:43:54.870270 10210 tablet_copy_service.cc:161] P b5b54f6cd03246b69ffd97c3eea2932f: Beginning new tablet copy session on tablet 113fb3904b154f94a4cd033fedcd7e47 from peer d52b602b3c7349d1bd9a07f4674ce2af at {username='slave'} at 127.0.0.1:53976: session id = d52b602b3c7349d1bd9a07f4674ce2af-113fb3904b154f94a4cd033fedcd7e47
I20260608 12:43:54.876147 10210 tablet_copy_source_session.cc:215] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:43:54.879189 10584 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 113fb3904b154f94a4cd033fedcd7e47. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:54.891788 10584 tablet_copy_client.cc:806] T 113fb3904b154f94a4cd033fedcd7e47 P d52b602b3c7349d1bd9a07f4674ce2af: tablet copy: Starting download of 0 data blocks...
I20260608 12:43:54.892428 10584 tablet_copy_client.cc:670] T 113fb3904b154f94a4cd033fedcd7e47 P d52b602b3c7349d1bd9a07f4674ce2af: tablet copy: Starting download of 1 WAL segments...
I20260608 12:43:54.896812 10584 tablet_copy_client.cc:538] T 113fb3904b154f94a4cd033fedcd7e47 P d52b602b3c7349d1bd9a07f4674ce2af: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:43:54.903719 10584 tablet_bootstrap.cc:492] T 113fb3904b154f94a4cd033fedcd7e47 P d52b602b3c7349d1bd9a07f4674ce2af: Bootstrap starting.
I20260608 12:43:54.948578   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:43:54.980762 10588 ts_tablet_manager.cc:933] T 0ad8f2a47d8046aeb6856db54aca1b32 P d52b602b3c7349d1bd9a07f4674ce2af: Initiating tablet copy from peer b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194:37015)
I20260608 12:43:55.006542   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:55.008419   431 tablet_replica.cc:333] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51: stopping tablet replica
I20260608 12:43:55.009402   431 raft_consensus.cc:2243] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:55.010535 10588 tablet_copy_client.cc:323] T 0ad8f2a47d8046aeb6856db54aca1b32 P d52b602b3c7349d1bd9a07f4674ce2af: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:37015
I20260608 12:43:55.011665   431 raft_consensus.cc:2272] T 4e039ccae94c4a26aa92605335c5005c P 5330a8792048408aa5776eb258a65f51 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:55.012766 10210 tablet_copy_service.cc:140] P b5b54f6cd03246b69ffd97c3eea2932f: Received BeginTabletCopySession request for tablet 0ad8f2a47d8046aeb6856db54aca1b32 from peer d52b602b3c7349d1bd9a07f4674ce2af ({username='slave'} at 127.0.0.1:53976)
I20260608 12:43:55.013409 10210 tablet_copy_service.cc:161] P b5b54f6cd03246b69ffd97c3eea2932f: Beginning new tablet copy session on tablet 0ad8f2a47d8046aeb6856db54aca1b32 from peer d52b602b3c7349d1bd9a07f4674ce2af at {username='slave'} at 127.0.0.1:53976: session id = d52b602b3c7349d1bd9a07f4674ce2af-0ad8f2a47d8046aeb6856db54aca1b32
I20260608 12:43:55.016611   431 tablet_replica.cc:333] T 113fb3904b154f94a4cd033fedcd7e47 P 5330a8792048408aa5776eb258a65f51: stopping tablet replica
I20260608 12:43:55.019141   431 raft_consensus.cc:2243] T 113fb3904b154f94a4cd033fedcd7e47 P 5330a8792048408aa5776eb258a65f51 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:55.020110   431 raft_consensus.cc:2272] T 113fb3904b154f94a4cd033fedcd7e47 P 5330a8792048408aa5776eb258a65f51 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:55.021842 10210 tablet_copy_source_session.cc:215] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:43:55.022799 10584 tablet_bootstrap.cc:492] T 113fb3904b154f94a4cd033fedcd7e47 P d52b602b3c7349d1bd9a07f4674ce2af: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=116 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:43:55.023716   431 tablet_replica.cc:333] T 0ad8f2a47d8046aeb6856db54aca1b32 P 5330a8792048408aa5776eb258a65f51: stopping tablet replica
I20260608 12:43:55.023779 10584 tablet_bootstrap.cc:492] T 113fb3904b154f94a4cd033fedcd7e47 P d52b602b3c7349d1bd9a07f4674ce2af: Bootstrap complete.
I20260608 12:43:55.024868 10584 ts_tablet_manager.cc:1403] T 113fb3904b154f94a4cd033fedcd7e47 P d52b602b3c7349d1bd9a07f4674ce2af: Time spent bootstrapping tablet: real 0.121s	user 0.111s	sys 0.008s
I20260608 12:43:55.024866   431 raft_consensus.cc:2243] T 0ad8f2a47d8046aeb6856db54aca1b32 P 5330a8792048408aa5776eb258a65f51 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:55.025888 10588 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0ad8f2a47d8046aeb6856db54aca1b32. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:55.026165   431 raft_consensus.cc:2272] T 0ad8f2a47d8046aeb6856db54aca1b32 P 5330a8792048408aa5776eb258a65f51 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:55.028432 10584 raft_consensus.cc:359] T 113fb3904b154f94a4cd033fedcd7e47 P d52b602b3c7349d1bd9a07f4674ce2af [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } attrs { replace: true } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } } peers { permanent_uuid: "d52b602b3c7349d1bd9a07f4674ce2af" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45145 } attrs { promote: true } }
I20260608 12:43:55.029285 10584 raft_consensus.cc:740] T 113fb3904b154f94a4cd033fedcd7e47 P d52b602b3c7349d1bd9a07f4674ce2af [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: d52b602b3c7349d1bd9a07f4674ce2af, State: Initialized, Role: LEARNER
I20260608 12:43:55.030395   431 tablet_replica.cc:333] T f9a0b947665a486d9202c05047b6df87 P 5330a8792048408aa5776eb258a65f51: stopping tablet replica
I20260608 12:43:55.029970 10584 consensus_queue.cc:260] T 113fb3904b154f94a4cd033fedcd7e47 P d52b602b3c7349d1bd9a07f4674ce2af [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 16, Last appended: 1.16, Last appended by leader: 16, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } attrs { replace: true } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } } peers { permanent_uuid: "d52b602b3c7349d1bd9a07f4674ce2af" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45145 } attrs { promote: true } }
I20260608 12:43:55.031468   431 raft_consensus.cc:2243] T f9a0b947665a486d9202c05047b6df87 P 5330a8792048408aa5776eb258a65f51 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:55.032531   431 raft_consensus.cc:2272] T f9a0b947665a486d9202c05047b6df87 P 5330a8792048408aa5776eb258a65f51 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:43:55.035156 10165 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]
I20260608 12:43:55.036921   431 tablet_replica.cc:333] T e2d2d61a147a41ba98e759b416c144d7 P 5330a8792048408aa5776eb258a65f51: stopping tablet replica
I20260608 12:43:55.038290   431 raft_consensus.cc:2243] T e2d2d61a147a41ba98e759b416c144d7 P 5330a8792048408aa5776eb258a65f51 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:55.039808   431 raft_consensus.cc:2272] T e2d2d61a147a41ba98e759b416c144d7 P 5330a8792048408aa5776eb258a65f51 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:55.044116   431 tablet_replica.cc:333] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51: stopping tablet replica
I20260608 12:43:55.054545   431 raft_consensus.cc:2243] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:55.046125 10584 ts_tablet_manager.cc:1434] T 113fb3904b154f94a4cd033fedcd7e47 P d52b602b3c7349d1bd9a07f4674ce2af: Time spent starting tablet: real 0.021s	user 0.008s	sys 0.012s
I20260608 12:43:55.056854   431 raft_consensus.cc:2272] T 9ba313e125b44e5a905084f5784aa6c3 P 5330a8792048408aa5776eb258a65f51 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:55.058004 10210 tablet_copy_service.cc:342] P b5b54f6cd03246b69ffd97c3eea2932f: Request end of tablet copy session d52b602b3c7349d1bd9a07f4674ce2af-113fb3904b154f94a4cd033fedcd7e47 received from {username='slave'} at 127.0.0.1:53976
I20260608 12:43:55.058589 10210 tablet_copy_service.cc:434] P b5b54f6cd03246b69ffd97c3eea2932f: ending tablet copy session d52b602b3c7349d1bd9a07f4674ce2af-113fb3904b154f94a4cd033fedcd7e47 on tablet 113fb3904b154f94a4cd033fedcd7e47 with peer d52b602b3c7349d1bd9a07f4674ce2af
W20260608 12:43:55.058681 10165 consensus_peers.cc:597] T f9a0b947665a486d9202c05047b6df87 P b5b54f6cd03246b69ffd97c3eea2932f -> Peer 5330a8792048408aa5776eb258a65f51 (127.0.107.193:40439): Couldn't send request to peer 5330a8792048408aa5776eb258a65f51. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:55.061626   431 tablet_replica.cc:333] T 6728a2f91b20402cb58de04a6c39815e P 5330a8792048408aa5776eb258a65f51: stopping tablet replica
I20260608 12:43:55.062611   431 raft_consensus.cc:2243] T 6728a2f91b20402cb58de04a6c39815e P 5330a8792048408aa5776eb258a65f51 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:55.063344   431 raft_consensus.cc:2272] T 6728a2f91b20402cb58de04a6c39815e P 5330a8792048408aa5776eb258a65f51 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:55.066599   431 tablet_replica.cc:333] T f3cb6730fd5b479eb49a3dbec429f11f P 5330a8792048408aa5776eb258a65f51: stopping tablet replica
I20260608 12:43:55.067381   431 raft_consensus.cc:2243] T f3cb6730fd5b479eb49a3dbec429f11f P 5330a8792048408aa5776eb258a65f51 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:55.067390 10588 tablet_copy_client.cc:806] T 0ad8f2a47d8046aeb6856db54aca1b32 P d52b602b3c7349d1bd9a07f4674ce2af: tablet copy: Starting download of 0 data blocks...
I20260608 12:43:55.068132   431 raft_consensus.cc:2272] T f3cb6730fd5b479eb49a3dbec429f11f P 5330a8792048408aa5776eb258a65f51 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:55.068133 10588 tablet_copy_client.cc:670] T 0ad8f2a47d8046aeb6856db54aca1b32 P d52b602b3c7349d1bd9a07f4674ce2af: tablet copy: Starting download of 1 WAL segments...
I20260608 12:43:55.073614 10588 tablet_copy_client.cc:538] T 0ad8f2a47d8046aeb6856db54aca1b32 P d52b602b3c7349d1bd9a07f4674ce2af: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:43:55.083396 10588 tablet_bootstrap.cc:492] T 0ad8f2a47d8046aeb6856db54aca1b32 P d52b602b3c7349d1bd9a07f4674ce2af: Bootstrap starting.
I20260608 12:43:55.094331   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
W20260608 12:43:55.098621 10221 debug-util.cc:398] Leaking SignalData structure 0x7b08001d5020 after lost signal to thread 434
W20260608 12:43:55.100015 10221 debug-util.cc:398] Leaking SignalData structure 0x7b080029eb20 after lost signal to thread 10057
W20260608 12:43:55.103790 10221 debug-util.cc:398] Leaking SignalData structure 0x7b08000603e0 after lost signal to thread 10298
I20260608 12:43:55.128340   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:43:55.152858   431 tablet_copy_service.cc:362] P b5b54f6cd03246b69ffd97c3eea2932f: Destroying tablet copy session d52b602b3c7349d1bd9a07f4674ce2af-0ad8f2a47d8046aeb6856db54aca1b32 due to service shutdown
I20260608 12:43:55.153965   431 tablet_copy_service.cc:434] P b5b54f6cd03246b69ffd97c3eea2932f: ending tablet copy session d52b602b3c7349d1bd9a07f4674ce2af-0ad8f2a47d8046aeb6856db54aca1b32 on tablet 0ad8f2a47d8046aeb6856db54aca1b32 with peer d52b602b3c7349d1bd9a07f4674ce2af
I20260608 12:43:55.189630   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:55.192525   431 tablet_replica.cc:333] T 4e039ccae94c4a26aa92605335c5005c P b5b54f6cd03246b69ffd97c3eea2932f: stopping tablet replica
I20260608 12:43:55.193596   431 raft_consensus.cc:2243] T 4e039ccae94c4a26aa92605335c5005c P b5b54f6cd03246b69ffd97c3eea2932f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:55.194633   431 raft_consensus.cc:2272] T 4e039ccae94c4a26aa92605335c5005c P b5b54f6cd03246b69ffd97c3eea2932f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:55.199630   431 tablet_replica.cc:333] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f: stopping tablet replica
I20260608 12:43:55.200749   431 raft_consensus.cc:2243] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:55.202435   431 raft_consensus.cc:2272] T 113fb3904b154f94a4cd033fedcd7e47 P b5b54f6cd03246b69ffd97c3eea2932f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:55.206271   431 tablet_replica.cc:333] T e2d2d61a147a41ba98e759b416c144d7 P b5b54f6cd03246b69ffd97c3eea2932f: stopping tablet replica
I20260608 12:43:55.207249   431 raft_consensus.cc:2243] T e2d2d61a147a41ba98e759b416c144d7 P b5b54f6cd03246b69ffd97c3eea2932f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:55.208149   431 raft_consensus.cc:2272] T e2d2d61a147a41ba98e759b416c144d7 P b5b54f6cd03246b69ffd97c3eea2932f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:55.211642   431 tablet_replica.cc:333] T f9a0b947665a486d9202c05047b6df87 P b5b54f6cd03246b69ffd97c3eea2932f: stopping tablet replica
I20260608 12:43:55.212531   431 raft_consensus.cc:2243] T f9a0b947665a486d9202c05047b6df87 P b5b54f6cd03246b69ffd97c3eea2932f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:55.213744   431 raft_consensus.cc:2272] T f9a0b947665a486d9202c05047b6df87 P b5b54f6cd03246b69ffd97c3eea2932f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:55.217375   431 tablet_replica.cc:333] T 9ba313e125b44e5a905084f5784aa6c3 P b5b54f6cd03246b69ffd97c3eea2932f: stopping tablet replica
I20260608 12:43:55.218327   431 raft_consensus.cc:2243] T 9ba313e125b44e5a905084f5784aa6c3 P b5b54f6cd03246b69ffd97c3eea2932f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:55.220990   431 raft_consensus.cc:2272] T 9ba313e125b44e5a905084f5784aa6c3 P b5b54f6cd03246b69ffd97c3eea2932f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:55.225428   431 tablet_replica.cc:333] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f: stopping tablet replica
I20260608 12:43:55.226495   431 raft_consensus.cc:2243] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:55.228374   431 raft_consensus.cc:2272] T 0ad8f2a47d8046aeb6856db54aca1b32 P b5b54f6cd03246b69ffd97c3eea2932f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:55.232332   431 tablet_replica.cc:333] T e4d5f951cf41411880f9c0db7abef736 P b5b54f6cd03246b69ffd97c3eea2932f: stopping tablet replica
I20260608 12:43:55.233031 10588 tablet_bootstrap.cc:492] T 0ad8f2a47d8046aeb6856db54aca1b32 P d52b602b3c7349d1bd9a07f4674ce2af: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=128 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:43:55.233284   431 raft_consensus.cc:2243] T e4d5f951cf41411880f9c0db7abef736 P b5b54f6cd03246b69ffd97c3eea2932f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:55.234069 10588 tablet_bootstrap.cc:492] T 0ad8f2a47d8046aeb6856db54aca1b32 P d52b602b3c7349d1bd9a07f4674ce2af: Bootstrap complete.
I20260608 12:43:55.234193   431 raft_consensus.cc:2272] T e4d5f951cf41411880f9c0db7abef736 P b5b54f6cd03246b69ffd97c3eea2932f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:55.234905 10588 ts_tablet_manager.cc:1403] T 0ad8f2a47d8046aeb6856db54aca1b32 P d52b602b3c7349d1bd9a07f4674ce2af: Time spent bootstrapping tablet: real 0.152s	user 0.120s	sys 0.028s
I20260608 12:43:55.238021   431 tablet_replica.cc:333] T 4bde6075f348402b9bd13e63c159c3ee P b5b54f6cd03246b69ffd97c3eea2932f: stopping tablet replica
I20260608 12:43:55.238157 10588 raft_consensus.cc:359] T 0ad8f2a47d8046aeb6856db54aca1b32 P d52b602b3c7349d1bd9a07f4674ce2af [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } attrs { replace: true } } peers { permanent_uuid: "d52b602b3c7349d1bd9a07f4674ce2af" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45145 } attrs { promote: true } }
I20260608 12:43:55.239048   431 raft_consensus.cc:2243] T 4bde6075f348402b9bd13e63c159c3ee P b5b54f6cd03246b69ffd97c3eea2932f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:55.239075 10588 raft_consensus.cc:740] T 0ad8f2a47d8046aeb6856db54aca1b32 P d52b602b3c7349d1bd9a07f4674ce2af [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: d52b602b3c7349d1bd9a07f4674ce2af, State: Initialized, Role: LEARNER
I20260608 12:43:55.240039   431 raft_consensus.cc:2272] T 4bde6075f348402b9bd13e63c159c3ee P b5b54f6cd03246b69ffd97c3eea2932f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:55.240132 10588 consensus_queue.cc:260] T 0ad8f2a47d8046aeb6856db54aca1b32 P d52b602b3c7349d1bd9a07f4674ce2af [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 16, Last appended: 1.16, Last appended by leader: 16, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } attrs { replace: true } } peers { permanent_uuid: "d52b602b3c7349d1bd9a07f4674ce2af" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45145 } attrs { promote: true } }
I20260608 12:43:55.242529 10588 ts_tablet_manager.cc:1434] T 0ad8f2a47d8046aeb6856db54aca1b32 P d52b602b3c7349d1bd9a07f4674ce2af: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
W20260608 12:43:55.290489 10588 tablet_copy_client.cc:1131] T 0ad8f2a47d8046aeb6856db54aca1b32 P d52b602b3c7349d1bd9a07f4674ce2af: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.107.194:37015: connect: Connection refused (error 111)
I20260608 12:43:56.134212 10593 raft_consensus.cc:493] T 4e039ccae94c4a26aa92605335c5005c P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 5330a8792048408aa5776eb258a65f51)
I20260608 12:43:56.134893 10593 raft_consensus.cc:515] T 4e039ccae94c4a26aa92605335c5005c P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } attrs { replace: true } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } } peers { permanent_uuid: "d52b602b3c7349d1bd9a07f4674ce2af" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45145 } attrs { promote: true } }
I20260608 12:43:56.137773 10593 leader_election.cc:290] T 4e039ccae94c4a26aa92605335c5005c P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 5330a8792048408aa5776eb258a65f51 (127.0.107.193:40439), b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194:37015)
W20260608 12:43:56.148401 10239 leader_election.cc:336] T 4e039ccae94c4a26aa92605335c5005c P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 5330a8792048408aa5776eb258a65f51 (127.0.107.193:40439): Network error: Client connection negotiation failed: client connection to 127.0.107.193:40439: connect: Connection refused (error 111)
W20260608 12:43:56.149367 10239 leader_election.cc:336] T 4e039ccae94c4a26aa92605335c5005c P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194:37015): Network error: Client connection negotiation failed: client connection to 127.0.107.194:37015: connect: Connection refused (error 111)
I20260608 12:43:56.149873 10239 leader_election.cc:304] T 4e039ccae94c4a26aa92605335c5005c P 9a88033cec4a45cb8f2078912987d151 [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: 9a88033cec4a45cb8f2078912987d151; no voters: 5330a8792048408aa5776eb258a65f51, b5b54f6cd03246b69ffd97c3eea2932f
I20260608 12:43:56.150760 10593 raft_consensus.cc:2749] T 4e039ccae94c4a26aa92605335c5005c P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260608 12:43:56.268570   431 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 10221)
I20260608 12:43:56.301638 10593 raft_consensus.cc:493] T e2d2d61a147a41ba98e759b416c144d7 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 5330a8792048408aa5776eb258a65f51)
I20260608 12:43:56.302318 10593 raft_consensus.cc:515] T e2d2d61a147a41ba98e759b416c144d7 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:56.304632 10593 leader_election.cc:290] T e2d2d61a147a41ba98e759b416c144d7 P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 5330a8792048408aa5776eb258a65f51 (127.0.107.193:40439), b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194:37015)
W20260608 12:43:56.312388 10239 leader_election.cc:336] T e2d2d61a147a41ba98e759b416c144d7 P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 5330a8792048408aa5776eb258a65f51 (127.0.107.193:40439): Network error: Client connection negotiation failed: client connection to 127.0.107.193:40439: connect: Connection refused (error 111)
W20260608 12:43:56.313215 10239 leader_election.cc:336] T e2d2d61a147a41ba98e759b416c144d7 P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194:37015): Network error: Client connection negotiation failed: client connection to 127.0.107.194:37015: connect: Connection refused (error 111)
I20260608 12:43:56.313681 10239 leader_election.cc:304] T e2d2d61a147a41ba98e759b416c144d7 P 9a88033cec4a45cb8f2078912987d151 [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: 9a88033cec4a45cb8f2078912987d151; no voters: 5330a8792048408aa5776eb258a65f51, b5b54f6cd03246b69ffd97c3eea2932f
I20260608 12:43:56.314610 10593 raft_consensus.cc:2749] T e2d2d61a147a41ba98e759b416c144d7 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:43:56.418711 10593 raft_consensus.cc:493] T 113fb3904b154f94a4cd033fedcd7e47 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader b5b54f6cd03246b69ffd97c3eea2932f)
I20260608 12:43:56.419489 10593 raft_consensus.cc:515] T 113fb3904b154f94a4cd033fedcd7e47 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } attrs { replace: true } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } } peers { permanent_uuid: "d52b602b3c7349d1bd9a07f4674ce2af" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45145 } attrs { promote: true } }
I20260608 12:43:56.422199 10593 leader_election.cc:290] T 113fb3904b154f94a4cd033fedcd7e47 P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 5330a8792048408aa5776eb258a65f51 (127.0.107.193:40439), b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194:37015)
W20260608 12:43:56.429420 10239 leader_election.cc:336] T 113fb3904b154f94a4cd033fedcd7e47 P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 5330a8792048408aa5776eb258a65f51 (127.0.107.193:40439): Network error: Client connection negotiation failed: client connection to 127.0.107.193:40439: connect: Connection refused (error 111)
W20260608 12:43:56.430667 10239 leader_election.cc:336] T 113fb3904b154f94a4cd033fedcd7e47 P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194:37015): Network error: Client connection negotiation failed: client connection to 127.0.107.194:37015: connect: Connection refused (error 111)
I20260608 12:43:56.431212 10239 leader_election.cc:304] T 113fb3904b154f94a4cd033fedcd7e47 P 9a88033cec4a45cb8f2078912987d151 [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: 9a88033cec4a45cb8f2078912987d151; no voters: 5330a8792048408aa5776eb258a65f51, b5b54f6cd03246b69ffd97c3eea2932f
I20260608 12:43:56.432165 10593 raft_consensus.cc:2749] T 113fb3904b154f94a4cd033fedcd7e47 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:43:56.465812 10593 raft_consensus.cc:493] T 0ad8f2a47d8046aeb6856db54aca1b32 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader b5b54f6cd03246b69ffd97c3eea2932f)
I20260608 12:43:56.466487 10593 raft_consensus.cc:515] T 0ad8f2a47d8046aeb6856db54aca1b32 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } attrs { replace: true } } peers { permanent_uuid: "d52b602b3c7349d1bd9a07f4674ce2af" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45145 } attrs { promote: true } }
I20260608 12:43:56.469149 10593 leader_election.cc:290] T 0ad8f2a47d8046aeb6856db54aca1b32 P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 5330a8792048408aa5776eb258a65f51 (127.0.107.193:40439), b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194:37015)
W20260608 12:43:56.475368 10239 leader_election.cc:336] T 0ad8f2a47d8046aeb6856db54aca1b32 P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 5330a8792048408aa5776eb258a65f51 (127.0.107.193:40439): Network error: Client connection negotiation failed: client connection to 127.0.107.193:40439: connect: Connection refused (error 111)
W20260608 12:43:56.476517 10239 leader_election.cc:336] T 0ad8f2a47d8046aeb6856db54aca1b32 P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194:37015): Network error: Client connection negotiation failed: client connection to 127.0.107.194:37015: connect: Connection refused (error 111)
I20260608 12:43:56.477029 10239 leader_election.cc:304] T 0ad8f2a47d8046aeb6856db54aca1b32 P 9a88033cec4a45cb8f2078912987d151 [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: 9a88033cec4a45cb8f2078912987d151; no voters: 5330a8792048408aa5776eb258a65f51, b5b54f6cd03246b69ffd97c3eea2932f
I20260608 12:43:56.477964 10593 raft_consensus.cc:2749] T 0ad8f2a47d8046aeb6856db54aca1b32 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:43:56.554584 10593 raft_consensus.cc:493] T 9ba313e125b44e5a905084f5784aa6c3 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 5330a8792048408aa5776eb258a65f51)
I20260608 12:43:56.555202 10593 raft_consensus.cc:515] T 9ba313e125b44e5a905084f5784aa6c3 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } attrs { replace: true } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } } peers { permanent_uuid: "d52b602b3c7349d1bd9a07f4674ce2af" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45145 } attrs { promote: true } }
I20260608 12:43:56.557507 10593 leader_election.cc:290] T 9ba313e125b44e5a905084f5784aa6c3 P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 5330a8792048408aa5776eb258a65f51 (127.0.107.193:40439), b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194:37015)
I20260608 12:43:56.558115 10593 raft_consensus.cc:493] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader b5b54f6cd03246b69ffd97c3eea2932f)
I20260608 12:43:56.558651 10593 raft_consensus.cc:515] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:56.560745 10593 leader_election.cc:290] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 5330a8792048408aa5776eb258a65f51 (127.0.107.193:40439), b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194:37015)
W20260608 12:43:56.570955 10239 leader_election.cc:336] T 9ba313e125b44e5a905084f5784aa6c3 P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 5330a8792048408aa5776eb258a65f51 (127.0.107.193:40439): Network error: Client connection negotiation failed: client connection to 127.0.107.193:40439: connect: Connection refused (error 111)
W20260608 12:43:56.571744 10239 leader_election.cc:336] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 5330a8792048408aa5776eb258a65f51 (127.0.107.193:40439): Network error: Client connection negotiation failed: client connection to 127.0.107.193:40439: connect: Connection refused (error 111)
W20260608 12:43:56.572589 10239 leader_election.cc:336] T 9ba313e125b44e5a905084f5784aa6c3 P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194:37015): Network error: Client connection negotiation failed: client connection to 127.0.107.194:37015: connect: Connection refused (error 111)
I20260608 12:43:56.573058 10239 leader_election.cc:304] T 9ba313e125b44e5a905084f5784aa6c3 P 9a88033cec4a45cb8f2078912987d151 [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: 9a88033cec4a45cb8f2078912987d151; no voters: 5330a8792048408aa5776eb258a65f51, b5b54f6cd03246b69ffd97c3eea2932f
I20260608 12:43:56.574039 10597 raft_consensus.cc:2749] T 9ba313e125b44e5a905084f5784aa6c3 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260608 12:43:56.574186 10239 leader_election.cc:336] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194:37015): Network error: Client connection negotiation failed: client connection to 127.0.107.194:37015: connect: Connection refused (error 111)
I20260608 12:43:56.574982 10239 leader_election.cc:304] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151 [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: 9a88033cec4a45cb8f2078912987d151; no voters: 5330a8792048408aa5776eb258a65f51, b5b54f6cd03246b69ffd97c3eea2932f
I20260608 12:43:56.576440 10597 raft_consensus.cc:2749] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260608 12:43:57.269151   431 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 10221)
I20260608 12:43:58.098683 10598 raft_consensus.cc:493] T e2d2d61a147a41ba98e759b416c144d7 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 5330a8792048408aa5776eb258a65f51)
I20260608 12:43:58.099414 10598 raft_consensus.cc:515] T e2d2d61a147a41ba98e759b416c144d7 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:58.101974 10598 leader_election.cc:290] T e2d2d61a147a41ba98e759b416c144d7 P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 5330a8792048408aa5776eb258a65f51 (127.0.107.193:40439), b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194:37015)
W20260608 12:43:58.118575 10239 leader_election.cc:336] T e2d2d61a147a41ba98e759b416c144d7 P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 5330a8792048408aa5776eb258a65f51 (127.0.107.193:40439): Network error: Client connection negotiation failed: client connection to 127.0.107.193:40439: connect: Connection refused (error 111)
W20260608 12:43:58.119592 10239 leader_election.cc:336] T e2d2d61a147a41ba98e759b416c144d7 P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194:37015): Network error: Client connection negotiation failed: client connection to 127.0.107.194:37015: connect: Connection refused (error 111)
I20260608 12:43:58.120056 10239 leader_election.cc:304] T e2d2d61a147a41ba98e759b416c144d7 P 9a88033cec4a45cb8f2078912987d151 [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: 9a88033cec4a45cb8f2078912987d151; no voters: 5330a8792048408aa5776eb258a65f51, b5b54f6cd03246b69ffd97c3eea2932f
I20260608 12:43:58.120941 10598 raft_consensus.cc:2749] T e2d2d61a147a41ba98e759b416c144d7 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:43:58.220901 10598 raft_consensus.cc:493] T 4e039ccae94c4a26aa92605335c5005c P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 5330a8792048408aa5776eb258a65f51)
I20260608 12:43:58.221562 10598 raft_consensus.cc:515] T 4e039ccae94c4a26aa92605335c5005c P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } attrs { replace: true } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } } peers { permanent_uuid: "d52b602b3c7349d1bd9a07f4674ce2af" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45145 } attrs { promote: true } }
I20260608 12:43:58.224128 10598 leader_election.cc:290] T 4e039ccae94c4a26aa92605335c5005c P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 5330a8792048408aa5776eb258a65f51 (127.0.107.193:40439), b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194:37015)
W20260608 12:43:58.233810 10239 leader_election.cc:336] T 4e039ccae94c4a26aa92605335c5005c P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 5330a8792048408aa5776eb258a65f51 (127.0.107.193:40439): Network error: Client connection negotiation failed: client connection to 127.0.107.193:40439: connect: Connection refused (error 111)
W20260608 12:43:58.234668 10239 leader_election.cc:336] T 4e039ccae94c4a26aa92605335c5005c P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194:37015): Network error: Client connection negotiation failed: client connection to 127.0.107.194:37015: connect: Connection refused (error 111)
I20260608 12:43:58.235128 10239 leader_election.cc:304] T 4e039ccae94c4a26aa92605335c5005c P 9a88033cec4a45cb8f2078912987d151 [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: 9a88033cec4a45cb8f2078912987d151; no voters: 5330a8792048408aa5776eb258a65f51, b5b54f6cd03246b69ffd97c3eea2932f
I20260608 12:43:58.236014 10598 raft_consensus.cc:2749] T 4e039ccae94c4a26aa92605335c5005c P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260608 12:43:58.269774   431 thread.cc:527] Waited for 3000ms trying to join with diag-logger (tid 10221)
I20260608 12:43:58.414530   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:43:58.420233 10598 raft_consensus.cc:493] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader b5b54f6cd03246b69ffd97c3eea2932f)
I20260608 12:43:58.420868 10598 raft_consensus.cc:515] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } }
I20260608 12:43:58.423400 10598 leader_election.cc:290] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 5330a8792048408aa5776eb258a65f51 (127.0.107.193:40439), b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194:37015)
W20260608 12:43:58.429420 10239 leader_election.cc:336] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 5330a8792048408aa5776eb258a65f51 (127.0.107.193:40439): Network error: Client connection negotiation failed: client connection to 127.0.107.193:40439: connect: Connection refused (error 111)
W20260608 12:43:58.430459 10239 leader_election.cc:336] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194:37015): Network error: Client connection negotiation failed: client connection to 127.0.107.194:37015: connect: Connection refused (error 111)
I20260608 12:43:58.430996 10239 leader_election.cc:304] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151 [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: 9a88033cec4a45cb8f2078912987d151; no voters: 5330a8792048408aa5776eb258a65f51, b5b54f6cd03246b69ffd97c3eea2932f
I20260608 12:43:58.431815 10598 raft_consensus.cc:2749] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:43:58.442062   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:43:58.466794 10598 raft_consensus.cc:493] T 0ad8f2a47d8046aeb6856db54aca1b32 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader b5b54f6cd03246b69ffd97c3eea2932f)
I20260608 12:43:58.467703 10598 raft_consensus.cc:515] T 0ad8f2a47d8046aeb6856db54aca1b32 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "5330a8792048408aa5776eb258a65f51" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40439 } } peers { permanent_uuid: "b5b54f6cd03246b69ffd97c3eea2932f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37015 } } peers { permanent_uuid: "9a88033cec4a45cb8f2078912987d151" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36211 } attrs { replace: true } } peers { permanent_uuid: "d52b602b3c7349d1bd9a07f4674ce2af" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45145 } attrs { promote: true } }
I20260608 12:43:58.473047 10598 leader_election.cc:290] T 0ad8f2a47d8046aeb6856db54aca1b32 P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 5330a8792048408aa5776eb258a65f51 (127.0.107.193:40439), b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194:37015)
I20260608 12:43:58.479241   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:58.480212   431 tablet_replica.cc:333] T 0ad8f2a47d8046aeb6856db54aca1b32 P 9a88033cec4a45cb8f2078912987d151: stopping tablet replica
I20260608 12:43:58.481245   431 raft_consensus.cc:2243] T 0ad8f2a47d8046aeb6856db54aca1b32 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:58.482239   431 raft_consensus.cc:2272] T 0ad8f2a47d8046aeb6856db54aca1b32 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:58.485375   431 tablet_replica.cc:333] T 4e039ccae94c4a26aa92605335c5005c P 9a88033cec4a45cb8f2078912987d151: stopping tablet replica
W20260608 12:43:58.485940 10239 leader_election.cc:336] T 0ad8f2a47d8046aeb6856db54aca1b32 P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 5330a8792048408aa5776eb258a65f51 (127.0.107.193:40439): Network error: Client connection negotiation failed: client connection to 127.0.107.193:40439: connect: Connection refused (error 111)
I20260608 12:43:58.486270   431 raft_consensus.cc:2243] T 4e039ccae94c4a26aa92605335c5005c P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Raft consensus shutting down.
W20260608 12:43:58.486748 10239 leader_election.cc:336] T 0ad8f2a47d8046aeb6856db54aca1b32 P 9a88033cec4a45cb8f2078912987d151 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b5b54f6cd03246b69ffd97c3eea2932f (127.0.107.194:37015): Network error: Client connection negotiation failed: client connection to 127.0.107.194:37015: connect: Connection refused (error 111)
I20260608 12:43:58.487120   431 raft_consensus.cc:2272] T 4e039ccae94c4a26aa92605335c5005c P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:58.487169 10239 leader_election.cc:304] T 0ad8f2a47d8046aeb6856db54aca1b32 P 9a88033cec4a45cb8f2078912987d151 [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: 9a88033cec4a45cb8f2078912987d151; no voters: 5330a8792048408aa5776eb258a65f51, b5b54f6cd03246b69ffd97c3eea2932f
W20260608 12:43:58.488066 10239 raft_consensus.cc:2686] T 0ad8f2a47d8046aeb6856db54aca1b32 P 9a88033cec4a45cb8f2078912987d151: unable to run election callback: Service unavailable: Thread pool token was shut down
I20260608 12:43:58.490121   431 tablet_replica.cc:333] T 113fb3904b154f94a4cd033fedcd7e47 P 9a88033cec4a45cb8f2078912987d151: stopping tablet replica
I20260608 12:43:58.490796   431 raft_consensus.cc:2243] T 113fb3904b154f94a4cd033fedcd7e47 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:58.491461   431 raft_consensus.cc:2272] T 113fb3904b154f94a4cd033fedcd7e47 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:58.493643   431 tablet_replica.cc:333] T b3b1f1b4da1e4af58e55af78b56e70bd P 9a88033cec4a45cb8f2078912987d151: stopping tablet replica
I20260608 12:43:58.494282   431 raft_consensus.cc:2243] T b3b1f1b4da1e4af58e55af78b56e70bd P 9a88033cec4a45cb8f2078912987d151 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:58.494752   431 raft_consensus.cc:2272] T b3b1f1b4da1e4af58e55af78b56e70bd P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:58.496919   431 tablet_replica.cc:333] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151: stopping tablet replica
I20260608 12:43:58.497720   431 raft_consensus.cc:2243] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:58.498327   431 raft_consensus.cc:2272] T f9a0b947665a486d9202c05047b6df87 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:58.500594   431 tablet_replica.cc:333] T e2d2d61a147a41ba98e759b416c144d7 P 9a88033cec4a45cb8f2078912987d151: stopping tablet replica
I20260608 12:43:58.501154   431 raft_consensus.cc:2243] T e2d2d61a147a41ba98e759b416c144d7 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:58.501715   431 raft_consensus.cc:2272] T e2d2d61a147a41ba98e759b416c144d7 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:58.504166   431 tablet_replica.cc:333] T 9ba313e125b44e5a905084f5784aa6c3 P 9a88033cec4a45cb8f2078912987d151: stopping tablet replica
I20260608 12:43:58.504716   431 raft_consensus.cc:2243] T 9ba313e125b44e5a905084f5784aa6c3 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:58.505326   431 raft_consensus.cc:2272] T 9ba313e125b44e5a905084f5784aa6c3 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:58.507512   431 tablet_replica.cc:333] T a3ffa8029fc240ad881f261cd077d432 P 9a88033cec4a45cb8f2078912987d151: stopping tablet replica
I20260608 12:43:58.508129   431 raft_consensus.cc:2243] T a3ffa8029fc240ad881f261cd077d432 P 9a88033cec4a45cb8f2078912987d151 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:58.508589   431 raft_consensus.cc:2272] T a3ffa8029fc240ad881f261cd077d432 P 9a88033cec4a45cb8f2078912987d151 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:58.538261   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:43:58.558822   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:43:58.582448   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:58.583101   431 tablet_replica.cc:333] T 0ad8f2a47d8046aeb6856db54aca1b32 P d52b602b3c7349d1bd9a07f4674ce2af: stopping tablet replica
I20260608 12:43:58.583742   431 raft_consensus.cc:2243] T 0ad8f2a47d8046aeb6856db54aca1b32 P d52b602b3c7349d1bd9a07f4674ce2af [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:43:58.584165   431 raft_consensus.cc:2272] T 0ad8f2a47d8046aeb6856db54aca1b32 P d52b602b3c7349d1bd9a07f4674ce2af [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:43:58.586467   431 tablet_replica.cc:333] T 113fb3904b154f94a4cd033fedcd7e47 P d52b602b3c7349d1bd9a07f4674ce2af: stopping tablet replica
I20260608 12:43:58.586941   431 raft_consensus.cc:2243] T 113fb3904b154f94a4cd033fedcd7e47 P d52b602b3c7349d1bd9a07f4674ce2af [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:43:58.587325   431 raft_consensus.cc:2272] T 113fb3904b154f94a4cd033fedcd7e47 P d52b602b3c7349d1bd9a07f4674ce2af [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:43:58.607378   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:43:58.618780   431 master.cc:562] Master@127.0.107.254:40495 shutting down...
W20260608 12:43:58.640748 10071 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:43:58.641155 10071 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:43:58.641462 10071 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:43:58.642904   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 0760f68a34f443eaa3afb38630b0007a [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:58.643540   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 0760f68a34f443eaa3afb38630b0007a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:58.643975   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 0760f68a34f443eaa3afb38630b0007a: stopping tablet replica
I20260608 12:43:58.667196   431 master.cc:584] Master@127.0.107.254:40495 shutdown complete.
[       OK ] AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash (10672 ms)
[ RUN      ] AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale
I20260608 12:43:58.719352   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:36081
I20260608 12:43:58.720533   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:58.726012 10602 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:58.726217 10603 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:58.727869 10605 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:58.728853   431 server_base.cc:1061] running on GCE node
I20260608 12:43:58.729900   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:58.730077   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:58.730232   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922638730204 us; error 0 us; skew 500 ppm
I20260608 12:43:58.730849   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:58.733355   431 webserver.cc:533] Webserver started at http://127.0.107.254:33205/ using document root <none> and password file <none>
I20260608 12:43:58.733966   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:58.734170   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:58.734464   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:58.735620   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922397207313-431-0/minicluster-data/master-0-root/instance:
uuid: "2b92b81c5c3f413e83ff031c7eacfd7d"
format_stamp: "Formatted at 2026-06-08 12:43:58 on dist-test-slave-1zds"
I20260608 12:43:58.740484   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260608 12:43:58.744254 10610 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:58.745048   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260608 12:43:58.745352   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922397207313-431-0/minicluster-data/master-0-root
uuid: "2b92b81c5c3f413e83ff031c7eacfd7d"
format_stamp: "Formatted at 2026-06-08 12:43:58 on dist-test-slave-1zds"
I20260608 12:43:58.745683   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922397207313-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922397207313-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922397207313-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:58.756304   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:58.757567   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:58.797749   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:36081
I20260608 12:43:58.797962 10661 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:36081 every 8 connection(s)
I20260608 12:43:58.801909 10662 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:58.813474 10662 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2b92b81c5c3f413e83ff031c7eacfd7d: Bootstrap starting.
I20260608 12:43:58.818625 10662 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2b92b81c5c3f413e83ff031c7eacfd7d: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:58.823398 10662 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2b92b81c5c3f413e83ff031c7eacfd7d: No bootstrap required, opened a new log
I20260608 12:43:58.825856 10662 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2b92b81c5c3f413e83ff031c7eacfd7d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2b92b81c5c3f413e83ff031c7eacfd7d" member_type: VOTER }
I20260608 12:43:58.826256 10662 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2b92b81c5c3f413e83ff031c7eacfd7d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:58.826536 10662 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2b92b81c5c3f413e83ff031c7eacfd7d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2b92b81c5c3f413e83ff031c7eacfd7d, State: Initialized, Role: FOLLOWER
I20260608 12:43:58.827216 10662 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2b92b81c5c3f413e83ff031c7eacfd7d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "2b92b81c5c3f413e83ff031c7eacfd7d" member_type: VOTER }
I20260608 12:43:58.827690 10662 raft_consensus.cc:399] T 00000000000000000000000000000000 P 2b92b81c5c3f413e83ff031c7eacfd7d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:43:58.827896 10662 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2b92b81c5c3f413e83ff031c7eacfd7d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:43:58.828200 10662 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2b92b81c5c3f413e83ff031c7eacfd7d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:58.833449 10662 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2b92b81c5c3f413e83ff031c7eacfd7d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2b92b81c5c3f413e83ff031c7eacfd7d" member_type: VOTER }
I20260608 12:43:58.834117 10662 leader_election.cc:304] T 00000000000000000000000000000000 P 2b92b81c5c3f413e83ff031c7eacfd7d [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: 2b92b81c5c3f413e83ff031c7eacfd7d; no voters: 
I20260608 12:43:58.835312 10662 leader_election.cc:290] T 00000000000000000000000000000000 P 2b92b81c5c3f413e83ff031c7eacfd7d [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:43:58.835772 10665 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2b92b81c5c3f413e83ff031c7eacfd7d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:58.837232 10665 raft_consensus.cc:697] T 00000000000000000000000000000000 P 2b92b81c5c3f413e83ff031c7eacfd7d [term 1 LEADER]: Becoming Leader. State: Replica: 2b92b81c5c3f413e83ff031c7eacfd7d, State: Running, Role: LEADER
I20260608 12:43:58.838018 10665 consensus_queue.cc:237] T 00000000000000000000000000000000 P 2b92b81c5c3f413e83ff031c7eacfd7d [LEADER]: Queue going to LEADER mode. State: All 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: "2b92b81c5c3f413e83ff031c7eacfd7d" member_type: VOTER }
I20260608 12:43:58.838461 10662 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2b92b81c5c3f413e83ff031c7eacfd7d [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:43:58.842586 10666 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2b92b81c5c3f413e83ff031c7eacfd7d [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "2b92b81c5c3f413e83ff031c7eacfd7d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2b92b81c5c3f413e83ff031c7eacfd7d" member_type: VOTER } }
I20260608 12:43:58.842959 10667 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2b92b81c5c3f413e83ff031c7eacfd7d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2b92b81c5c3f413e83ff031c7eacfd7d. Latest consensus state: current_term: 1 leader_uuid: "2b92b81c5c3f413e83ff031c7eacfd7d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2b92b81c5c3f413e83ff031c7eacfd7d" member_type: VOTER } }
I20260608 12:43:58.843411 10666 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2b92b81c5c3f413e83ff031c7eacfd7d [sys.catalog]: This master's current role is: LEADER
I20260608 12:43:58.843849 10667 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2b92b81c5c3f413e83ff031c7eacfd7d [sys.catalog]: This master's current role is: LEADER
I20260608 12:43:58.848909 10672 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:43:58.855958 10672 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:43:58.857082   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:43:58.865545 10672 catalog_manager.cc:1382] Generated new cluster ID: 45613a14d60f4a028c22263cf9f1fa4b
I20260608 12:43:58.865892 10672 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:43:58.891723 10672 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:43:58.893105 10672 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:43:58.909173 10672 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 2b92b81c5c3f413e83ff031c7eacfd7d: Generated new TSK 0
I20260608 12:43:58.909932 10672 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:43:58.924516   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:58.930775 10683 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:58.932013 10684 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:58.933418 10686 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:58.933884   431 server_base.cc:1061] running on GCE node
I20260608 12:43:58.934772   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:58.934954   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:58.935101   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922638935088 us; error 0 us; skew 500 ppm
I20260608 12:43:58.935645   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:58.937958   431 webserver.cc:533] Webserver started at http://127.0.107.193:37649/ using document root <none> and password file <none>
I20260608 12:43:58.938441   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:58.938606   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:58.938813   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:58.939877   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922397207313-431-0/minicluster-data/ts-0-root/instance:
uuid: "f2788ad6613a427e90afb73735e63bc4"
format_stamp: "Formatted at 2026-06-08 12:43:58 on dist-test-slave-1zds"
I20260608 12:43:58.945111   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.003s
I20260608 12:43:58.948593 10691 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:58.949393   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:43:58.949728   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922397207313-431-0/minicluster-data/ts-0-root
uuid: "f2788ad6613a427e90afb73735e63bc4"
format_stamp: "Formatted at 2026-06-08 12:43:58 on dist-test-slave-1zds"
I20260608 12:43:58.950088   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922397207313-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922397207313-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922397207313-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:58.962064   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:58.963189   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:58.964673   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:58.967118   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:58.967346   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:58.967598   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:58.967788   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:59.006831   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:37003
I20260608 12:43:59.006938 10753 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:37003 every 8 connection(s)
I20260608 12:43:59.012136   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:59.019572 10758 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:59.021003 10759 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:59.024956 10761 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:59.025424   431 server_base.cc:1061] running on GCE node
I20260608 12:43:59.029187   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:59.029464   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:59.029685   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922639029666 us; error 0 us; skew 500 ppm
I20260608 12:43:59.030507   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:59.032014 10754 heartbeater.cc:344] Connected to a master server at 127.0.107.254:36081
I20260608 12:43:59.032402 10754 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:59.033257 10754 heartbeater.cc:507] Master 127.0.107.254:36081 requested a full tablet report, sending...
I20260608 12:43:59.033291   431 webserver.cc:533] Webserver started at http://127.0.107.194:33397/ using document root <none> and password file <none>
I20260608 12:43:59.034030   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:59.034245   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:59.034576   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:59.035559 10627 ts_manager.cc:194] Registered new tserver with Master: f2788ad6613a427e90afb73735e63bc4 (127.0.107.193:37003)
I20260608 12:43:59.035770   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922397207313-431-0/minicluster-data/ts-1-root/instance:
uuid: "4efb202658984a2f9030527f4ca84ccc"
format_stamp: "Formatted at 2026-06-08 12:43:59 on dist-test-slave-1zds"
I20260608 12:43:59.037516 10627 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56704
I20260608 12:43:59.041074   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.001s
I20260608 12:43:59.045462 10766 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:59.046489   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:43:59.046867   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922397207313-431-0/minicluster-data/ts-1-root
uuid: "4efb202658984a2f9030527f4ca84ccc"
format_stamp: "Formatted at 2026-06-08 12:43:59 on dist-test-slave-1zds"
I20260608 12:43:59.047235   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922397207313-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922397207313-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922397207313-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:59.072544   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:59.073700   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:59.075202   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:59.077569   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:59.077795   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:59.078071   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:59.078250   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:59.118988   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:39837
I20260608 12:43:59.119134 10828 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:39837 every 8 connection(s)
I20260608 12:43:59.124280   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:59.132192 10832 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:43:59.134829 10833 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:59.138377   431 server_base.cc:1061] running on GCE node
I20260608 12:43:59.139235 10829 heartbeater.cc:344] Connected to a master server at 127.0.107.254:36081
W20260608 12:43:59.139497 10836 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:43:59.139773 10829 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:59.140668   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:59.140933   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:43:59.140779 10829 heartbeater.cc:507] Master 127.0.107.254:36081 requested a full tablet report, sending...
I20260608 12:43:59.141240   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922639141221 us; error 0 us; skew 500 ppm
I20260608 12:43:59.142012   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:59.143606 10627 ts_manager.cc:194] Registered new tserver with Master: 4efb202658984a2f9030527f4ca84ccc (127.0.107.194:39837)
I20260608 12:43:59.144894   431 webserver.cc:533] Webserver started at http://127.0.107.195:43885/ using document root <none> and password file <none>
I20260608 12:43:59.145483   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:59.145458 10627 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56708
I20260608 12:43:59.146037   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:59.146365   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:59.147670   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922397207313-431-0/minicluster-data/ts-2-root/instance:
uuid: "1a4c57115b60421ab916a2719afd5f9b"
format_stamp: "Formatted at 2026-06-08 12:43:59 on dist-test-slave-1zds"
I20260608 12:43:59.153467   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260608 12:43:59.157397 10840 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:59.158385   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:43:59.158715   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922397207313-431-0/minicluster-data/ts-2-root
uuid: "1a4c57115b60421ab916a2719afd5f9b"
format_stamp: "Formatted at 2026-06-08 12:43:59 on dist-test-slave-1zds"
I20260608 12:43:59.159013   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922397207313-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922397207313-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922397207313-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:43:59.171057   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:59.172389   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:59.174221   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:59.176856   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:59.177111   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:59.177395   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:59.177608   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:59.220379   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:40919
I20260608 12:43:59.220505 10902 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:40919 every 8 connection(s)
I20260608 12:43:59.238365 10903 heartbeater.cc:344] Connected to a master server at 127.0.107.254:36081
I20260608 12:43:59.238775 10903 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:59.239691 10903 heartbeater.cc:507] Master 127.0.107.254:36081 requested a full tablet report, sending...
I20260608 12:43:59.242100 10627 ts_manager.cc:194] Registered new tserver with Master: 1a4c57115b60421ab916a2719afd5f9b (127.0.107.195:40919)
I20260608 12:43:59.242637   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.017525654s
I20260608 12:43:59.244066 10627 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56716
I20260608 12:43:59.271505 10627 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:56732:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:43:59.273488 10627 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:43:59.315550 10719 tablet_service.cc:1511] Processing CreateTablet for tablet a1d74b26b1f54fad91cfed85aa167864 (DEFAULT_TABLE table=test-workload [id=0903007f6cfd4c46a247f22499791414]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:43:59.316998 10719 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a1d74b26b1f54fad91cfed85aa167864. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:59.318186 10868 tablet_service.cc:1511] Processing CreateTablet for tablet a1d74b26b1f54fad91cfed85aa167864 (DEFAULT_TABLE table=test-workload [id=0903007f6cfd4c46a247f22499791414]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:43:59.319630 10868 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a1d74b26b1f54fad91cfed85aa167864. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:59.322543 10794 tablet_service.cc:1511] Processing CreateTablet for tablet a1d74b26b1f54fad91cfed85aa167864 (DEFAULT_TABLE table=test-workload [id=0903007f6cfd4c46a247f22499791414]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:43:59.324036 10794 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a1d74b26b1f54fad91cfed85aa167864. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:59.336107 10918 tablet_bootstrap.cc:492] T a1d74b26b1f54fad91cfed85aa167864 P f2788ad6613a427e90afb73735e63bc4: Bootstrap starting.
I20260608 12:43:59.338101 10919 tablet_bootstrap.cc:492] T a1d74b26b1f54fad91cfed85aa167864 P 1a4c57115b60421ab916a2719afd5f9b: Bootstrap starting.
I20260608 12:43:59.340324 10920 tablet_bootstrap.cc:492] T a1d74b26b1f54fad91cfed85aa167864 P 4efb202658984a2f9030527f4ca84ccc: Bootstrap starting.
I20260608 12:43:59.343998 10918 tablet_bootstrap.cc:654] T a1d74b26b1f54fad91cfed85aa167864 P f2788ad6613a427e90afb73735e63bc4: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:59.344864 10919 tablet_bootstrap.cc:654] T a1d74b26b1f54fad91cfed85aa167864 P 1a4c57115b60421ab916a2719afd5f9b: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:59.349138 10920 tablet_bootstrap.cc:654] T a1d74b26b1f54fad91cfed85aa167864 P 4efb202658984a2f9030527f4ca84ccc: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:59.350507 10919 tablet_bootstrap.cc:492] T a1d74b26b1f54fad91cfed85aa167864 P 1a4c57115b60421ab916a2719afd5f9b: No bootstrap required, opened a new log
I20260608 12:43:59.350751 10918 tablet_bootstrap.cc:492] T a1d74b26b1f54fad91cfed85aa167864 P f2788ad6613a427e90afb73735e63bc4: No bootstrap required, opened a new log
I20260608 12:43:59.351004 10919 ts_tablet_manager.cc:1403] T a1d74b26b1f54fad91cfed85aa167864 P 1a4c57115b60421ab916a2719afd5f9b: Time spent bootstrapping tablet: real 0.013s	user 0.011s	sys 0.000s
I20260608 12:43:59.351382 10918 ts_tablet_manager.cc:1403] T a1d74b26b1f54fad91cfed85aa167864 P f2788ad6613a427e90afb73735e63bc4: Time spent bootstrapping tablet: real 0.016s	user 0.012s	sys 0.000s
I20260608 12:43:59.354491 10919 raft_consensus.cc:359] T a1d74b26b1f54fad91cfed85aa167864 P 1a4c57115b60421ab916a2719afd5f9b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2788ad6613a427e90afb73735e63bc4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37003 } } peers { permanent_uuid: "1a4c57115b60421ab916a2719afd5f9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40919 } } peers { permanent_uuid: "4efb202658984a2f9030527f4ca84ccc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39837 } }
I20260608 12:43:59.355152 10918 raft_consensus.cc:359] T a1d74b26b1f54fad91cfed85aa167864 P f2788ad6613a427e90afb73735e63bc4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2788ad6613a427e90afb73735e63bc4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37003 } } peers { permanent_uuid: "1a4c57115b60421ab916a2719afd5f9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40919 } } peers { permanent_uuid: "4efb202658984a2f9030527f4ca84ccc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39837 } }
I20260608 12:43:59.355999 10918 raft_consensus.cc:385] T a1d74b26b1f54fad91cfed85aa167864 P f2788ad6613a427e90afb73735e63bc4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:59.355665 10919 raft_consensus.cc:385] T a1d74b26b1f54fad91cfed85aa167864 P 1a4c57115b60421ab916a2719afd5f9b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:59.356338 10918 raft_consensus.cc:740] T a1d74b26b1f54fad91cfed85aa167864 P f2788ad6613a427e90afb73735e63bc4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f2788ad6613a427e90afb73735e63bc4, State: Initialized, Role: FOLLOWER
I20260608 12:43:59.356452 10919 raft_consensus.cc:740] T a1d74b26b1f54fad91cfed85aa167864 P 1a4c57115b60421ab916a2719afd5f9b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1a4c57115b60421ab916a2719afd5f9b, State: Initialized, Role: FOLLOWER
I20260608 12:43:59.357251 10918 consensus_queue.cc:260] T a1d74b26b1f54fad91cfed85aa167864 P f2788ad6613a427e90afb73735e63bc4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2788ad6613a427e90afb73735e63bc4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37003 } } peers { permanent_uuid: "1a4c57115b60421ab916a2719afd5f9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40919 } } peers { permanent_uuid: "4efb202658984a2f9030527f4ca84ccc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39837 } }
I20260608 12:43:59.357403 10919 consensus_queue.cc:260] T a1d74b26b1f54fad91cfed85aa167864 P 1a4c57115b60421ab916a2719afd5f9b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2788ad6613a427e90afb73735e63bc4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37003 } } peers { permanent_uuid: "1a4c57115b60421ab916a2719afd5f9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40919 } } peers { permanent_uuid: "4efb202658984a2f9030527f4ca84ccc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39837 } }
I20260608 12:43:59.358850 10920 tablet_bootstrap.cc:492] T a1d74b26b1f54fad91cfed85aa167864 P 4efb202658984a2f9030527f4ca84ccc: No bootstrap required, opened a new log
I20260608 12:43:59.359588 10920 ts_tablet_manager.cc:1403] T a1d74b26b1f54fad91cfed85aa167864 P 4efb202658984a2f9030527f4ca84ccc: Time spent bootstrapping tablet: real 0.020s	user 0.010s	sys 0.006s
I20260608 12:43:59.360141 10754 heartbeater.cc:499] Master 127.0.107.254:36081 was elected leader, sending a full tablet report...
I20260608 12:43:59.360841 10918 ts_tablet_manager.cc:1434] T a1d74b26b1f54fad91cfed85aa167864 P f2788ad6613a427e90afb73735e63bc4: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.004s
I20260608 12:43:59.361661 10919 ts_tablet_manager.cc:1434] T a1d74b26b1f54fad91cfed85aa167864 P 1a4c57115b60421ab916a2719afd5f9b: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260608 12:43:59.362048 10903 heartbeater.cc:499] Master 127.0.107.254:36081 was elected leader, sending a full tablet report...
I20260608 12:43:59.366598 10920 raft_consensus.cc:359] T a1d74b26b1f54fad91cfed85aa167864 P 4efb202658984a2f9030527f4ca84ccc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2788ad6613a427e90afb73735e63bc4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37003 } } peers { permanent_uuid: "1a4c57115b60421ab916a2719afd5f9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40919 } } peers { permanent_uuid: "4efb202658984a2f9030527f4ca84ccc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39837 } }
I20260608 12:43:59.368961 10920 raft_consensus.cc:385] T a1d74b26b1f54fad91cfed85aa167864 P 4efb202658984a2f9030527f4ca84ccc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:59.369277 10920 raft_consensus.cc:740] T a1d74b26b1f54fad91cfed85aa167864 P 4efb202658984a2f9030527f4ca84ccc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4efb202658984a2f9030527f4ca84ccc, State: Initialized, Role: FOLLOWER
I20260608 12:43:59.370147 10920 consensus_queue.cc:260] T a1d74b26b1f54fad91cfed85aa167864 P 4efb202658984a2f9030527f4ca84ccc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2788ad6613a427e90afb73735e63bc4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37003 } } peers { permanent_uuid: "1a4c57115b60421ab916a2719afd5f9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40919 } } peers { permanent_uuid: "4efb202658984a2f9030527f4ca84ccc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39837 } }
I20260608 12:43:59.372468 10829 heartbeater.cc:499] Master 127.0.107.254:36081 was elected leader, sending a full tablet report...
I20260608 12:43:59.372974 10920 ts_tablet_manager.cc:1434] T a1d74b26b1f54fad91cfed85aa167864 P 4efb202658984a2f9030527f4ca84ccc: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 12:43:59.578282 10925 raft_consensus.cc:493] T a1d74b26b1f54fad91cfed85aa167864 P 1a4c57115b60421ab916a2719afd5f9b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:59.579100 10924 raft_consensus.cc:493] T a1d74b26b1f54fad91cfed85aa167864 P f2788ad6613a427e90afb73735e63bc4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:59.578892 10925 raft_consensus.cc:515] T a1d74b26b1f54fad91cfed85aa167864 P 1a4c57115b60421ab916a2719afd5f9b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2788ad6613a427e90afb73735e63bc4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37003 } } peers { permanent_uuid: "1a4c57115b60421ab916a2719afd5f9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40919 } } peers { permanent_uuid: "4efb202658984a2f9030527f4ca84ccc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39837 } }
I20260608 12:43:59.579653 10924 raft_consensus.cc:515] T a1d74b26b1f54fad91cfed85aa167864 P f2788ad6613a427e90afb73735e63bc4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2788ad6613a427e90afb73735e63bc4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37003 } } peers { permanent_uuid: "1a4c57115b60421ab916a2719afd5f9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40919 } } peers { permanent_uuid: "4efb202658984a2f9030527f4ca84ccc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39837 } }
I20260608 12:43:59.581992 10925 leader_election.cc:290] T a1d74b26b1f54fad91cfed85aa167864 P 1a4c57115b60421ab916a2719afd5f9b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f2788ad6613a427e90afb73735e63bc4 (127.0.107.193:37003), 4efb202658984a2f9030527f4ca84ccc (127.0.107.194:39837)
I20260608 12:43:59.582404 10924 leader_election.cc:290] T a1d74b26b1f54fad91cfed85aa167864 P f2788ad6613a427e90afb73735e63bc4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1a4c57115b60421ab916a2719afd5f9b (127.0.107.195:40919), 4efb202658984a2f9030527f4ca84ccc (127.0.107.194:39837)
I20260608 12:43:59.600939 10729 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a1d74b26b1f54fad91cfed85aa167864" candidate_uuid: "1a4c57115b60421ab916a2719afd5f9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f2788ad6613a427e90afb73735e63bc4" is_pre_election: true
I20260608 12:43:59.601778 10729 raft_consensus.cc:2468] T a1d74b26b1f54fad91cfed85aa167864 P f2788ad6613a427e90afb73735e63bc4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1a4c57115b60421ab916a2719afd5f9b in term 0.
I20260608 12:43:59.603472 10842 leader_election.cc:304] T a1d74b26b1f54fad91cfed85aa167864 P 1a4c57115b60421ab916a2719afd5f9b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1a4c57115b60421ab916a2719afd5f9b, f2788ad6613a427e90afb73735e63bc4; no voters: 
I20260608 12:43:59.604408 10925 raft_consensus.cc:2804] T a1d74b26b1f54fad91cfed85aa167864 P 1a4c57115b60421ab916a2719afd5f9b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:59.604811 10925 raft_consensus.cc:493] T a1d74b26b1f54fad91cfed85aa167864 P 1a4c57115b60421ab916a2719afd5f9b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:59.605140 10925 raft_consensus.cc:3060] T a1d74b26b1f54fad91cfed85aa167864 P 1a4c57115b60421ab916a2719afd5f9b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:59.609728 10804 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a1d74b26b1f54fad91cfed85aa167864" candidate_uuid: "f2788ad6613a427e90afb73735e63bc4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4efb202658984a2f9030527f4ca84ccc" is_pre_election: true
I20260608 12:43:59.609717 10878 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a1d74b26b1f54fad91cfed85aa167864" candidate_uuid: "f2788ad6613a427e90afb73735e63bc4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a4c57115b60421ab916a2719afd5f9b" is_pre_election: true
I20260608 12:43:59.610273 10803 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a1d74b26b1f54fad91cfed85aa167864" candidate_uuid: "1a4c57115b60421ab916a2719afd5f9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4efb202658984a2f9030527f4ca84ccc" is_pre_election: true
I20260608 12:43:59.610785 10804 raft_consensus.cc:2468] T a1d74b26b1f54fad91cfed85aa167864 P 4efb202658984a2f9030527f4ca84ccc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f2788ad6613a427e90afb73735e63bc4 in term 0.
I20260608 12:43:59.612203 10693 leader_election.cc:304] T a1d74b26b1f54fad91cfed85aa167864 P f2788ad6613a427e90afb73735e63bc4 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4efb202658984a2f9030527f4ca84ccc, f2788ad6613a427e90afb73735e63bc4; no voters: 
I20260608 12:43:59.613077 10924 raft_consensus.cc:2804] T a1d74b26b1f54fad91cfed85aa167864 P f2788ad6613a427e90afb73735e63bc4 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:59.612953 10925 raft_consensus.cc:515] T a1d74b26b1f54fad91cfed85aa167864 P 1a4c57115b60421ab916a2719afd5f9b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2788ad6613a427e90afb73735e63bc4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37003 } } peers { permanent_uuid: "1a4c57115b60421ab916a2719afd5f9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40919 } } peers { permanent_uuid: "4efb202658984a2f9030527f4ca84ccc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39837 } }
I20260608 12:43:59.613438 10924 raft_consensus.cc:493] T a1d74b26b1f54fad91cfed85aa167864 P f2788ad6613a427e90afb73735e63bc4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:59.613875 10924 raft_consensus.cc:3060] T a1d74b26b1f54fad91cfed85aa167864 P f2788ad6613a427e90afb73735e63bc4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:59.614244 10878 raft_consensus.cc:2393] T a1d74b26b1f54fad91cfed85aa167864 P 1a4c57115b60421ab916a2719afd5f9b [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate f2788ad6613a427e90afb73735e63bc4 in current term 1: Already voted for candidate 1a4c57115b60421ab916a2719afd5f9b in this term.
I20260608 12:43:59.615301 10925 leader_election.cc:290] T a1d74b26b1f54fad91cfed85aa167864 P 1a4c57115b60421ab916a2719afd5f9b [CANDIDATE]: Term 1 election: Requested vote from peers f2788ad6613a427e90afb73735e63bc4 (127.0.107.193:37003), 4efb202658984a2f9030527f4ca84ccc (127.0.107.194:39837)
I20260608 12:43:59.616050 10729 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a1d74b26b1f54fad91cfed85aa167864" candidate_uuid: "1a4c57115b60421ab916a2719afd5f9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f2788ad6613a427e90afb73735e63bc4"
I20260608 12:43:59.617311 10804 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a1d74b26b1f54fad91cfed85aa167864" candidate_uuid: "1a4c57115b60421ab916a2719afd5f9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4efb202658984a2f9030527f4ca84ccc"
I20260608 12:43:59.617946 10804 raft_consensus.cc:3060] T a1d74b26b1f54fad91cfed85aa167864 P 4efb202658984a2f9030527f4ca84ccc [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:59.619939 10924 raft_consensus.cc:515] T a1d74b26b1f54fad91cfed85aa167864 P f2788ad6613a427e90afb73735e63bc4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2788ad6613a427e90afb73735e63bc4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37003 } } peers { permanent_uuid: "1a4c57115b60421ab916a2719afd5f9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40919 } } peers { permanent_uuid: "4efb202658984a2f9030527f4ca84ccc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39837 } }
I20260608 12:43:59.621040 10729 raft_consensus.cc:2393] T a1d74b26b1f54fad91cfed85aa167864 P f2788ad6613a427e90afb73735e63bc4 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 1a4c57115b60421ab916a2719afd5f9b in current term 1: Already voted for candidate f2788ad6613a427e90afb73735e63bc4 in this term.
I20260608 12:43:59.622655 10924 leader_election.cc:290] T a1d74b26b1f54fad91cfed85aa167864 P f2788ad6613a427e90afb73735e63bc4 [CANDIDATE]: Term 1 election: Requested vote from peers 1a4c57115b60421ab916a2719afd5f9b (127.0.107.195:40919), 4efb202658984a2f9030527f4ca84ccc (127.0.107.194:39837)
I20260608 12:43:59.623770 10803 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a1d74b26b1f54fad91cfed85aa167864" candidate_uuid: "f2788ad6613a427e90afb73735e63bc4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4efb202658984a2f9030527f4ca84ccc"
I20260608 12:43:59.624635 10804 raft_consensus.cc:2468] T a1d74b26b1f54fad91cfed85aa167864 P 4efb202658984a2f9030527f4ca84ccc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1a4c57115b60421ab916a2719afd5f9b in term 1.
I20260608 12:43:59.624780 10878 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a1d74b26b1f54fad91cfed85aa167864" candidate_uuid: "f2788ad6613a427e90afb73735e63bc4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a4c57115b60421ab916a2719afd5f9b"
I20260608 12:43:59.625547 10878 raft_consensus.cc:2393] T a1d74b26b1f54fad91cfed85aa167864 P 1a4c57115b60421ab916a2719afd5f9b [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate f2788ad6613a427e90afb73735e63bc4 in current term 1: Already voted for candidate 1a4c57115b60421ab916a2719afd5f9b in this term.
I20260608 12:43:59.625933 10842 leader_election.cc:304] T a1d74b26b1f54fad91cfed85aa167864 P 1a4c57115b60421ab916a2719afd5f9b [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: 1a4c57115b60421ab916a2719afd5f9b, 4efb202658984a2f9030527f4ca84ccc; no voters: f2788ad6613a427e90afb73735e63bc4
I20260608 12:43:59.626817 10925 raft_consensus.cc:2804] T a1d74b26b1f54fad91cfed85aa167864 P 1a4c57115b60421ab916a2719afd5f9b [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:59.627321 10692 leader_election.cc:304] T a1d74b26b1f54fad91cfed85aa167864 P f2788ad6613a427e90afb73735e63bc4 [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: f2788ad6613a427e90afb73735e63bc4; no voters: 1a4c57115b60421ab916a2719afd5f9b, 4efb202658984a2f9030527f4ca84ccc
I20260608 12:43:59.628072 10924 raft_consensus.cc:2749] T a1d74b26b1f54fad91cfed85aa167864 P f2788ad6613a427e90afb73735e63bc4 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:43:59.628204 10925 raft_consensus.cc:697] T a1d74b26b1f54fad91cfed85aa167864 P 1a4c57115b60421ab916a2719afd5f9b [term 1 LEADER]: Becoming Leader. State: Replica: 1a4c57115b60421ab916a2719afd5f9b, State: Running, Role: LEADER
I20260608 12:43:59.629297 10925 consensus_queue.cc:237] T a1d74b26b1f54fad91cfed85aa167864 P 1a4c57115b60421ab916a2719afd5f9b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2788ad6613a427e90afb73735e63bc4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37003 } } peers { permanent_uuid: "1a4c57115b60421ab916a2719afd5f9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40919 } } peers { permanent_uuid: "4efb202658984a2f9030527f4ca84ccc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39837 } }
I20260608 12:43:59.636672 10626 catalog_manager.cc:5696] T a1d74b26b1f54fad91cfed85aa167864 P 1a4c57115b60421ab916a2719afd5f9b reported cstate change: term changed from 0 to 1, leader changed from <none> to 1a4c57115b60421ab916a2719afd5f9b (127.0.107.195). New cstate: current_term: 1 leader_uuid: "1a4c57115b60421ab916a2719afd5f9b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f2788ad6613a427e90afb73735e63bc4" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37003 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1a4c57115b60421ab916a2719afd5f9b" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40919 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4efb202658984a2f9030527f4ca84ccc" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 39837 } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:59.706986   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:43:59.735765   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:59.737022   431 tablet_replica.cc:333] T a1d74b26b1f54fad91cfed85aa167864 P f2788ad6613a427e90afb73735e63bc4: stopping tablet replica
I20260608 12:43:59.737952   431 raft_consensus.cc:2243] T a1d74b26b1f54fad91cfed85aa167864 P f2788ad6613a427e90afb73735e63bc4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:59.738718   431 raft_consensus.cc:2272] T a1d74b26b1f54fad91cfed85aa167864 P f2788ad6613a427e90afb73735e63bc4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:59.754524   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:43:59.774010   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:43:59.800585   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:59.801748   431 tablet_replica.cc:333] T a1d74b26b1f54fad91cfed85aa167864 P 4efb202658984a2f9030527f4ca84ccc: stopping tablet replica
I20260608 12:43:59.802654   431 raft_consensus.cc:2243] T a1d74b26b1f54fad91cfed85aa167864 P 4efb202658984a2f9030527f4ca84ccc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:59.803300   431 raft_consensus.cc:2272] T a1d74b26b1f54fad91cfed85aa167864 P 4efb202658984a2f9030527f4ca84ccc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:59.826414   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:43:59.840904   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:43:59.867987   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:59.868829   431 tablet_replica.cc:333] T a1d74b26b1f54fad91cfed85aa167864 P 1a4c57115b60421ab916a2719afd5f9b: stopping tablet replica
I20260608 12:43:59.869478   431 raft_consensus.cc:2243] T a1d74b26b1f54fad91cfed85aa167864 P 1a4c57115b60421ab916a2719afd5f9b [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:59.870600   431 pending_rounds.cc:70] T a1d74b26b1f54fad91cfed85aa167864 P 1a4c57115b60421ab916a2719afd5f9b: Trying to abort 1 pending ops.
I20260608 12:43:59.870864   431 pending_rounds.cc:77] T a1d74b26b1f54fad91cfed85aa167864 P 1a4c57115b60421ab916a2719afd5f9b: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294659131928678400 op_type: NO_OP noop_request { }
I20260608 12:43:59.871374   431 raft_consensus.cc:2889] T a1d74b26b1f54fad91cfed85aa167864 P 1a4c57115b60421ab916a2719afd5f9b [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:43:59.871743   431 raft_consensus.cc:2272] T a1d74b26b1f54fad91cfed85aa167864 P 1a4c57115b60421ab916a2719afd5f9b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:59.894384   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:43:59.908632   431 master.cc:562] Master@127.0.107.254:36081 shutting down...
I20260608 12:43:59.929896   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 2b92b81c5c3f413e83ff031c7eacfd7d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:59.930666   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 2b92b81c5c3f413e83ff031c7eacfd7d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:59.931066   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 2b92b81c5c3f413e83ff031c7eacfd7d: stopping tablet replica
I20260608 12:43:59.951638   431 master.cc:584] Master@127.0.107.254:36081 shutdown complete.
[       OK ] AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale (1284 ms)
[ RUN      ] AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully
I20260608 12:44:00.005127   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:40591
I20260608 12:44:00.006510   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:44:00.012590 10934 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:44:00.013294 10935 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:44:00.014150 10937 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:44:00.015020   431 server_base.cc:1061] running on GCE node
I20260608 12:44:00.015765   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:44:00.015959   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:44:00.016069   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922640016058 us; error 0 us; skew 500 ppm
I20260608 12:44:00.016613   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:44:00.019375   431 webserver.cc:533] Webserver started at http://127.0.107.254:44145/ using document root <none> and password file <none>
I20260608 12:44:00.019874   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:44:00.020043   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:44:00.020264   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:44:00.021507   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922397207313-431-0/minicluster-data/master-0-root/instance:
uuid: "65b4b365669e471fa2890334c0088808"
format_stamp: "Formatted at 2026-06-08 12:44:00 on dist-test-slave-1zds"
I20260608 12:44:00.026473   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:44:00.030304 10942 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:00.031142   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.002s
I20260608 12:44:00.031463   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922397207313-431-0/minicluster-data/master-0-root
uuid: "65b4b365669e471fa2890334c0088808"
format_stamp: "Formatted at 2026-06-08 12:44:00 on dist-test-slave-1zds"
I20260608 12:44:00.031786   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922397207313-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922397207313-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922397207313-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:44:00.065423   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:44:00.066779   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:44:00.107510   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:40591
I20260608 12:44:00.107633 10993 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:40591 every 8 connection(s)
I20260608 12:44:00.112246 10994 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:00.125469 10994 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 65b4b365669e471fa2890334c0088808: Bootstrap starting.
I20260608 12:44:00.130869 10994 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 65b4b365669e471fa2890334c0088808: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:00.135779 10994 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 65b4b365669e471fa2890334c0088808: No bootstrap required, opened a new log
I20260608 12:44:00.138213 10994 raft_consensus.cc:359] T 00000000000000000000000000000000 P 65b4b365669e471fa2890334c0088808 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "65b4b365669e471fa2890334c0088808" member_type: VOTER }
I20260608 12:44:00.138638 10994 raft_consensus.cc:385] T 00000000000000000000000000000000 P 65b4b365669e471fa2890334c0088808 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:00.138826 10994 raft_consensus.cc:740] T 00000000000000000000000000000000 P 65b4b365669e471fa2890334c0088808 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 65b4b365669e471fa2890334c0088808, State: Initialized, Role: FOLLOWER
I20260608 12:44:00.139384 10994 consensus_queue.cc:260] T 00000000000000000000000000000000 P 65b4b365669e471fa2890334c0088808 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "65b4b365669e471fa2890334c0088808" member_type: VOTER }
I20260608 12:44:00.139809 10994 raft_consensus.cc:399] T 00000000000000000000000000000000 P 65b4b365669e471fa2890334c0088808 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:44:00.140010 10994 raft_consensus.cc:493] T 00000000000000000000000000000000 P 65b4b365669e471fa2890334c0088808 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:44:00.140230 10994 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 65b4b365669e471fa2890334c0088808 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:00.145287 10994 raft_consensus.cc:515] T 00000000000000000000000000000000 P 65b4b365669e471fa2890334c0088808 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "65b4b365669e471fa2890334c0088808" member_type: VOTER }
I20260608 12:44:00.145994 10994 leader_election.cc:304] T 00000000000000000000000000000000 P 65b4b365669e471fa2890334c0088808 [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: 65b4b365669e471fa2890334c0088808; no voters: 
I20260608 12:44:00.147188 10994 leader_election.cc:290] T 00000000000000000000000000000000 P 65b4b365669e471fa2890334c0088808 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:44:00.147783 10997 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 65b4b365669e471fa2890334c0088808 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:44:00.149406 10997 raft_consensus.cc:697] T 00000000000000000000000000000000 P 65b4b365669e471fa2890334c0088808 [term 1 LEADER]: Becoming Leader. State: Replica: 65b4b365669e471fa2890334c0088808, State: Running, Role: LEADER
I20260608 12:44:00.150318 10997 consensus_queue.cc:237] T 00000000000000000000000000000000 P 65b4b365669e471fa2890334c0088808 [LEADER]: Queue going to LEADER mode. State: All 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: "65b4b365669e471fa2890334c0088808" member_type: VOTER }
I20260608 12:44:00.150520 10994 sys_catalog.cc:565] T 00000000000000000000000000000000 P 65b4b365669e471fa2890334c0088808 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:44:00.153867 10998 sys_catalog.cc:455] T 00000000000000000000000000000000 P 65b4b365669e471fa2890334c0088808 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "65b4b365669e471fa2890334c0088808" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "65b4b365669e471fa2890334c0088808" member_type: VOTER } }
I20260608 12:44:00.154722 10998 sys_catalog.cc:458] T 00000000000000000000000000000000 P 65b4b365669e471fa2890334c0088808 [sys.catalog]: This master's current role is: LEADER
I20260608 12:44:00.153872 10999 sys_catalog.cc:455] T 00000000000000000000000000000000 P 65b4b365669e471fa2890334c0088808 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 65b4b365669e471fa2890334c0088808. Latest consensus state: current_term: 1 leader_uuid: "65b4b365669e471fa2890334c0088808" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "65b4b365669e471fa2890334c0088808" member_type: VOTER } }
I20260608 12:44:00.155269 10999 sys_catalog.cc:458] T 00000000000000000000000000000000 P 65b4b365669e471fa2890334c0088808 [sys.catalog]: This master's current role is: LEADER
I20260608 12:44:00.159080 11003 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:44:00.165083 11003 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:44:00.167956   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:44:00.176295 11003 catalog_manager.cc:1382] Generated new cluster ID: 36e74fd28ea942fa92b053f8a8d36e7d
I20260608 12:44:00.176649 11003 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:44:00.219887 11003 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:44:00.221347 11003 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:44:00.235890 11003 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 65b4b365669e471fa2890334c0088808: Generated new TSK 0
I20260608 12:44:00.236666 11003 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:44:00.299983   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:44:00.306706 11015 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:44:00.308158 11016 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:44:00.310598 11018 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:44:00.310973   431 server_base.cc:1061] running on GCE node
I20260608 12:44:00.312659   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:44:00.312881   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:44:00.313048   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922640313033 us; error 0 us; skew 500 ppm
I20260608 12:44:00.313712   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:44:00.316215   431 webserver.cc:533] Webserver started at http://127.0.107.193:41307/ using document root <none> and password file <none>
I20260608 12:44:00.316771   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:44:00.316977   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:44:00.317260   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:44:00.318575   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922397207313-431-0/minicluster-data/ts-0-root/instance:
uuid: "9b988094a31b4c9492323f99b628c628"
format_stamp: "Formatted at 2026-06-08 12:44:00 on dist-test-slave-1zds"
I20260608 12:44:00.323612   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260608 12:44:00.327703 11023 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:00.328601   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
I20260608 12:44:00.328974   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922397207313-431-0/minicluster-data/ts-0-root
uuid: "9b988094a31b4c9492323f99b628c628"
format_stamp: "Formatted at 2026-06-08 12:44:00 on dist-test-slave-1zds"
I20260608 12:44:00.329277   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922397207313-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922397207313-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922397207313-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:44:00.345002   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:44:00.346491   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:44:00.348285   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:44:00.350839   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:44:00.351078   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:00.351351   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:44:00.351557   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:00.397063   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:34279
I20260608 12:44:00.397245 11085 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:34279 every 8 connection(s)
I20260608 12:44:00.402654   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:44:00.411362 11090 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:44:00.413045 11091 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:44:00.418687 11094 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:44:00.419045 11086 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40591
I20260608 12:44:00.419512 11086 heartbeater.cc:461] Registering TS with master...
I20260608 12:44:00.419803   431 server_base.cc:1061] running on GCE node
I20260608 12:44:00.420563 11086 heartbeater.cc:507] Master 127.0.107.254:40591 requested a full tablet report, sending...
I20260608 12:44:00.420957   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:44:00.421267   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:44:00.421476   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922640421457 us; error 0 us; skew 500 ppm
I20260608 12:44:00.422403   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:44:00.423372 10959 ts_manager.cc:194] Registered new tserver with Master: 9b988094a31b4c9492323f99b628c628 (127.0.107.193:34279)
I20260608 12:44:00.425349   431 webserver.cc:533] Webserver started at http://127.0.107.194:33099/ using document root <none> and password file <none>
I20260608 12:44:00.425835 10959 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51304
I20260608 12:44:00.426035   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:44:00.426386   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:44:00.426683   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:44:00.428349   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922397207313-431-0/minicluster-data/ts-1-root/instance:
uuid: "e4139c1a91494632af6dce291c7baa92"
format_stamp: "Formatted at 2026-06-08 12:44:00 on dist-test-slave-1zds"
I20260608 12:44:00.433629   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:44:00.437359 11098 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:00.438277   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:44:00.438582   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922397207313-431-0/minicluster-data/ts-1-root
uuid: "e4139c1a91494632af6dce291c7baa92"
format_stamp: "Formatted at 2026-06-08 12:44:00 on dist-test-slave-1zds"
I20260608 12:44:00.438828   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922397207313-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922397207313-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922397207313-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:44:00.460348   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:44:00.461606   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:44:00.463255   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:44:00.465548   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:44:00.465750   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:00.466156   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:44:00.466374   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:00.508960   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:34023
I20260608 12:44:00.509094 11160 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:34023 every 8 connection(s)
I20260608 12:44:00.514333   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:44:00.522410 11164 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:44:00.525418 11165 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:44:00.526337   431 server_base.cc:1061] running on GCE node
W20260608 12:44:00.526906 11167 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:44:00.528133   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:44:00.528403   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:44:00.528586   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922640528551 us; error 0 us; skew 500 ppm
I20260608 12:44:00.528963 11161 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40591
I20260608 12:44:00.529373   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:44:00.529471 11161 heartbeater.cc:461] Registering TS with master...
I20260608 12:44:00.530560 11161 heartbeater.cc:507] Master 127.0.107.254:40591 requested a full tablet report, sending...
I20260608 12:44:00.532524   431 webserver.cc:533] Webserver started at http://127.0.107.195:42327/ using document root <none> and password file <none>
I20260608 12:44:00.533001 10959 ts_manager.cc:194] Registered new tserver with Master: e4139c1a91494632af6dce291c7baa92 (127.0.107.194:34023)
I20260608 12:44:00.533303   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:44:00.533591   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:44:00.533950   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:44:00.535034 10959 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51318
I20260608 12:44:00.535562   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922397207313-431-0/minicluster-data/ts-2-root/instance:
uuid: "2c054ea9a38f44cbbd550ee9261bb137"
format_stamp: "Formatted at 2026-06-08 12:44:00 on dist-test-slave-1zds"
I20260608 12:44:00.540546   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:44:00.544135 11172 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:00.544971   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:44:00.545279   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922397207313-431-0/minicluster-data/ts-2-root
uuid: "2c054ea9a38f44cbbd550ee9261bb137"
format_stamp: "Formatted at 2026-06-08 12:44:00 on dist-test-slave-1zds"
I20260608 12:44:00.545534   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922397207313-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922397207313-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922397207313-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:44:00.555547   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:44:00.556803   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:44:00.558401   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:44:00.560750   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:44:00.561000   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:00.561251   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:44:00.561431   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:00.603932   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:46381
I20260608 12:44:00.604053 11234 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:46381 every 8 connection(s)
I20260608 12:44:00.609145   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:44:00.616882 11238 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:44:00.618121 11239 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:44:00.622211   431 server_base.cc:1061] running on GCE node
W20260608 12:44:00.622882 11241 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:44:00.623502 11235 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40591
I20260608 12:44:00.623929 11235 heartbeater.cc:461] Registering TS with master...
I20260608 12:44:00.624691 11235 heartbeater.cc:507] Master 127.0.107.254:40591 requested a full tablet report, sending...
I20260608 12:44:00.626032   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:44:00.626384   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:44:00.626581   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922640626560 us; error 0 us; skew 500 ppm
I20260608 12:44:00.627050 10959 ts_manager.cc:194] Registered new tserver with Master: 2c054ea9a38f44cbbd550ee9261bb137 (127.0.107.195:46381)
I20260608 12:44:00.627244   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:44:00.628979 10959 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51332
I20260608 12:44:00.630232   431 webserver.cc:533] Webserver started at http://127.0.107.196:34807/ using document root <none> and password file <none>
I20260608 12:44:00.630915   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:44:00.631134   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:44:00.631477   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:44:00.632690   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922397207313-431-0/minicluster-data/ts-3-root/instance:
uuid: "3c0a60a69ff343c2a60ace2ef3aa8024"
format_stamp: "Formatted at 2026-06-08 12:44:00 on dist-test-slave-1zds"
I20260608 12:44:00.637416   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260608 12:44:00.641064 11246 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:00.641942   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:44:00.642253   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922397207313-431-0/minicluster-data/ts-3-root
uuid: "3c0a60a69ff343c2a60ace2ef3aa8024"
format_stamp: "Formatted at 2026-06-08 12:44:00 on dist-test-slave-1zds"
I20260608 12:44:00.642553   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922397207313-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922397207313-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922397207313-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:44:00.667416   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:44:00.669595   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:44:00.671061   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:44:00.673210   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:44:00.673446   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:00.673693   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:44:00.673918   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:44:00.716133   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:36497
I20260608 12:44:00.716243 11308 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:36497 every 8 connection(s)
I20260608 12:44:00.732932 11309 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40591
I20260608 12:44:00.733464 11309 heartbeater.cc:461] Registering TS with master...
I20260608 12:44:00.734411 11309 heartbeater.cc:507] Master 127.0.107.254:40591 requested a full tablet report, sending...
I20260608 12:44:00.736759 10959 ts_manager.cc:194] Registered new tserver with Master: 3c0a60a69ff343c2a60ace2ef3aa8024 (127.0.107.196:36497)
I20260608 12:44:00.737946   431 internal_mini_cluster.cc:371] 4 TS(s) registered with all masters after 0.018185178s
I20260608 12:44:00.738289 10959 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51336
I20260608 12:44:00.767649 10959 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:51348:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260608 12:44:00.816141 11051 tablet_service.cc:1511] Processing CreateTablet for tablet 5565518e328743a8bfd014b0ef228bb9 (DEFAULT_TABLE table=test-workload [id=ca76d8b7cfac4d81bb6e844befdc7fdf]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:44:00.817572 11051 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5565518e328743a8bfd014b0ef228bb9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:00.819216 11126 tablet_service.cc:1511] Processing CreateTablet for tablet 5565518e328743a8bfd014b0ef228bb9 (DEFAULT_TABLE table=test-workload [id=ca76d8b7cfac4d81bb6e844befdc7fdf]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:44:00.820739 11126 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5565518e328743a8bfd014b0ef228bb9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:00.825088 11274 tablet_service.cc:1511] Processing CreateTablet for tablet 5565518e328743a8bfd014b0ef228bb9 (DEFAULT_TABLE table=test-workload [id=ca76d8b7cfac4d81bb6e844befdc7fdf]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:44:00.826488 11274 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5565518e328743a8bfd014b0ef228bb9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:00.838829 11327 tablet_bootstrap.cc:492] T 5565518e328743a8bfd014b0ef228bb9 P 9b988094a31b4c9492323f99b628c628: Bootstrap starting.
I20260608 12:44:00.841027 11328 tablet_bootstrap.cc:492] T 5565518e328743a8bfd014b0ef228bb9 P e4139c1a91494632af6dce291c7baa92: Bootstrap starting.
I20260608 12:44:00.842919 11329 tablet_bootstrap.cc:492] T 5565518e328743a8bfd014b0ef228bb9 P 3c0a60a69ff343c2a60ace2ef3aa8024: Bootstrap starting.
I20260608 12:44:00.848388 11327 tablet_bootstrap.cc:654] T 5565518e328743a8bfd014b0ef228bb9 P 9b988094a31b4c9492323f99b628c628: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:00.849190 11328 tablet_bootstrap.cc:654] T 5565518e328743a8bfd014b0ef228bb9 P e4139c1a91494632af6dce291c7baa92: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:00.851162 11329 tablet_bootstrap.cc:654] T 5565518e328743a8bfd014b0ef228bb9 P 3c0a60a69ff343c2a60ace2ef3aa8024: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:00.857956 11328 tablet_bootstrap.cc:492] T 5565518e328743a8bfd014b0ef228bb9 P e4139c1a91494632af6dce291c7baa92: No bootstrap required, opened a new log
I20260608 12:44:00.858572 11328 ts_tablet_manager.cc:1403] T 5565518e328743a8bfd014b0ef228bb9 P e4139c1a91494632af6dce291c7baa92: Time spent bootstrapping tablet: real 0.018s	user 0.005s	sys 0.011s
I20260608 12:44:00.858843 11327 tablet_bootstrap.cc:492] T 5565518e328743a8bfd014b0ef228bb9 P 9b988094a31b4c9492323f99b628c628: No bootstrap required, opened a new log
I20260608 12:44:00.859369 11327 ts_tablet_manager.cc:1403] T 5565518e328743a8bfd014b0ef228bb9 P 9b988094a31b4c9492323f99b628c628: Time spent bootstrapping tablet: real 0.021s	user 0.011s	sys 0.005s
I20260608 12:44:00.859397 11329 tablet_bootstrap.cc:492] T 5565518e328743a8bfd014b0ef228bb9 P 3c0a60a69ff343c2a60ace2ef3aa8024: No bootstrap required, opened a new log
I20260608 12:44:00.859989 11329 ts_tablet_manager.cc:1403] T 5565518e328743a8bfd014b0ef228bb9 P 3c0a60a69ff343c2a60ace2ef3aa8024: Time spent bootstrapping tablet: real 0.018s	user 0.014s	sys 0.000s
I20260608 12:44:00.861915 11328 raft_consensus.cc:359] T 5565518e328743a8bfd014b0ef228bb9 P e4139c1a91494632af6dce291c7baa92 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9b988094a31b4c9492323f99b628c628" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34279 } } peers { permanent_uuid: "e4139c1a91494632af6dce291c7baa92" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34023 } } peers { permanent_uuid: "3c0a60a69ff343c2a60ace2ef3aa8024" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36497 } }
I20260608 12:44:00.862100 11327 raft_consensus.cc:359] T 5565518e328743a8bfd014b0ef228bb9 P 9b988094a31b4c9492323f99b628c628 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9b988094a31b4c9492323f99b628c628" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34279 } } peers { permanent_uuid: "e4139c1a91494632af6dce291c7baa92" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34023 } } peers { permanent_uuid: "3c0a60a69ff343c2a60ace2ef3aa8024" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36497 } }
I20260608 12:44:00.862881 11328 raft_consensus.cc:385] T 5565518e328743a8bfd014b0ef228bb9 P e4139c1a91494632af6dce291c7baa92 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:00.863027 11327 raft_consensus.cc:385] T 5565518e328743a8bfd014b0ef228bb9 P 9b988094a31b4c9492323f99b628c628 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:00.863381 11328 raft_consensus.cc:740] T 5565518e328743a8bfd014b0ef228bb9 P e4139c1a91494632af6dce291c7baa92 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e4139c1a91494632af6dce291c7baa92, State: Initialized, Role: FOLLOWER
I20260608 12:44:00.863153 11329 raft_consensus.cc:359] T 5565518e328743a8bfd014b0ef228bb9 P 3c0a60a69ff343c2a60ace2ef3aa8024 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9b988094a31b4c9492323f99b628c628" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34279 } } peers { permanent_uuid: "e4139c1a91494632af6dce291c7baa92" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34023 } } peers { permanent_uuid: "3c0a60a69ff343c2a60ace2ef3aa8024" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36497 } }
I20260608 12:44:00.863559 11327 raft_consensus.cc:740] T 5565518e328743a8bfd014b0ef228bb9 P 9b988094a31b4c9492323f99b628c628 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9b988094a31b4c9492323f99b628c628, State: Initialized, Role: FOLLOWER
I20260608 12:44:00.864128 11329 raft_consensus.cc:385] T 5565518e328743a8bfd014b0ef228bb9 P 3c0a60a69ff343c2a60ace2ef3aa8024 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:00.864555 11329 raft_consensus.cc:740] T 5565518e328743a8bfd014b0ef228bb9 P 3c0a60a69ff343c2a60ace2ef3aa8024 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3c0a60a69ff343c2a60ace2ef3aa8024, State: Initialized, Role: FOLLOWER
I20260608 12:44:00.864936 11327 consensus_queue.cc:260] T 5565518e328743a8bfd014b0ef228bb9 P 9b988094a31b4c9492323f99b628c628 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9b988094a31b4c9492323f99b628c628" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34279 } } peers { permanent_uuid: "e4139c1a91494632af6dce291c7baa92" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34023 } } peers { permanent_uuid: "3c0a60a69ff343c2a60ace2ef3aa8024" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36497 } }
I20260608 12:44:00.865682 11329 consensus_queue.cc:260] T 5565518e328743a8bfd014b0ef228bb9 P 3c0a60a69ff343c2a60ace2ef3aa8024 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9b988094a31b4c9492323f99b628c628" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34279 } } peers { permanent_uuid: "e4139c1a91494632af6dce291c7baa92" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34023 } } peers { permanent_uuid: "3c0a60a69ff343c2a60ace2ef3aa8024" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36497 } }
I20260608 12:44:00.864671 11328 consensus_queue.cc:260] T 5565518e328743a8bfd014b0ef228bb9 P e4139c1a91494632af6dce291c7baa92 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9b988094a31b4c9492323f99b628c628" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34279 } } peers { permanent_uuid: "e4139c1a91494632af6dce291c7baa92" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34023 } } peers { permanent_uuid: "3c0a60a69ff343c2a60ace2ef3aa8024" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36497 } }
I20260608 12:44:00.867856 11086 heartbeater.cc:499] Master 127.0.107.254:40591 was elected leader, sending a full tablet report...
I20260608 12:44:00.868405 11327 ts_tablet_manager.cc:1434] T 5565518e328743a8bfd014b0ef228bb9 P 9b988094a31b4c9492323f99b628c628: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.002s
I20260608 12:44:00.868888 11161 heartbeater.cc:499] Master 127.0.107.254:40591 was elected leader, sending a full tablet report...
I20260608 12:44:00.869364 11328 ts_tablet_manager.cc:1434] T 5565518e328743a8bfd014b0ef228bb9 P e4139c1a91494632af6dce291c7baa92: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.002s
I20260608 12:44:00.871812 11309 heartbeater.cc:499] Master 127.0.107.254:40591 was elected leader, sending a full tablet report...
I20260608 12:44:00.874543 11329 ts_tablet_manager.cc:1434] T 5565518e328743a8bfd014b0ef228bb9 P 3c0a60a69ff343c2a60ace2ef3aa8024: Time spent starting tablet: real 0.014s	user 0.012s	sys 0.000s
I20260608 12:44:01.067354 11334 raft_consensus.cc:493] T 5565518e328743a8bfd014b0ef228bb9 P 3c0a60a69ff343c2a60ace2ef3aa8024 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:44:01.067886 11334 raft_consensus.cc:515] T 5565518e328743a8bfd014b0ef228bb9 P 3c0a60a69ff343c2a60ace2ef3aa8024 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9b988094a31b4c9492323f99b628c628" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34279 } } peers { permanent_uuid: "e4139c1a91494632af6dce291c7baa92" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34023 } } peers { permanent_uuid: "3c0a60a69ff343c2a60ace2ef3aa8024" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36497 } }
I20260608 12:44:01.070293 11334 leader_election.cc:290] T 5565518e328743a8bfd014b0ef228bb9 P 3c0a60a69ff343c2a60ace2ef3aa8024 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9b988094a31b4c9492323f99b628c628 (127.0.107.193:34279), e4139c1a91494632af6dce291c7baa92 (127.0.107.194:34023)
I20260608 12:44:01.080579 11061 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5565518e328743a8bfd014b0ef228bb9" candidate_uuid: "3c0a60a69ff343c2a60ace2ef3aa8024" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9b988094a31b4c9492323f99b628c628" is_pre_election: true
I20260608 12:44:01.081434 11061 raft_consensus.cc:2468] T 5565518e328743a8bfd014b0ef228bb9 P 9b988094a31b4c9492323f99b628c628 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3c0a60a69ff343c2a60ace2ef3aa8024 in term 0.
I20260608 12:44:01.082137 11136 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5565518e328743a8bfd014b0ef228bb9" candidate_uuid: "3c0a60a69ff343c2a60ace2ef3aa8024" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e4139c1a91494632af6dce291c7baa92" is_pre_election: true
I20260608 12:44:01.082888 11250 leader_election.cc:304] T 5565518e328743a8bfd014b0ef228bb9 P 3c0a60a69ff343c2a60ace2ef3aa8024 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3c0a60a69ff343c2a60ace2ef3aa8024, 9b988094a31b4c9492323f99b628c628; no voters: 
I20260608 12:44:01.082904 11136 raft_consensus.cc:2468] T 5565518e328743a8bfd014b0ef228bb9 P e4139c1a91494632af6dce291c7baa92 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3c0a60a69ff343c2a60ace2ef3aa8024 in term 0.
I20260608 12:44:01.083717 11334 raft_consensus.cc:2804] T 5565518e328743a8bfd014b0ef228bb9 P 3c0a60a69ff343c2a60ace2ef3aa8024 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:44:01.084142 11334 raft_consensus.cc:493] T 5565518e328743a8bfd014b0ef228bb9 P 3c0a60a69ff343c2a60ace2ef3aa8024 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:44:01.084450 11334 raft_consensus.cc:3060] T 5565518e328743a8bfd014b0ef228bb9 P 3c0a60a69ff343c2a60ace2ef3aa8024 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:01.090129 11334 raft_consensus.cc:515] T 5565518e328743a8bfd014b0ef228bb9 P 3c0a60a69ff343c2a60ace2ef3aa8024 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9b988094a31b4c9492323f99b628c628" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34279 } } peers { permanent_uuid: "e4139c1a91494632af6dce291c7baa92" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34023 } } peers { permanent_uuid: "3c0a60a69ff343c2a60ace2ef3aa8024" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36497 } }
I20260608 12:44:01.092002 11334 leader_election.cc:290] T 5565518e328743a8bfd014b0ef228bb9 P 3c0a60a69ff343c2a60ace2ef3aa8024 [CANDIDATE]: Term 1 election: Requested vote from peers 9b988094a31b4c9492323f99b628c628 (127.0.107.193:34279), e4139c1a91494632af6dce291c7baa92 (127.0.107.194:34023)
I20260608 12:44:01.092885 11061 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5565518e328743a8bfd014b0ef228bb9" candidate_uuid: "3c0a60a69ff343c2a60ace2ef3aa8024" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9b988094a31b4c9492323f99b628c628"
I20260608 12:44:01.093150 11136 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5565518e328743a8bfd014b0ef228bb9" candidate_uuid: "3c0a60a69ff343c2a60ace2ef3aa8024" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e4139c1a91494632af6dce291c7baa92"
I20260608 12:44:01.093595 11061 raft_consensus.cc:3060] T 5565518e328743a8bfd014b0ef228bb9 P 9b988094a31b4c9492323f99b628c628 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:01.093719 11136 raft_consensus.cc:3060] T 5565518e328743a8bfd014b0ef228bb9 P e4139c1a91494632af6dce291c7baa92 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:01.101895 11061 raft_consensus.cc:2468] T 5565518e328743a8bfd014b0ef228bb9 P 9b988094a31b4c9492323f99b628c628 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3c0a60a69ff343c2a60ace2ef3aa8024 in term 1.
I20260608 12:44:01.101895 11136 raft_consensus.cc:2468] T 5565518e328743a8bfd014b0ef228bb9 P e4139c1a91494632af6dce291c7baa92 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3c0a60a69ff343c2a60ace2ef3aa8024 in term 1.
I20260608 12:44:01.103613 11248 leader_election.cc:304] T 5565518e328743a8bfd014b0ef228bb9 P 3c0a60a69ff343c2a60ace2ef3aa8024 [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: 3c0a60a69ff343c2a60ace2ef3aa8024, e4139c1a91494632af6dce291c7baa92; no voters: 
I20260608 12:44:01.104324 11334 raft_consensus.cc:2804] T 5565518e328743a8bfd014b0ef228bb9 P 3c0a60a69ff343c2a60ace2ef3aa8024 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:44:01.105315 11334 raft_consensus.cc:697] T 5565518e328743a8bfd014b0ef228bb9 P 3c0a60a69ff343c2a60ace2ef3aa8024 [term 1 LEADER]: Becoming Leader. State: Replica: 3c0a60a69ff343c2a60ace2ef3aa8024, State: Running, Role: LEADER
I20260608 12:44:01.106170 11334 consensus_queue.cc:237] T 5565518e328743a8bfd014b0ef228bb9 P 3c0a60a69ff343c2a60ace2ef3aa8024 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9b988094a31b4c9492323f99b628c628" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34279 } } peers { permanent_uuid: "e4139c1a91494632af6dce291c7baa92" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34023 } } peers { permanent_uuid: "3c0a60a69ff343c2a60ace2ef3aa8024" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36497 } }
I20260608 12:44:01.113770 10957 catalog_manager.cc:5696] T 5565518e328743a8bfd014b0ef228bb9 P 3c0a60a69ff343c2a60ace2ef3aa8024 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3c0a60a69ff343c2a60ace2ef3aa8024 (127.0.107.196). New cstate: current_term: 1 leader_uuid: "3c0a60a69ff343c2a60ace2ef3aa8024" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9b988094a31b4c9492323f99b628c628" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34279 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e4139c1a91494632af6dce291c7baa92" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34023 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3c0a60a69ff343c2a60ace2ef3aa8024" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36497 } health_report { overall_health: HEALTHY } } }
W20260608 12:44:01.163551   431 auto_rebalancer.cc:591] Failed to schedule move for tablet 5565518e328743a8bfd014b0ef228bb9: Illegal state: Leader has not yet committed an operation in its own term
I20260608 12:44:01.164918   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:44:01.185822   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:44:01.186623   431 tablet_replica.cc:333] T 5565518e328743a8bfd014b0ef228bb9 P 9b988094a31b4c9492323f99b628c628: stopping tablet replica
I20260608 12:44:01.187130   431 raft_consensus.cc:2243] T 5565518e328743a8bfd014b0ef228bb9 P 9b988094a31b4c9492323f99b628c628 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:44:01.187530   431 raft_consensus.cc:2272] T 5565518e328743a8bfd014b0ef228bb9 P 9b988094a31b4c9492323f99b628c628 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:01.207369   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:44:01.217046   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:44:01.235482   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:44:01.236284   431 tablet_replica.cc:333] T 5565518e328743a8bfd014b0ef228bb9 P e4139c1a91494632af6dce291c7baa92: stopping tablet replica
I20260608 12:44:01.236795   431 raft_consensus.cc:2243] T 5565518e328743a8bfd014b0ef228bb9 P e4139c1a91494632af6dce291c7baa92 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:44:01.237166   431 raft_consensus.cc:2272] T 5565518e328743a8bfd014b0ef228bb9 P e4139c1a91494632af6dce291c7baa92 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:01.257334   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:44:01.268294   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:44:01.288551   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:44:01.305004   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:44:01.313369   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:44:01.334093   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:44:01.335011   431 tablet_replica.cc:333] T 5565518e328743a8bfd014b0ef228bb9 P 3c0a60a69ff343c2a60ace2ef3aa8024: stopping tablet replica
I20260608 12:44:01.335603   431 raft_consensus.cc:2243] T 5565518e328743a8bfd014b0ef228bb9 P 3c0a60a69ff343c2a60ace2ef3aa8024 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:44:01.336256   431 pending_rounds.cc:70] T 5565518e328743a8bfd014b0ef228bb9 P 3c0a60a69ff343c2a60ace2ef3aa8024: Trying to abort 1 pending ops.
I20260608 12:44:01.336431   431 pending_rounds.cc:77] T 5565518e328743a8bfd014b0ef228bb9 P 3c0a60a69ff343c2a60ace2ef3aa8024: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294659137978486784 op_type: NO_OP noop_request { }
I20260608 12:44:01.336751   431 raft_consensus.cc:2889] T 5565518e328743a8bfd014b0ef228bb9 P 3c0a60a69ff343c2a60ace2ef3aa8024 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:44:01.337070   431 raft_consensus.cc:2272] T 5565518e328743a8bfd014b0ef228bb9 P 3c0a60a69ff343c2a60ace2ef3aa8024 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:01.358083   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:44:01.367821   431 master.cc:562] Master@127.0.107.254:40591 shutting down...
I20260608 12:44:01.384366   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 65b4b365669e471fa2890334c0088808 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:44:01.384953   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 65b4b365669e471fa2890334c0088808 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:01.385310   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 65b4b365669e471fa2890334c0088808: stopping tablet replica
I20260608 12:44:01.404458   431 master.cc:584] Master@127.0.107.254:40591 shutdown complete.
[       OK ] AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully (1435 ms)
[----------] 22 tests from AutoRebalancerTest (244059 ms total)

[----------] 2 tests from PreferFollowerRebalancingTest
[ RUN      ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/0
I20260608 12:44:01.439994   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:34473
I20260608 12:44:01.441321   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:44:01.447057 11341 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:44:01.447121 11342 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:44:01.447933 11344 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:44:01.449285   431 server_base.cc:1061] running on GCE node
I20260608 12:44:01.450125   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:44:01.450304   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:44:01.450423   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922641450411 us; error 0 us; skew 500 ppm
I20260608 12:44:01.450997   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:44:01.453382   431 webserver.cc:533] Webserver started at http://127.0.107.254:45369/ using document root <none> and password file <none>
I20260608 12:44:01.454077   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:44:01.454241   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:44:01.454476   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:44:01.455559   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922397207313-431-0/minicluster-data/master-0-root/instance:
uuid: "a725f4dfe3af41829a557fb5752fbadc"
format_stamp: "Formatted at 2026-06-08 12:44:01 on dist-test-slave-1zds"
I20260608 12:44:01.460505   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260608 12:44:01.464184 11349 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:01.465044   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:44:01.465312   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922397207313-431-0/minicluster-data/master-0-root
uuid: "a725f4dfe3af41829a557fb5752fbadc"
format_stamp: "Formatted at 2026-06-08 12:44:01 on dist-test-slave-1zds"
I20260608 12:44:01.465557   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922397207313-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922397207313-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922397207313-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:44:01.489666   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:44:01.490803   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:44:01.529371   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:34473
I20260608 12:44:01.529495 11400 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:34473 every 8 connection(s)
I20260608 12:44:01.535620 11401 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:01.551236 11401 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a725f4dfe3af41829a557fb5752fbadc: Bootstrap starting.
I20260608 12:44:01.556034 11401 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a725f4dfe3af41829a557fb5752fbadc: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:01.560369 11401 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a725f4dfe3af41829a557fb5752fbadc: No bootstrap required, opened a new log
I20260608 12:44:01.562736 11401 raft_consensus.cc:359] T 00000000000000000000000000000000 P a725f4dfe3af41829a557fb5752fbadc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a725f4dfe3af41829a557fb5752fbadc" member_type: VOTER }
I20260608 12:44:01.563160 11401 raft_consensus.cc:385] T 00000000000000000000000000000000 P a725f4dfe3af41829a557fb5752fbadc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:01.563525 11401 raft_consensus.cc:740] T 00000000000000000000000000000000 P a725f4dfe3af41829a557fb5752fbadc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a725f4dfe3af41829a557fb5752fbadc, State: Initialized, Role: FOLLOWER
I20260608 12:44:01.564386 11401 consensus_queue.cc:260] T 00000000000000000000000000000000 P a725f4dfe3af41829a557fb5752fbadc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "a725f4dfe3af41829a557fb5752fbadc" member_type: VOTER }
I20260608 12:44:01.564952 11401 raft_consensus.cc:399] T 00000000000000000000000000000000 P a725f4dfe3af41829a557fb5752fbadc [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:44:01.565187 11401 raft_consensus.cc:493] T 00000000000000000000000000000000 P a725f4dfe3af41829a557fb5752fbadc [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:44:01.565544 11401 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a725f4dfe3af41829a557fb5752fbadc [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:01.571271 11401 raft_consensus.cc:515] T 00000000000000000000000000000000 P a725f4dfe3af41829a557fb5752fbadc [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a725f4dfe3af41829a557fb5752fbadc" member_type: VOTER }
I20260608 12:44:01.572012 11401 leader_election.cc:304] T 00000000000000000000000000000000 P a725f4dfe3af41829a557fb5752fbadc [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: a725f4dfe3af41829a557fb5752fbadc; no voters: 
I20260608 12:44:01.573256 11401 leader_election.cc:290] T 00000000000000000000000000000000 P a725f4dfe3af41829a557fb5752fbadc [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:44:01.573724 11404 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a725f4dfe3af41829a557fb5752fbadc [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:44:01.575191 11404 raft_consensus.cc:697] T 00000000000000000000000000000000 P a725f4dfe3af41829a557fb5752fbadc [term 1 LEADER]: Becoming Leader. State: Replica: a725f4dfe3af41829a557fb5752fbadc, State: Running, Role: LEADER
I20260608 12:44:01.575907 11404 consensus_queue.cc:237] T 00000000000000000000000000000000 P a725f4dfe3af41829a557fb5752fbadc [LEADER]: Queue going to LEADER mode. State: All 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: "a725f4dfe3af41829a557fb5752fbadc" member_type: VOTER }
I20260608 12:44:01.576454 11401 sys_catalog.cc:565] T 00000000000000000000000000000000 P a725f4dfe3af41829a557fb5752fbadc [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:44:01.578969 11405 sys_catalog.cc:455] T 00000000000000000000000000000000 P a725f4dfe3af41829a557fb5752fbadc [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "a725f4dfe3af41829a557fb5752fbadc" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a725f4dfe3af41829a557fb5752fbadc" member_type: VOTER } }
I20260608 12:44:01.578984 11406 sys_catalog.cc:455] T 00000000000000000000000000000000 P a725f4dfe3af41829a557fb5752fbadc [sys.catalog]: SysCatalogTable state changed. Reason: New leader a725f4dfe3af41829a557fb5752fbadc. Latest consensus state: current_term: 1 leader_uuid: "a725f4dfe3af41829a557fb5752fbadc" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a725f4dfe3af41829a557fb5752fbadc" member_type: VOTER } }
I20260608 12:44:01.579813 11405 sys_catalog.cc:458] T 00000000000000000000000000000000 P a725f4dfe3af41829a557fb5752fbadc [sys.catalog]: This master's current role is: LEADER
I20260608 12:44:01.579854 11406 sys_catalog.cc:458] T 00000000000000000000000000000000 P a725f4dfe3af41829a557fb5752fbadc [sys.catalog]: This master's current role is: LEADER
I20260608 12:44:01.583854 11409 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:44:01.588757 11409 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:44:01.592476   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:44:01.598500 11409 catalog_manager.cc:1382] Generated new cluster ID: fda38d61210b4f1e97a41883afca0227
I20260608 12:44:01.598841 11409 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:44:01.624869 11409 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:44:01.626353 11409 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:44:01.640767 11409 catalog_manager.cc:6069] T 00000000000000000000000000000000 P a725f4dfe3af41829a557fb5752fbadc: Generated new TSK 0
I20260608 12:44:01.641438 11409 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:44:01.659813   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:44:01.666851 11422 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:44:01.667532 11423 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:44:01.670002 11425 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:44:01.670356   431 server_base.cc:1061] running on GCE node
I20260608 12:44:01.671335   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:44:01.671694   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:44:01.671891   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922641671866 us; error 0 us; skew 500 ppm
I20260608 12:44:01.672535   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:44:01.675164   431 webserver.cc:533] Webserver started at http://127.0.107.193:34763/ using document root <none> and password file <none>
I20260608 12:44:01.675726   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:44:01.675945   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:44:01.676234   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:44:01.677433   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922397207313-431-0/minicluster-data/ts-0-root/instance:
uuid: "3cd3462e35c0420ea3af4c309fd6afeb"
format_stamp: "Formatted at 2026-06-08 12:44:01 on dist-test-slave-1zds"
I20260608 12:44:01.682741   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:44:01.687316 11430 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:01.688294   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:44:01.688658   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922397207313-431-0/minicluster-data/ts-0-root
uuid: "3cd3462e35c0420ea3af4c309fd6afeb"
format_stamp: "Formatted at 2026-06-08 12:44:01 on dist-test-slave-1zds"
I20260608 12:44:01.688994   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922397207313-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922397207313-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922397207313-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:44:01.710027   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:44:01.711171   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:44:01.712698   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:44:01.715121   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:44:01.715355   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:01.715668   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:44:01.715848   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:01.760665   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:37939
I20260608 12:44:01.760802 11492 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:37939 every 8 connection(s)
I20260608 12:44:01.766855   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:44:01.774206 11497 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:44:01.776463 11498 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:44:01.778046   431 server_base.cc:1061] running on GCE node
W20260608 12:44:01.779171 11500 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:44:01.780308   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:44:01.780611   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:44:01.780808 11493 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34473
I20260608 12:44:01.780843   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922641780819 us; error 0 us; skew 500 ppm
I20260608 12:44:01.781349 11493 heartbeater.cc:461] Registering TS with master...
I20260608 12:44:01.781939   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:44:01.782212 11493 heartbeater.cc:507] Master 127.0.107.254:34473 requested a full tablet report, sending...
I20260608 12:44:01.784945   431 webserver.cc:533] Webserver started at http://127.0.107.194:43953/ using document root <none> and password file <none>
I20260608 12:44:01.784987 11366 ts_manager.cc:194] Registered new tserver with Master: 3cd3462e35c0420ea3af4c309fd6afeb (127.0.107.193:37939)
I20260608 12:44:01.785773   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:44:01.786104   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:44:01.786435   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:44:01.787422 11366 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55452
I20260608 12:44:01.787818   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922397207313-431-0/minicluster-data/ts-1-root/instance:
uuid: "78774eed87f849e9a9f54d1cfbee8870"
format_stamp: "Formatted at 2026-06-08 12:44:01 on dist-test-slave-1zds"
I20260608 12:44:01.793481   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260608 12:44:01.797194 11505 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:01.798296   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:44:01.798633   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922397207313-431-0/minicluster-data/ts-1-root
uuid: "78774eed87f849e9a9f54d1cfbee8870"
format_stamp: "Formatted at 2026-06-08 12:44:01 on dist-test-slave-1zds"
I20260608 12:44:01.798952   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922397207313-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922397207313-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922397207313-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:44:01.812772   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:44:01.813975   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:44:01.815442   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:44:01.817755   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:44:01.818035   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:01.818287   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:44:01.818475   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:01.859180   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:43437
I20260608 12:44:01.859304 11567 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:43437 every 8 connection(s)
I20260608 12:44:01.864809   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:44:01.873036 11572 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:44:01.874748 11571 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:44:01.877051 11568 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34473
I20260608 12:44:01.877663 11568 heartbeater.cc:461] Registering TS with master...
W20260608 12:44:01.878643 11574 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:44:01.879338 11568 heartbeater.cc:507] Master 127.0.107.254:34473 requested a full tablet report, sending...
I20260608 12:44:01.880339   431 server_base.cc:1061] running on GCE node
I20260608 12:44:01.881508   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:44:01.881754   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:44:01.882022   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922641881991 us; error 0 us; skew 500 ppm
I20260608 12:44:01.882512 11366 ts_manager.cc:194] Registered new tserver with Master: 78774eed87f849e9a9f54d1cfbee8870 (127.0.107.194:43437)
I20260608 12:44:01.882655   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:44:01.884317 11366 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55454
I20260608 12:44:01.885701   431 webserver.cc:533] Webserver started at http://127.0.107.195:34987/ using document root <none> and password file <none>
I20260608 12:44:01.886541   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:44:01.886787   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:44:01.887118   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:44:01.888310   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922397207313-431-0/minicluster-data/ts-2-root/instance:
uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0"
format_stamp: "Formatted at 2026-06-08 12:44:01 on dist-test-slave-1zds"
I20260608 12:44:01.893422   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.002s
I20260608 12:44:01.899216 11579 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:01.900990   431 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:44:01.901392   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922397207313-431-0/minicluster-data/ts-2-root
uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0"
format_stamp: "Formatted at 2026-06-08 12:44:01 on dist-test-slave-1zds"
I20260608 12:44:01.901682   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922397207313-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922397207313-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922397207313-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:44:01.940903   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:44:01.942138   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:44:01.943642   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:44:01.946039   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:44:01.946290   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:01.946539   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:44:01.946724   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:01.988819   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:33667
I20260608 12:44:01.988947 11641 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:33667 every 8 connection(s)
I20260608 12:44:02.005287 11642 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34473
I20260608 12:44:02.005759 11642 heartbeater.cc:461] Registering TS with master...
I20260608 12:44:02.006848 11642 heartbeater.cc:507] Master 127.0.107.254:34473 requested a full tablet report, sending...
I20260608 12:44:02.009104 11366 ts_manager.cc:194] Registered new tserver with Master: f5f0136a2f1e4e9bbcd8ac979c7a39d0 (127.0.107.195:33667)
I20260608 12:44:02.010025   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.017466507s
I20260608 12:44:02.011034 11366 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55464
I20260608 12:44:02.790470 11493 heartbeater.cc:499] Master 127.0.107.254:34473 was elected leader, sending a full tablet report...
I20260608 12:44:02.887773 11568 heartbeater.cc:499] Master 127.0.107.254:34473 was elected leader, sending a full tablet report...
I20260608 12:44:03.014366 11642 heartbeater.cc:499] Master 127.0.107.254:34473 was elected leader, sending a full tablet report...
I20260608 12:44:03.072193 11366 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:55472:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:44:03.075158 11366 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:44:03.148641 11458 tablet_service.cc:1511] Processing CreateTablet for tablet 6a343c828f364d5f9c90a58ccdc74e71 (DEFAULT_TABLE table=test-workload [id=c2baddd8ea5b46328d454f52b2083d1d]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:44:03.150918 11458 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6a343c828f364d5f9c90a58ccdc74e71. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:03.157244 11456 tablet_service.cc:1511] Processing CreateTablet for tablet 18e6b9b0d71f4c96bcc434bcd87a6faa (DEFAULT_TABLE table=test-workload [id=c2baddd8ea5b46328d454f52b2083d1d]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:44:03.159150 11456 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 18e6b9b0d71f4c96bcc434bcd87a6faa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:03.164084 11455 tablet_service.cc:1511] Processing CreateTablet for tablet 50c10dbbacf34bbbb99cb5fc18f09478 (DEFAULT_TABLE table=test-workload [id=c2baddd8ea5b46328d454f52b2083d1d]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:44:03.169730 11457 tablet_service.cc:1511] Processing CreateTablet for tablet fca01220fca642f2a68186016ee04670 (DEFAULT_TABLE table=test-workload [id=c2baddd8ea5b46328d454f52b2083d1d]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:44:03.171577 11455 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 50c10dbbacf34bbbb99cb5fc18f09478. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:03.171262 11454 tablet_service.cc:1511] Processing CreateTablet for tablet 9b1e00e169744d54a4935fe8298a9ce6 (DEFAULT_TABLE table=test-workload [id=c2baddd8ea5b46328d454f52b2083d1d]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:44:03.172896 11454 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9b1e00e169744d54a4935fe8298a9ce6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:03.176862 11453 tablet_service.cc:1511] Processing CreateTablet for tablet 4a1c833f67f449ec8f6f5db045523a09 (DEFAULT_TABLE table=test-workload [id=c2baddd8ea5b46328d454f52b2083d1d]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:44:03.178716 11457 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fca01220fca642f2a68186016ee04670. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:03.179793 11453 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4a1c833f67f449ec8f6f5db045523a09. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:03.184504 11607 tablet_service.cc:1511] Processing CreateTablet for tablet 6a343c828f364d5f9c90a58ccdc74e71 (DEFAULT_TABLE table=test-workload [id=c2baddd8ea5b46328d454f52b2083d1d]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:44:03.185734 11604 tablet_service.cc:1511] Processing CreateTablet for tablet 50c10dbbacf34bbbb99cb5fc18f09478 (DEFAULT_TABLE table=test-workload [id=c2baddd8ea5b46328d454f52b2083d1d]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:44:03.187917 11603 tablet_service.cc:1511] Processing CreateTablet for tablet 9b1e00e169744d54a4935fe8298a9ce6 (DEFAULT_TABLE table=test-workload [id=c2baddd8ea5b46328d454f52b2083d1d]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:44:03.191314 11602 tablet_service.cc:1511] Processing CreateTablet for tablet 4a1c833f67f449ec8f6f5db045523a09 (DEFAULT_TABLE table=test-workload [id=c2baddd8ea5b46328d454f52b2083d1d]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:44:03.186317 11607 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6a343c828f364d5f9c90a58ccdc74e71. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:03.193378 11604 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 50c10dbbacf34bbbb99cb5fc18f09478. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:03.194195 11603 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9b1e00e169744d54a4935fe8298a9ce6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:03.193944 11605 tablet_service.cc:1511] Processing CreateTablet for tablet 18e6b9b0d71f4c96bcc434bcd87a6faa (DEFAULT_TABLE table=test-workload [id=c2baddd8ea5b46328d454f52b2083d1d]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:44:03.195523 11605 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 18e6b9b0d71f4c96bcc434bcd87a6faa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:03.192495 11606 tablet_service.cc:1511] Processing CreateTablet for tablet fca01220fca642f2a68186016ee04670 (DEFAULT_TABLE table=test-workload [id=c2baddd8ea5b46328d454f52b2083d1d]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:44:03.197072 11606 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fca01220fca642f2a68186016ee04670. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:03.199718 11602 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4a1c833f67f449ec8f6f5db045523a09. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:03.233136 11533 tablet_service.cc:1511] Processing CreateTablet for tablet 6a343c828f364d5f9c90a58ccdc74e71 (DEFAULT_TABLE table=test-workload [id=c2baddd8ea5b46328d454f52b2083d1d]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:44:03.235023 11533 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6a343c828f364d5f9c90a58ccdc74e71. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:03.241354 11532 tablet_service.cc:1511] Processing CreateTablet for tablet fca01220fca642f2a68186016ee04670 (DEFAULT_TABLE table=test-workload [id=c2baddd8ea5b46328d454f52b2083d1d]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:44:03.243175 11532 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fca01220fca642f2a68186016ee04670. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:03.244191 11530 tablet_service.cc:1511] Processing CreateTablet for tablet 50c10dbbacf34bbbb99cb5fc18f09478 (DEFAULT_TABLE table=test-workload [id=c2baddd8ea5b46328d454f52b2083d1d]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:44:03.248136 11528 tablet_service.cc:1511] Processing CreateTablet for tablet 4a1c833f67f449ec8f6f5db045523a09 (DEFAULT_TABLE table=test-workload [id=c2baddd8ea5b46328d454f52b2083d1d]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:44:03.248308 11529 tablet_service.cc:1511] Processing CreateTablet for tablet 9b1e00e169744d54a4935fe8298a9ce6 (DEFAULT_TABLE table=test-workload [id=c2baddd8ea5b46328d454f52b2083d1d]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:44:03.254220 11531 tablet_service.cc:1511] Processing CreateTablet for tablet 18e6b9b0d71f4c96bcc434bcd87a6faa (DEFAULT_TABLE table=test-workload [id=c2baddd8ea5b46328d454f52b2083d1d]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:44:03.246104 11530 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 50c10dbbacf34bbbb99cb5fc18f09478. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:03.257063 11662 tablet_bootstrap.cc:492] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 3cd3462e35c0420ea3af4c309fd6afeb: Bootstrap starting.
I20260608 12:44:03.258193 11529 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9b1e00e169744d54a4935fe8298a9ce6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:03.263314 11531 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 18e6b9b0d71f4c96bcc434bcd87a6faa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:03.267851 11528 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4a1c833f67f449ec8f6f5db045523a09. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:03.283200 11663 tablet_bootstrap.cc:492] T 18e6b9b0d71f4c96bcc434bcd87a6faa P f5f0136a2f1e4e9bbcd8ac979c7a39d0: Bootstrap starting.
I20260608 12:44:03.290602 11664 tablet_bootstrap.cc:492] T 6a343c828f364d5f9c90a58ccdc74e71 P 78774eed87f849e9a9f54d1cfbee8870: Bootstrap starting.
I20260608 12:44:03.300314 11664 tablet_bootstrap.cc:654] T 6a343c828f364d5f9c90a58ccdc74e71 P 78774eed87f849e9a9f54d1cfbee8870: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:03.305548 11663 tablet_bootstrap.cc:654] T 18e6b9b0d71f4c96bcc434bcd87a6faa P f5f0136a2f1e4e9bbcd8ac979c7a39d0: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:03.309398 11662 tablet_bootstrap.cc:654] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 3cd3462e35c0420ea3af4c309fd6afeb: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:03.316146 11663 tablet_bootstrap.cc:492] T 18e6b9b0d71f4c96bcc434bcd87a6faa P f5f0136a2f1e4e9bbcd8ac979c7a39d0: No bootstrap required, opened a new log
I20260608 12:44:03.321679 11663 ts_tablet_manager.cc:1403] T 18e6b9b0d71f4c96bcc434bcd87a6faa P f5f0136a2f1e4e9bbcd8ac979c7a39d0: Time spent bootstrapping tablet: real 0.039s	user 0.007s	sys 0.008s
I20260608 12:44:03.325266 11663 raft_consensus.cc:359] T 18e6b9b0d71f4c96bcc434bcd87a6faa P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.326437 11663 raft_consensus.cc:385] T 18e6b9b0d71f4c96bcc434bcd87a6faa P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:03.326892 11663 raft_consensus.cc:740] T 18e6b9b0d71f4c96bcc434bcd87a6faa P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f5f0136a2f1e4e9bbcd8ac979c7a39d0, State: Initialized, Role: FOLLOWER
I20260608 12:44:03.327987 11663 consensus_queue.cc:260] T 18e6b9b0d71f4c96bcc434bcd87a6faa P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.334605 11662 tablet_bootstrap.cc:492] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 3cd3462e35c0420ea3af4c309fd6afeb: No bootstrap required, opened a new log
I20260608 12:44:03.335613 11663 ts_tablet_manager.cc:1434] T 18e6b9b0d71f4c96bcc434bcd87a6faa P f5f0136a2f1e4e9bbcd8ac979c7a39d0: Time spent starting tablet: real 0.014s	user 0.010s	sys 0.000s
I20260608 12:44:03.336395 11662 ts_tablet_manager.cc:1403] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 3cd3462e35c0420ea3af4c309fd6afeb: Time spent bootstrapping tablet: real 0.080s	user 0.009s	sys 0.008s
I20260608 12:44:03.337252 11663 tablet_bootstrap.cc:492] T 4a1c833f67f449ec8f6f5db045523a09 P f5f0136a2f1e4e9bbcd8ac979c7a39d0: Bootstrap starting.
I20260608 12:44:03.337992 11664 tablet_bootstrap.cc:492] T 6a343c828f364d5f9c90a58ccdc74e71 P 78774eed87f849e9a9f54d1cfbee8870: No bootstrap required, opened a new log
I20260608 12:44:03.338654 11664 ts_tablet_manager.cc:1403] T 6a343c828f364d5f9c90a58ccdc74e71 P 78774eed87f849e9a9f54d1cfbee8870: Time spent bootstrapping tablet: real 0.049s	user 0.017s	sys 0.028s
I20260608 12:44:03.340204 11662 raft_consensus.cc:359] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.341223 11662 raft_consensus.cc:385] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:03.341595 11662 raft_consensus.cc:740] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3cd3462e35c0420ea3af4c309fd6afeb, State: Initialized, Role: FOLLOWER
I20260608 12:44:03.342159 11664 raft_consensus.cc:359] T 6a343c828f364d5f9c90a58ccdc74e71 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } }
I20260608 12:44:03.343088 11664 raft_consensus.cc:385] T 6a343c828f364d5f9c90a58ccdc74e71 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:03.343488 11664 raft_consensus.cc:740] T 6a343c828f364d5f9c90a58ccdc74e71 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 78774eed87f849e9a9f54d1cfbee8870, State: Initialized, Role: FOLLOWER
I20260608 12:44:03.342602 11662 consensus_queue.cc:260] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 3cd3462e35c0420ea3af4c309fd6afeb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.345631 11663 tablet_bootstrap.cc:654] T 4a1c833f67f449ec8f6f5db045523a09 P f5f0136a2f1e4e9bbcd8ac979c7a39d0: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:03.345671 11664 consensus_queue.cc:260] T 6a343c828f364d5f9c90a58ccdc74e71 P 78774eed87f849e9a9f54d1cfbee8870 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } }
I20260608 12:44:03.349331 11662 ts_tablet_manager.cc:1434] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 3cd3462e35c0420ea3af4c309fd6afeb: Time spent starting tablet: real 0.013s	user 0.005s	sys 0.003s
I20260608 12:44:03.350764 11662 tablet_bootstrap.cc:492] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb: Bootstrap starting.
I20260608 12:44:03.353839 11664 ts_tablet_manager.cc:1434] T 6a343c828f364d5f9c90a58ccdc74e71 P 78774eed87f849e9a9f54d1cfbee8870: Time spent starting tablet: real 0.015s	user 0.008s	sys 0.000s
I20260608 12:44:03.354628 11663 tablet_bootstrap.cc:492] T 4a1c833f67f449ec8f6f5db045523a09 P f5f0136a2f1e4e9bbcd8ac979c7a39d0: No bootstrap required, opened a new log
I20260608 12:44:03.355268 11663 ts_tablet_manager.cc:1403] T 4a1c833f67f449ec8f6f5db045523a09 P f5f0136a2f1e4e9bbcd8ac979c7a39d0: Time spent bootstrapping tablet: real 0.018s	user 0.014s	sys 0.000s
I20260608 12:44:03.357230 11664 tablet_bootstrap.cc:492] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 78774eed87f849e9a9f54d1cfbee8870: Bootstrap starting.
I20260608 12:44:03.359014 11663 raft_consensus.cc:359] T 4a1c833f67f449ec8f6f5db045523a09 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.360005 11663 raft_consensus.cc:385] T 4a1c833f67f449ec8f6f5db045523a09 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:03.360363 11663 raft_consensus.cc:740] T 4a1c833f67f449ec8f6f5db045523a09 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f5f0136a2f1e4e9bbcd8ac979c7a39d0, State: Initialized, Role: FOLLOWER
I20260608 12:44:03.361558 11663 consensus_queue.cc:260] T 4a1c833f67f449ec8f6f5db045523a09 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.367543 11664 tablet_bootstrap.cc:654] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 78774eed87f849e9a9f54d1cfbee8870: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:03.367758 11663 ts_tablet_manager.cc:1434] T 4a1c833f67f449ec8f6f5db045523a09 P f5f0136a2f1e4e9bbcd8ac979c7a39d0: Time spent starting tablet: real 0.012s	user 0.010s	sys 0.000s
I20260608 12:44:03.369091 11663 tablet_bootstrap.cc:492] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0: Bootstrap starting.
I20260608 12:44:03.370649 11662 tablet_bootstrap.cc:654] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:03.378322 11663 tablet_bootstrap.cc:654] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:03.384166 11662 tablet_bootstrap.cc:492] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb: No bootstrap required, opened a new log
I20260608 12:44:03.384582 11664 tablet_bootstrap.cc:492] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 78774eed87f849e9a9f54d1cfbee8870: No bootstrap required, opened a new log
I20260608 12:44:03.384871 11662 ts_tablet_manager.cc:1403] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb: Time spent bootstrapping tablet: real 0.034s	user 0.006s	sys 0.009s
I20260608 12:44:03.385149 11664 ts_tablet_manager.cc:1403] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 78774eed87f849e9a9f54d1cfbee8870: Time spent bootstrapping tablet: real 0.028s	user 0.010s	sys 0.013s
I20260608 12:44:03.385862 11663 tablet_bootstrap.cc:492] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0: No bootstrap required, opened a new log
I20260608 12:44:03.386463 11663 ts_tablet_manager.cc:1403] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0: Time spent bootstrapping tablet: real 0.018s	user 0.015s	sys 0.002s
I20260608 12:44:03.388392 11664 raft_consensus.cc:359] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.389079 11664 raft_consensus.cc:385] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:03.389532 11664 raft_consensus.cc:740] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 78774eed87f849e9a9f54d1cfbee8870, State: Initialized, Role: FOLLOWER
I20260608 12:44:03.388976 11662 raft_consensus.cc:359] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.389999 11662 raft_consensus.cc:385] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:03.389701 11663 raft_consensus.cc:359] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.390393 11662 raft_consensus.cc:740] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3cd3462e35c0420ea3af4c309fd6afeb, State: Initialized, Role: FOLLOWER
I20260608 12:44:03.390700 11663 raft_consensus.cc:385] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:03.390472 11664 consensus_queue.cc:260] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 78774eed87f849e9a9f54d1cfbee8870 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.391131 11663 raft_consensus.cc:740] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f5f0136a2f1e4e9bbcd8ac979c7a39d0, State: Initialized, Role: FOLLOWER
I20260608 12:44:03.391556 11662 consensus_queue.cc:260] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.392148 11663 consensus_queue.cc:260] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.393117 11664 ts_tablet_manager.cc:1434] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 78774eed87f849e9a9f54d1cfbee8870: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:44:03.394361 11664 tablet_bootstrap.cc:492] T 4a1c833f67f449ec8f6f5db045523a09 P 78774eed87f849e9a9f54d1cfbee8870: Bootstrap starting.
I20260608 12:44:03.399256 11663 ts_tablet_manager.cc:1434] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0: Time spent starting tablet: real 0.012s	user 0.007s	sys 0.000s
I20260608 12:44:03.400331 11662 ts_tablet_manager.cc:1434] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb: Time spent starting tablet: real 0.015s	user 0.005s	sys 0.005s
I20260608 12:44:03.400840 11663 tablet_bootstrap.cc:492] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0: Bootstrap starting.
I20260608 12:44:03.401715 11662 tablet_bootstrap.cc:492] T fca01220fca642f2a68186016ee04670 P 3cd3462e35c0420ea3af4c309fd6afeb: Bootstrap starting.
I20260608 12:44:03.402493 11664 tablet_bootstrap.cc:654] T 4a1c833f67f449ec8f6f5db045523a09 P 78774eed87f849e9a9f54d1cfbee8870: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:03.410982 11662 tablet_bootstrap.cc:654] T fca01220fca642f2a68186016ee04670 P 3cd3462e35c0420ea3af4c309fd6afeb: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:03.418659 11669 raft_consensus.cc:493] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:44:03.419631 11663 tablet_bootstrap.cc:654] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:03.419502 11669 raft_consensus.cc:515] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.432569 11664 tablet_bootstrap.cc:492] T 4a1c833f67f449ec8f6f5db045523a09 P 78774eed87f849e9a9f54d1cfbee8870: No bootstrap required, opened a new log
I20260608 12:44:03.432610 11669 leader_election.cc:290] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 3cd3462e35c0420ea3af4c309fd6afeb [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 78774eed87f849e9a9f54d1cfbee8870 (127.0.107.194:43437), f5f0136a2f1e4e9bbcd8ac979c7a39d0 (127.0.107.195:33667)
I20260608 12:44:03.433535 11664 ts_tablet_manager.cc:1403] T 4a1c833f67f449ec8f6f5db045523a09 P 78774eed87f849e9a9f54d1cfbee8870: Time spent bootstrapping tablet: real 0.039s	user 0.020s	sys 0.016s
I20260608 12:44:03.438503 11664 raft_consensus.cc:359] T 4a1c833f67f449ec8f6f5db045523a09 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.439695 11664 raft_consensus.cc:385] T 4a1c833f67f449ec8f6f5db045523a09 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:03.440146 11664 raft_consensus.cc:740] T 4a1c833f67f449ec8f6f5db045523a09 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 78774eed87f849e9a9f54d1cfbee8870, State: Initialized, Role: FOLLOWER
I20260608 12:44:03.441301 11664 consensus_queue.cc:260] T 4a1c833f67f449ec8f6f5db045523a09 P 78774eed87f849e9a9f54d1cfbee8870 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.446875 11664 ts_tablet_manager.cc:1434] T 4a1c833f67f449ec8f6f5db045523a09 P 78774eed87f849e9a9f54d1cfbee8870: Time spent starting tablet: real 0.013s	user 0.008s	sys 0.002s
I20260608 12:44:03.448237 11664 tablet_bootstrap.cc:492] T 50c10dbbacf34bbbb99cb5fc18f09478 P 78774eed87f849e9a9f54d1cfbee8870: Bootstrap starting.
I20260608 12:44:03.454897 11662 tablet_bootstrap.cc:492] T fca01220fca642f2a68186016ee04670 P 3cd3462e35c0420ea3af4c309fd6afeb: No bootstrap required, opened a new log
I20260608 12:44:03.455667 11662 ts_tablet_manager.cc:1403] T fca01220fca642f2a68186016ee04670 P 3cd3462e35c0420ea3af4c309fd6afeb: Time spent bootstrapping tablet: real 0.054s	user 0.020s	sys 0.001s
I20260608 12:44:03.459838 11662 raft_consensus.cc:359] T fca01220fca642f2a68186016ee04670 P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.460704 11662 raft_consensus.cc:385] T fca01220fca642f2a68186016ee04670 P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:03.461033 11662 raft_consensus.cc:740] T fca01220fca642f2a68186016ee04670 P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3cd3462e35c0420ea3af4c309fd6afeb, State: Initialized, Role: FOLLOWER
I20260608 12:44:03.463406 11664 tablet_bootstrap.cc:654] T 50c10dbbacf34bbbb99cb5fc18f09478 P 78774eed87f849e9a9f54d1cfbee8870: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:03.465458 11663 tablet_bootstrap.cc:492] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0: No bootstrap required, opened a new log
I20260608 12:44:03.466190 11663 ts_tablet_manager.cc:1403] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0: Time spent bootstrapping tablet: real 0.066s	user 0.033s	sys 0.017s
I20260608 12:44:03.469087 11543 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "18e6b9b0d71f4c96bcc434bcd87a6faa" candidate_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78774eed87f849e9a9f54d1cfbee8870" is_pre_election: true
I20260608 12:44:03.470041 11543 raft_consensus.cc:2468] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3cd3462e35c0420ea3af4c309fd6afeb in term 0.
I20260608 12:44:03.469965 11662 consensus_queue.cc:260] T fca01220fca642f2a68186016ee04670 P 3cd3462e35c0420ea3af4c309fd6afeb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.473215 11662 ts_tablet_manager.cc:1434] T fca01220fca642f2a68186016ee04670 P 3cd3462e35c0420ea3af4c309fd6afeb: Time spent starting tablet: real 0.017s	user 0.006s	sys 0.003s
I20260608 12:44:03.474455 11662 tablet_bootstrap.cc:492] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb: Bootstrap starting.
I20260608 12:44:03.474977 11433 leader_election.cc:304] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 3cd3462e35c0420ea3af4c309fd6afeb [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3cd3462e35c0420ea3af4c309fd6afeb, 78774eed87f849e9a9f54d1cfbee8870; no voters: 
I20260608 12:44:03.479875 11664 tablet_bootstrap.cc:492] T 50c10dbbacf34bbbb99cb5fc18f09478 P 78774eed87f849e9a9f54d1cfbee8870: No bootstrap required, opened a new log
I20260608 12:44:03.480141 11663 raft_consensus.cc:359] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } }
I20260608 12:44:03.481180 11663 raft_consensus.cc:385] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:03.480691 11664 ts_tablet_manager.cc:1403] T 50c10dbbacf34bbbb99cb5fc18f09478 P 78774eed87f849e9a9f54d1cfbee8870: Time spent bootstrapping tablet: real 0.033s	user 0.014s	sys 0.010s
I20260608 12:44:03.481381 11669 raft_consensus.cc:2804] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:44:03.482498 11669 raft_consensus.cc:493] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:44:03.482865 11669 raft_consensus.cc:3060] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:03.483109 11662 tablet_bootstrap.cc:654] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:03.481643 11663 raft_consensus.cc:740] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f5f0136a2f1e4e9bbcd8ac979c7a39d0, State: Initialized, Role: FOLLOWER
I20260608 12:44:03.485556 11663 consensus_queue.cc:260] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } }
I20260608 12:44:03.485960 11664 raft_consensus.cc:359] T 50c10dbbacf34bbbb99cb5fc18f09478 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.486841 11664 raft_consensus.cc:385] T 50c10dbbacf34bbbb99cb5fc18f09478 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:03.487272 11664 raft_consensus.cc:740] T 50c10dbbacf34bbbb99cb5fc18f09478 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 78774eed87f849e9a9f54d1cfbee8870, State: Initialized, Role: FOLLOWER
I20260608 12:44:03.488281 11664 consensus_queue.cc:260] T 50c10dbbacf34bbbb99cb5fc18f09478 P 78774eed87f849e9a9f54d1cfbee8870 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.492712 11663 ts_tablet_manager.cc:1434] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0: Time spent starting tablet: real 0.026s	user 0.008s	sys 0.000s
I20260608 12:44:03.493909 11670 raft_consensus.cc:493] T 6a343c828f364d5f9c90a58ccdc74e71 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:44:03.494437 11663 tablet_bootstrap.cc:492] T 50c10dbbacf34bbbb99cb5fc18f09478 P f5f0136a2f1e4e9bbcd8ac979c7a39d0: Bootstrap starting.
I20260608 12:44:03.494823 11670 raft_consensus.cc:515] T 6a343c828f364d5f9c90a58ccdc74e71 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } }
I20260608 12:44:03.497977 11668 raft_consensus.cc:493] T 18e6b9b0d71f4c96bcc434bcd87a6faa P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:44:03.498710 11668 raft_consensus.cc:515] T 18e6b9b0d71f4c96bcc434bcd87a6faa P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.503865 11668 leader_election.cc:290] T 18e6b9b0d71f4c96bcc434bcd87a6faa P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3cd3462e35c0420ea3af4c309fd6afeb (127.0.107.193:37939), 78774eed87f849e9a9f54d1cfbee8870 (127.0.107.194:43437)
I20260608 12:44:03.510809 11664 ts_tablet_manager.cc:1434] T 50c10dbbacf34bbbb99cb5fc18f09478 P 78774eed87f849e9a9f54d1cfbee8870: Time spent starting tablet: real 0.029s	user 0.008s	sys 0.001s
I20260608 12:44:03.512598 11664 tablet_bootstrap.cc:492] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870: Bootstrap starting.
I20260608 12:44:03.520038 11663 tablet_bootstrap.cc:654] T 50c10dbbacf34bbbb99cb5fc18f09478 P f5f0136a2f1e4e9bbcd8ac979c7a39d0: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:03.522114 11670 leader_election.cc:290] T 6a343c828f364d5f9c90a58ccdc74e71 P 78774eed87f849e9a9f54d1cfbee8870 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3cd3462e35c0420ea3af4c309fd6afeb (127.0.107.193:37939), f5f0136a2f1e4e9bbcd8ac979c7a39d0 (127.0.107.195:33667)
I20260608 12:44:03.548503 11662 tablet_bootstrap.cc:492] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb: No bootstrap required, opened a new log
I20260608 12:44:03.554512 11662 ts_tablet_manager.cc:1403] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb: Time spent bootstrapping tablet: real 0.080s	user 0.025s	sys 0.020s
I20260608 12:44:03.561151 11668 raft_consensus.cc:493] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:44:03.562036 11668 raft_consensus.cc:515] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } }
I20260608 12:44:03.563647 11664 tablet_bootstrap.cc:654] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:03.561409 11662 raft_consensus.cc:359] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } }
I20260608 12:44:03.568194 11617 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "18e6b9b0d71f4c96bcc434bcd87a6faa" candidate_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" is_pre_election: true
I20260608 12:44:03.568372 11662 raft_consensus.cc:385] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:03.568967 11662 raft_consensus.cc:740] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3cd3462e35c0420ea3af4c309fd6afeb, State: Initialized, Role: FOLLOWER
I20260608 12:44:03.569137 11617 raft_consensus.cc:2468] T 18e6b9b0d71f4c96bcc434bcd87a6faa P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3cd3462e35c0420ea3af4c309fd6afeb in term 0.
I20260608 12:44:03.573020 11669 raft_consensus.cc:515] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.579557 11668 leader_election.cc:290] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3cd3462e35c0420ea3af4c309fd6afeb (127.0.107.193:37939), 78774eed87f849e9a9f54d1cfbee8870 (127.0.107.194:43437)
I20260608 12:44:03.580211 11668 raft_consensus.cc:493] T 4a1c833f67f449ec8f6f5db045523a09 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:44:03.574079 11662 consensus_queue.cc:260] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } }
I20260608 12:44:03.581923 11668 raft_consensus.cc:515] T 4a1c833f67f449ec8f6f5db045523a09 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.596050 11669 leader_election.cc:290] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 3cd3462e35c0420ea3af4c309fd6afeb [CANDIDATE]: Term 1 election: Requested vote from peers 78774eed87f849e9a9f54d1cfbee8870 (127.0.107.194:43437), f5f0136a2f1e4e9bbcd8ac979c7a39d0 (127.0.107.195:33667)
I20260608 12:44:03.598646 11669 raft_consensus.cc:493] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:44:03.602627 11543 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "18e6b9b0d71f4c96bcc434bcd87a6faa" candidate_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78774eed87f849e9a9f54d1cfbee8870"
I20260608 12:44:03.604609 11543 raft_consensus.cc:3060] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:03.604197 11617 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "18e6b9b0d71f4c96bcc434bcd87a6faa" candidate_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0"
I20260608 12:44:03.606527 11617 raft_consensus.cc:3060] T 18e6b9b0d71f4c96bcc434bcd87a6faa P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:44:03.606958 11414 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:44:03.609135 11668 leader_election.cc:290] T 4a1c833f67f449ec8f6f5db045523a09 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3cd3462e35c0420ea3af4c309fd6afeb (127.0.107.193:37939), 78774eed87f849e9a9f54d1cfbee8870 (127.0.107.194:43437)
I20260608 12:44:03.617442 11617 raft_consensus.cc:2468] T 18e6b9b0d71f4c96bcc434bcd87a6faa P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3cd3462e35c0420ea3af4c309fd6afeb in term 1.
I20260608 12:44:03.627518 11431 leader_election.cc:304] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 3cd3462e35c0420ea3af4c309fd6afeb [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: 3cd3462e35c0420ea3af4c309fd6afeb, f5f0136a2f1e4e9bbcd8ac979c7a39d0; no voters: 
I20260608 12:44:03.631397 11662 ts_tablet_manager.cc:1434] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb: Time spent starting tablet: real 0.074s	user 0.016s	sys 0.016s
I20260608 12:44:03.631592 11543 raft_consensus.cc:2468] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 78774eed87f849e9a9f54d1cfbee8870 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3cd3462e35c0420ea3af4c309fd6afeb in term 1.
I20260608 12:44:03.633180 11662 tablet_bootstrap.cc:492] T 4a1c833f67f449ec8f6f5db045523a09 P 3cd3462e35c0420ea3af4c309fd6afeb: Bootstrap starting.
I20260608 12:44:03.634251 11663 tablet_bootstrap.cc:492] T 50c10dbbacf34bbbb99cb5fc18f09478 P f5f0136a2f1e4e9bbcd8ac979c7a39d0: No bootstrap required, opened a new log
I20260608 12:44:03.634877 11663 ts_tablet_manager.cc:1403] T 50c10dbbacf34bbbb99cb5fc18f09478 P f5f0136a2f1e4e9bbcd8ac979c7a39d0: Time spent bootstrapping tablet: real 0.141s	user 0.022s	sys 0.007s
I20260608 12:44:03.638202 11690 raft_consensus.cc:2804] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:44:03.639010 11690 raft_consensus.cc:697] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 LEADER]: Becoming Leader. State: Replica: 3cd3462e35c0420ea3af4c309fd6afeb, State: Running, Role: LEADER
I20260608 12:44:03.640134 11468 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6a343c828f364d5f9c90a58ccdc74e71" candidate_uuid: "78774eed87f849e9a9f54d1cfbee8870" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" is_pre_election: true
I20260608 12:44:03.640064 11690 consensus_queue.cc:237] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 3cd3462e35c0420ea3af4c309fd6afeb [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.641865 11543 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "18e6b9b0d71f4c96bcc434bcd87a6faa" candidate_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78774eed87f849e9a9f54d1cfbee8870" is_pre_election: true
I20260608 12:44:03.642131 11662 tablet_bootstrap.cc:654] T 4a1c833f67f449ec8f6f5db045523a09 P 3cd3462e35c0420ea3af4c309fd6afeb: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:03.642910 11543 raft_consensus.cc:2393] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 78774eed87f849e9a9f54d1cfbee8870 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate f5f0136a2f1e4e9bbcd8ac979c7a39d0 in current term 1: Already voted for candidate 3cd3462e35c0420ea3af4c309fd6afeb in this term.
I20260608 12:44:03.643069 11542 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6a343c828f364d5f9c90a58ccdc74e71" candidate_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78774eed87f849e9a9f54d1cfbee8870" is_pre_election: true
I20260608 12:44:03.644136 11542 raft_consensus.cc:2468] T 6a343c828f364d5f9c90a58ccdc74e71 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f5f0136a2f1e4e9bbcd8ac979c7a39d0 in term 0.
I20260608 12:44:03.646314 11542 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a1c833f67f449ec8f6f5db045523a09" candidate_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78774eed87f849e9a9f54d1cfbee8870" is_pre_election: true
I20260608 12:44:03.647444 11542 raft_consensus.cc:2468] T 4a1c833f67f449ec8f6f5db045523a09 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f5f0136a2f1e4e9bbcd8ac979c7a39d0 in term 0.
I20260608 12:44:03.646435 11582 leader_election.cc:304] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 78774eed87f849e9a9f54d1cfbee8870, f5f0136a2f1e4e9bbcd8ac979c7a39d0; no voters: 
I20260608 12:44:03.650305 11689 raft_consensus.cc:2804] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:44:03.650406 11582 leader_election.cc:304] T 4a1c833f67f449ec8f6f5db045523a09 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 78774eed87f849e9a9f54d1cfbee8870, f5f0136a2f1e4e9bbcd8ac979c7a39d0; no voters: 
I20260608 12:44:03.650859 11689 raft_consensus.cc:493] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:44:03.651341 11689 raft_consensus.cc:3060] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:03.651477 11668 raft_consensus.cc:2804] T 4a1c833f67f449ec8f6f5db045523a09 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:44:03.652100 11668 raft_consensus.cc:493] T 4a1c833f67f449ec8f6f5db045523a09 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:44:03.652508 11668 raft_consensus.cc:3060] T 4a1c833f67f449ec8f6f5db045523a09 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:03.652632 11467 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "18e6b9b0d71f4c96bcc434bcd87a6faa" candidate_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" is_pre_election: true
I20260608 12:44:03.654834 11465 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a1c833f67f449ec8f6f5db045523a09" candidate_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" is_pre_election: true
I20260608 12:44:03.603566 11669 raft_consensus.cc:515] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } }
I20260608 12:44:03.656589 11466 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6a343c828f364d5f9c90a58ccdc74e71" candidate_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" is_pre_election: true
I20260608 12:44:03.667496 11468 raft_consensus.cc:2468] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 78774eed87f849e9a9f54d1cfbee8870 in term 0.
I20260608 12:44:03.672130 11669 leader_election.cc:290] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f5f0136a2f1e4e9bbcd8ac979c7a39d0 (127.0.107.195:33667), 78774eed87f849e9a9f54d1cfbee8870 (127.0.107.194:43437)
I20260608 12:44:03.671986 11617 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6a343c828f364d5f9c90a58ccdc74e71" candidate_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" is_pre_election: true
I20260608 12:44:03.667737 11690 raft_consensus.cc:493] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:44:03.673202 11690 raft_consensus.cc:515] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.677390 11616 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50c10dbbacf34bbbb99cb5fc18f09478" candidate_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" is_pre_election: true
I20260608 12:44:03.676728 11689 raft_consensus.cc:515] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } }
I20260608 12:44:03.679507 11617 raft_consensus.cc:2393] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 3cd3462e35c0420ea3af4c309fd6afeb in current term 1: Already voted for candidate f5f0136a2f1e4e9bbcd8ac979c7a39d0 in this term.
I20260608 12:44:03.680631 11542 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6a343c828f364d5f9c90a58ccdc74e71" candidate_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78774eed87f849e9a9f54d1cfbee8870" is_pre_election: true
I20260608 12:44:03.681380 11542 raft_consensus.cc:2468] T 6a343c828f364d5f9c90a58ccdc74e71 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3cd3462e35c0420ea3af4c309fd6afeb in term 0.
I20260608 12:44:03.681694 11689 leader_election.cc:290] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [CANDIDATE]: Term 1 election: Requested vote from peers 3cd3462e35c0420ea3af4c309fd6afeb (127.0.107.193:37939), 78774eed87f849e9a9f54d1cfbee8870 (127.0.107.194:43437)
I20260608 12:44:03.666492 11663 raft_consensus.cc:359] T 50c10dbbacf34bbbb99cb5fc18f09478 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.683528 11663 raft_consensus.cc:385] T 50c10dbbacf34bbbb99cb5fc18f09478 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:03.683835 11663 raft_consensus.cc:740] T 50c10dbbacf34bbbb99cb5fc18f09478 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f5f0136a2f1e4e9bbcd8ac979c7a39d0, State: Initialized, Role: FOLLOWER
I20260608 12:44:03.684787 11663 consensus_queue.cc:260] T 50c10dbbacf34bbbb99cb5fc18f09478 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.685262 11507 leader_election.cc:304] T 6a343c828f364d5f9c90a58ccdc74e71 P 78774eed87f849e9a9f54d1cfbee8870 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3cd3462e35c0420ea3af4c309fd6afeb, 78774eed87f849e9a9f54d1cfbee8870; no voters: 
I20260608 12:44:03.685699 11664 tablet_bootstrap.cc:492] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870: No bootstrap required, opened a new log
I20260608 12:44:03.685954 11616 raft_consensus.cc:2468] T 50c10dbbacf34bbbb99cb5fc18f09478 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3cd3462e35c0420ea3af4c309fd6afeb in term 0.
I20260608 12:44:03.686801 11664 ts_tablet_manager.cc:1403] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870: Time spent bootstrapping tablet: real 0.175s	user 0.017s	sys 0.008s
I20260608 12:44:03.686928 11670 raft_consensus.cc:2804] T 6a343c828f364d5f9c90a58ccdc74e71 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:44:03.687536 11670 raft_consensus.cc:493] T 6a343c828f364d5f9c90a58ccdc74e71 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:44:03.687704 11543 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50c10dbbacf34bbbb99cb5fc18f09478" candidate_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78774eed87f849e9a9f54d1cfbee8870" is_pre_election: true
I20260608 12:44:03.687932 11670 raft_consensus.cc:3060] T 6a343c828f364d5f9c90a58ccdc74e71 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:03.688302 11431 leader_election.cc:304] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3cd3462e35c0420ea3af4c309fd6afeb, f5f0136a2f1e4e9bbcd8ac979c7a39d0; no voters: 
I20260608 12:44:03.688499 11543 raft_consensus.cc:2468] T 50c10dbbacf34bbbb99cb5fc18f09478 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3cd3462e35c0420ea3af4c309fd6afeb in term 0.
I20260608 12:44:03.689479 11663 ts_tablet_manager.cc:1434] T 50c10dbbacf34bbbb99cb5fc18f09478 P f5f0136a2f1e4e9bbcd8ac979c7a39d0: Time spent starting tablet: real 0.054s	user 0.008s	sys 0.000s
I20260608 12:44:03.690696 11663 tablet_bootstrap.cc:492] T 9b1e00e169744d54a4935fe8298a9ce6 P f5f0136a2f1e4e9bbcd8ac979c7a39d0: Bootstrap starting.
I20260608 12:44:03.678319 11690 leader_election.cc:290] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 78774eed87f849e9a9f54d1cfbee8870 (127.0.107.194:43437), f5f0136a2f1e4e9bbcd8ac979c7a39d0 (127.0.107.195:33667)
I20260608 12:44:03.699903 11616 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6a343c828f364d5f9c90a58ccdc74e71" candidate_uuid: "78774eed87f849e9a9f54d1cfbee8870" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" is_pre_election: true
I20260608 12:44:03.700266 11433 leader_election.cc:304] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [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: 3cd3462e35c0420ea3af4c309fd6afeb, 78774eed87f849e9a9f54d1cfbee8870; no voters: f5f0136a2f1e4e9bbcd8ac979c7a39d0
I20260608 12:44:03.701020 11616 raft_consensus.cc:2393] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 78774eed87f849e9a9f54d1cfbee8870 in current term 1: Already voted for candidate f5f0136a2f1e4e9bbcd8ac979c7a39d0 in this term.
W20260608 12:44:03.699935 11581 leader_election.cc:343] T 4a1c833f67f449ec8f6f5db045523a09 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 3cd3462e35c0420ea3af4c309fd6afeb (127.0.107.193:37939): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:44:03.705062 11581 leader_election.cc:304] T 18e6b9b0d71f4c96bcc434bcd87a6faa P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [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: f5f0136a2f1e4e9bbcd8ac979c7a39d0; no voters: 3cd3462e35c0420ea3af4c309fd6afeb, 78774eed87f849e9a9f54d1cfbee8870
I20260608 12:44:03.706691 11663 tablet_bootstrap.cc:654] T 9b1e00e169744d54a4935fe8298a9ce6 P f5f0136a2f1e4e9bbcd8ac979c7a39d0: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:03.712678 11690 raft_consensus.cc:2804] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:44:03.713210 11690 raft_consensus.cc:493] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:44:03.713549 11668 raft_consensus.cc:515] T 4a1c833f67f449ec8f6f5db045523a09 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.713661 11690 raft_consensus.cc:3060] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:03.714622 11669 raft_consensus.cc:2804] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:44:03.714210 11542 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6a343c828f364d5f9c90a58ccdc74e71" candidate_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78774eed87f849e9a9f54d1cfbee8870"
I20260608 12:44:03.716323 11669 raft_consensus.cc:493] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:44:03.709751 11689 raft_consensus.cc:493] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:44:03.716782 11669 raft_consensus.cc:3060] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:03.717492 11689 raft_consensus.cc:515] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.713377 11364 catalog_manager.cc:5696] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 3cd3462e35c0420ea3af4c309fd6afeb reported cstate change: term changed from 0 to 1, leader changed from <none> to 3cd3462e35c0420ea3af4c309fd6afeb (127.0.107.193). New cstate: current_term: 1 leader_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } health_report { overall_health: UNKNOWN } } }
I20260608 12:44:03.725540 11662 tablet_bootstrap.cc:492] T 4a1c833f67f449ec8f6f5db045523a09 P 3cd3462e35c0420ea3af4c309fd6afeb: No bootstrap required, opened a new log
I20260608 12:44:03.726342 11662 ts_tablet_manager.cc:1403] T 4a1c833f67f449ec8f6f5db045523a09 P 3cd3462e35c0420ea3af4c309fd6afeb: Time spent bootstrapping tablet: real 0.093s	user 0.009s	sys 0.039s
I20260608 12:44:03.730154 11662 raft_consensus.cc:359] T 4a1c833f67f449ec8f6f5db045523a09 P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.731179 11662 raft_consensus.cc:385] T 4a1c833f67f449ec8f6f5db045523a09 P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:03.731583 11662 raft_consensus.cc:740] T 4a1c833f67f449ec8f6f5db045523a09 P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3cd3462e35c0420ea3af4c309fd6afeb, State: Initialized, Role: FOLLOWER
I20260608 12:44:03.731910 11668 leader_election.cc:290] T 4a1c833f67f449ec8f6f5db045523a09 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [CANDIDATE]: Term 1 election: Requested vote from peers 3cd3462e35c0420ea3af4c309fd6afeb (127.0.107.193:37939), 78774eed87f849e9a9f54d1cfbee8870 (127.0.107.194:43437)
I20260608 12:44:03.735357 11668 raft_consensus.cc:2749] T 18e6b9b0d71f4c96bcc434bcd87a6faa P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:44:03.721266 11689 leader_election.cc:290] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3cd3462e35c0420ea3af4c309fd6afeb (127.0.107.193:37939), 78774eed87f849e9a9f54d1cfbee8870 (127.0.107.194:43437)
I20260608 12:44:03.737767 11662 consensus_queue.cc:260] T 4a1c833f67f449ec8f6f5db045523a09 P 3cd3462e35c0420ea3af4c309fd6afeb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.740913 11543 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fca01220fca642f2a68186016ee04670" candidate_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78774eed87f849e9a9f54d1cfbee8870" is_pre_election: true
I20260608 12:44:03.743144 11662 ts_tablet_manager.cc:1434] T 4a1c833f67f449ec8f6f5db045523a09 P 3cd3462e35c0420ea3af4c309fd6afeb: Time spent starting tablet: real 0.016s	user 0.009s	sys 0.000s
I20260608 12:44:03.737004 11690 raft_consensus.cc:515] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.736467 11669 raft_consensus.cc:515] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } }
I20260608 12:44:03.744293 11468 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6a343c828f364d5f9c90a58ccdc74e71" candidate_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cd3462e35c0420ea3af4c309fd6afeb"
I20260608 12:44:03.747355 11468 raft_consensus.cc:2393] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate f5f0136a2f1e4e9bbcd8ac979c7a39d0 in current term 1: Already voted for candidate 3cd3462e35c0420ea3af4c309fd6afeb in this term.
I20260608 12:44:03.750371 11616 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6a343c828f364d5f9c90a58ccdc74e71" candidate_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0"
W20260608 12:44:03.750963 11582 leader_election.cc:343] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 78774eed87f849e9a9f54d1cfbee8870 (127.0.107.194:43437): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:44:03.751782 11616 raft_consensus.cc:2393] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 3cd3462e35c0420ea3af4c309fd6afeb in current term 1: Already voted for candidate f5f0136a2f1e4e9bbcd8ac979c7a39d0 in this term.
I20260608 12:44:03.745074 11664 raft_consensus.cc:359] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.754537 11664 raft_consensus.cc:385] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:03.754925 11664 raft_consensus.cc:740] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 78774eed87f849e9a9f54d1cfbee8870, State: Initialized, Role: FOLLOWER
I20260608 12:44:03.747349 11543 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a1c833f67f449ec8f6f5db045523a09" candidate_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78774eed87f849e9a9f54d1cfbee8870"
I20260608 12:44:03.755721 11543 raft_consensus.cc:3060] T 4a1c833f67f449ec8f6f5db045523a09 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:03.755851 11664 consensus_queue.cc:260] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.757570 11663 tablet_bootstrap.cc:492] T 9b1e00e169744d54a4935fe8298a9ce6 P f5f0136a2f1e4e9bbcd8ac979c7a39d0: No bootstrap required, opened a new log
I20260608 12:44:03.758286 11663 ts_tablet_manager.cc:1403] T 9b1e00e169744d54a4935fe8298a9ce6 P f5f0136a2f1e4e9bbcd8ac979c7a39d0: Time spent bootstrapping tablet: real 0.068s	user 0.018s	sys 0.005s
I20260608 12:44:03.762234 11663 raft_consensus.cc:359] T 9b1e00e169744d54a4935fe8298a9ce6 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.763289 11663 raft_consensus.cc:385] T 9b1e00e169744d54a4935fe8298a9ce6 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:03.763686 11663 raft_consensus.cc:740] T 9b1e00e169744d54a4935fe8298a9ce6 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f5f0136a2f1e4e9bbcd8ac979c7a39d0, State: Initialized, Role: FOLLOWER
W20260608 12:44:03.754359 11581 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.193:37939, user_credentials={real_user=slave}} blocked reactor thread for 49577.5us
I20260608 12:44:03.764464 11541 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50c10dbbacf34bbbb99cb5fc18f09478" candidate_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78774eed87f849e9a9f54d1cfbee8870"
I20260608 12:44:03.765571 11541 raft_consensus.cc:3060] T 50c10dbbacf34bbbb99cb5fc18f09478 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:03.767360 11616 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "50c10dbbacf34bbbb99cb5fc18f09478" candidate_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0"
I20260608 12:44:03.768433 11690 leader_election.cc:290] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb [CANDIDATE]: Term 1 election: Requested vote from peers 78774eed87f849e9a9f54d1cfbee8870 (127.0.107.194:43437), f5f0136a2f1e4e9bbcd8ac979c7a39d0 (127.0.107.195:33667)
I20260608 12:44:03.768286 11540 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6a343c828f364d5f9c90a58ccdc74e71" candidate_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78774eed87f849e9a9f54d1cfbee8870"
I20260608 12:44:03.768323 11616 raft_consensus.cc:3060] T 50c10dbbacf34bbbb99cb5fc18f09478 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:03.770830 11433 leader_election.cc:304] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [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: 3cd3462e35c0420ea3af4c309fd6afeb; no voters: 78774eed87f849e9a9f54d1cfbee8870, f5f0136a2f1e4e9bbcd8ac979c7a39d0
I20260608 12:44:03.772315 11695 raft_consensus.cc:2749] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:44:03.774883 11662 tablet_bootstrap.cc:492] T 9b1e00e169744d54a4935fe8298a9ce6 P 3cd3462e35c0420ea3af4c309fd6afeb: Bootstrap starting.
I20260608 12:44:03.773967 11669 leader_election.cc:290] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [CANDIDATE]: Term 1 election: Requested vote from peers f5f0136a2f1e4e9bbcd8ac979c7a39d0 (127.0.107.195:33667), 78774eed87f849e9a9f54d1cfbee8870 (127.0.107.194:43437)
I20260608 12:44:03.779028 11663 consensus_queue.cc:260] T 9b1e00e169744d54a4935fe8298a9ce6 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.781626 11468 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fca01220fca642f2a68186016ee04670" candidate_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" is_pre_election: true
I20260608 12:44:03.782428 11466 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a1c833f67f449ec8f6f5db045523a09" candidate_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cd3462e35c0420ea3af4c309fd6afeb"
I20260608 12:44:03.782624 11468 raft_consensus.cc:2468] T fca01220fca642f2a68186016ee04670 P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f5f0136a2f1e4e9bbcd8ac979c7a39d0 in term 0.
I20260608 12:44:03.783159 11466 raft_consensus.cc:3060] T 4a1c833f67f449ec8f6f5db045523a09 P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:03.785877 11662 tablet_bootstrap.cc:654] T 9b1e00e169744d54a4935fe8298a9ce6 P 3cd3462e35c0420ea3af4c309fd6afeb: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:03.788853 11541 raft_consensus.cc:2468] T 50c10dbbacf34bbbb99cb5fc18f09478 P 78774eed87f849e9a9f54d1cfbee8870 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3cd3462e35c0420ea3af4c309fd6afeb in term 1.
I20260608 12:44:03.791431 11670 raft_consensus.cc:515] T 6a343c828f364d5f9c90a58ccdc74e71 P 78774eed87f849e9a9f54d1cfbee8870 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } }
I20260608 12:44:03.798243 11664 ts_tablet_manager.cc:1434] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870: Time spent starting tablet: real 0.103s	user 0.015s	sys 0.013s
I20260608 12:44:03.799372 11542 raft_consensus.cc:2393] T 6a343c828f364d5f9c90a58ccdc74e71 P 78774eed87f849e9a9f54d1cfbee8870 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate f5f0136a2f1e4e9bbcd8ac979c7a39d0 in current term 1: Already voted for candidate 78774eed87f849e9a9f54d1cfbee8870 in this term.
I20260608 12:44:03.799732 11664 tablet_bootstrap.cc:492] T fca01220fca642f2a68186016ee04670 P 78774eed87f849e9a9f54d1cfbee8870: Bootstrap starting.
I20260608 12:44:03.799995 11670 leader_election.cc:290] T 6a343c828f364d5f9c90a58ccdc74e71 P 78774eed87f849e9a9f54d1cfbee8870 [CANDIDATE]: Term 1 election: Requested vote from peers 3cd3462e35c0420ea3af4c309fd6afeb (127.0.107.193:37939), f5f0136a2f1e4e9bbcd8ac979c7a39d0 (127.0.107.195:33667)
I20260608 12:44:03.801466 11617 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6a343c828f364d5f9c90a58ccdc74e71" candidate_uuid: "78774eed87f849e9a9f54d1cfbee8870" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0"
I20260608 12:44:03.802448 11617 raft_consensus.cc:2393] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 78774eed87f849e9a9f54d1cfbee8870 in current term 1: Already voted for candidate f5f0136a2f1e4e9bbcd8ac979c7a39d0 in this term.
I20260608 12:44:03.804975 11582 leader_election.cc:304] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [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: f5f0136a2f1e4e9bbcd8ac979c7a39d0; no voters: 3cd3462e35c0420ea3af4c309fd6afeb, 78774eed87f849e9a9f54d1cfbee8870
I20260608 12:44:03.807243 11696 raft_consensus.cc:2749] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:44:03.811484 11664 tablet_bootstrap.cc:654] T fca01220fca642f2a68186016ee04670 P 78774eed87f849e9a9f54d1cfbee8870: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:03.791965 11663 ts_tablet_manager.cc:1434] T 9b1e00e169744d54a4935fe8298a9ce6 P f5f0136a2f1e4e9bbcd8ac979c7a39d0: Time spent starting tablet: real 0.033s	user 0.008s	sys 0.000s
I20260608 12:44:03.792156 11543 raft_consensus.cc:2468] T 4a1c833f67f449ec8f6f5db045523a09 P 78774eed87f849e9a9f54d1cfbee8870 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f5f0136a2f1e4e9bbcd8ac979c7a39d0 in term 1.
I20260608 12:44:03.792740 11581 leader_election.cc:304] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [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: 3cd3462e35c0420ea3af4c309fd6afeb, f5f0136a2f1e4e9bbcd8ac979c7a39d0; no voters: 78774eed87f849e9a9f54d1cfbee8870
I20260608 12:44:03.793406 11433 leader_election.cc:304] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb [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: 3cd3462e35c0420ea3af4c309fd6afeb, 78774eed87f849e9a9f54d1cfbee8870; no voters: 
I20260608 12:44:03.814874 11669 raft_consensus.cc:2804] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:44:03.815518 11669 raft_consensus.cc:697] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 LEADER]: Becoming Leader. State: Replica: 3cd3462e35c0420ea3af4c309fd6afeb, State: Running, Role: LEADER
I20260608 12:44:03.815582 11468 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6a343c828f364d5f9c90a58ccdc74e71" candidate_uuid: "78774eed87f849e9a9f54d1cfbee8870" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cd3462e35c0420ea3af4c309fd6afeb"
I20260608 12:44:03.816973 11468 raft_consensus.cc:2393] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 78774eed87f849e9a9f54d1cfbee8870 in current term 1: Already voted for candidate 3cd3462e35c0420ea3af4c309fd6afeb in this term.
I20260608 12:44:03.816604 11669 consensus_queue.cc:237] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.813814 11582 leader_election.cc:304] T 4a1c833f67f449ec8f6f5db045523a09 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [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: 78774eed87f849e9a9f54d1cfbee8870, f5f0136a2f1e4e9bbcd8ac979c7a39d0; no voters: 
I20260608 12:44:03.818482 11668 raft_consensus.cc:2804] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:44:03.818919 11668 raft_consensus.cc:493] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:44:03.819358 11668 raft_consensus.cc:3060] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:03.820299 11696 raft_consensus.cc:2804] T 4a1c833f67f449ec8f6f5db045523a09 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:44:03.821108 11696 raft_consensus.cc:697] T 4a1c833f67f449ec8f6f5db045523a09 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 LEADER]: Becoming Leader. State: Replica: f5f0136a2f1e4e9bbcd8ac979c7a39d0, State: Running, Role: LEADER
I20260608 12:44:03.822423 11696 consensus_queue.cc:237] T 4a1c833f67f449ec8f6f5db045523a09 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.793881 11616 raft_consensus.cc:2468] T 50c10dbbacf34bbbb99cb5fc18f09478 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3cd3462e35c0420ea3af4c309fd6afeb in term 1.
I20260608 12:44:03.819195 11507 leader_election.cc:304] T 6a343c828f364d5f9c90a58ccdc74e71 P 78774eed87f849e9a9f54d1cfbee8870 [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: 78774eed87f849e9a9f54d1cfbee8870; no voters: 3cd3462e35c0420ea3af4c309fd6afeb, f5f0136a2f1e4e9bbcd8ac979c7a39d0
I20260608 12:44:03.827299 11670 raft_consensus.cc:2749] T 6a343c828f364d5f9c90a58ccdc74e71 P 78774eed87f849e9a9f54d1cfbee8870 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:44:03.793983 11466 raft_consensus.cc:2468] T 4a1c833f67f449ec8f6f5db045523a09 P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f5f0136a2f1e4e9bbcd8ac979c7a39d0 in term 1.
I20260608 12:44:03.837422 11664 tablet_bootstrap.cc:492] T fca01220fca642f2a68186016ee04670 P 78774eed87f849e9a9f54d1cfbee8870: No bootstrap required, opened a new log
I20260608 12:44:03.837726 11668 raft_consensus.cc:515] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.839257 11664 ts_tablet_manager.cc:1403] T fca01220fca642f2a68186016ee04670 P 78774eed87f849e9a9f54d1cfbee8870: Time spent bootstrapping tablet: real 0.040s	user 0.015s	sys 0.006s
I20260608 12:44:03.842280 11466 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fca01220fca642f2a68186016ee04670" candidate_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cd3462e35c0420ea3af4c309fd6afeb"
I20260608 12:44:03.843262 11466 raft_consensus.cc:3060] T fca01220fca642f2a68186016ee04670 P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:03.845455 11668 leader_election.cc:290] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [CANDIDATE]: Term 1 election: Requested vote from peers 3cd3462e35c0420ea3af4c309fd6afeb (127.0.107.193:37939), 78774eed87f849e9a9f54d1cfbee8870 (127.0.107.194:43437)
I20260608 12:44:03.847214 11543 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fca01220fca642f2a68186016ee04670" candidate_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78774eed87f849e9a9f54d1cfbee8870"
W20260608 12:44:03.849038 11582 leader_election.cc:343] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 78774eed87f849e9a9f54d1cfbee8870 (127.0.107.194:43437): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:44:03.851850 11662 tablet_bootstrap.cc:492] T 9b1e00e169744d54a4935fe8298a9ce6 P 3cd3462e35c0420ea3af4c309fd6afeb: No bootstrap required, opened a new log
I20260608 12:44:03.851054 11364 catalog_manager.cc:5696] T 4a1c833f67f449ec8f6f5db045523a09 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 reported cstate change: term changed from 0 to 1, leader changed from <none> to f5f0136a2f1e4e9bbcd8ac979c7a39d0 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } health_report { overall_health: HEALTHY } } }
I20260608 12:44:03.852538 11662 ts_tablet_manager.cc:1403] T 9b1e00e169744d54a4935fe8298a9ce6 P 3cd3462e35c0420ea3af4c309fd6afeb: Time spent bootstrapping tablet: real 0.078s	user 0.031s	sys 0.025s
I20260608 12:44:03.855916 11466 raft_consensus.cc:2468] T fca01220fca642f2a68186016ee04670 P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f5f0136a2f1e4e9bbcd8ac979c7a39d0 in term 1.
I20260608 12:44:03.856402 11662 raft_consensus.cc:359] T 9b1e00e169744d54a4935fe8298a9ce6 P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.857277 11662 raft_consensus.cc:385] T 9b1e00e169744d54a4935fe8298a9ce6 P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:03.857579 11581 leader_election.cc:304] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [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: 3cd3462e35c0420ea3af4c309fd6afeb, f5f0136a2f1e4e9bbcd8ac979c7a39d0; no voters: 78774eed87f849e9a9f54d1cfbee8870
I20260608 12:44:03.858654 11696 raft_consensus.cc:2804] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:44:03.858866 11664 raft_consensus.cc:359] T fca01220fca642f2a68186016ee04670 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.859273 11696 raft_consensus.cc:697] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 LEADER]: Becoming Leader. State: Replica: f5f0136a2f1e4e9bbcd8ac979c7a39d0, State: Running, Role: LEADER
I20260608 12:44:03.857615 11662 raft_consensus.cc:740] T 9b1e00e169744d54a4935fe8298a9ce6 P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3cd3462e35c0420ea3af4c309fd6afeb, State: Initialized, Role: FOLLOWER
I20260608 12:44:03.860256 11696 consensus_queue.cc:237] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.861027 11662 consensus_queue.cc:260] T 9b1e00e169744d54a4935fe8298a9ce6 P 3cd3462e35c0420ea3af4c309fd6afeb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.862030 11664 raft_consensus.cc:385] T fca01220fca642f2a68186016ee04670 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:03.862504 11664 raft_consensus.cc:740] T fca01220fca642f2a68186016ee04670 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 78774eed87f849e9a9f54d1cfbee8870, State: Initialized, Role: FOLLOWER
I20260608 12:44:03.863507 11664 consensus_queue.cc:260] T fca01220fca642f2a68186016ee04670 P 78774eed87f849e9a9f54d1cfbee8870 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:03.864109 11662 ts_tablet_manager.cc:1434] T 9b1e00e169744d54a4935fe8298a9ce6 P 3cd3462e35c0420ea3af4c309fd6afeb: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.000s
I20260608 12:44:03.864249 11366 catalog_manager.cc:5696] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb reported cstate change: term changed from 0 to 1, leader changed from <none> to 3cd3462e35c0420ea3af4c309fd6afeb (127.0.107.193). New cstate: current_term: 1 leader_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } health_report { overall_health: UNKNOWN } } }
I20260608 12:44:03.866067 11664 ts_tablet_manager.cc:1434] T fca01220fca642f2a68186016ee04670 P 78774eed87f849e9a9f54d1cfbee8870: Time spent starting tablet: real 0.026s	user 0.009s	sys 0.000s
I20260608 12:44:03.874178 11362 catalog_manager.cc:5696] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 reported cstate change: term changed from 0 to 1, leader changed from <none> to f5f0136a2f1e4e9bbcd8ac979c7a39d0 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } health_report { overall_health: HEALTHY } } }
I20260608 12:44:04.018432 11670 raft_consensus.cc:493] T fca01220fca642f2a68186016ee04670 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:44:04.019098 11670 raft_consensus.cc:515] T fca01220fca642f2a68186016ee04670 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:04.021014 11670 leader_election.cc:290] T fca01220fca642f2a68186016ee04670 P 78774eed87f849e9a9f54d1cfbee8870 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3cd3462e35c0420ea3af4c309fd6afeb (127.0.107.193:37939), f5f0136a2f1e4e9bbcd8ac979c7a39d0 (127.0.107.195:33667)
I20260608 12:44:04.022001 11466 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fca01220fca642f2a68186016ee04670" candidate_uuid: "78774eed87f849e9a9f54d1cfbee8870" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" is_pre_election: true
I20260608 12:44:04.022223 11616 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fca01220fca642f2a68186016ee04670" candidate_uuid: "78774eed87f849e9a9f54d1cfbee8870" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" is_pre_election: true
I20260608 12:44:04.023044 11466 raft_consensus.cc:2393] T fca01220fca642f2a68186016ee04670 P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 78774eed87f849e9a9f54d1cfbee8870 in current term 1: Already voted for candidate f5f0136a2f1e4e9bbcd8ac979c7a39d0 in this term.
I20260608 12:44:04.024291 11507 leader_election.cc:304] T fca01220fca642f2a68186016ee04670 P 78774eed87f849e9a9f54d1cfbee8870 [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: 78774eed87f849e9a9f54d1cfbee8870; no voters: 3cd3462e35c0420ea3af4c309fd6afeb, f5f0136a2f1e4e9bbcd8ac979c7a39d0
I20260608 12:44:04.025250 11670 raft_consensus.cc:3060] T fca01220fca642f2a68186016ee04670 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:04.032222 11670 raft_consensus.cc:2749] T fca01220fca642f2a68186016ee04670 P 78774eed87f849e9a9f54d1cfbee8870 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:44:04.110541 11670 raft_consensus.cc:493] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:44:04.111063 11670 raft_consensus.cc:515] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:04.112952 11670 leader_election.cc:290] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3cd3462e35c0420ea3af4c309fd6afeb (127.0.107.193:37939), f5f0136a2f1e4e9bbcd8ac979c7a39d0 (127.0.107.195:33667)
I20260608 12:44:04.113785 11466 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9b1e00e169744d54a4935fe8298a9ce6" candidate_uuid: "78774eed87f849e9a9f54d1cfbee8870" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" is_pre_election: true
I20260608 12:44:04.114144 11616 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9b1e00e169744d54a4935fe8298a9ce6" candidate_uuid: "78774eed87f849e9a9f54d1cfbee8870" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" is_pre_election: true
I20260608 12:44:04.114598 11466 raft_consensus.cc:2468] T 9b1e00e169744d54a4935fe8298a9ce6 P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 78774eed87f849e9a9f54d1cfbee8870 in term 0.
I20260608 12:44:04.114778 11616 raft_consensus.cc:2468] T 9b1e00e169744d54a4935fe8298a9ce6 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 78774eed87f849e9a9f54d1cfbee8870 in term 0.
I20260608 12:44:04.115896 11507 leader_election.cc:304] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3cd3462e35c0420ea3af4c309fd6afeb, 78774eed87f849e9a9f54d1cfbee8870; no voters: 
I20260608 12:44:04.116632 11670 raft_consensus.cc:2804] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:44:04.116946 11670 raft_consensus.cc:493] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:44:04.117286 11670 raft_consensus.cc:3060] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:04.122596 11670 raft_consensus.cc:515] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:04.124540 11670 leader_election.cc:290] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870 [CANDIDATE]: Term 1 election: Requested vote from peers 3cd3462e35c0420ea3af4c309fd6afeb (127.0.107.193:37939), f5f0136a2f1e4e9bbcd8ac979c7a39d0 (127.0.107.195:33667)
I20260608 12:44:04.125594 11466 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9b1e00e169744d54a4935fe8298a9ce6" candidate_uuid: "78774eed87f849e9a9f54d1cfbee8870" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cd3462e35c0420ea3af4c309fd6afeb"
I20260608 12:44:04.126025 11616 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9b1e00e169744d54a4935fe8298a9ce6" candidate_uuid: "78774eed87f849e9a9f54d1cfbee8870" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0"
I20260608 12:44:04.126360 11466 raft_consensus.cc:3060] T 9b1e00e169744d54a4935fe8298a9ce6 P 3cd3462e35c0420ea3af4c309fd6afeb [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:04.126673 11616 raft_consensus.cc:3060] T 9b1e00e169744d54a4935fe8298a9ce6 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:04.127947 11669 consensus_queue.cc:1048] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 3cd3462e35c0420ea3af4c309fd6afeb [LEADER]: Connected to new peer: Peer: permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:44:04.134238 11616 raft_consensus.cc:2468] T 9b1e00e169744d54a4935fe8298a9ce6 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 78774eed87f849e9a9f54d1cfbee8870 in term 1.
I20260608 12:44:04.135797 11506 leader_election.cc:304] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870 [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: 78774eed87f849e9a9f54d1cfbee8870, f5f0136a2f1e4e9bbcd8ac979c7a39d0; no voters: 
I20260608 12:44:04.136848 11670 raft_consensus.cc:2804] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:44:04.137007 11466 raft_consensus.cc:2468] T 9b1e00e169744d54a4935fe8298a9ce6 P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 78774eed87f849e9a9f54d1cfbee8870 in term 1.
I20260608 12:44:04.137485 11670 raft_consensus.cc:697] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870 [term 1 LEADER]: Becoming Leader. State: Replica: 78774eed87f849e9a9f54d1cfbee8870, State: Running, Role: LEADER
I20260608 12:44:04.138557 11670 consensus_queue.cc:237] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } }
I20260608 12:44:04.146317 11695 consensus_queue.cc:1048] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 3cd3462e35c0420ea3af4c309fd6afeb [LEADER]: Connected to new peer: Peer: permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:44:04.156018 11366 catalog_manager.cc:5696] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870 reported cstate change: term changed from 0 to 1, leader changed from <none> to 78774eed87f849e9a9f54d1cfbee8870 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "78774eed87f849e9a9f54d1cfbee8870" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } health_report { overall_health: UNKNOWN } } }
I20260608 12:44:04.249969 11696 consensus_queue.cc:1048] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:44:04.262653 11668 consensus_queue.cc:1048] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:44:04.272917 11689 consensus_queue.cc:1048] T 4a1c833f67f449ec8f6f5db045523a09 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:44:04.282136 11695 consensus_queue.cc:1048] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb [LEADER]: Connected to new peer: Peer: permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:44:04.291445 11668 consensus_queue.cc:1048] T 4a1c833f67f449ec8f6f5db045523a09 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:44:04.299746 11690 consensus_queue.cc:1048] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb [LEADER]: Connected to new peer: Peer: permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:44:04.532984 11670 consensus_queue.cc:1048] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:44:04.546773 11699 consensus_queue.cc:1048] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:44:04.608698 11414 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:44:05.422574 11669 raft_consensus.cc:493] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:44:05.423244 11669 raft_consensus.cc:515] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } }
I20260608 12:44:05.425380 11669 leader_election.cc:290] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers f5f0136a2f1e4e9bbcd8ac979c7a39d0 (127.0.107.195:33667), 78774eed87f849e9a9f54d1cfbee8870 (127.0.107.194:43437)
I20260608 12:44:05.426388 11617 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6a343c828f364d5f9c90a58ccdc74e71" candidate_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" is_pre_election: true
I20260608 12:44:05.426645 11542 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6a343c828f364d5f9c90a58ccdc74e71" candidate_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78774eed87f849e9a9f54d1cfbee8870" is_pre_election: true
I20260608 12:44:05.427058 11617 raft_consensus.cc:2468] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3cd3462e35c0420ea3af4c309fd6afeb in term 1.
I20260608 12:44:05.427345 11542 raft_consensus.cc:2468] T 6a343c828f364d5f9c90a58ccdc74e71 P 78774eed87f849e9a9f54d1cfbee8870 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3cd3462e35c0420ea3af4c309fd6afeb in term 1.
I20260608 12:44:05.428475 11431 leader_election.cc:304] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [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: 3cd3462e35c0420ea3af4c309fd6afeb, f5f0136a2f1e4e9bbcd8ac979c7a39d0; no voters: 
I20260608 12:44:05.429387 11669 raft_consensus.cc:2804] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:44:05.429881 11669 raft_consensus.cc:493] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:44:05.430258 11669 raft_consensus.cc:3060] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:44:05.436578 11669 raft_consensus.cc:515] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } }
I20260608 12:44:05.438979 11669 leader_election.cc:290] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [CANDIDATE]: Term 2 election: Requested vote from peers f5f0136a2f1e4e9bbcd8ac979c7a39d0 (127.0.107.195:33667), 78774eed87f849e9a9f54d1cfbee8870 (127.0.107.194:43437)
I20260608 12:44:05.440183 11542 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6a343c828f364d5f9c90a58ccdc74e71" candidate_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78774eed87f849e9a9f54d1cfbee8870"
I20260608 12:44:05.440264 11617 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6a343c828f364d5f9c90a58ccdc74e71" candidate_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0"
I20260608 12:44:05.441308 11542 raft_consensus.cc:3060] T 6a343c828f364d5f9c90a58ccdc74e71 P 78774eed87f849e9a9f54d1cfbee8870 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:44:05.441321 11617 raft_consensus.cc:3060] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:44:05.449682 11617 raft_consensus.cc:2468] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3cd3462e35c0420ea3af4c309fd6afeb in term 2.
I20260608 12:44:05.449687 11542 raft_consensus.cc:2468] T 6a343c828f364d5f9c90a58ccdc74e71 P 78774eed87f849e9a9f54d1cfbee8870 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3cd3462e35c0420ea3af4c309fd6afeb in term 2.
I20260608 12:44:05.451529 11431 leader_election.cc:304] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [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: 3cd3462e35c0420ea3af4c309fd6afeb, f5f0136a2f1e4e9bbcd8ac979c7a39d0; no voters: 
I20260608 12:44:05.452446 11669 raft_consensus.cc:2804] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:44:05.453469 11669 raft_consensus.cc:697] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [term 2 LEADER]: Becoming Leader. State: Replica: 3cd3462e35c0420ea3af4c309fd6afeb, State: Running, Role: LEADER
I20260608 12:44:05.454491 11669 consensus_queue.cc:237] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [LEADER]: Queue going to LEADER 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: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } }
I20260608 12:44:05.463186 11362 catalog_manager.cc:5696] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb reported cstate change: term changed from 0 to 2, leader changed from <none> to 3cd3462e35c0420ea3af4c309fd6afeb (127.0.107.193). New cstate: current_term: 2 leader_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } health_report { overall_health: UNKNOWN } } }
I20260608 12:44:05.863117 11542 raft_consensus.cc:1275] T 6a343c828f364d5f9c90a58ccdc74e71 P 78774eed87f849e9a9f54d1cfbee8870 [term 2 FOLLOWER]: Refusing update from remote peer 3cd3462e35c0420ea3af4c309fd6afeb: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260608 12:44:05.864948 11669 consensus_queue.cc:1048] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [LEADER]: Connected to new peer: Peer: permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:44:05.879457 11617 raft_consensus.cc:1275] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 2 FOLLOWER]: Refusing update from remote peer 3cd3462e35c0420ea3af4c309fd6afeb: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260608 12:44:05.882230 11722 consensus_queue.cc:1048] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [LEADER]: Connected to new peer: Peer: permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260608 12:44:06.766852 11581 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:37939, user_credentials={real_user=slave}} blocked reactor thread for 97931.5us
W20260608 12:44:07.012214 11736 meta_cache.cc:1261] Time spent looking up entry by key: real 0.144s	user 0.000s	sys 0.000s
W20260608 12:44:07.598093 11431 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:33667, user_credentials={real_user=slave}} blocked reactor thread for 50337.8us
W20260608 12:44:07.806733 11507 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:37939, user_credentials={real_user=slave}} blocked reactor thread for 59053.3us
I20260608 12:44:07.863927   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:44:07.871836 11794 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:44:07.872049 11795 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:44:07.873538   431 server_base.cc:1061] running on GCE node
W20260608 12:44:07.873662 11797 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:44:07.874733   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:44:07.874991   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:44:07.875185   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922647875167 us; error 0 us; skew 500 ppm
I20260608 12:44:07.875824   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:44:07.878973   431 webserver.cc:533] Webserver started at http://127.0.107.196:46421/ using document root <none> and password file <none>
I20260608 12:44:07.879530   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:44:07.879755   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:44:07.880033   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:44:07.881218   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922397207313-431-0/minicluster-data/ts-3-root/instance:
uuid: "70b2771f959d4b9aa5ef6974a18b4a86"
format_stamp: "Formatted at 2026-06-08 12:44:07 on dist-test-slave-1zds"
I20260608 12:44:07.886132   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260608 12:44:07.891578 11802 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:07.892453   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:44:07.892783   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922397207313-431-0/minicluster-data/ts-3-root
uuid: "70b2771f959d4b9aa5ef6974a18b4a86"
format_stamp: "Formatted at 2026-06-08 12:44:07 on dist-test-slave-1zds"
I20260608 12:44:07.893098   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922397207313-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922397207313-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922397207313-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:44:07.906867   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:44:07.908155   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:44:07.909614   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:44:07.912075   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:44:07.912318   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:07.912570   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:44:07.912766   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:07.960613   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:45775
I20260608 12:44:07.960743 11864 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:45775 every 8 connection(s)
I20260608 12:44:07.977978 11865 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34473
I20260608 12:44:07.978442 11865 heartbeater.cc:461] Registering TS with master...
I20260608 12:44:07.979266 11865 heartbeater.cc:507] Master 127.0.107.254:34473 requested a full tablet report, sending...
I20260608 12:44:07.981451 11363 ts_manager.cc:194] Registered new tserver with Master: 70b2771f959d4b9aa5ef6974a18b4a86 (127.0.107.196:45775)
I20260608 12:44:07.983256 11363 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59332
I20260608 12:44:08.856009 11467 consensus_queue.cc:237] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 16, Committed index: 16, Last appended: 2.16, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } attrs { replace: true } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "70b2771f959d4b9aa5ef6974a18b4a86" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45775 } attrs { promote: true } }
I20260608 12:44:08.865612 11541 raft_consensus.cc:1275] T 6a343c828f364d5f9c90a58ccdc74e71 P 78774eed87f849e9a9f54d1cfbee8870 [term 2 FOLLOWER]: Refusing update from remote peer 3cd3462e35c0420ea3af4c309fd6afeb: Log matching property violated. Preceding OpId in replica: term: 2 index: 16. Preceding OpId from leader: term: 2 index: 17. (index mismatch)
I20260608 12:44:08.865877 11614 raft_consensus.cc:1275] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 2 FOLLOWER]: Refusing update from remote peer 3cd3462e35c0420ea3af4c309fd6afeb: Log matching property violated. Preceding OpId in replica: term: 2 index: 16. Preceding OpId from leader: term: 2 index: 17. (index mismatch)
I20260608 12:44:08.867592 11790 consensus_queue.cc:1048] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [LEADER]: Connected to new peer: Peer: permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.001s
I20260608 12:44:08.868662 11872 consensus_queue.cc:1048] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [LEADER]: Connected to new peer: Peer: permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
W20260608 12:44:08.879170 11433 consensus_peers.cc:597] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb -> Peer 70b2771f959d4b9aa5ef6974a18b4a86 (127.0.107.196:45775): Couldn't send request to peer 70b2771f959d4b9aa5ef6974a18b4a86. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6a343c828f364d5f9c90a58ccdc74e71. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:44:08.881124 11872 raft_consensus.cc:2955] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [term 2 LEADER]: Committing config change with OpId 2.17: config changed from index -1 to 17, NON_VOTER 70b2771f959d4b9aa5ef6974a18b4a86 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } attrs { replace: true } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "70b2771f959d4b9aa5ef6974a18b4a86" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45775 } attrs { promote: true } } }
I20260608 12:44:08.883364 11614 raft_consensus.cc:2955] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 2 FOLLOWER]: Committing config change with OpId 2.17: config changed from index -1 to 17, NON_VOTER 70b2771f959d4b9aa5ef6974a18b4a86 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } attrs { replace: true } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "70b2771f959d4b9aa5ef6974a18b4a86" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45775 } attrs { promote: true } } }
I20260608 12:44:08.886094 11541 raft_consensus.cc:2955] T 6a343c828f364d5f9c90a58ccdc74e71 P 78774eed87f849e9a9f54d1cfbee8870 [term 2 FOLLOWER]: Committing config change with OpId 2.17: config changed from index -1 to 17, NON_VOTER 70b2771f959d4b9aa5ef6974a18b4a86 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } attrs { replace: true } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "70b2771f959d4b9aa5ef6974a18b4a86" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45775 } attrs { promote: true } } }
I20260608 12:44:08.898483 11363 catalog_manager.cc:5696] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 reported cstate change: config changed from index -1 to 17, NON_VOTER 70b2771f959d4b9aa5ef6974a18b4a86 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" committed_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } attrs { replace: true } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "70b2771f959d4b9aa5ef6974a18b4a86" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45775 } attrs { promote: true } } }
I20260608 12:44:08.913995 11541 consensus_queue.cc:237] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870 [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: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } attrs { replace: true } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "70b2771f959d4b9aa5ef6974a18b4a86" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45775 } attrs { promote: true } }
I20260608 12:44:08.929126 11467 raft_consensus.cc:1275] T 9b1e00e169744d54a4935fe8298a9ce6 P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 FOLLOWER]: Refusing update from remote peer 78774eed87f849e9a9f54d1cfbee8870: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 12:44:08.929224 11614 raft_consensus.cc:1275] T 9b1e00e169744d54a4935fe8298a9ce6 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 FOLLOWER]: Refusing update from remote peer 78774eed87f849e9a9f54d1cfbee8870: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 12:44:08.931391 11767 consensus_queue.cc:1048] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
I20260608 12:44:08.932392 11884 consensus_queue.cc:1048] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
W20260608 12:44:08.937034 11508 consensus_peers.cc:597] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870 -> Peer 70b2771f959d4b9aa5ef6974a18b4a86 (127.0.107.196:45775): Couldn't send request to peer 70b2771f959d4b9aa5ef6974a18b4a86. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 9b1e00e169744d54a4935fe8298a9ce6. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:44:08.943801 11888 raft_consensus.cc:2955] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870 [term 1 LEADER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 70b2771f959d4b9aa5ef6974a18b4a86 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } attrs { replace: true } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "70b2771f959d4b9aa5ef6974a18b4a86" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45775 } attrs { promote: true } } }
I20260608 12:44:08.945024 11467 raft_consensus.cc:2955] T 9b1e00e169744d54a4935fe8298a9ce6 P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 70b2771f959d4b9aa5ef6974a18b4a86 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } attrs { replace: true } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "70b2771f959d4b9aa5ef6974a18b4a86" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45775 } attrs { promote: true } } }
I20260608 12:44:08.944903 11614 raft_consensus.cc:2955] T 9b1e00e169744d54a4935fe8298a9ce6 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 70b2771f959d4b9aa5ef6974a18b4a86 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } attrs { replace: true } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "70b2771f959d4b9aa5ef6974a18b4a86" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45775 } attrs { promote: true } } }
I20260608 12:44:08.960927 11364 catalog_manager.cc:5696] T 9b1e00e169744d54a4935fe8298a9ce6 P 3cd3462e35c0420ea3af4c309fd6afeb reported cstate change: config changed from index -1 to 17, NON_VOTER 70b2771f959d4b9aa5ef6974a18b4a86 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "78774eed87f849e9a9f54d1cfbee8870" committed_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } attrs { replace: true } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "70b2771f959d4b9aa5ef6974a18b4a86" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45775 } attrs { promote: true } } }
I20260608 12:44:08.962531 11467 consensus_queue.cc:237] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb [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: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } attrs { replace: true } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "70b2771f959d4b9aa5ef6974a18b4a86" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45775 } attrs { promote: true } }
W20260608 12:44:08.970844 11433 consensus_peers.cc:597] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb -> Peer 70b2771f959d4b9aa5ef6974a18b4a86 (127.0.107.196:45775): Couldn't send request to peer 70b2771f959d4b9aa5ef6974a18b4a86. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 50c10dbbacf34bbbb99cb5fc18f09478. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:44:08.971767 11541 raft_consensus.cc:1275] T 50c10dbbacf34bbbb99cb5fc18f09478 P 78774eed87f849e9a9f54d1cfbee8870 [term 1 FOLLOWER]: Refusing update from remote peer 3cd3462e35c0420ea3af4c309fd6afeb: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 12:44:08.972345 11614 raft_consensus.cc:1275] T 50c10dbbacf34bbbb99cb5fc18f09478 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 FOLLOWER]: Refusing update from remote peer 3cd3462e35c0420ea3af4c309fd6afeb: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 12:44:08.973634 11872 consensus_queue.cc:1048] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb [LEADER]: Connected to new peer: Peer: permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
I20260608 12:44:08.974717 11877 consensus_queue.cc:1048] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb [LEADER]: Connected to new peer: Peer: permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
I20260608 12:44:08.985942 11865 heartbeater.cc:499] Master 127.0.107.254:34473 was elected leader, sending a full tablet report...
I20260608 12:44:08.991441 11790 raft_consensus.cc:2955] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 LEADER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 70b2771f959d4b9aa5ef6974a18b4a86 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } attrs { replace: true } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "70b2771f959d4b9aa5ef6974a18b4a86" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45775 } attrs { promote: true } } }
I20260608 12:44:08.993641 11541 raft_consensus.cc:2955] T 50c10dbbacf34bbbb99cb5fc18f09478 P 78774eed87f849e9a9f54d1cfbee8870 [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 70b2771f959d4b9aa5ef6974a18b4a86 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } attrs { replace: true } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "70b2771f959d4b9aa5ef6974a18b4a86" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45775 } attrs { promote: true } } }
I20260608 12:44:08.993759 11614 raft_consensus.cc:2955] T 50c10dbbacf34bbbb99cb5fc18f09478 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 70b2771f959d4b9aa5ef6974a18b4a86 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } attrs { replace: true } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "70b2771f959d4b9aa5ef6974a18b4a86" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45775 } attrs { promote: true } } }
I20260608 12:44:09.006609 11357 catalog_manager.cc:5696] T 50c10dbbacf34bbbb99cb5fc18f09478 P 78774eed87f849e9a9f54d1cfbee8870 reported cstate change: config changed from index -1 to 17, NON_VOTER 70b2771f959d4b9aa5ef6974a18b4a86 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" committed_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } attrs { replace: true } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "70b2771f959d4b9aa5ef6974a18b4a86" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45775 } attrs { promote: true } } }
I20260608 12:44:09.023567 11614 consensus_queue.cc:237] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [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: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } attrs { replace: true } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "70b2771f959d4b9aa5ef6974a18b4a86" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45775 } attrs { promote: true } }
I20260608 12:44:09.034507 11467 raft_consensus.cc:1275] T fca01220fca642f2a68186016ee04670 P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 FOLLOWER]: Refusing update from remote peer f5f0136a2f1e4e9bbcd8ac979c7a39d0: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 12:44:09.036489 11783 consensus_queue.cc:1048] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.001s
I20260608 12:44:09.037881 11541 raft_consensus.cc:1275] T fca01220fca642f2a68186016ee04670 P 78774eed87f849e9a9f54d1cfbee8870 [term 1 FOLLOWER]: Refusing update from remote peer f5f0136a2f1e4e9bbcd8ac979c7a39d0: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 12:44:09.039413 11783 consensus_queue.cc:1048] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
W20260608 12:44:09.047488 11582 consensus_peers.cc:597] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 -> Peer 70b2771f959d4b9aa5ef6974a18b4a86 (127.0.107.196:45775): Couldn't send request to peer 70b2771f959d4b9aa5ef6974a18b4a86. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: fca01220fca642f2a68186016ee04670. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:44:09.048384 11894 raft_consensus.cc:2955] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 LEADER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 70b2771f959d4b9aa5ef6974a18b4a86 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } attrs { replace: true } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "70b2771f959d4b9aa5ef6974a18b4a86" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45775 } attrs { promote: true } } }
I20260608 12:44:09.050344 11467 raft_consensus.cc:2955] T fca01220fca642f2a68186016ee04670 P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 70b2771f959d4b9aa5ef6974a18b4a86 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } attrs { replace: true } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "70b2771f959d4b9aa5ef6974a18b4a86" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45775 } attrs { promote: true } } }
I20260608 12:44:09.051967 11543 raft_consensus.cc:2955] T fca01220fca642f2a68186016ee04670 P 78774eed87f849e9a9f54d1cfbee8870 [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 70b2771f959d4b9aa5ef6974a18b4a86 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } attrs { replace: true } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "70b2771f959d4b9aa5ef6974a18b4a86" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45775 } attrs { promote: true } } }
I20260608 12:44:09.062420 11364 catalog_manager.cc:5696] T fca01220fca642f2a68186016ee04670 P 3cd3462e35c0420ea3af4c309fd6afeb reported cstate change: config changed from index -1 to 17, NON_VOTER 70b2771f959d4b9aa5ef6974a18b4a86 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" committed_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } attrs { replace: true } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "70b2771f959d4b9aa5ef6974a18b4a86" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45775 } attrs { promote: true } } }
I20260608 12:44:09.348207 11900 ts_tablet_manager.cc:933] T 9b1e00e169744d54a4935fe8298a9ce6 P 70b2771f959d4b9aa5ef6974a18b4a86: Initiating tablet copy from peer 78774eed87f849e9a9f54d1cfbee8870 (127.0.107.194:43437)
I20260608 12:44:09.350409 11900 tablet_copy_client.cc:323] T 9b1e00e169744d54a4935fe8298a9ce6 P 70b2771f959d4b9aa5ef6974a18b4a86: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:43437
I20260608 12:44:09.363214 11553 tablet_copy_service.cc:140] P 78774eed87f849e9a9f54d1cfbee8870: Received BeginTabletCopySession request for tablet 9b1e00e169744d54a4935fe8298a9ce6 from peer 70b2771f959d4b9aa5ef6974a18b4a86 ({username='slave'} at 127.0.0.1:57340)
I20260608 12:44:09.363796 11553 tablet_copy_service.cc:161] P 78774eed87f849e9a9f54d1cfbee8870: Beginning new tablet copy session on tablet 9b1e00e169744d54a4935fe8298a9ce6 from peer 70b2771f959d4b9aa5ef6974a18b4a86 at {username='slave'} at 127.0.0.1:57340: session id = 70b2771f959d4b9aa5ef6974a18b4a86-9b1e00e169744d54a4935fe8298a9ce6
I20260608 12:44:09.369884 11553 tablet_copy_source_session.cc:215] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:44:09.373036 11900 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9b1e00e169744d54a4935fe8298a9ce6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:09.385921 11900 tablet_copy_client.cc:806] T 9b1e00e169744d54a4935fe8298a9ce6 P 70b2771f959d4b9aa5ef6974a18b4a86: tablet copy: Starting download of 0 data blocks...
I20260608 12:44:09.386525 11900 tablet_copy_client.cc:670] T 9b1e00e169744d54a4935fe8298a9ce6 P 70b2771f959d4b9aa5ef6974a18b4a86: tablet copy: Starting download of 1 WAL segments...
I20260608 12:44:09.390782 11900 tablet_copy_client.cc:538] T 9b1e00e169744d54a4935fe8298a9ce6 P 70b2771f959d4b9aa5ef6974a18b4a86: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:44:09.397586 11900 tablet_bootstrap.cc:492] T 9b1e00e169744d54a4935fe8298a9ce6 P 70b2771f959d4b9aa5ef6974a18b4a86: Bootstrap starting.
I20260608 12:44:09.436324 11904 ts_tablet_manager.cc:933] T 6a343c828f364d5f9c90a58ccdc74e71 P 70b2771f959d4b9aa5ef6974a18b4a86: Initiating tablet copy from peer 3cd3462e35c0420ea3af4c309fd6afeb (127.0.107.193:37939)
I20260608 12:44:09.438323 11904 tablet_copy_client.cc:323] T 6a343c828f364d5f9c90a58ccdc74e71 P 70b2771f959d4b9aa5ef6974a18b4a86: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:37939
I20260608 12:44:09.453567 11478 tablet_copy_service.cc:140] P 3cd3462e35c0420ea3af4c309fd6afeb: Received BeginTabletCopySession request for tablet 6a343c828f364d5f9c90a58ccdc74e71 from peer 70b2771f959d4b9aa5ef6974a18b4a86 ({username='slave'} at 127.0.0.1:47554)
I20260608 12:44:09.454383 11478 tablet_copy_service.cc:161] P 3cd3462e35c0420ea3af4c309fd6afeb: Beginning new tablet copy session on tablet 6a343c828f364d5f9c90a58ccdc74e71 from peer 70b2771f959d4b9aa5ef6974a18b4a86 at {username='slave'} at 127.0.0.1:47554: session id = 70b2771f959d4b9aa5ef6974a18b4a86-6a343c828f364d5f9c90a58ccdc74e71
I20260608 12:44:09.454701 11907 ts_tablet_manager.cc:933] T 50c10dbbacf34bbbb99cb5fc18f09478 P 70b2771f959d4b9aa5ef6974a18b4a86: Initiating tablet copy from peer 3cd3462e35c0420ea3af4c309fd6afeb (127.0.107.193:37939)
I20260608 12:44:09.464124 11478 tablet_copy_source_session.cc:215] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:44:09.468089 11904 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6a343c828f364d5f9c90a58ccdc74e71. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:09.470774 11907 tablet_copy_client.cc:323] T 50c10dbbacf34bbbb99cb5fc18f09478 P 70b2771f959d4b9aa5ef6974a18b4a86: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:37939
I20260608 12:44:09.473033 11478 tablet_copy_service.cc:140] P 3cd3462e35c0420ea3af4c309fd6afeb: Received BeginTabletCopySession request for tablet 50c10dbbacf34bbbb99cb5fc18f09478 from peer 70b2771f959d4b9aa5ef6974a18b4a86 ({username='slave'} at 127.0.0.1:47554)
I20260608 12:44:09.473709 11478 tablet_copy_service.cc:161] P 3cd3462e35c0420ea3af4c309fd6afeb: Beginning new tablet copy session on tablet 50c10dbbacf34bbbb99cb5fc18f09478 from peer 70b2771f959d4b9aa5ef6974a18b4a86 at {username='slave'} at 127.0.0.1:47554: session id = 70b2771f959d4b9aa5ef6974a18b4a86-50c10dbbacf34bbbb99cb5fc18f09478
I20260608 12:44:09.483865 11478 tablet_copy_source_session.cc:215] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:44:09.487455 11907 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 50c10dbbacf34bbbb99cb5fc18f09478. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:09.497716 11904 tablet_copy_client.cc:806] T 6a343c828f364d5f9c90a58ccdc74e71 P 70b2771f959d4b9aa5ef6974a18b4a86: tablet copy: Starting download of 0 data blocks...
I20260608 12:44:09.498458 11904 tablet_copy_client.cc:670] T 6a343c828f364d5f9c90a58ccdc74e71 P 70b2771f959d4b9aa5ef6974a18b4a86: tablet copy: Starting download of 1 WAL segments...
I20260608 12:44:09.503958 11904 tablet_copy_client.cc:538] T 6a343c828f364d5f9c90a58ccdc74e71 P 70b2771f959d4b9aa5ef6974a18b4a86: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:44:09.506959 11907 tablet_copy_client.cc:806] T 50c10dbbacf34bbbb99cb5fc18f09478 P 70b2771f959d4b9aa5ef6974a18b4a86: tablet copy: Starting download of 0 data blocks...
I20260608 12:44:09.507647 11907 tablet_copy_client.cc:670] T 50c10dbbacf34bbbb99cb5fc18f09478 P 70b2771f959d4b9aa5ef6974a18b4a86: tablet copy: Starting download of 1 WAL segments...
I20260608 12:44:09.512085 11907 tablet_copy_client.cc:538] T 50c10dbbacf34bbbb99cb5fc18f09478 P 70b2771f959d4b9aa5ef6974a18b4a86: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:44:09.514657 11904 tablet_bootstrap.cc:492] T 6a343c828f364d5f9c90a58ccdc74e71 P 70b2771f959d4b9aa5ef6974a18b4a86: Bootstrap starting.
I20260608 12:44:09.521435 11907 tablet_bootstrap.cc:492] T 50c10dbbacf34bbbb99cb5fc18f09478 P 70b2771f959d4b9aa5ef6974a18b4a86: Bootstrap starting.
I20260608 12:44:09.539371 11900 tablet_bootstrap.cc:492] T 9b1e00e169744d54a4935fe8298a9ce6 P 70b2771f959d4b9aa5ef6974a18b4a86: Bootstrap replayed 1/1 log segments. Stats: ops{read=17 overwritten=0 applied=17 ignored=0} inserts{seen=128 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:44:09.540329 11900 tablet_bootstrap.cc:492] T 9b1e00e169744d54a4935fe8298a9ce6 P 70b2771f959d4b9aa5ef6974a18b4a86: Bootstrap complete.
I20260608 12:44:09.541069 11900 ts_tablet_manager.cc:1403] T 9b1e00e169744d54a4935fe8298a9ce6 P 70b2771f959d4b9aa5ef6974a18b4a86: Time spent bootstrapping tablet: real 0.144s	user 0.108s	sys 0.021s
I20260608 12:44:09.544267 11900 raft_consensus.cc:359] T 9b1e00e169744d54a4935fe8298a9ce6 P 70b2771f959d4b9aa5ef6974a18b4a86 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } attrs { replace: true } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "70b2771f959d4b9aa5ef6974a18b4a86" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45775 } attrs { promote: true } }
I20260608 12:44:09.545123 11900 raft_consensus.cc:740] T 9b1e00e169744d54a4935fe8298a9ce6 P 70b2771f959d4b9aa5ef6974a18b4a86 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 70b2771f959d4b9aa5ef6974a18b4a86, State: Initialized, Role: LEARNER
I20260608 12:44:09.546020 11900 consensus_queue.cc:260] T 9b1e00e169744d54a4935fe8298a9ce6 P 70b2771f959d4b9aa5ef6974a18b4a86 [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: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } attrs { replace: true } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "70b2771f959d4b9aa5ef6974a18b4a86" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45775 } attrs { promote: true } }
I20260608 12:44:09.563555 11900 ts_tablet_manager.cc:1434] T 9b1e00e169744d54a4935fe8298a9ce6 P 70b2771f959d4b9aa5ef6974a18b4a86: Time spent starting tablet: real 0.022s	user 0.007s	sys 0.007s
I20260608 12:44:09.566675 11553 tablet_copy_service.cc:342] P 78774eed87f849e9a9f54d1cfbee8870: Request end of tablet copy session 70b2771f959d4b9aa5ef6974a18b4a86-9b1e00e169744d54a4935fe8298a9ce6 received from {username='slave'} at 127.0.0.1:57340
I20260608 12:44:09.567377 11553 tablet_copy_service.cc:434] P 78774eed87f849e9a9f54d1cfbee8870: ending tablet copy session 70b2771f959d4b9aa5ef6974a18b4a86-9b1e00e169744d54a4935fe8298a9ce6 on tablet 9b1e00e169744d54a4935fe8298a9ce6 with peer 70b2771f959d4b9aa5ef6974a18b4a86
I20260608 12:44:09.572108 11900 ts_tablet_manager.cc:933] T fca01220fca642f2a68186016ee04670 P 70b2771f959d4b9aa5ef6974a18b4a86: Initiating tablet copy from peer f5f0136a2f1e4e9bbcd8ac979c7a39d0 (127.0.107.195:33667)
I20260608 12:44:09.576069 11900 tablet_copy_client.cc:323] T fca01220fca642f2a68186016ee04670 P 70b2771f959d4b9aa5ef6974a18b4a86: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:33667
I20260608 12:44:09.599385 11627 tablet_copy_service.cc:140] P f5f0136a2f1e4e9bbcd8ac979c7a39d0: Received BeginTabletCopySession request for tablet fca01220fca642f2a68186016ee04670 from peer 70b2771f959d4b9aa5ef6974a18b4a86 ({username='slave'} at 127.0.0.1:37396)
I20260608 12:44:09.600042 11627 tablet_copy_service.cc:161] P f5f0136a2f1e4e9bbcd8ac979c7a39d0: Beginning new tablet copy session on tablet fca01220fca642f2a68186016ee04670 from peer 70b2771f959d4b9aa5ef6974a18b4a86 at {username='slave'} at 127.0.0.1:37396: session id = 70b2771f959d4b9aa5ef6974a18b4a86-fca01220fca642f2a68186016ee04670
I20260608 12:44:09.608995 11627 tablet_copy_source_session.cc:215] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:44:09.612377 11900 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fca01220fca642f2a68186016ee04670. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:09.629127 11900 tablet_copy_client.cc:806] T fca01220fca642f2a68186016ee04670 P 70b2771f959d4b9aa5ef6974a18b4a86: tablet copy: Starting download of 0 data blocks...
I20260608 12:44:09.629827 11900 tablet_copy_client.cc:670] T fca01220fca642f2a68186016ee04670 P 70b2771f959d4b9aa5ef6974a18b4a86: tablet copy: Starting download of 1 WAL segments...
I20260608 12:44:09.635123 11900 tablet_copy_client.cc:538] T fca01220fca642f2a68186016ee04670 P 70b2771f959d4b9aa5ef6974a18b4a86: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:44:09.644268 11900 tablet_bootstrap.cc:492] T fca01220fca642f2a68186016ee04670 P 70b2771f959d4b9aa5ef6974a18b4a86: Bootstrap starting.
I20260608 12:44:09.675105 11904 tablet_bootstrap.cc:492] T 6a343c828f364d5f9c90a58ccdc74e71 P 70b2771f959d4b9aa5ef6974a18b4a86: Bootstrap replayed 1/1 log segments. Stats: ops{read=17 overwritten=0 applied=17 ignored=0} inserts{seen=107 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:44:09.676273 11904 tablet_bootstrap.cc:492] T 6a343c828f364d5f9c90a58ccdc74e71 P 70b2771f959d4b9aa5ef6974a18b4a86: Bootstrap complete.
I20260608 12:44:09.677049 11904 ts_tablet_manager.cc:1403] T 6a343c828f364d5f9c90a58ccdc74e71 P 70b2771f959d4b9aa5ef6974a18b4a86: Time spent bootstrapping tablet: real 0.163s	user 0.113s	sys 0.024s
I20260608 12:44:09.680061 11904 raft_consensus.cc:359] T 6a343c828f364d5f9c90a58ccdc74e71 P 70b2771f959d4b9aa5ef6974a18b4a86 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } attrs { replace: true } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "70b2771f959d4b9aa5ef6974a18b4a86" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45775 } attrs { promote: true } }
I20260608 12:44:09.680956 11904 raft_consensus.cc:740] T 6a343c828f364d5f9c90a58ccdc74e71 P 70b2771f959d4b9aa5ef6974a18b4a86 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 70b2771f959d4b9aa5ef6974a18b4a86, State: Initialized, Role: LEARNER
I20260608 12:44:09.681676 11904 consensus_queue.cc:260] T 6a343c828f364d5f9c90a58ccdc74e71 P 70b2771f959d4b9aa5ef6974a18b4a86 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 17, Last appended: 2.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: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } attrs { replace: true } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "70b2771f959d4b9aa5ef6974a18b4a86" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45775 } attrs { promote: true } }
I20260608 12:44:09.687060 11904 ts_tablet_manager.cc:1434] T 6a343c828f364d5f9c90a58ccdc74e71 P 70b2771f959d4b9aa5ef6974a18b4a86: Time spent starting tablet: real 0.010s	user 0.002s	sys 0.003s
I20260608 12:44:09.689013 11478 tablet_copy_service.cc:342] P 3cd3462e35c0420ea3af4c309fd6afeb: Request end of tablet copy session 70b2771f959d4b9aa5ef6974a18b4a86-6a343c828f364d5f9c90a58ccdc74e71 received from {username='slave'} at 127.0.0.1:47554
I20260608 12:44:09.689463 11478 tablet_copy_service.cc:434] P 3cd3462e35c0420ea3af4c309fd6afeb: ending tablet copy session 70b2771f959d4b9aa5ef6974a18b4a86-6a343c828f364d5f9c90a58ccdc74e71 on tablet 6a343c828f364d5f9c90a58ccdc74e71 with peer 70b2771f959d4b9aa5ef6974a18b4a86
I20260608 12:44:09.698523 11907 tablet_bootstrap.cc:492] T 50c10dbbacf34bbbb99cb5fc18f09478 P 70b2771f959d4b9aa5ef6974a18b4a86: Bootstrap replayed 1/1 log segments. Stats: ops{read=17 overwritten=0 applied=17 ignored=0} inserts{seen=107 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:44:09.699501 11907 tablet_bootstrap.cc:492] T 50c10dbbacf34bbbb99cb5fc18f09478 P 70b2771f959d4b9aa5ef6974a18b4a86: Bootstrap complete.
I20260608 12:44:09.700290 11907 ts_tablet_manager.cc:1403] T 50c10dbbacf34bbbb99cb5fc18f09478 P 70b2771f959d4b9aa5ef6974a18b4a86: Time spent bootstrapping tablet: real 0.179s	user 0.128s	sys 0.031s
I20260608 12:44:09.703145 11907 raft_consensus.cc:359] T 50c10dbbacf34bbbb99cb5fc18f09478 P 70b2771f959d4b9aa5ef6974a18b4a86 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } attrs { replace: true } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "70b2771f959d4b9aa5ef6974a18b4a86" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45775 } attrs { promote: true } }
I20260608 12:44:09.704023 11907 raft_consensus.cc:740] T 50c10dbbacf34bbbb99cb5fc18f09478 P 70b2771f959d4b9aa5ef6974a18b4a86 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 70b2771f959d4b9aa5ef6974a18b4a86, State: Initialized, Role: LEARNER
I20260608 12:44:09.704632 11907 consensus_queue.cc:260] T 50c10dbbacf34bbbb99cb5fc18f09478 P 70b2771f959d4b9aa5ef6974a18b4a86 [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: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } attrs { replace: true } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "70b2771f959d4b9aa5ef6974a18b4a86" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45775 } attrs { promote: true } }
I20260608 12:44:09.706766 11907 ts_tablet_manager.cc:1434] T 50c10dbbacf34bbbb99cb5fc18f09478 P 70b2771f959d4b9aa5ef6974a18b4a86: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260608 12:44:09.708889 11478 tablet_copy_service.cc:342] P 3cd3462e35c0420ea3af4c309fd6afeb: Request end of tablet copy session 70b2771f959d4b9aa5ef6974a18b4a86-50c10dbbacf34bbbb99cb5fc18f09478 received from {username='slave'} at 127.0.0.1:47554
I20260608 12:44:09.709338 11478 tablet_copy_service.cc:434] P 3cd3462e35c0420ea3af4c309fd6afeb: ending tablet copy session 70b2771f959d4b9aa5ef6974a18b4a86-50c10dbbacf34bbbb99cb5fc18f09478 on tablet 50c10dbbacf34bbbb99cb5fc18f09478 with peer 70b2771f959d4b9aa5ef6974a18b4a86
I20260608 12:44:09.813689 11900 tablet_bootstrap.cc:492] T fca01220fca642f2a68186016ee04670 P 70b2771f959d4b9aa5ef6974a18b4a86: Bootstrap replayed 1/1 log segments. Stats: ops{read=17 overwritten=0 applied=17 ignored=0} inserts{seen=128 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:44:09.815687 11900 tablet_bootstrap.cc:492] T fca01220fca642f2a68186016ee04670 P 70b2771f959d4b9aa5ef6974a18b4a86: Bootstrap complete.
I20260608 12:44:09.817317 11900 ts_tablet_manager.cc:1403] T fca01220fca642f2a68186016ee04670 P 70b2771f959d4b9aa5ef6974a18b4a86: Time spent bootstrapping tablet: real 0.173s	user 0.123s	sys 0.013s
I20260608 12:44:09.817618 11840 raft_consensus.cc:1217] T 6a343c828f364d5f9c90a58ccdc74e71 P 70b2771f959d4b9aa5ef6974a18b4a86 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.16->[2.17-2.17]   Dedup: 2.17->[]
I20260608 12:44:09.823045 11900 raft_consensus.cc:359] T fca01220fca642f2a68186016ee04670 P 70b2771f959d4b9aa5ef6974a18b4a86 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } attrs { replace: true } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "70b2771f959d4b9aa5ef6974a18b4a86" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45775 } attrs { promote: true } }
I20260608 12:44:09.824710 11900 raft_consensus.cc:740] T fca01220fca642f2a68186016ee04670 P 70b2771f959d4b9aa5ef6974a18b4a86 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 70b2771f959d4b9aa5ef6974a18b4a86, State: Initialized, Role: LEARNER
I20260608 12:44:09.825510 11900 consensus_queue.cc:260] T fca01220fca642f2a68186016ee04670 P 70b2771f959d4b9aa5ef6974a18b4a86 [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: "3cd3462e35c0420ea3af4c309fd6afeb" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37939 } attrs { replace: true } } peers { permanent_uuid: "78774eed87f849e9a9f54d1cfbee8870" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43437 } } peers { permanent_uuid: "f5f0136a2f1e4e9bbcd8ac979c7a39d0" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33667 } } peers { permanent_uuid: "70b2771f959d4b9aa5ef6974a18b4a86" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45775 } attrs { promote: true } }
I20260608 12:44:09.829231 11900 ts_tablet_manager.cc:1434] T fca01220fca642f2a68186016ee04670 P 70b2771f959d4b9aa5ef6974a18b4a86: Time spent starting tablet: real 0.011s	user 0.001s	sys 0.007s
I20260608 12:44:09.832484 11627 tablet_copy_service.cc:342] P f5f0136a2f1e4e9bbcd8ac979c7a39d0: Request end of tablet copy session 70b2771f959d4b9aa5ef6974a18b4a86-fca01220fca642f2a68186016ee04670 received from {username='slave'} at 127.0.0.1:37396
I20260608 12:44:09.833344 11627 tablet_copy_service.cc:434] P f5f0136a2f1e4e9bbcd8ac979c7a39d0: ending tablet copy session 70b2771f959d4b9aa5ef6974a18b4a86-fca01220fca642f2a68186016ee04670 on tablet fca01220fca642f2a68186016ee04670 with peer 70b2771f959d4b9aa5ef6974a18b4a86
I20260608 12:44:09.872103 11840 raft_consensus.cc:1217] T 9b1e00e169744d54a4935fe8298a9ce6 P 70b2771f959d4b9aa5ef6974a18b4a86 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.16->[1.17-1.17]   Dedup: 1.17->[]
I20260608 12:44:09.938434 11840 raft_consensus.cc:1217] T fca01220fca642f2a68186016ee04670 P 70b2771f959d4b9aa5ef6974a18b4a86 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.16->[1.17-1.17]   Dedup: 1.17->[]
I20260608 12:44:09.995755   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:44:10.042836 11840 raft_consensus.cc:1217] T 50c10dbbacf34bbbb99cb5fc18f09478 P 70b2771f959d4b9aa5ef6974a18b4a86 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.16->[1.17-1.17]   Dedup: 1.17->[]
I20260608 12:44:10.053854   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:44:10.055027   431 tablet_replica.cc:333] T 9b1e00e169744d54a4935fe8298a9ce6 P 3cd3462e35c0420ea3af4c309fd6afeb: stopping tablet replica
I20260608 12:44:10.056527   431 raft_consensus.cc:2243] T 9b1e00e169744d54a4935fe8298a9ce6 P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:44:10.058585   431 raft_consensus.cc:2272] T 9b1e00e169744d54a4935fe8298a9ce6 P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:10.063540   431 tablet_replica.cc:333] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb: stopping tablet replica
I20260608 12:44:10.064654   431 raft_consensus.cc:2243] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:44:10.066287   431 raft_consensus.cc:2272] T 6a343c828f364d5f9c90a58ccdc74e71 P 3cd3462e35c0420ea3af4c309fd6afeb [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:10.070340   431 tablet_replica.cc:333] T fca01220fca642f2a68186016ee04670 P 3cd3462e35c0420ea3af4c309fd6afeb: stopping tablet replica
I20260608 12:44:10.070981   431 raft_consensus.cc:2243] T fca01220fca642f2a68186016ee04670 P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:44:10.072283   431 raft_consensus.cc:2272] T fca01220fca642f2a68186016ee04670 P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:10.076396   431 tablet_replica.cc:333] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 3cd3462e35c0420ea3af4c309fd6afeb: stopping tablet replica
I20260608 12:44:10.077131   431 raft_consensus.cc:2243] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:44:10.078583   431 raft_consensus.cc:2272] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:10.082589   431 tablet_replica.cc:333] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb: stopping tablet replica
I20260608 12:44:10.083326   431 raft_consensus.cc:2243] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:44:10.085340   431 raft_consensus.cc:2272] T 50c10dbbacf34bbbb99cb5fc18f09478 P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:10.090301   431 tablet_replica.cc:333] T 4a1c833f67f449ec8f6f5db045523a09 P 3cd3462e35c0420ea3af4c309fd6afeb: stopping tablet replica
I20260608 12:44:10.091044   431 raft_consensus.cc:2243] T 4a1c833f67f449ec8f6f5db045523a09 P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:44:10.092068   431 raft_consensus.cc:2272] T 4a1c833f67f449ec8f6f5db045523a09 P 3cd3462e35c0420ea3af4c309fd6afeb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:10.131467   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
W20260608 12:44:10.144939 11507 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37939: connect: Connection refused (error 111) [suppressed 20 similar messages]
W20260608 12:44:10.154601 11507 consensus_peers.cc:597] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870 -> Peer 3cd3462e35c0420ea3af4c309fd6afeb (127.0.107.193:37939): Couldn't send request to peer 3cd3462e35c0420ea3af4c309fd6afeb. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37939: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:44:10.169303   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:44:10.212479   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:44:10.213657   431 tablet_replica.cc:333] T fca01220fca642f2a68186016ee04670 P 78774eed87f849e9a9f54d1cfbee8870: stopping tablet replica
I20260608 12:44:10.215137   431 raft_consensus.cc:2243] T fca01220fca642f2a68186016ee04670 P 78774eed87f849e9a9f54d1cfbee8870 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:44:10.216358   431 raft_consensus.cc:2272] T fca01220fca642f2a68186016ee04670 P 78774eed87f849e9a9f54d1cfbee8870 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:10.220010   431 tablet_replica.cc:333] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 78774eed87f849e9a9f54d1cfbee8870: stopping tablet replica
I20260608 12:44:10.220933   431 raft_consensus.cc:2243] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 78774eed87f849e9a9f54d1cfbee8870 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:44:10.222064   431 raft_consensus.cc:2272] T 18e6b9b0d71f4c96bcc434bcd87a6faa P 78774eed87f849e9a9f54d1cfbee8870 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:10.225536   431 tablet_replica.cc:333] T 50c10dbbacf34bbbb99cb5fc18f09478 P 78774eed87f849e9a9f54d1cfbee8870: stopping tablet replica
I20260608 12:44:10.226234   431 raft_consensus.cc:2243] T 50c10dbbacf34bbbb99cb5fc18f09478 P 78774eed87f849e9a9f54d1cfbee8870 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:44:10.227375   431 raft_consensus.cc:2272] T 50c10dbbacf34bbbb99cb5fc18f09478 P 78774eed87f849e9a9f54d1cfbee8870 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:10.230616   431 tablet_replica.cc:333] T 4a1c833f67f449ec8f6f5db045523a09 P 78774eed87f849e9a9f54d1cfbee8870: stopping tablet replica
I20260608 12:44:10.231235   431 raft_consensus.cc:2243] T 4a1c833f67f449ec8f6f5db045523a09 P 78774eed87f849e9a9f54d1cfbee8870 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:44:10.232096   431 raft_consensus.cc:2272] T 4a1c833f67f449ec8f6f5db045523a09 P 78774eed87f849e9a9f54d1cfbee8870 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:10.235332   431 tablet_replica.cc:333] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870: stopping tablet replica
I20260608 12:44:10.235904   431 raft_consensus.cc:2243] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:44:10.237259   431 raft_consensus.cc:2272] T 9b1e00e169744d54a4935fe8298a9ce6 P 78774eed87f849e9a9f54d1cfbee8870 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:10.240398   431 tablet_replica.cc:333] T 6a343c828f364d5f9c90a58ccdc74e71 P 78774eed87f849e9a9f54d1cfbee8870: stopping tablet replica
I20260608 12:44:10.240964   431 raft_consensus.cc:2243] T 6a343c828f364d5f9c90a58ccdc74e71 P 78774eed87f849e9a9f54d1cfbee8870 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:44:10.242148   431 raft_consensus.cc:2272] T 6a343c828f364d5f9c90a58ccdc74e71 P 78774eed87f849e9a9f54d1cfbee8870 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:10.264739   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:44:10.303082   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
W20260608 12:44:10.317862 11581 consensus_peers.cc:597] T 4a1c833f67f449ec8f6f5db045523a09 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 -> Peer 3cd3462e35c0420ea3af4c309fd6afeb (127.0.107.193:37939): Couldn't send request to peer 3cd3462e35c0420ea3af4c309fd6afeb. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37939: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:44:10.349061   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:44:10.350281   431 tablet_replica.cc:333] T 9b1e00e169744d54a4935fe8298a9ce6 P f5f0136a2f1e4e9bbcd8ac979c7a39d0: stopping tablet replica
I20260608 12:44:10.351451   431 raft_consensus.cc:2243] T 9b1e00e169744d54a4935fe8298a9ce6 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:44:10.352613   431 raft_consensus.cc:2272] T 9b1e00e169744d54a4935fe8298a9ce6 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:10.356904   431 tablet_replica.cc:333] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0: stopping tablet replica
I20260608 12:44:10.357760   431 raft_consensus.cc:2243] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:44:10.359150   431 raft_consensus.cc:2272] T 6a343c828f364d5f9c90a58ccdc74e71 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 2 FOLLOWER]: Raft consensus is shut down!
W20260608 12:44:10.360984 11582 consensus_peers.cc:597] T 4a1c833f67f449ec8f6f5db045523a09 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 -> Peer 78774eed87f849e9a9f54d1cfbee8870 (127.0.107.194:43437): Couldn't send request to peer 78774eed87f849e9a9f54d1cfbee8870. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:43437: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:44:10.363361   431 tablet_replica.cc:333] T 18e6b9b0d71f4c96bcc434bcd87a6faa P f5f0136a2f1e4e9bbcd8ac979c7a39d0: stopping tablet replica
I20260608 12:44:10.364347   431 raft_consensus.cc:2243] T 18e6b9b0d71f4c96bcc434bcd87a6faa P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:44:10.365944   431 raft_consensus.cc:2272] T 18e6b9b0d71f4c96bcc434bcd87a6faa P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:10.370251   431 tablet_replica.cc:333] T 50c10dbbacf34bbbb99cb5fc18f09478 P f5f0136a2f1e4e9bbcd8ac979c7a39d0: stopping tablet replica
I20260608 12:44:10.370899   431 raft_consensus.cc:2243] T 50c10dbbacf34bbbb99cb5fc18f09478 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:44:10.371994   431 raft_consensus.cc:2272] T 50c10dbbacf34bbbb99cb5fc18f09478 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:10.375504   431 tablet_replica.cc:333] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0: stopping tablet replica
I20260608 12:44:10.376178   431 raft_consensus.cc:2243] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:44:10.377830   431 raft_consensus.cc:2272] T fca01220fca642f2a68186016ee04670 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:10.381644   431 tablet_replica.cc:333] T 4a1c833f67f449ec8f6f5db045523a09 P f5f0136a2f1e4e9bbcd8ac979c7a39d0: stopping tablet replica
I20260608 12:44:10.382237   431 raft_consensus.cc:2243] T 4a1c833f67f449ec8f6f5db045523a09 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:44:10.383219   431 raft_consensus.cc:2272] T 4a1c833f67f449ec8f6f5db045523a09 P f5f0136a2f1e4e9bbcd8ac979c7a39d0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:10.417615   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:44:10.456478   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:44:10.486022   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:44:10.487180   431 tablet_replica.cc:333] T fca01220fca642f2a68186016ee04670 P 70b2771f959d4b9aa5ef6974a18b4a86: stopping tablet replica
I20260608 12:44:10.487883   431 raft_consensus.cc:2243] T fca01220fca642f2a68186016ee04670 P 70b2771f959d4b9aa5ef6974a18b4a86 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:44:10.488404   431 raft_consensus.cc:2272] T fca01220fca642f2a68186016ee04670 P 70b2771f959d4b9aa5ef6974a18b4a86 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:44:10.491421   431 tablet_replica.cc:333] T 50c10dbbacf34bbbb99cb5fc18f09478 P 70b2771f959d4b9aa5ef6974a18b4a86: stopping tablet replica
I20260608 12:44:10.492060   431 raft_consensus.cc:2243] T 50c10dbbacf34bbbb99cb5fc18f09478 P 70b2771f959d4b9aa5ef6974a18b4a86 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:44:10.492599   431 raft_consensus.cc:2272] T 50c10dbbacf34bbbb99cb5fc18f09478 P 70b2771f959d4b9aa5ef6974a18b4a86 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:44:10.496044   431 tablet_replica.cc:333] T 6a343c828f364d5f9c90a58ccdc74e71 P 70b2771f959d4b9aa5ef6974a18b4a86: stopping tablet replica
I20260608 12:44:10.496671   431 raft_consensus.cc:2243] T 6a343c828f364d5f9c90a58ccdc74e71 P 70b2771f959d4b9aa5ef6974a18b4a86 [term 2 LEARNER]: Raft consensus shutting down.
I20260608 12:44:10.497180   431 raft_consensus.cc:2272] T 6a343c828f364d5f9c90a58ccdc74e71 P 70b2771f959d4b9aa5ef6974a18b4a86 [term 2 LEARNER]: Raft consensus is shut down!
I20260608 12:44:10.500455   431 tablet_replica.cc:333] T 9b1e00e169744d54a4935fe8298a9ce6 P 70b2771f959d4b9aa5ef6974a18b4a86: stopping tablet replica
I20260608 12:44:10.501183   431 raft_consensus.cc:2243] T 9b1e00e169744d54a4935fe8298a9ce6 P 70b2771f959d4b9aa5ef6974a18b4a86 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:44:10.501727   431 raft_consensus.cc:2272] T 9b1e00e169744d54a4935fe8298a9ce6 P 70b2771f959d4b9aa5ef6974a18b4a86 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:44:10.527475   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:44:10.547631   431 master.cc:562] Master@127.0.107.254:34473 shutting down...
W20260608 12:44:10.573424 11414 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:44:10.573843 11414 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:44:10.574079 11414 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:44:10.575888   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P a725f4dfe3af41829a557fb5752fbadc [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:44:10.576524   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P a725f4dfe3af41829a557fb5752fbadc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:10.576870   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P a725f4dfe3af41829a557fb5752fbadc: stopping tablet replica
I20260608 12:44:10.599535   431 master.cc:584] Master@127.0.107.254:34473 shutdown complete.
[       OK ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/0 (9218 ms)
[ RUN      ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/1
I20260608 12:44:10.659178   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:44975
I20260608 12:44:10.660562   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:44:10.666926 11925 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:44:10.668128 11926 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:44:10.668601 11928 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:44:10.669636   431 server_base.cc:1061] running on GCE node
I20260608 12:44:10.670576   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:44:10.670763   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:44:10.670966   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922650670931 us; error 0 us; skew 500 ppm
I20260608 12:44:10.671542   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:44:10.674310   431 webserver.cc:533] Webserver started at http://127.0.107.254:46507/ using document root <none> and password file <none>
I20260608 12:44:10.674948   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:44:10.675166   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:44:10.675496   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:44:10.676805   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922397207313-431-0/minicluster-data/master-0-root/instance:
uuid: "285c14df096941d2abf62ff9a41b75bb"
format_stamp: "Formatted at 2026-06-08 12:44:10 on dist-test-slave-1zds"
I20260608 12:44:10.681921   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260608 12:44:10.685652 11933 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:10.686512   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.003s
I20260608 12:44:10.686946   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922397207313-431-0/minicluster-data/master-0-root
uuid: "285c14df096941d2abf62ff9a41b75bb"
format_stamp: "Formatted at 2026-06-08 12:44:10 on dist-test-slave-1zds"
I20260608 12:44:10.687261   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922397207313-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922397207313-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922397207313-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:44:10.706466   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:44:10.707738   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:44:10.747387   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:44975
I20260608 12:44:10.747526 11984 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:44975 every 8 connection(s)
I20260608 12:44:10.751597 11985 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:10.763266 11985 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 285c14df096941d2abf62ff9a41b75bb: Bootstrap starting.
I20260608 12:44:10.768563 11985 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 285c14df096941d2abf62ff9a41b75bb: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:10.773129 11985 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 285c14df096941d2abf62ff9a41b75bb: No bootstrap required, opened a new log
I20260608 12:44:10.775738 11985 raft_consensus.cc:359] T 00000000000000000000000000000000 P 285c14df096941d2abf62ff9a41b75bb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "285c14df096941d2abf62ff9a41b75bb" member_type: VOTER }
I20260608 12:44:10.776131 11985 raft_consensus.cc:385] T 00000000000000000000000000000000 P 285c14df096941d2abf62ff9a41b75bb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:10.776378 11985 raft_consensus.cc:740] T 00000000000000000000000000000000 P 285c14df096941d2abf62ff9a41b75bb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 285c14df096941d2abf62ff9a41b75bb, State: Initialized, Role: FOLLOWER
I20260608 12:44:10.777070 11985 consensus_queue.cc:260] T 00000000000000000000000000000000 P 285c14df096941d2abf62ff9a41b75bb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "285c14df096941d2abf62ff9a41b75bb" member_type: VOTER }
I20260608 12:44:10.777549 11985 raft_consensus.cc:399] T 00000000000000000000000000000000 P 285c14df096941d2abf62ff9a41b75bb [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:44:10.777781 11985 raft_consensus.cc:493] T 00000000000000000000000000000000 P 285c14df096941d2abf62ff9a41b75bb [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:44:10.778082 11985 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 285c14df096941d2abf62ff9a41b75bb [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:10.783314 11985 raft_consensus.cc:515] T 00000000000000000000000000000000 P 285c14df096941d2abf62ff9a41b75bb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "285c14df096941d2abf62ff9a41b75bb" member_type: VOTER }
I20260608 12:44:10.783809 11985 leader_election.cc:304] T 00000000000000000000000000000000 P 285c14df096941d2abf62ff9a41b75bb [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: 285c14df096941d2abf62ff9a41b75bb; no voters: 
I20260608 12:44:10.784960 11985 leader_election.cc:290] T 00000000000000000000000000000000 P 285c14df096941d2abf62ff9a41b75bb [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:44:10.785485 11988 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 285c14df096941d2abf62ff9a41b75bb [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:44:10.786933 11988 raft_consensus.cc:697] T 00000000000000000000000000000000 P 285c14df096941d2abf62ff9a41b75bb [term 1 LEADER]: Becoming Leader. State: Replica: 285c14df096941d2abf62ff9a41b75bb, State: Running, Role: LEADER
I20260608 12:44:10.787701 11988 consensus_queue.cc:237] T 00000000000000000000000000000000 P 285c14df096941d2abf62ff9a41b75bb [LEADER]: Queue going to LEADER mode. State: All 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: "285c14df096941d2abf62ff9a41b75bb" member_type: VOTER }
I20260608 12:44:10.787921 11985 sys_catalog.cc:565] T 00000000000000000000000000000000 P 285c14df096941d2abf62ff9a41b75bb [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:44:10.792886 11989 sys_catalog.cc:455] T 00000000000000000000000000000000 P 285c14df096941d2abf62ff9a41b75bb [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "285c14df096941d2abf62ff9a41b75bb" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "285c14df096941d2abf62ff9a41b75bb" member_type: VOTER } }
I20260608 12:44:10.792971 11990 sys_catalog.cc:455] T 00000000000000000000000000000000 P 285c14df096941d2abf62ff9a41b75bb [sys.catalog]: SysCatalogTable state changed. Reason: New leader 285c14df096941d2abf62ff9a41b75bb. Latest consensus state: current_term: 1 leader_uuid: "285c14df096941d2abf62ff9a41b75bb" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "285c14df096941d2abf62ff9a41b75bb" member_type: VOTER } }
I20260608 12:44:10.793678 11989 sys_catalog.cc:458] T 00000000000000000000000000000000 P 285c14df096941d2abf62ff9a41b75bb [sys.catalog]: This master's current role is: LEADER
I20260608 12:44:10.793845 11990 sys_catalog.cc:458] T 00000000000000000000000000000000 P 285c14df096941d2abf62ff9a41b75bb [sys.catalog]: This master's current role is: LEADER
I20260608 12:44:10.799266 11996 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:44:10.806054 11996 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:44:10.807250   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:44:10.816699 11996 catalog_manager.cc:1382] Generated new cluster ID: a5e8d4a8fc7a46859eba6699791ef726
I20260608 12:44:10.817049 11996 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:44:10.839349 11996 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:44:10.840948 11996 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:44:10.857766 11996 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 285c14df096941d2abf62ff9a41b75bb: Generated new TSK 0
I20260608 12:44:10.858491 11996 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:44:10.874605   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:44:10.881636 12006 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:44:10.882879 12007 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:44:10.885877 12009 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:44:10.886042   431 server_base.cc:1061] running on GCE node
I20260608 12:44:10.887137   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:44:10.887383   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:44:10.887575   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922650887552 us; error 0 us; skew 500 ppm
I20260608 12:44:10.888211   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:44:10.891117   431 webserver.cc:533] Webserver started at http://127.0.107.193:39885/ using document root <none> and password file <none>
I20260608 12:44:10.891641   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:44:10.891855   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:44:10.892140   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:44:10.893571   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922397207313-431-0/minicluster-data/ts-0-root/instance:
uuid: "0b460c3eac154fd490dcda66c74ec996"
format_stamp: "Formatted at 2026-06-08 12:44:10 on dist-test-slave-1zds"
I20260608 12:44:10.898811   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.000s	sys 0.004s
I20260608 12:44:10.902719 12014 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:10.903505   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.004s	sys 0.000s
I20260608 12:44:10.903815   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922397207313-431-0/minicluster-data/ts-0-root
uuid: "0b460c3eac154fd490dcda66c74ec996"
format_stamp: "Formatted at 2026-06-08 12:44:10 on dist-test-slave-1zds"
I20260608 12:44:10.904080   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922397207313-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922397207313-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922397207313-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:44:10.922487   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:44:10.923671   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:44:10.925150   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:44:10.927831   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:44:10.928082   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:10.928345   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:44:10.928520   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:10.970762   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:37387
I20260608 12:44:10.970932 12076 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:37387 every 8 connection(s)
I20260608 12:44:10.976008   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:44:10.985045 12081 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:44:10.988246 12082 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:44:10.989969   431 server_base.cc:1061] running on GCE node
W20260608 12:44:10.990839 12084 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:44:10.993885   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:44:10.994123   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:44:10.994324   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922650994303 us; error 0 us; skew 500 ppm
I20260608 12:44:10.995026   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:44:10.996094 12077 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44975
I20260608 12:44:10.996554 12077 heartbeater.cc:461] Registering TS with master...
I20260608 12:44:10.997339 12077 heartbeater.cc:507] Master 127.0.107.254:44975 requested a full tablet report, sending...
I20260608 12:44:10.997964   431 webserver.cc:533] Webserver started at http://127.0.107.194:41019/ using document root <none> and password file <none>
I20260608 12:44:10.998593   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:44:10.998836   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:44:10.999145   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:44:10.999799 11950 ts_manager.cc:194] Registered new tserver with Master: 0b460c3eac154fd490dcda66c74ec996 (127.0.107.193:37387)
I20260608 12:44:11.000519   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922397207313-431-0/minicluster-data/ts-1-root/instance:
uuid: "1cec080d2e674aac8ef813c04d7554fa"
format_stamp: "Formatted at 2026-06-08 12:44:10 on dist-test-slave-1zds"
I20260608 12:44:11.001916 11950 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57024
I20260608 12:44:11.006407   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.004s
I20260608 12:44:11.010357 12089 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:11.011215   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.002s
I20260608 12:44:11.011539   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922397207313-431-0/minicluster-data/ts-1-root
uuid: "1cec080d2e674aac8ef813c04d7554fa"
format_stamp: "Formatted at 2026-06-08 12:44:10 on dist-test-slave-1zds"
I20260608 12:44:11.011814   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922397207313-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922397207313-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922397207313-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:44:11.032156   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:44:11.033416   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:44:11.035085   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:44:11.037492   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:44:11.037734   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:11.038035   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:44:11.038220   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:11.080093   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:41023
I20260608 12:44:11.080245 12151 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:41023 every 8 connection(s)
I20260608 12:44:11.085421   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:44:11.093425 12155 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:44:11.094899 12156 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:44:11.097741 12158 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:44:11.100033 12152 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44975
I20260608 12:44:11.100512   431 server_base.cc:1061] running on GCE node
I20260608 12:44:11.100545 12152 heartbeater.cc:461] Registering TS with master...
I20260608 12:44:11.101841   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:44:11.101886 12152 heartbeater.cc:507] Master 127.0.107.254:44975 requested a full tablet report, sending...
W20260608 12:44:11.102129   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:44:11.102418   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922651102399 us; error 0 us; skew 500 ppm
I20260608 12:44:11.103237   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:44:11.104358 11950 ts_manager.cc:194] Registered new tserver with Master: 1cec080d2e674aac8ef813c04d7554fa (127.0.107.194:41023)
I20260608 12:44:11.106074   431 webserver.cc:533] Webserver started at http://127.0.107.195:40539/ using document root <none> and password file <none>
I20260608 12:44:11.106186 11950 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57038
I20260608 12:44:11.106752   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:44:11.106997   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:44:11.107319   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:44:11.108577   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922397207313-431-0/minicluster-data/ts-2-root/instance:
uuid: "e23ccd7f603d4d25804f0fe90c35e573"
format_stamp: "Formatted at 2026-06-08 12:44:11 on dist-test-slave-1zds"
I20260608 12:44:11.113490   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.003s
I20260608 12:44:11.117177 12163 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:11.118103   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:44:11.118431   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922397207313-431-0/minicluster-data/ts-2-root
uuid: "e23ccd7f603d4d25804f0fe90c35e573"
format_stamp: "Formatted at 2026-06-08 12:44:11 on dist-test-slave-1zds"
I20260608 12:44:11.118728   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922397207313-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922397207313-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922397207313-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:44:11.129695   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:44:11.131184   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:44:11.132789   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:44:11.135509   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:44:11.135779   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:11.136068   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:44:11.136279   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:11.181169   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:33171
I20260608 12:44:11.181311 12225 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:33171 every 8 connection(s)
I20260608 12:44:11.197005 12226 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44975
I20260608 12:44:11.197482 12226 heartbeater.cc:461] Registering TS with master...
I20260608 12:44:11.198330 12226 heartbeater.cc:507] Master 127.0.107.254:44975 requested a full tablet report, sending...
I20260608 12:44:11.200591 11950 ts_manager.cc:194] Registered new tserver with Master: e23ccd7f603d4d25804f0fe90c35e573 (127.0.107.195:33171)
I20260608 12:44:11.201059   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016008982s
I20260608 12:44:11.202261 11950 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57054
I20260608 12:44:12.004668 12077 heartbeater.cc:499] Master 127.0.107.254:44975 was elected leader, sending a full tablet report...
I20260608 12:44:12.109010 12152 heartbeater.cc:499] Master 127.0.107.254:44975 was elected leader, sending a full tablet report...
I20260608 12:44:12.205435 12226 heartbeater.cc:499] Master 127.0.107.254:44975 was elected leader, sending a full tablet report...
I20260608 12:44:12.266285 11950 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:57068:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:44:12.269706 11950 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:44:12.357568 12191 tablet_service.cc:1511] Processing CreateTablet for tablet 82c0a57cc8394167804380e648f64e7a (DEFAULT_TABLE table=test-workload [id=dbcf276b0ad14c1986f1de062597dd45]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:44:12.359700 12191 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 82c0a57cc8394167804380e648f64e7a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:12.363356 12190 tablet_service.cc:1511] Processing CreateTablet for tablet 7080d6a42b2940e985b06b68426d5f82 (DEFAULT_TABLE table=test-workload [id=dbcf276b0ad14c1986f1de062597dd45]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:44:12.366729 12116 tablet_service.cc:1511] Processing CreateTablet for tablet 7080d6a42b2940e985b06b68426d5f82 (DEFAULT_TABLE table=test-workload [id=dbcf276b0ad14c1986f1de062597dd45]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:44:12.368608 12116 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7080d6a42b2940e985b06b68426d5f82. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:12.370719 12114 tablet_service.cc:1511] Processing CreateTablet for tablet 6ec40357374146e5b00cd268e179c550 (DEFAULT_TABLE table=test-workload [id=dbcf276b0ad14c1986f1de062597dd45]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:44:12.372431 12114 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ec40357374146e5b00cd268e179c550. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:12.373971 12113 tablet_service.cc:1511] Processing CreateTablet for tablet 5440df94a5fa44478b04fdb7df0b46bb (DEFAULT_TABLE table=test-workload [id=dbcf276b0ad14c1986f1de062597dd45]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:44:12.375315 12115 tablet_service.cc:1511] Processing CreateTablet for tablet 2580bc606dd2483ea363faf26475621e (DEFAULT_TABLE table=test-workload [id=dbcf276b0ad14c1986f1de062597dd45]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:44:12.377207 12038 tablet_service.cc:1511] Processing CreateTablet for tablet 5440df94a5fa44478b04fdb7df0b46bb (DEFAULT_TABLE table=test-workload [id=dbcf276b0ad14c1986f1de062597dd45]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:44:12.379243 12038 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5440df94a5fa44478b04fdb7df0b46bb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:12.379392 12041 tablet_service.cc:1511] Processing CreateTablet for tablet 7080d6a42b2940e985b06b68426d5f82 (DEFAULT_TABLE table=test-workload [id=dbcf276b0ad14c1986f1de062597dd45]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:44:12.381055 12041 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7080d6a42b2940e985b06b68426d5f82. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:12.383539 12039 tablet_service.cc:1511] Processing CreateTablet for tablet 6ec40357374146e5b00cd268e179c550 (DEFAULT_TABLE table=test-workload [id=dbcf276b0ad14c1986f1de062597dd45]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:44:12.385427 12039 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ec40357374146e5b00cd268e179c550. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:12.385108 12188 tablet_service.cc:1511] Processing CreateTablet for tablet 6ec40357374146e5b00cd268e179c550 (DEFAULT_TABLE table=test-workload [id=dbcf276b0ad14c1986f1de062597dd45]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:44:12.386426 12187 tablet_service.cc:1511] Processing CreateTablet for tablet 5440df94a5fa44478b04fdb7df0b46bb (DEFAULT_TABLE table=test-workload [id=dbcf276b0ad14c1986f1de062597dd45]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:44:12.387446 12037 tablet_service.cc:1511] Processing CreateTablet for tablet 51759c3b8ea04ca994b862f7b6d15ed3 (DEFAULT_TABLE table=test-workload [id=dbcf276b0ad14c1986f1de062597dd45]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:44:12.400609 12037 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 51759c3b8ea04ca994b862f7b6d15ed3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:12.388759 12189 tablet_service.cc:1511] Processing CreateTablet for tablet 2580bc606dd2483ea363faf26475621e (DEFAULT_TABLE table=test-workload [id=dbcf276b0ad14c1986f1de062597dd45]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:44:12.389386 12190 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7080d6a42b2940e985b06b68426d5f82. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:12.388759 12117 tablet_service.cc:1511] Processing CreateTablet for tablet 82c0a57cc8394167804380e648f64e7a (DEFAULT_TABLE table=test-workload [id=dbcf276b0ad14c1986f1de062597dd45]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:44:12.391215 12040 tablet_service.cc:1511] Processing CreateTablet for tablet 2580bc606dd2483ea363faf26475621e (DEFAULT_TABLE table=test-workload [id=dbcf276b0ad14c1986f1de062597dd45]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:44:12.392168 12112 tablet_service.cc:1511] Processing CreateTablet for tablet 51759c3b8ea04ca994b862f7b6d15ed3 (DEFAULT_TABLE table=test-workload [id=dbcf276b0ad14c1986f1de062597dd45]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:44:12.387454 12186 tablet_service.cc:1511] Processing CreateTablet for tablet 51759c3b8ea04ca994b862f7b6d15ed3 (DEFAULT_TABLE table=test-workload [id=dbcf276b0ad14c1986f1de062597dd45]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:44:12.377635 12042 tablet_service.cc:1511] Processing CreateTablet for tablet 82c0a57cc8394167804380e648f64e7a (DEFAULT_TABLE table=test-workload [id=dbcf276b0ad14c1986f1de062597dd45]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:44:12.404753 12187 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5440df94a5fa44478b04fdb7df0b46bb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:12.375825 12113 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5440df94a5fa44478b04fdb7df0b46bb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:12.408329 12188 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ec40357374146e5b00cd268e179c550. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:12.410349 12186 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 51759c3b8ea04ca994b862f7b6d15ed3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:12.412396 12115 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2580bc606dd2483ea363faf26475621e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:12.412959 12189 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2580bc606dd2483ea363faf26475621e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:12.412420 12040 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2580bc606dd2483ea363faf26475621e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:12.413691 12117 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 82c0a57cc8394167804380e648f64e7a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:12.416643 12112 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 51759c3b8ea04ca994b862f7b6d15ed3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:12.417263 12042 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 82c0a57cc8394167804380e648f64e7a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:12.455520 12246 tablet_bootstrap.cc:492] T 5440df94a5fa44478b04fdb7df0b46bb P 0b460c3eac154fd490dcda66c74ec996: Bootstrap starting.
I20260608 12:44:12.459434 12247 tablet_bootstrap.cc:492] T 6ec40357374146e5b00cd268e179c550 P 1cec080d2e674aac8ef813c04d7554fa: Bootstrap starting.
I20260608 12:44:12.479646 12247 tablet_bootstrap.cc:654] T 6ec40357374146e5b00cd268e179c550 P 1cec080d2e674aac8ef813c04d7554fa: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:12.484771 12246 tablet_bootstrap.cc:654] T 5440df94a5fa44478b04fdb7df0b46bb P 0b460c3eac154fd490dcda66c74ec996: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:12.503525 12250 tablet_bootstrap.cc:492] T 51759c3b8ea04ca994b862f7b6d15ed3 P e23ccd7f603d4d25804f0fe90c35e573: Bootstrap starting.
I20260608 12:44:12.521338 12247 tablet_bootstrap.cc:492] T 6ec40357374146e5b00cd268e179c550 P 1cec080d2e674aac8ef813c04d7554fa: No bootstrap required, opened a new log
I20260608 12:44:12.522171 12247 ts_tablet_manager.cc:1403] T 6ec40357374146e5b00cd268e179c550 P 1cec080d2e674aac8ef813c04d7554fa: Time spent bootstrapping tablet: real 0.063s	user 0.010s	sys 0.007s
I20260608 12:44:12.524080 12246 tablet_bootstrap.cc:492] T 5440df94a5fa44478b04fdb7df0b46bb P 0b460c3eac154fd490dcda66c74ec996: No bootstrap required, opened a new log
I20260608 12:44:12.524891 12246 ts_tablet_manager.cc:1403] T 5440df94a5fa44478b04fdb7df0b46bb P 0b460c3eac154fd490dcda66c74ec996: Time spent bootstrapping tablet: real 0.070s	user 0.024s	sys 0.020s
I20260608 12:44:12.528677 12246 raft_consensus.cc:359] T 5440df94a5fa44478b04fdb7df0b46bb P 0b460c3eac154fd490dcda66c74ec996 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.529650 12246 raft_consensus.cc:385] T 5440df94a5fa44478b04fdb7df0b46bb P 0b460c3eac154fd490dcda66c74ec996 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:12.530349 12246 raft_consensus.cc:740] T 5440df94a5fa44478b04fdb7df0b46bb P 0b460c3eac154fd490dcda66c74ec996 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0b460c3eac154fd490dcda66c74ec996, State: Initialized, Role: FOLLOWER
I20260608 12:44:12.529595 12247 raft_consensus.cc:359] T 6ec40357374146e5b00cd268e179c550 P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.530946 12247 raft_consensus.cc:385] T 6ec40357374146e5b00cd268e179c550 P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:12.531289 12247 raft_consensus.cc:740] T 6ec40357374146e5b00cd268e179c550 P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1cec080d2e674aac8ef813c04d7554fa, State: Initialized, Role: FOLLOWER
I20260608 12:44:12.531512 12246 consensus_queue.cc:260] T 5440df94a5fa44478b04fdb7df0b46bb P 0b460c3eac154fd490dcda66c74ec996 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.533242 12247 consensus_queue.cc:260] T 6ec40357374146e5b00cd268e179c550 P 1cec080d2e674aac8ef813c04d7554fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.537196 12250 tablet_bootstrap.cc:654] T 51759c3b8ea04ca994b862f7b6d15ed3 P e23ccd7f603d4d25804f0fe90c35e573: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:12.538298 12247 ts_tablet_manager.cc:1434] T 6ec40357374146e5b00cd268e179c550 P 1cec080d2e674aac8ef813c04d7554fa: Time spent starting tablet: real 0.016s	user 0.011s	sys 0.000s
I20260608 12:44:12.541616 12246 ts_tablet_manager.cc:1434] T 5440df94a5fa44478b04fdb7df0b46bb P 0b460c3eac154fd490dcda66c74ec996: Time spent starting tablet: real 0.016s	user 0.007s	sys 0.007s
I20260608 12:44:12.543483 12246 tablet_bootstrap.cc:492] T 82c0a57cc8394167804380e648f64e7a P 0b460c3eac154fd490dcda66c74ec996: Bootstrap starting.
I20260608 12:44:12.544472 12247 tablet_bootstrap.cc:492] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa: Bootstrap starting.
I20260608 12:44:12.553392 12247 tablet_bootstrap.cc:654] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:12.554414 12250 tablet_bootstrap.cc:492] T 51759c3b8ea04ca994b862f7b6d15ed3 P e23ccd7f603d4d25804f0fe90c35e573: No bootstrap required, opened a new log
I20260608 12:44:12.555085 12250 ts_tablet_manager.cc:1403] T 51759c3b8ea04ca994b862f7b6d15ed3 P e23ccd7f603d4d25804f0fe90c35e573: Time spent bootstrapping tablet: real 0.052s	user 0.005s	sys 0.019s
I20260608 12:44:12.559378 12250 raft_consensus.cc:359] T 51759c3b8ea04ca994b862f7b6d15ed3 P e23ccd7f603d4d25804f0fe90c35e573 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.560350 12250 raft_consensus.cc:385] T 51759c3b8ea04ca994b862f7b6d15ed3 P e23ccd7f603d4d25804f0fe90c35e573 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:12.560699 12250 raft_consensus.cc:740] T 51759c3b8ea04ca994b862f7b6d15ed3 P e23ccd7f603d4d25804f0fe90c35e573 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e23ccd7f603d4d25804f0fe90c35e573, State: Initialized, Role: FOLLOWER
I20260608 12:44:12.561868 12250 consensus_queue.cc:260] T 51759c3b8ea04ca994b862f7b6d15ed3 P e23ccd7f603d4d25804f0fe90c35e573 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.563071 12246 tablet_bootstrap.cc:654] T 82c0a57cc8394167804380e648f64e7a P 0b460c3eac154fd490dcda66c74ec996: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:12.564127 12247 tablet_bootstrap.cc:492] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa: No bootstrap required, opened a new log
I20260608 12:44:12.564808 12247 ts_tablet_manager.cc:1403] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa: Time spent bootstrapping tablet: real 0.021s	user 0.017s	sys 0.000s
I20260608 12:44:12.565471 12250 ts_tablet_manager.cc:1434] T 51759c3b8ea04ca994b862f7b6d15ed3 P e23ccd7f603d4d25804f0fe90c35e573: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.003s
I20260608 12:44:12.566843 12250 tablet_bootstrap.cc:492] T 82c0a57cc8394167804380e648f64e7a P e23ccd7f603d4d25804f0fe90c35e573: Bootstrap starting.
I20260608 12:44:12.568673 12247 raft_consensus.cc:359] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } }
I20260608 12:44:12.569525 12247 raft_consensus.cc:385] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:12.569867 12247 raft_consensus.cc:740] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1cec080d2e674aac8ef813c04d7554fa, State: Initialized, Role: FOLLOWER
I20260608 12:44:12.570796 12247 consensus_queue.cc:260] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } }
I20260608 12:44:12.573737 12247 ts_tablet_manager.cc:1434] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.004s
I20260608 12:44:12.575114 12247 tablet_bootstrap.cc:492] T 7080d6a42b2940e985b06b68426d5f82 P 1cec080d2e674aac8ef813c04d7554fa: Bootstrap starting.
I20260608 12:44:12.577049 12246 tablet_bootstrap.cc:492] T 82c0a57cc8394167804380e648f64e7a P 0b460c3eac154fd490dcda66c74ec996: No bootstrap required, opened a new log
I20260608 12:44:12.577226 12250 tablet_bootstrap.cc:654] T 82c0a57cc8394167804380e648f64e7a P e23ccd7f603d4d25804f0fe90c35e573: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:12.577917 12246 ts_tablet_manager.cc:1403] T 82c0a57cc8394167804380e648f64e7a P 0b460c3eac154fd490dcda66c74ec996: Time spent bootstrapping tablet: real 0.035s	user 0.015s	sys 0.006s
I20260608 12:44:12.582964 12247 tablet_bootstrap.cc:654] T 7080d6a42b2940e985b06b68426d5f82 P 1cec080d2e674aac8ef813c04d7554fa: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:12.587401 12246 raft_consensus.cc:359] T 82c0a57cc8394167804380e648f64e7a P 0b460c3eac154fd490dcda66c74ec996 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } }
I20260608 12:44:12.589169 12246 raft_consensus.cc:385] T 82c0a57cc8394167804380e648f64e7a P 0b460c3eac154fd490dcda66c74ec996 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:12.589645 12246 raft_consensus.cc:740] T 82c0a57cc8394167804380e648f64e7a P 0b460c3eac154fd490dcda66c74ec996 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0b460c3eac154fd490dcda66c74ec996, State: Initialized, Role: FOLLOWER
I20260608 12:44:12.592043 12246 consensus_queue.cc:260] T 82c0a57cc8394167804380e648f64e7a P 0b460c3eac154fd490dcda66c74ec996 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } }
I20260608 12:44:12.597733 12247 tablet_bootstrap.cc:492] T 7080d6a42b2940e985b06b68426d5f82 P 1cec080d2e674aac8ef813c04d7554fa: No bootstrap required, opened a new log
I20260608 12:44:12.598455 12247 ts_tablet_manager.cc:1403] T 7080d6a42b2940e985b06b68426d5f82 P 1cec080d2e674aac8ef813c04d7554fa: Time spent bootstrapping tablet: real 0.024s	user 0.012s	sys 0.008s
I20260608 12:44:12.602506 12247 raft_consensus.cc:359] T 7080d6a42b2940e985b06b68426d5f82 P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.603394 12247 raft_consensus.cc:385] T 7080d6a42b2940e985b06b68426d5f82 P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:12.603770 12247 raft_consensus.cc:740] T 7080d6a42b2940e985b06b68426d5f82 P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1cec080d2e674aac8ef813c04d7554fa, State: Initialized, Role: FOLLOWER
I20260608 12:44:12.604779 12247 consensus_queue.cc:260] T 7080d6a42b2940e985b06b68426d5f82 P 1cec080d2e674aac8ef813c04d7554fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.607847 12247 ts_tablet_manager.cc:1434] T 7080d6a42b2940e985b06b68426d5f82 P 1cec080d2e674aac8ef813c04d7554fa: Time spent starting tablet: real 0.009s	user 0.003s	sys 0.004s
I20260608 12:44:12.609362 12247 tablet_bootstrap.cc:492] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa: Bootstrap starting.
I20260608 12:44:12.613436 12246 ts_tablet_manager.cc:1434] T 82c0a57cc8394167804380e648f64e7a P 0b460c3eac154fd490dcda66c74ec996: Time spent starting tablet: real 0.035s	user 0.009s	sys 0.000s
I20260608 12:44:12.615578 12246 tablet_bootstrap.cc:492] T 51759c3b8ea04ca994b862f7b6d15ed3 P 0b460c3eac154fd490dcda66c74ec996: Bootstrap starting.
I20260608 12:44:12.617517 12250 tablet_bootstrap.cc:492] T 82c0a57cc8394167804380e648f64e7a P e23ccd7f603d4d25804f0fe90c35e573: No bootstrap required, opened a new log
I20260608 12:44:12.617614 12247 tablet_bootstrap.cc:654] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:12.618515 12250 ts_tablet_manager.cc:1403] T 82c0a57cc8394167804380e648f64e7a P e23ccd7f603d4d25804f0fe90c35e573: Time spent bootstrapping tablet: real 0.052s	user 0.022s	sys 0.025s
I20260608 12:44:12.622601 12250 raft_consensus.cc:359] T 82c0a57cc8394167804380e648f64e7a P e23ccd7f603d4d25804f0fe90c35e573 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } }
I20260608 12:44:12.623564 12250 raft_consensus.cc:385] T 82c0a57cc8394167804380e648f64e7a P e23ccd7f603d4d25804f0fe90c35e573 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:12.623674 12246 tablet_bootstrap.cc:654] T 51759c3b8ea04ca994b862f7b6d15ed3 P 0b460c3eac154fd490dcda66c74ec996: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:12.624011 12250 raft_consensus.cc:740] T 82c0a57cc8394167804380e648f64e7a P e23ccd7f603d4d25804f0fe90c35e573 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e23ccd7f603d4d25804f0fe90c35e573, State: Initialized, Role: FOLLOWER
I20260608 12:44:12.626192 12250 consensus_queue.cc:260] T 82c0a57cc8394167804380e648f64e7a P e23ccd7f603d4d25804f0fe90c35e573 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } }
I20260608 12:44:12.629216 12250 ts_tablet_manager.cc:1434] T 82c0a57cc8394167804380e648f64e7a P e23ccd7f603d4d25804f0fe90c35e573: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.000s
I20260608 12:44:12.630818 12250 tablet_bootstrap.cc:492] T 2580bc606dd2483ea363faf26475621e P e23ccd7f603d4d25804f0fe90c35e573: Bootstrap starting.
I20260608 12:44:12.633131 12247 tablet_bootstrap.cc:492] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa: No bootstrap required, opened a new log
I20260608 12:44:12.633832 12247 ts_tablet_manager.cc:1403] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa: Time spent bootstrapping tablet: real 0.025s	user 0.007s	sys 0.009s
I20260608 12:44:12.637589 12247 raft_consensus.cc:359] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.638439 12247 raft_consensus.cc:385] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:12.638749 12247 raft_consensus.cc:740] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1cec080d2e674aac8ef813c04d7554fa, State: Initialized, Role: FOLLOWER
I20260608 12:44:12.639683 12247 consensus_queue.cc:260] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.641150 12250 tablet_bootstrap.cc:654] T 2580bc606dd2483ea363faf26475621e P e23ccd7f603d4d25804f0fe90c35e573: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:12.642665 12247 ts_tablet_manager.cc:1434] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:44:12.643973 12247 tablet_bootstrap.cc:492] T 51759c3b8ea04ca994b862f7b6d15ed3 P 1cec080d2e674aac8ef813c04d7554fa: Bootstrap starting.
I20260608 12:44:12.651975 12247 tablet_bootstrap.cc:654] T 51759c3b8ea04ca994b862f7b6d15ed3 P 1cec080d2e674aac8ef813c04d7554fa: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:12.658456 12250 tablet_bootstrap.cc:492] T 2580bc606dd2483ea363faf26475621e P e23ccd7f603d4d25804f0fe90c35e573: No bootstrap required, opened a new log
I20260608 12:44:12.659026 12246 tablet_bootstrap.cc:492] T 51759c3b8ea04ca994b862f7b6d15ed3 P 0b460c3eac154fd490dcda66c74ec996: No bootstrap required, opened a new log
I20260608 12:44:12.659148 12247 tablet_bootstrap.cc:492] T 51759c3b8ea04ca994b862f7b6d15ed3 P 1cec080d2e674aac8ef813c04d7554fa: No bootstrap required, opened a new log
I20260608 12:44:12.659168 12250 ts_tablet_manager.cc:1403] T 2580bc606dd2483ea363faf26475621e P e23ccd7f603d4d25804f0fe90c35e573: Time spent bootstrapping tablet: real 0.029s	user 0.014s	sys 0.012s
I20260608 12:44:12.660060 12246 ts_tablet_manager.cc:1403] T 51759c3b8ea04ca994b862f7b6d15ed3 P 0b460c3eac154fd490dcda66c74ec996: Time spent bootstrapping tablet: real 0.045s	user 0.014s	sys 0.030s
I20260608 12:44:12.660122 12247 ts_tablet_manager.cc:1403] T 51759c3b8ea04ca994b862f7b6d15ed3 P 1cec080d2e674aac8ef813c04d7554fa: Time spent bootstrapping tablet: real 0.016s	user 0.011s	sys 0.004s
I20260608 12:44:12.663657 12246 raft_consensus.cc:359] T 51759c3b8ea04ca994b862f7b6d15ed3 P 0b460c3eac154fd490dcda66c74ec996 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.663633 12250 raft_consensus.cc:359] T 2580bc606dd2483ea363faf26475621e P e23ccd7f603d4d25804f0fe90c35e573 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.664011 12247 raft_consensus.cc:359] T 51759c3b8ea04ca994b862f7b6d15ed3 P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.664762 12246 raft_consensus.cc:385] T 51759c3b8ea04ca994b862f7b6d15ed3 P 0b460c3eac154fd490dcda66c74ec996 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:12.664929 12250 raft_consensus.cc:385] T 2580bc606dd2483ea363faf26475621e P e23ccd7f603d4d25804f0fe90c35e573 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:12.665006 12247 raft_consensus.cc:385] T 51759c3b8ea04ca994b862f7b6d15ed3 P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:12.665247 12246 raft_consensus.cc:740] T 51759c3b8ea04ca994b862f7b6d15ed3 P 0b460c3eac154fd490dcda66c74ec996 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0b460c3eac154fd490dcda66c74ec996, State: Initialized, Role: FOLLOWER
I20260608 12:44:12.665632 12247 raft_consensus.cc:740] T 51759c3b8ea04ca994b862f7b6d15ed3 P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1cec080d2e674aac8ef813c04d7554fa, State: Initialized, Role: FOLLOWER
I20260608 12:44:12.665473 12250 raft_consensus.cc:740] T 2580bc606dd2483ea363faf26475621e P e23ccd7f603d4d25804f0fe90c35e573 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e23ccd7f603d4d25804f0fe90c35e573, State: Initialized, Role: FOLLOWER
I20260608 12:44:12.666376 12246 consensus_queue.cc:260] T 51759c3b8ea04ca994b862f7b6d15ed3 P 0b460c3eac154fd490dcda66c74ec996 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.666738 12247 consensus_queue.cc:260] T 51759c3b8ea04ca994b862f7b6d15ed3 P 1cec080d2e674aac8ef813c04d7554fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.669318 12247 ts_tablet_manager.cc:1434] T 51759c3b8ea04ca994b862f7b6d15ed3 P 1cec080d2e674aac8ef813c04d7554fa: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260608 12:44:12.669389 12246 ts_tablet_manager.cc:1434] T 51759c3b8ea04ca994b862f7b6d15ed3 P 0b460c3eac154fd490dcda66c74ec996: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.004s
I20260608 12:44:12.670761 12246 tablet_bootstrap.cc:492] T 7080d6a42b2940e985b06b68426d5f82 P 0b460c3eac154fd490dcda66c74ec996: Bootstrap starting.
I20260608 12:44:12.670843 12252 raft_consensus.cc:493] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:44:12.671545 12252 raft_consensus.cc:515] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } }
I20260608 12:44:12.670775 12247 tablet_bootstrap.cc:492] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa: Bootstrap starting.
I20260608 12:44:12.679594 12246 tablet_bootstrap.cc:654] T 7080d6a42b2940e985b06b68426d5f82 P 0b460c3eac154fd490dcda66c74ec996: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:12.681972 12247 tablet_bootstrap.cc:654] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:12.667171 12250 consensus_queue.cc:260] T 2580bc606dd2483ea363faf26475621e P e23ccd7f603d4d25804f0fe90c35e573 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
W20260608 12:44:12.688011 12227 tablet.cc:2404] T 2580bc606dd2483ea363faf26475621e P e23ccd7f603d4d25804f0fe90c35e573: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:44:12.688033 12250 ts_tablet_manager.cc:1434] T 2580bc606dd2483ea363faf26475621e P e23ccd7f603d4d25804f0fe90c35e573: Time spent starting tablet: real 0.028s	user 0.003s	sys 0.006s
I20260608 12:44:12.690204 12250 tablet_bootstrap.cc:492] T 5440df94a5fa44478b04fdb7df0b46bb P e23ccd7f603d4d25804f0fe90c35e573: Bootstrap starting.
I20260608 12:44:12.691766 12252 leader_election.cc:290] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e23ccd7f603d4d25804f0fe90c35e573 (127.0.107.195:33171), 0b460c3eac154fd490dcda66c74ec996 (127.0.107.193:37387)
I20260608 12:44:12.692596 12246 tablet_bootstrap.cc:492] T 7080d6a42b2940e985b06b68426d5f82 P 0b460c3eac154fd490dcda66c74ec996: No bootstrap required, opened a new log
I20260608 12:44:12.693269 12246 ts_tablet_manager.cc:1403] T 7080d6a42b2940e985b06b68426d5f82 P 0b460c3eac154fd490dcda66c74ec996: Time spent bootstrapping tablet: real 0.023s	user 0.011s	sys 0.008s
I20260608 12:44:12.697208 12246 raft_consensus.cc:359] T 7080d6a42b2940e985b06b68426d5f82 P 0b460c3eac154fd490dcda66c74ec996 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.699752 12246 raft_consensus.cc:385] T 7080d6a42b2940e985b06b68426d5f82 P 0b460c3eac154fd490dcda66c74ec996 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:12.700080 12246 raft_consensus.cc:740] T 7080d6a42b2940e985b06b68426d5f82 P 0b460c3eac154fd490dcda66c74ec996 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0b460c3eac154fd490dcda66c74ec996, State: Initialized, Role: FOLLOWER
I20260608 12:44:12.700982 12246 consensus_queue.cc:260] T 7080d6a42b2940e985b06b68426d5f82 P 0b460c3eac154fd490dcda66c74ec996 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.703630 12246 ts_tablet_manager.cc:1434] T 7080d6a42b2940e985b06b68426d5f82 P 0b460c3eac154fd490dcda66c74ec996: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.003s
I20260608 12:44:12.705935 12247 tablet_bootstrap.cc:492] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa: No bootstrap required, opened a new log
I20260608 12:44:12.706594 12247 ts_tablet_manager.cc:1403] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa: Time spent bootstrapping tablet: real 0.036s	user 0.005s	sys 0.013s
I20260608 12:44:12.707793 12250 tablet_bootstrap.cc:654] T 5440df94a5fa44478b04fdb7df0b46bb P e23ccd7f603d4d25804f0fe90c35e573: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:12.709116 12252 raft_consensus.cc:493] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:44:12.709667 12252 raft_consensus.cc:515] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.711424 12246 tablet_bootstrap.cc:492] T 6ec40357374146e5b00cd268e179c550 P 0b460c3eac154fd490dcda66c74ec996: Bootstrap starting.
I20260608 12:44:12.712179 12252 leader_election.cc:290] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0b460c3eac154fd490dcda66c74ec996 (127.0.107.193:37387), e23ccd7f603d4d25804f0fe90c35e573 (127.0.107.195:33171)
I20260608 12:44:12.714365 12247 raft_consensus.cc:359] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.715175 12247 raft_consensus.cc:385] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:12.715515 12247 raft_consensus.cc:740] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1cec080d2e674aac8ef813c04d7554fa, State: Initialized, Role: FOLLOWER
I20260608 12:44:12.719961 12201 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82c0a57cc8394167804380e648f64e7a" candidate_uuid: "1cec080d2e674aac8ef813c04d7554fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e23ccd7f603d4d25804f0fe90c35e573" is_pre_election: true
I20260608 12:44:12.720093 12247 consensus_queue.cc:260] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.721024 12246 tablet_bootstrap.cc:654] T 6ec40357374146e5b00cd268e179c550 P 0b460c3eac154fd490dcda66c74ec996: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:12.721160 12201 raft_consensus.cc:2468] T 82c0a57cc8394167804380e648f64e7a P e23ccd7f603d4d25804f0fe90c35e573 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1cec080d2e674aac8ef813c04d7554fa in term 0.
I20260608 12:44:12.723243 12200 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5440df94a5fa44478b04fdb7df0b46bb" candidate_uuid: "1cec080d2e674aac8ef813c04d7554fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e23ccd7f603d4d25804f0fe90c35e573" is_pre_election: true
I20260608 12:44:12.725085 12247 ts_tablet_manager.cc:1434] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa: Time spent starting tablet: real 0.018s	user 0.007s	sys 0.001s
I20260608 12:44:12.725802 12091 leader_election.cc:304] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1cec080d2e674aac8ef813c04d7554fa, e23ccd7f603d4d25804f0fe90c35e573; no voters: 
W20260608 12:44:12.727432 12091 leader_election.cc:343] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer e23ccd7f603d4d25804f0fe90c35e573 (127.0.107.195:33171): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:44:12.728384 12252 raft_consensus.cc:2804] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:44:12.728927 12252 raft_consensus.cc:493] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:44:12.729317 12252 raft_consensus.cc:3060] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:12.739110 12269 raft_consensus.cc:493] T 6ec40357374146e5b00cd268e179c550 P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:44:12.740329 12246 tablet_bootstrap.cc:492] T 6ec40357374146e5b00cd268e179c550 P 0b460c3eac154fd490dcda66c74ec996: No bootstrap required, opened a new log
I20260608 12:44:12.741219 12246 ts_tablet_manager.cc:1403] T 6ec40357374146e5b00cd268e179c550 P 0b460c3eac154fd490dcda66c74ec996: Time spent bootstrapping tablet: real 0.030s	user 0.009s	sys 0.005s
I20260608 12:44:12.747646 12246 raft_consensus.cc:359] T 6ec40357374146e5b00cd268e179c550 P 0b460c3eac154fd490dcda66c74ec996 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.748875 12246 raft_consensus.cc:385] T 6ec40357374146e5b00cd268e179c550 P 0b460c3eac154fd490dcda66c74ec996 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:12.749205 12246 raft_consensus.cc:740] T 6ec40357374146e5b00cd268e179c550 P 0b460c3eac154fd490dcda66c74ec996 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0b460c3eac154fd490dcda66c74ec996, State: Initialized, Role: FOLLOWER
I20260608 12:44:12.749361 12250 tablet_bootstrap.cc:492] T 5440df94a5fa44478b04fdb7df0b46bb P e23ccd7f603d4d25804f0fe90c35e573: No bootstrap required, opened a new log
I20260608 12:44:12.750303 12250 ts_tablet_manager.cc:1403] T 5440df94a5fa44478b04fdb7df0b46bb P e23ccd7f603d4d25804f0fe90c35e573: Time spent bootstrapping tablet: real 0.060s	user 0.032s	sys 0.005s
I20260608 12:44:12.750241 12246 consensus_queue.cc:260] T 6ec40357374146e5b00cd268e179c550 P 0b460c3eac154fd490dcda66c74ec996 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.750921 12052 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82c0a57cc8394167804380e648f64e7a" candidate_uuid: "1cec080d2e674aac8ef813c04d7554fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0b460c3eac154fd490dcda66c74ec996" is_pre_election: true
I20260608 12:44:12.751753 12052 raft_consensus.cc:2468] T 82c0a57cc8394167804380e648f64e7a P 0b460c3eac154fd490dcda66c74ec996 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1cec080d2e674aac8ef813c04d7554fa in term 0.
I20260608 12:44:12.752349 12252 raft_consensus.cc:515] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } }
I20260608 12:44:12.753172 12246 ts_tablet_manager.cc:1434] T 6ec40357374146e5b00cd268e179c550 P 0b460c3eac154fd490dcda66c74ec996: Time spent starting tablet: real 0.012s	user 0.009s	sys 0.001s
I20260608 12:44:12.753504 12051 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5440df94a5fa44478b04fdb7df0b46bb" candidate_uuid: "1cec080d2e674aac8ef813c04d7554fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0b460c3eac154fd490dcda66c74ec996" is_pre_election: true
I20260608 12:44:12.754289 12051 raft_consensus.cc:2468] T 5440df94a5fa44478b04fdb7df0b46bb P 0b460c3eac154fd490dcda66c74ec996 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1cec080d2e674aac8ef813c04d7554fa in term 0.
I20260608 12:44:12.757947 12090 leader_election.cc:304] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa [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: 0b460c3eac154fd490dcda66c74ec996, 1cec080d2e674aac8ef813c04d7554fa; no voters: e23ccd7f603d4d25804f0fe90c35e573
I20260608 12:44:12.758308 12200 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82c0a57cc8394167804380e648f64e7a" candidate_uuid: "1cec080d2e674aac8ef813c04d7554fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e23ccd7f603d4d25804f0fe90c35e573"
I20260608 12:44:12.758641 12252 leader_election.cc:290] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa [CANDIDATE]: Term 1 election: Requested vote from peers e23ccd7f603d4d25804f0fe90c35e573 (127.0.107.195:33171), 0b460c3eac154fd490dcda66c74ec996 (127.0.107.193:37387)
I20260608 12:44:12.759121 12200 raft_consensus.cc:3060] T 82c0a57cc8394167804380e648f64e7a P e23ccd7f603d4d25804f0fe90c35e573 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:12.759384 12252 raft_consensus.cc:2804] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:44:12.759848 12252 raft_consensus.cc:493] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:44:12.739813 12269 raft_consensus.cc:515] T 6ec40357374146e5b00cd268e179c550 P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.760234 12252 raft_consensus.cc:3060] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:12.754549 12246 tablet_bootstrap.cc:492] T 2580bc606dd2483ea363faf26475621e P 0b460c3eac154fd490dcda66c74ec996: Bootstrap starting.
I20260608 12:44:12.763003 12269 leader_election.cc:290] T 6ec40357374146e5b00cd268e179c550 P 1cec080d2e674aac8ef813c04d7554fa [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0b460c3eac154fd490dcda66c74ec996 (127.0.107.193:37387), e23ccd7f603d4d25804f0fe90c35e573 (127.0.107.195:33171)
I20260608 12:44:12.764535 12201 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ec40357374146e5b00cd268e179c550" candidate_uuid: "1cec080d2e674aac8ef813c04d7554fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e23ccd7f603d4d25804f0fe90c35e573" is_pre_election: true
W20260608 12:44:12.771173 12091 leader_election.cc:343] T 6ec40357374146e5b00cd268e179c550 P 1cec080d2e674aac8ef813c04d7554fa [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer e23ccd7f603d4d25804f0fe90c35e573 (127.0.107.195:33171): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:44:12.766959 12250 raft_consensus.cc:359] T 5440df94a5fa44478b04fdb7df0b46bb P e23ccd7f603d4d25804f0fe90c35e573 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.773203 12200 raft_consensus.cc:2468] T 82c0a57cc8394167804380e648f64e7a P e23ccd7f603d4d25804f0fe90c35e573 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1cec080d2e674aac8ef813c04d7554fa in term 1.
I20260608 12:44:12.773252 12250 raft_consensus.cc:385] T 5440df94a5fa44478b04fdb7df0b46bb P e23ccd7f603d4d25804f0fe90c35e573 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:12.774878 12250 raft_consensus.cc:740] T 5440df94a5fa44478b04fdb7df0b46bb P e23ccd7f603d4d25804f0fe90c35e573 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e23ccd7f603d4d25804f0fe90c35e573, State: Initialized, Role: FOLLOWER
I20260608 12:44:12.775395 12246 tablet_bootstrap.cc:654] T 2580bc606dd2483ea363faf26475621e P 0b460c3eac154fd490dcda66c74ec996: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:12.775830 12091 leader_election.cc:304] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa [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: 1cec080d2e674aac8ef813c04d7554fa, e23ccd7f603d4d25804f0fe90c35e573; no voters: 
I20260608 12:44:12.775933 12250 consensus_queue.cc:260] T 5440df94a5fa44478b04fdb7df0b46bb P e23ccd7f603d4d25804f0fe90c35e573 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.777688 12270 raft_consensus.cc:2804] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:44:12.778317 12270 raft_consensus.cc:697] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa [term 1 LEADER]: Becoming Leader. State: Replica: 1cec080d2e674aac8ef813c04d7554fa, State: Running, Role: LEADER
I20260608 12:44:12.778800 12250 ts_tablet_manager.cc:1434] T 5440df94a5fa44478b04fdb7df0b46bb P e23ccd7f603d4d25804f0fe90c35e573: Time spent starting tablet: real 0.028s	user 0.005s	sys 0.003s
I20260608 12:44:12.773552 12252 raft_consensus.cc:515] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.779335 12270 consensus_queue.cc:237] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } }
I20260608 12:44:12.779613 12051 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "82c0a57cc8394167804380e648f64e7a" candidate_uuid: "1cec080d2e674aac8ef813c04d7554fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0b460c3eac154fd490dcda66c74ec996"
I20260608 12:44:12.780586 12051 raft_consensus.cc:3060] T 82c0a57cc8394167804380e648f64e7a P 0b460c3eac154fd490dcda66c74ec996 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:12.781178 12252 leader_election.cc:290] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa [CANDIDATE]: Term 1 election: Requested vote from peers 0b460c3eac154fd490dcda66c74ec996 (127.0.107.193:37387), e23ccd7f603d4d25804f0fe90c35e573 (127.0.107.195:33171)
I20260608 12:44:12.784003 12200 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5440df94a5fa44478b04fdb7df0b46bb" candidate_uuid: "1cec080d2e674aac8ef813c04d7554fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e23ccd7f603d4d25804f0fe90c35e573"
I20260608 12:44:12.784736 12250 tablet_bootstrap.cc:492] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573: Bootstrap starting.
I20260608 12:44:12.784701 12200 raft_consensus.cc:3060] T 5440df94a5fa44478b04fdb7df0b46bb P e23ccd7f603d4d25804f0fe90c35e573 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:12.791335 12052 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ec40357374146e5b00cd268e179c550" candidate_uuid: "1cec080d2e674aac8ef813c04d7554fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0b460c3eac154fd490dcda66c74ec996" is_pre_election: true
I20260608 12:44:12.792186 12052 raft_consensus.cc:2468] T 6ec40357374146e5b00cd268e179c550 P 0b460c3eac154fd490dcda66c74ec996 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1cec080d2e674aac8ef813c04d7554fa in term 0.
I20260608 12:44:12.793504 12050 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5440df94a5fa44478b04fdb7df0b46bb" candidate_uuid: "1cec080d2e674aac8ef813c04d7554fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0b460c3eac154fd490dcda66c74ec996"
I20260608 12:44:12.794643 12250 tablet_bootstrap.cc:654] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:12.794732 12050 raft_consensus.cc:3060] T 5440df94a5fa44478b04fdb7df0b46bb P 0b460c3eac154fd490dcda66c74ec996 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:12.794646 12200 raft_consensus.cc:2468] T 5440df94a5fa44478b04fdb7df0b46bb P e23ccd7f603d4d25804f0fe90c35e573 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1cec080d2e674aac8ef813c04d7554fa in term 1.
I20260608 12:44:12.797538 12091 leader_election.cc:304] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa [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: 1cec080d2e674aac8ef813c04d7554fa, e23ccd7f603d4d25804f0fe90c35e573; no voters: 
I20260608 12:44:12.798723 12269 raft_consensus.cc:2804] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:44:12.799273 12269 raft_consensus.cc:697] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa [term 1 LEADER]: Becoming Leader. State: Replica: 1cec080d2e674aac8ef813c04d7554fa, State: Running, Role: LEADER
I20260608 12:44:12.800246 12269 consensus_queue.cc:237] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.794775 12090 leader_election.cc:304] T 6ec40357374146e5b00cd268e179c550 P 1cec080d2e674aac8ef813c04d7554fa [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: 0b460c3eac154fd490dcda66c74ec996, 1cec080d2e674aac8ef813c04d7554fa; no voters: e23ccd7f603d4d25804f0fe90c35e573
I20260608 12:44:12.802229 12051 raft_consensus.cc:2468] T 82c0a57cc8394167804380e648f64e7a P 0b460c3eac154fd490dcda66c74ec996 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1cec080d2e674aac8ef813c04d7554fa in term 1.
I20260608 12:44:12.803200 12252 raft_consensus.cc:2804] T 6ec40357374146e5b00cd268e179c550 P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:44:12.803625 12252 raft_consensus.cc:493] T 6ec40357374146e5b00cd268e179c550 P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:44:12.803974 12252 raft_consensus.cc:3060] T 6ec40357374146e5b00cd268e179c550 P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:12.801578 12246 tablet_bootstrap.cc:492] T 2580bc606dd2483ea363faf26475621e P 0b460c3eac154fd490dcda66c74ec996: No bootstrap required, opened a new log
W20260608 12:44:12.804836 11998 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:44:12.807904 12246 ts_tablet_manager.cc:1403] T 2580bc606dd2483ea363faf26475621e P 0b460c3eac154fd490dcda66c74ec996: Time spent bootstrapping tablet: real 0.054s	user 0.016s	sys 0.011s
I20260608 12:44:12.811748 12246 raft_consensus.cc:359] T 2580bc606dd2483ea363faf26475621e P 0b460c3eac154fd490dcda66c74ec996 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.816255 12246 raft_consensus.cc:385] T 2580bc606dd2483ea363faf26475621e P 0b460c3eac154fd490dcda66c74ec996 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:12.816727 12246 raft_consensus.cc:740] T 2580bc606dd2483ea363faf26475621e P 0b460c3eac154fd490dcda66c74ec996 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0b460c3eac154fd490dcda66c74ec996, State: Initialized, Role: FOLLOWER
I20260608 12:44:12.817909 12246 consensus_queue.cc:260] T 2580bc606dd2483ea363faf26475621e P 0b460c3eac154fd490dcda66c74ec996 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.820842 12246 ts_tablet_manager.cc:1434] T 2580bc606dd2483ea363faf26475621e P 0b460c3eac154fd490dcda66c74ec996: Time spent starting tablet: real 0.012s	user 0.007s	sys 0.000s
I20260608 12:44:12.815593 12050 raft_consensus.cc:2468] T 5440df94a5fa44478b04fdb7df0b46bb P 0b460c3eac154fd490dcda66c74ec996 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1cec080d2e674aac8ef813c04d7554fa in term 1.
I20260608 12:44:12.818820 12252 raft_consensus.cc:515] T 6ec40357374146e5b00cd268e179c550 P 1cec080d2e674aac8ef813c04d7554fa [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.831826 12252 leader_election.cc:290] T 6ec40357374146e5b00cd268e179c550 P 1cec080d2e674aac8ef813c04d7554fa [CANDIDATE]: Term 1 election: Requested vote from peers 0b460c3eac154fd490dcda66c74ec996 (127.0.107.193:37387), e23ccd7f603d4d25804f0fe90c35e573 (127.0.107.195:33171)
I20260608 12:44:12.834025 12050 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ec40357374146e5b00cd268e179c550" candidate_uuid: "1cec080d2e674aac8ef813c04d7554fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0b460c3eac154fd490dcda66c74ec996"
I20260608 12:44:12.834849 12050 raft_consensus.cc:3060] T 6ec40357374146e5b00cd268e179c550 P 0b460c3eac154fd490dcda66c74ec996 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:12.838079 11947 catalog_manager.cc:5696] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa reported cstate change: term changed from 0 to 1, leader changed from <none> to 1cec080d2e674aac8ef813c04d7554fa (127.0.107.194). New cstate: current_term: 1 leader_uuid: "1cec080d2e674aac8ef813c04d7554fa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } health_report { overall_health: UNKNOWN } } }
I20260608 12:44:12.842433 12200 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ec40357374146e5b00cd268e179c550" candidate_uuid: "1cec080d2e674aac8ef813c04d7554fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e23ccd7f603d4d25804f0fe90c35e573"
I20260608 12:44:12.843463 12050 raft_consensus.cc:2468] T 6ec40357374146e5b00cd268e179c550 P 0b460c3eac154fd490dcda66c74ec996 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1cec080d2e674aac8ef813c04d7554fa in term 1.
I20260608 12:44:12.845191 12090 leader_election.cc:304] T 6ec40357374146e5b00cd268e179c550 P 1cec080d2e674aac8ef813c04d7554fa [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: 0b460c3eac154fd490dcda66c74ec996, 1cec080d2e674aac8ef813c04d7554fa; no voters: 
I20260608 12:44:12.845477 12270 raft_consensus.cc:493] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:44:12.846374 12252 raft_consensus.cc:2804] T 6ec40357374146e5b00cd268e179c550 P 1cec080d2e674aac8ef813c04d7554fa [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:44:12.846125 12270 raft_consensus.cc:515] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.847034 12252 raft_consensus.cc:697] T 6ec40357374146e5b00cd268e179c550 P 1cec080d2e674aac8ef813c04d7554fa [term 1 LEADER]: Becoming Leader. State: Replica: 1cec080d2e674aac8ef813c04d7554fa, State: Running, Role: LEADER
W20260608 12:44:12.848176 12091 leader_election.cc:343] T 6ec40357374146e5b00cd268e179c550 P 1cec080d2e674aac8ef813c04d7554fa [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer e23ccd7f603d4d25804f0fe90c35e573 (127.0.107.195:33171): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:44:12.848069 12252 consensus_queue.cc:237] T 6ec40357374146e5b00cd268e179c550 P 1cec080d2e674aac8ef813c04d7554fa [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.848758 12270 leader_election.cc:290] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0b460c3eac154fd490dcda66c74ec996 (127.0.107.193:37387), e23ccd7f603d4d25804f0fe90c35e573 (127.0.107.195:33171)
I20260608 12:44:12.851646 12050 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2580bc606dd2483ea363faf26475621e" candidate_uuid: "1cec080d2e674aac8ef813c04d7554fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0b460c3eac154fd490dcda66c74ec996" is_pre_election: true
I20260608 12:44:12.852420 12050 raft_consensus.cc:2468] T 2580bc606dd2483ea363faf26475621e P 0b460c3eac154fd490dcda66c74ec996 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1cec080d2e674aac8ef813c04d7554fa in term 0.
I20260608 12:44:12.848176 12250 tablet_bootstrap.cc:492] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573: No bootstrap required, opened a new log
I20260608 12:44:12.852690 12200 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2580bc606dd2483ea363faf26475621e" candidate_uuid: "1cec080d2e674aac8ef813c04d7554fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e23ccd7f603d4d25804f0fe90c35e573" is_pre_election: true
I20260608 12:44:12.853530 12200 raft_consensus.cc:2468] T 2580bc606dd2483ea363faf26475621e P e23ccd7f603d4d25804f0fe90c35e573 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1cec080d2e674aac8ef813c04d7554fa in term 0.
I20260608 12:44:12.853878 12090 leader_election.cc:304] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0b460c3eac154fd490dcda66c74ec996, 1cec080d2e674aac8ef813c04d7554fa; no voters: 
I20260608 12:44:12.854877 12270 raft_consensus.cc:2804] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:44:12.855305 12270 raft_consensus.cc:493] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:44:12.855880 12270 raft_consensus.cc:3060] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:12.856624 12250 ts_tablet_manager.cc:1403] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573: Time spent bootstrapping tablet: real 0.072s	user 0.026s	sys 0.029s
I20260608 12:44:12.861336 12250 raft_consensus.cc:359] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.862317 12250 raft_consensus.cc:385] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:12.862681 12250 raft_consensus.cc:740] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e23ccd7f603d4d25804f0fe90c35e573, State: Initialized, Role: FOLLOWER
I20260608 12:44:12.863745 12250 consensus_queue.cc:260] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.865149 12270 raft_consensus.cc:515] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.867738 12250 ts_tablet_manager.cc:1434] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573: Time spent starting tablet: real 0.010s	user 0.003s	sys 0.003s
I20260608 12:44:12.867828 12270 leader_election.cc:290] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa [CANDIDATE]: Term 1 election: Requested vote from peers 0b460c3eac154fd490dcda66c74ec996 (127.0.107.193:37387), e23ccd7f603d4d25804f0fe90c35e573 (127.0.107.195:33171)
I20260608 12:44:12.868736 12050 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2580bc606dd2483ea363faf26475621e" candidate_uuid: "1cec080d2e674aac8ef813c04d7554fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0b460c3eac154fd490dcda66c74ec996"
I20260608 12:44:12.869450 12250 tablet_bootstrap.cc:492] T 6ec40357374146e5b00cd268e179c550 P e23ccd7f603d4d25804f0fe90c35e573: Bootstrap starting.
I20260608 12:44:12.870208 12200 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2580bc606dd2483ea363faf26475621e" candidate_uuid: "1cec080d2e674aac8ef813c04d7554fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e23ccd7f603d4d25804f0fe90c35e573"
I20260608 12:44:12.870908 12200 raft_consensus.cc:3060] T 2580bc606dd2483ea363faf26475621e P e23ccd7f603d4d25804f0fe90c35e573 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:12.871656 11947 catalog_manager.cc:5696] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa reported cstate change: term changed from 0 to 1, leader changed from <none> to 1cec080d2e674aac8ef813c04d7554fa (127.0.107.194). New cstate: current_term: 1 leader_uuid: "1cec080d2e674aac8ef813c04d7554fa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } health_report { overall_health: UNKNOWN } } }
I20260608 12:44:12.870411 12255 raft_consensus.cc:493] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:44:12.873767 12255 raft_consensus.cc:515] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.878252 12250 tablet_bootstrap.cc:654] T 6ec40357374146e5b00cd268e179c550 P e23ccd7f603d4d25804f0fe90c35e573: Neither blocks nor log segments found. Creating new log.
I20260608 12:44:12.869398 12050 raft_consensus.cc:3060] T 2580bc606dd2483ea363faf26475621e P 0b460c3eac154fd490dcda66c74ec996 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:12.879518 12200 raft_consensus.cc:2468] T 2580bc606dd2483ea363faf26475621e P e23ccd7f603d4d25804f0fe90c35e573 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1cec080d2e674aac8ef813c04d7554fa in term 1.
I20260608 12:44:12.880865 12091 leader_election.cc:304] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa [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: 1cec080d2e674aac8ef813c04d7554fa, e23ccd7f603d4d25804f0fe90c35e573; no voters: 
I20260608 12:44:12.882808 11947 catalog_manager.cc:5696] T 6ec40357374146e5b00cd268e179c550 P 1cec080d2e674aac8ef813c04d7554fa reported cstate change: term changed from 0 to 1, leader changed from <none> to 1cec080d2e674aac8ef813c04d7554fa (127.0.107.194). New cstate: current_term: 1 leader_uuid: "1cec080d2e674aac8ef813c04d7554fa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } health_report { overall_health: UNKNOWN } } }
I20260608 12:44:12.885388 12250 tablet_bootstrap.cc:492] T 6ec40357374146e5b00cd268e179c550 P e23ccd7f603d4d25804f0fe90c35e573: No bootstrap required, opened a new log
I20260608 12:44:12.886209 12250 ts_tablet_manager.cc:1403] T 6ec40357374146e5b00cd268e179c550 P e23ccd7f603d4d25804f0fe90c35e573: Time spent bootstrapping tablet: real 0.017s	user 0.007s	sys 0.008s
I20260608 12:44:12.887408 12255 leader_election.cc:290] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0b460c3eac154fd490dcda66c74ec996 (127.0.107.193:37387), 1cec080d2e674aac8ef813c04d7554fa (127.0.107.194:41023)
I20260608 12:44:12.888409 12270 raft_consensus.cc:2804] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:44:12.889907 12270 raft_consensus.cc:697] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa [term 1 LEADER]: Becoming Leader. State: Replica: 1cec080d2e674aac8ef813c04d7554fa, State: Running, Role: LEADER
I20260608 12:44:12.891265 12270 consensus_queue.cc:237] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.894151 12250 raft_consensus.cc:359] T 6ec40357374146e5b00cd268e179c550 P e23ccd7f603d4d25804f0fe90c35e573 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.895125 12250 raft_consensus.cc:385] T 6ec40357374146e5b00cd268e179c550 P e23ccd7f603d4d25804f0fe90c35e573 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:44:12.895522 12250 raft_consensus.cc:740] T 6ec40357374146e5b00cd268e179c550 P e23ccd7f603d4d25804f0fe90c35e573 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e23ccd7f603d4d25804f0fe90c35e573, State: Initialized, Role: FOLLOWER
I20260608 12:44:12.896839 12250 consensus_queue.cc:260] T 6ec40357374146e5b00cd268e179c550 P e23ccd7f603d4d25804f0fe90c35e573 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.899829 12250 ts_tablet_manager.cc:1434] T 6ec40357374146e5b00cd268e179c550 P e23ccd7f603d4d25804f0fe90c35e573: Time spent starting tablet: real 0.013s	user 0.002s	sys 0.006s
I20260608 12:44:12.903437 12050 raft_consensus.cc:2468] T 2580bc606dd2483ea363faf26475621e P 0b460c3eac154fd490dcda66c74ec996 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1cec080d2e674aac8ef813c04d7554fa in term 1.
I20260608 12:44:12.926039 12127 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7080d6a42b2940e985b06b68426d5f82" candidate_uuid: "e23ccd7f603d4d25804f0fe90c35e573" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1cec080d2e674aac8ef813c04d7554fa" is_pre_election: true
I20260608 12:44:12.926803 12050 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7080d6a42b2940e985b06b68426d5f82" candidate_uuid: "e23ccd7f603d4d25804f0fe90c35e573" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0b460c3eac154fd490dcda66c74ec996" is_pre_election: true
I20260608 12:44:12.926939 12127 raft_consensus.cc:2468] T 7080d6a42b2940e985b06b68426d5f82 P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e23ccd7f603d4d25804f0fe90c35e573 in term 0.
I20260608 12:44:12.927992 12050 raft_consensus.cc:2468] T 7080d6a42b2940e985b06b68426d5f82 P 0b460c3eac154fd490dcda66c74ec996 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e23ccd7f603d4d25804f0fe90c35e573 in term 0.
I20260608 12:44:12.929383 12164 leader_election.cc:304] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0b460c3eac154fd490dcda66c74ec996, e23ccd7f603d4d25804f0fe90c35e573; no voters: 
I20260608 12:44:12.930369 12255 raft_consensus.cc:2804] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:44:12.930779 12255 raft_consensus.cc:493] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:44:12.931181 12255 raft_consensus.cc:3060] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:12.931811 11947 catalog_manager.cc:5696] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa reported cstate change: term changed from 0 to 1, leader changed from <none> to 1cec080d2e674aac8ef813c04d7554fa (127.0.107.194). New cstate: current_term: 1 leader_uuid: "1cec080d2e674aac8ef813c04d7554fa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } health_report { overall_health: UNKNOWN } } }
I20260608 12:44:12.938685 12255 raft_consensus.cc:515] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.941196 12255 leader_election.cc:290] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573 [CANDIDATE]: Term 1 election: Requested vote from peers 0b460c3eac154fd490dcda66c74ec996 (127.0.107.193:37387), 1cec080d2e674aac8ef813c04d7554fa (127.0.107.194:41023)
I20260608 12:44:12.944110 12050 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7080d6a42b2940e985b06b68426d5f82" candidate_uuid: "e23ccd7f603d4d25804f0fe90c35e573" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0b460c3eac154fd490dcda66c74ec996"
I20260608 12:44:12.944970 12050 raft_consensus.cc:3060] T 7080d6a42b2940e985b06b68426d5f82 P 0b460c3eac154fd490dcda66c74ec996 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:12.945730 12127 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7080d6a42b2940e985b06b68426d5f82" candidate_uuid: "e23ccd7f603d4d25804f0fe90c35e573" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1cec080d2e674aac8ef813c04d7554fa"
I20260608 12:44:12.946380 12127 raft_consensus.cc:3060] T 7080d6a42b2940e985b06b68426d5f82 P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:12.951628 12050 raft_consensus.cc:2468] T 7080d6a42b2940e985b06b68426d5f82 P 0b460c3eac154fd490dcda66c74ec996 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e23ccd7f603d4d25804f0fe90c35e573 in term 1.
I20260608 12:44:12.952356 12127 raft_consensus.cc:2468] T 7080d6a42b2940e985b06b68426d5f82 P 1cec080d2e674aac8ef813c04d7554fa [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e23ccd7f603d4d25804f0fe90c35e573 in term 1.
I20260608 12:44:12.953202 12164 leader_election.cc:304] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573 [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: 0b460c3eac154fd490dcda66c74ec996, e23ccd7f603d4d25804f0fe90c35e573; no voters: 
I20260608 12:44:12.954342 12255 raft_consensus.cc:2804] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:44:12.956090 12255 raft_consensus.cc:697] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573 [term 1 LEADER]: Becoming Leader. State: Replica: e23ccd7f603d4d25804f0fe90c35e573, State: Running, Role: LEADER
I20260608 12:44:12.957201 12255 consensus_queue.cc:237] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.966503 11947 catalog_manager.cc:5696] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573 reported cstate change: term changed from 0 to 1, leader changed from <none> to e23ccd7f603d4d25804f0fe90c35e573 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "e23ccd7f603d4d25804f0fe90c35e573" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } health_report { overall_health: HEALTHY } } }
I20260608 12:44:12.995831 12270 raft_consensus.cc:493] T 51759c3b8ea04ca994b862f7b6d15ed3 P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:44:12.996490 12270 raft_consensus.cc:515] T 51759c3b8ea04ca994b862f7b6d15ed3 P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:12.998548 12270 leader_election.cc:290] T 51759c3b8ea04ca994b862f7b6d15ed3 P 1cec080d2e674aac8ef813c04d7554fa [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0b460c3eac154fd490dcda66c74ec996 (127.0.107.193:37387), e23ccd7f603d4d25804f0fe90c35e573 (127.0.107.195:33171)
I20260608 12:44:12.999538 12050 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "51759c3b8ea04ca994b862f7b6d15ed3" candidate_uuid: "1cec080d2e674aac8ef813c04d7554fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0b460c3eac154fd490dcda66c74ec996" is_pre_election: true
I20260608 12:44:12.999755 12200 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "51759c3b8ea04ca994b862f7b6d15ed3" candidate_uuid: "1cec080d2e674aac8ef813c04d7554fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e23ccd7f603d4d25804f0fe90c35e573" is_pre_election: true
I20260608 12:44:13.000337 12050 raft_consensus.cc:2468] T 51759c3b8ea04ca994b862f7b6d15ed3 P 0b460c3eac154fd490dcda66c74ec996 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1cec080d2e674aac8ef813c04d7554fa in term 0.
I20260608 12:44:13.000430 12200 raft_consensus.cc:2468] T 51759c3b8ea04ca994b862f7b6d15ed3 P e23ccd7f603d4d25804f0fe90c35e573 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1cec080d2e674aac8ef813c04d7554fa in term 0.
I20260608 12:44:13.001700 12091 leader_election.cc:304] T 51759c3b8ea04ca994b862f7b6d15ed3 P 1cec080d2e674aac8ef813c04d7554fa [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1cec080d2e674aac8ef813c04d7554fa, e23ccd7f603d4d25804f0fe90c35e573; no voters: 
I20260608 12:44:13.002588 12270 raft_consensus.cc:2804] T 51759c3b8ea04ca994b862f7b6d15ed3 P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:44:13.002954 12270 raft_consensus.cc:493] T 51759c3b8ea04ca994b862f7b6d15ed3 P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:44:13.003232 12270 raft_consensus.cc:3060] T 51759c3b8ea04ca994b862f7b6d15ed3 P 1cec080d2e674aac8ef813c04d7554fa [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:13.009474 12270 raft_consensus.cc:515] T 51759c3b8ea04ca994b862f7b6d15ed3 P 1cec080d2e674aac8ef813c04d7554fa [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:13.011508 12270 leader_election.cc:290] T 51759c3b8ea04ca994b862f7b6d15ed3 P 1cec080d2e674aac8ef813c04d7554fa [CANDIDATE]: Term 1 election: Requested vote from peers 0b460c3eac154fd490dcda66c74ec996 (127.0.107.193:37387), e23ccd7f603d4d25804f0fe90c35e573 (127.0.107.195:33171)
I20260608 12:44:13.012771 12200 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "51759c3b8ea04ca994b862f7b6d15ed3" candidate_uuid: "1cec080d2e674aac8ef813c04d7554fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e23ccd7f603d4d25804f0fe90c35e573"
I20260608 12:44:13.012771 12050 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "51759c3b8ea04ca994b862f7b6d15ed3" candidate_uuid: "1cec080d2e674aac8ef813c04d7554fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0b460c3eac154fd490dcda66c74ec996"
I20260608 12:44:13.013862 12200 raft_consensus.cc:3060] T 51759c3b8ea04ca994b862f7b6d15ed3 P e23ccd7f603d4d25804f0fe90c35e573 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:13.013919 12050 raft_consensus.cc:3060] T 51759c3b8ea04ca994b862f7b6d15ed3 P 0b460c3eac154fd490dcda66c74ec996 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:13.022439 12050 raft_consensus.cc:2468] T 51759c3b8ea04ca994b862f7b6d15ed3 P 0b460c3eac154fd490dcda66c74ec996 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1cec080d2e674aac8ef813c04d7554fa in term 1.
I20260608 12:44:13.022439 12200 raft_consensus.cc:2468] T 51759c3b8ea04ca994b862f7b6d15ed3 P e23ccd7f603d4d25804f0fe90c35e573 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1cec080d2e674aac8ef813c04d7554fa in term 1.
I20260608 12:44:13.024120 12091 leader_election.cc:304] T 51759c3b8ea04ca994b862f7b6d15ed3 P 1cec080d2e674aac8ef813c04d7554fa [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: 1cec080d2e674aac8ef813c04d7554fa, e23ccd7f603d4d25804f0fe90c35e573; no voters: 
I20260608 12:44:13.025022 12270 raft_consensus.cc:2804] T 51759c3b8ea04ca994b862f7b6d15ed3 P 1cec080d2e674aac8ef813c04d7554fa [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:44:13.025638 12270 raft_consensus.cc:697] T 51759c3b8ea04ca994b862f7b6d15ed3 P 1cec080d2e674aac8ef813c04d7554fa [term 1 LEADER]: Becoming Leader. State: Replica: 1cec080d2e674aac8ef813c04d7554fa, State: Running, Role: LEADER
I20260608 12:44:13.026639 12270 consensus_queue.cc:237] T 51759c3b8ea04ca994b862f7b6d15ed3 P 1cec080d2e674aac8ef813c04d7554fa [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } }
I20260608 12:44:13.035079 11947 catalog_manager.cc:5696] T 51759c3b8ea04ca994b862f7b6d15ed3 P 1cec080d2e674aac8ef813c04d7554fa reported cstate change: term changed from 0 to 1, leader changed from <none> to 1cec080d2e674aac8ef813c04d7554fa (127.0.107.194). New cstate: current_term: 1 leader_uuid: "1cec080d2e674aac8ef813c04d7554fa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } health_report { overall_health: UNKNOWN } } }
I20260608 12:44:13.253925 12270 consensus_queue.cc:1048] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:44:13.263322 12201 raft_consensus.cc:3060] T 6ec40357374146e5b00cd268e179c550 P e23ccd7f603d4d25804f0fe90c35e573 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:44:13.275187 12270 consensus_queue.cc:1048] T 6ec40357374146e5b00cd268e179c550 P 1cec080d2e674aac8ef813c04d7554fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:44:13.278004 12269 consensus_queue.cc:1048] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:44:13.309095 12252 consensus_queue.cc:1048] T 6ec40357374146e5b00cd268e179c550 P 1cec080d2e674aac8ef813c04d7554fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:44:13.352643 12252 consensus_queue.cc:1048] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:44:13.412994 12199 raft_consensus.cc:1275] T 51759c3b8ea04ca994b862f7b6d15ed3 P e23ccd7f603d4d25804f0fe90c35e573 [term 1 FOLLOWER]: Refusing update from remote peer 1cec080d2e674aac8ef813c04d7554fa: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:44:13.414798 12270 consensus_queue.cc:1048] T 51759c3b8ea04ca994b862f7b6d15ed3 P 1cec080d2e674aac8ef813c04d7554fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:44:13.421978 12050 raft_consensus.cc:1275] T 7080d6a42b2940e985b06b68426d5f82 P 0b460c3eac154fd490dcda66c74ec996 [term 1 FOLLOWER]: Refusing update from remote peer e23ccd7f603d4d25804f0fe90c35e573: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:44:13.424048 12255 consensus_queue.cc:1048] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
I20260608 12:44:13.428910 12198 raft_consensus.cc:1275] T 2580bc606dd2483ea363faf26475621e P e23ccd7f603d4d25804f0fe90c35e573 [term 1 FOLLOWER]: Refusing update from remote peer 1cec080d2e674aac8ef813c04d7554fa: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:44:13.434033 12269 consensus_queue.cc:1048] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:44:13.443475 12270 consensus_queue.cc:1048] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.006s
I20260608 12:44:13.462088 12051 raft_consensus.cc:1275] T 51759c3b8ea04ca994b862f7b6d15ed3 P 0b460c3eac154fd490dcda66c74ec996 [term 1 FOLLOWER]: Refusing update from remote peer 1cec080d2e674aac8ef813c04d7554fa: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:44:13.486333 12252 consensus_queue.cc:1048] T 51759c3b8ea04ca994b862f7b6d15ed3 P 1cec080d2e674aac8ef813c04d7554fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:44:13.500969 12052 raft_consensus.cc:1275] T 2580bc606dd2483ea363faf26475621e P 0b460c3eac154fd490dcda66c74ec996 [term 1 FOLLOWER]: Refusing update from remote peer 1cec080d2e674aac8ef813c04d7554fa: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:44:13.510988 12255 consensus_queue.cc:1048] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.004s
I20260608 12:44:13.551100 12315 consensus_queue.cc:1048] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260608 12:44:13.674896 12313 log.cc:927] Time spent T 51759c3b8ea04ca994b862f7b6d15ed3 P e23ccd7f603d4d25804f0fe90c35e573: Append to log took a long time: real 0.074s	user 0.001s	sys 0.000s
W20260608 12:44:14.232717 12090 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:37387, user_credentials={real_user=slave}} blocked reactor thread for 119048us
I20260608 12:44:14.818176   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:44:14.840672 12342 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:44:14.842157 12343 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:44:14.845323   431 server_base.cc:1061] running on GCE node
W20260608 12:44:14.845149 12345 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:44:14.846551   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:44:14.846804   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:44:14.847018   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922654847002 us; error 0 us; skew 500 ppm
I20260608 12:44:14.847627   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:44:14.850250   431 webserver.cc:533] Webserver started at http://127.0.107.196:46507/ using document root <none> and password file <none>
I20260608 12:44:14.850785   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:44:14.850986   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:44:14.851307   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:44:14.852408   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922397207313-431-0/minicluster-data/ts-3-root/instance:
uuid: "98e4434c84134aeeafd61abcab751ff1"
format_stamp: "Formatted at 2026-06-08 12:44:14 on dist-test-slave-1zds"
I20260608 12:44:14.857486   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.001s	sys 0.005s
I20260608 12:44:14.861105 12350 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:14.862042   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:44:14.862375   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922397207313-431-0/minicluster-data/ts-3-root
uuid: "98e4434c84134aeeafd61abcab751ff1"
format_stamp: "Formatted at 2026-06-08 12:44:14 on dist-test-slave-1zds"
I20260608 12:44:14.862628   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922397207313-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922397207313-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskhVfQgF/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922397207313-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:44:14.896103   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:44:14.897461   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:44:14.899024   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:44:14.901423   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:44:14.901643   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:14.901970   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:44:14.902119   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:44:14.944809   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:35749
I20260608 12:44:14.944942 12412 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:35749 every 8 connection(s)
I20260608 12:44:14.961490 12413 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44975
I20260608 12:44:14.962031 12413 heartbeater.cc:461] Registering TS with master...
I20260608 12:44:14.962757 12413 heartbeater.cc:507] Master 127.0.107.254:44975 requested a full tablet report, sending...
I20260608 12:44:14.964943 11941 ts_manager.cc:194] Registered new tserver with Master: 98e4434c84134aeeafd61abcab751ff1 (127.0.107.196:35749)
I20260608 12:44:14.966518 11941 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40658
I20260608 12:44:15.904103 12127 consensus_queue.cc:237] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 15, Committed index: 15, Last appended: 1.15, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } attrs { replace: true } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "98e4434c84134aeeafd61abcab751ff1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35749 } attrs { promote: true } }
I20260608 12:44:15.911422 12047 raft_consensus.cc:1275] T 82c0a57cc8394167804380e648f64e7a P 0b460c3eac154fd490dcda66c74ec996 [term 1 FOLLOWER]: Refusing update from remote peer 1cec080d2e674aac8ef813c04d7554fa: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:44:15.913509 12196 raft_consensus.cc:1275] T 82c0a57cc8394167804380e648f64e7a P e23ccd7f603d4d25804f0fe90c35e573 [term 1 FOLLOWER]: Refusing update from remote peer 1cec080d2e674aac8ef813c04d7554fa: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:44:15.918476 12252 consensus_queue.cc:1048] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
I20260608 12:44:15.920555 12339 consensus_queue.cc:1048] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
I20260608 12:44:15.929813 12252 raft_consensus.cc:2955] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 98e4434c84134aeeafd61abcab751ff1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } attrs { replace: true } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "98e4434c84134aeeafd61abcab751ff1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35749 } attrs { promote: true } } }
I20260608 12:44:15.932605 12196 raft_consensus.cc:2955] T 82c0a57cc8394167804380e648f64e7a P e23ccd7f603d4d25804f0fe90c35e573 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 98e4434c84134aeeafd61abcab751ff1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } attrs { replace: true } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "98e4434c84134aeeafd61abcab751ff1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35749 } attrs { promote: true } } }
I20260608 12:44:15.935019 12047 raft_consensus.cc:2955] T 82c0a57cc8394167804380e648f64e7a P 0b460c3eac154fd490dcda66c74ec996 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 98e4434c84134aeeafd61abcab751ff1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } attrs { replace: true } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "98e4434c84134aeeafd61abcab751ff1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35749 } attrs { promote: true } } }
W20260608 12:44:15.940521 12093 consensus_peers.cc:597] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa -> Peer 98e4434c84134aeeafd61abcab751ff1 (127.0.107.196:35749): Couldn't send request to peer 98e4434c84134aeeafd61abcab751ff1. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 82c0a57cc8394167804380e648f64e7a. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:44:15.950438 11946 catalog_manager.cc:5696] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa reported cstate change: config changed from index -1 to 16, NON_VOTER 98e4434c84134aeeafd61abcab751ff1 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "1cec080d2e674aac8ef813c04d7554fa" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "98e4434c84134aeeafd61abcab751ff1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35749 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:44:15.961651 12196 consensus_queue.cc:237] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 15, Committed index: 15, Last appended: 1.15, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } attrs { replace: true } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } } peers { permanent_uuid: "98e4434c84134aeeafd61abcab751ff1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35749 } attrs { promote: true } }
I20260608 12:44:15.970717 12413 heartbeater.cc:499] Master 127.0.107.254:44975 was elected leader, sending a full tablet report...
I20260608 12:44:15.973199 12127 raft_consensus.cc:1275] T 7080d6a42b2940e985b06b68426d5f82 P 1cec080d2e674aac8ef813c04d7554fa [term 1 FOLLOWER]: Refusing update from remote peer e23ccd7f603d4d25804f0fe90c35e573: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:44:15.976565 12047 raft_consensus.cc:1275] T 7080d6a42b2940e985b06b68426d5f82 P 0b460c3eac154fd490dcda66c74ec996 [term 1 FOLLOWER]: Refusing update from remote peer e23ccd7f603d4d25804f0fe90c35e573: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:44:15.978729 12324 consensus_queue.cc:1048] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
I20260608 12:44:15.982215 12432 consensus_queue.cc:1048] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
I20260608 12:44:15.991603 12324 raft_consensus.cc:2955] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573 [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 98e4434c84134aeeafd61abcab751ff1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } attrs { replace: true } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } } peers { permanent_uuid: "98e4434c84134aeeafd61abcab751ff1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35749 } attrs { promote: true } } }
W20260608 12:44:15.993069 12167 consensus_peers.cc:597] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573 -> Peer 98e4434c84134aeeafd61abcab751ff1 (127.0.107.196:35749): Couldn't send request to peer 98e4434c84134aeeafd61abcab751ff1. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 7080d6a42b2940e985b06b68426d5f82. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:44:15.993500 12047 raft_consensus.cc:2955] T 7080d6a42b2940e985b06b68426d5f82 P 0b460c3eac154fd490dcda66c74ec996 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 98e4434c84134aeeafd61abcab751ff1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } attrs { replace: true } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } } peers { permanent_uuid: "98e4434c84134aeeafd61abcab751ff1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35749 } attrs { promote: true } } }
I20260608 12:44:15.999670 12127 raft_consensus.cc:2955] T 7080d6a42b2940e985b06b68426d5f82 P 1cec080d2e674aac8ef813c04d7554fa [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 98e4434c84134aeeafd61abcab751ff1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } attrs { replace: true } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } } peers { permanent_uuid: "98e4434c84134aeeafd61abcab751ff1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35749 } attrs { promote: true } } }
I20260608 12:44:16.006496 11941 catalog_manager.cc:5696] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573 reported cstate change: config changed from index -1 to 16, NON_VOTER 98e4434c84134aeeafd61abcab751ff1 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "e23ccd7f603d4d25804f0fe90c35e573" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "98e4434c84134aeeafd61abcab751ff1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35749 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:44:16.007866 12126 consensus_queue.cc:237] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 15, Committed index: 15, Last appended: 1.15, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } attrs { replace: true } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } } peers { permanent_uuid: "98e4434c84134aeeafd61abcab751ff1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35749 } attrs { promote: true } }
I20260608 12:44:16.021690 12047 raft_consensus.cc:1275] T 5440df94a5fa44478b04fdb7df0b46bb P 0b460c3eac154fd490dcda66c74ec996 [term 1 FOLLOWER]: Refusing update from remote peer 1cec080d2e674aac8ef813c04d7554fa: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
W20260608 12:44:16.023092 12093 consensus_peers.cc:597] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa -> Peer 98e4434c84134aeeafd61abcab751ff1 (127.0.107.196:35749): Couldn't send request to peer 98e4434c84134aeeafd61abcab751ff1. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 5440df94a5fa44478b04fdb7df0b46bb. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:44:16.024230 12196 raft_consensus.cc:1275] T 5440df94a5fa44478b04fdb7df0b46bb P e23ccd7f603d4d25804f0fe90c35e573 [term 1 FOLLOWER]: Refusing update from remote peer 1cec080d2e674aac8ef813c04d7554fa: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:44:16.024830 12339 consensus_queue.cc:1048] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
I20260608 12:44:16.030015 12339 consensus_queue.cc:1048] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:44:16.035316 12252 raft_consensus.cc:2955] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 98e4434c84134aeeafd61abcab751ff1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } attrs { replace: true } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } } peers { permanent_uuid: "98e4434c84134aeeafd61abcab751ff1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35749 } attrs { promote: true } } }
I20260608 12:44:16.037192 12047 raft_consensus.cc:2955] T 5440df94a5fa44478b04fdb7df0b46bb P 0b460c3eac154fd490dcda66c74ec996 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 98e4434c84134aeeafd61abcab751ff1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } attrs { replace: true } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } } peers { permanent_uuid: "98e4434c84134aeeafd61abcab751ff1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35749 } attrs { promote: true } } }
I20260608 12:44:16.042335 12196 raft_consensus.cc:2955] T 5440df94a5fa44478b04fdb7df0b46bb P e23ccd7f603d4d25804f0fe90c35e573 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 98e4434c84134aeeafd61abcab751ff1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } attrs { replace: true } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } } peers { permanent_uuid: "98e4434c84134aeeafd61abcab751ff1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35749 } attrs { promote: true } } }
I20260608 12:44:16.052532 11941 catalog_manager.cc:5696] T 5440df94a5fa44478b04fdb7df0b46bb P 0b460c3eac154fd490dcda66c74ec996 reported cstate change: config changed from index -1 to 16, NON_VOTER 98e4434c84134aeeafd61abcab751ff1 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "1cec080d2e674aac8ef813c04d7554fa" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } attrs { replace: true } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } } peers { permanent_uuid: "98e4434c84134aeeafd61abcab751ff1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35749 } attrs { promote: true } } }
I20260608 12:44:16.054086 12126 consensus_queue.cc:237] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 15, Committed index: 15, Last appended: 1.15, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } attrs { replace: true } } peers { permanent_uuid: "98e4434c84134aeeafd61abcab751ff1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35749 } attrs { promote: true } }
I20260608 12:44:16.064419 12047 raft_consensus.cc:1275] T 2580bc606dd2483ea363faf26475621e P 0b460c3eac154fd490dcda66c74ec996 [term 1 FOLLOWER]: Refusing update from remote peer 1cec080d2e674aac8ef813c04d7554fa: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:44:16.066267 12252 consensus_queue.cc:1048] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
W20260608 12:44:16.069729 12093 consensus_peers.cc:597] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa -> Peer 98e4434c84134aeeafd61abcab751ff1 (127.0.107.196:35749): Couldn't send request to peer 98e4434c84134aeeafd61abcab751ff1. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 2580bc606dd2483ea363faf26475621e. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:44:16.070969 12196 raft_consensus.cc:1275] T 2580bc606dd2483ea363faf26475621e P e23ccd7f603d4d25804f0fe90c35e573 [term 1 FOLLOWER]: Refusing update from remote peer 1cec080d2e674aac8ef813c04d7554fa: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:44:16.072896 12339 consensus_queue.cc:1048] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:44:16.076136 12440 raft_consensus.cc:2955] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 98e4434c84134aeeafd61abcab751ff1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } attrs { replace: true } } peers { permanent_uuid: "98e4434c84134aeeafd61abcab751ff1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35749 } attrs { promote: true } } }
I20260608 12:44:16.078222 12047 raft_consensus.cc:2955] T 2580bc606dd2483ea363faf26475621e P 0b460c3eac154fd490dcda66c74ec996 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 98e4434c84134aeeafd61abcab751ff1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } attrs { replace: true } } peers { permanent_uuid: "98e4434c84134aeeafd61abcab751ff1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35749 } attrs { promote: true } } }
I20260608 12:44:16.084800 12196 raft_consensus.cc:2955] T 2580bc606dd2483ea363faf26475621e P e23ccd7f603d4d25804f0fe90c35e573 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 98e4434c84134aeeafd61abcab751ff1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } attrs { replace: true } } peers { permanent_uuid: "98e4434c84134aeeafd61abcab751ff1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35749 } attrs { promote: true } } }
I20260608 12:44:16.093683 11946 catalog_manager.cc:5696] T 2580bc606dd2483ea363faf26475621e P 0b460c3eac154fd490dcda66c74ec996 reported cstate change: config changed from index -1 to 16, NON_VOTER 98e4434c84134aeeafd61abcab751ff1 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "1cec080d2e674aac8ef813c04d7554fa" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } attrs { replace: true } } peers { permanent_uuid: "98e4434c84134aeeafd61abcab751ff1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35749 } attrs { promote: true } } }
I20260608 12:44:16.390683 12443 ts_tablet_manager.cc:933] T 7080d6a42b2940e985b06b68426d5f82 P 98e4434c84134aeeafd61abcab751ff1: Initiating tablet copy from peer e23ccd7f603d4d25804f0fe90c35e573 (127.0.107.195:33171)
I20260608 12:44:16.392901 12443 tablet_copy_client.cc:323] T 7080d6a42b2940e985b06b68426d5f82 P 98e4434c84134aeeafd61abcab751ff1: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:33171
I20260608 12:44:16.406236 12211 tablet_copy_service.cc:140] P e23ccd7f603d4d25804f0fe90c35e573: Received BeginTabletCopySession request for tablet 7080d6a42b2940e985b06b68426d5f82 from peer 98e4434c84134aeeafd61abcab751ff1 ({username='slave'} at 127.0.0.1:52066)
I20260608 12:44:16.406857 12211 tablet_copy_service.cc:161] P e23ccd7f603d4d25804f0fe90c35e573: Beginning new tablet copy session on tablet 7080d6a42b2940e985b06b68426d5f82 from peer 98e4434c84134aeeafd61abcab751ff1 at {username='slave'} at 127.0.0.1:52066: session id = 98e4434c84134aeeafd61abcab751ff1-7080d6a42b2940e985b06b68426d5f82
I20260608 12:44:16.412645 12211 tablet_copy_source_session.cc:215] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:44:16.416195 12443 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7080d6a42b2940e985b06b68426d5f82. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:16.426460 12446 ts_tablet_manager.cc:933] T 82c0a57cc8394167804380e648f64e7a P 98e4434c84134aeeafd61abcab751ff1: Initiating tablet copy from peer 1cec080d2e674aac8ef813c04d7554fa (127.0.107.194:41023)
I20260608 12:44:16.428853 12446 tablet_copy_client.cc:323] T 82c0a57cc8394167804380e648f64e7a P 98e4434c84134aeeafd61abcab751ff1: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:41023
I20260608 12:44:16.437094 12443 tablet_copy_client.cc:806] T 7080d6a42b2940e985b06b68426d5f82 P 98e4434c84134aeeafd61abcab751ff1: tablet copy: Starting download of 0 data blocks...
I20260608 12:44:16.437975 12443 tablet_copy_client.cc:670] T 7080d6a42b2940e985b06b68426d5f82 P 98e4434c84134aeeafd61abcab751ff1: tablet copy: Starting download of 1 WAL segments...
I20260608 12:44:16.442051 12137 tablet_copy_service.cc:140] P 1cec080d2e674aac8ef813c04d7554fa: Received BeginTabletCopySession request for tablet 82c0a57cc8394167804380e648f64e7a from peer 98e4434c84134aeeafd61abcab751ff1 ({username='slave'} at 127.0.0.1:40740)
I20260608 12:44:16.442756 12137 tablet_copy_service.cc:161] P 1cec080d2e674aac8ef813c04d7554fa: Beginning new tablet copy session on tablet 82c0a57cc8394167804380e648f64e7a from peer 98e4434c84134aeeafd61abcab751ff1 at {username='slave'} at 127.0.0.1:40740: session id = 98e4434c84134aeeafd61abcab751ff1-82c0a57cc8394167804380e648f64e7a
I20260608 12:44:16.443172 12443 tablet_copy_client.cc:538] T 7080d6a42b2940e985b06b68426d5f82 P 98e4434c84134aeeafd61abcab751ff1: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:44:16.448995 12137 tablet_copy_source_session.cc:215] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:44:16.452467 12446 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 82c0a57cc8394167804380e648f64e7a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:16.453490 12443 tablet_bootstrap.cc:492] T 7080d6a42b2940e985b06b68426d5f82 P 98e4434c84134aeeafd61abcab751ff1: Bootstrap starting.
I20260608 12:44:16.466040 12446 tablet_copy_client.cc:806] T 82c0a57cc8394167804380e648f64e7a P 98e4434c84134aeeafd61abcab751ff1: tablet copy: Starting download of 0 data blocks...
I20260608 12:44:16.466768 12446 tablet_copy_client.cc:670] T 82c0a57cc8394167804380e648f64e7a P 98e4434c84134aeeafd61abcab751ff1: tablet copy: Starting download of 1 WAL segments...
I20260608 12:44:16.471254 12446 tablet_copy_client.cc:538] T 82c0a57cc8394167804380e648f64e7a P 98e4434c84134aeeafd61abcab751ff1: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:44:16.480253 12446 tablet_bootstrap.cc:492] T 82c0a57cc8394167804380e648f64e7a P 98e4434c84134aeeafd61abcab751ff1: Bootstrap starting.
I20260608 12:44:16.583139 12451 ts_tablet_manager.cc:933] T 2580bc606dd2483ea363faf26475621e P 98e4434c84134aeeafd61abcab751ff1: Initiating tablet copy from peer 1cec080d2e674aac8ef813c04d7554fa (127.0.107.194:41023)
I20260608 12:44:16.585089 12452 ts_tablet_manager.cc:933] T 5440df94a5fa44478b04fdb7df0b46bb P 98e4434c84134aeeafd61abcab751ff1: Initiating tablet copy from peer 1cec080d2e674aac8ef813c04d7554fa (127.0.107.194:41023)
I20260608 12:44:16.591840 12443 tablet_bootstrap.cc:492] T 7080d6a42b2940e985b06b68426d5f82 P 98e4434c84134aeeafd61abcab751ff1: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=110 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:44:16.592939 12443 tablet_bootstrap.cc:492] T 7080d6a42b2940e985b06b68426d5f82 P 98e4434c84134aeeafd61abcab751ff1: Bootstrap complete.
I20260608 12:44:16.593712 12443 ts_tablet_manager.cc:1403] T 7080d6a42b2940e985b06b68426d5f82 P 98e4434c84134aeeafd61abcab751ff1: Time spent bootstrapping tablet: real 0.140s	user 0.117s	sys 0.012s
I20260608 12:44:16.596752 12443 raft_consensus.cc:359] T 7080d6a42b2940e985b06b68426d5f82 P 98e4434c84134aeeafd61abcab751ff1 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } attrs { replace: true } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } } peers { permanent_uuid: "98e4434c84134aeeafd61abcab751ff1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35749 } attrs { promote: true } }
I20260608 12:44:16.597658 12443 raft_consensus.cc:740] T 7080d6a42b2940e985b06b68426d5f82 P 98e4434c84134aeeafd61abcab751ff1 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 98e4434c84134aeeafd61abcab751ff1, State: Initialized, Role: LEARNER
I20260608 12:44:16.597741 12452 tablet_copy_client.cc:323] T 5440df94a5fa44478b04fdb7df0b46bb P 98e4434c84134aeeafd61abcab751ff1: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:41023
I20260608 12:44:16.598462 12443 consensus_queue.cc:260] T 7080d6a42b2940e985b06b68426d5f82 P 98e4434c84134aeeafd61abcab751ff1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 16, Last appended: 1.16, Last appended by leader: 16, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } attrs { replace: true } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } } peers { permanent_uuid: "98e4434c84134aeeafd61abcab751ff1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35749 } attrs { promote: true } }
I20260608 12:44:16.601140 12137 tablet_copy_service.cc:140] P 1cec080d2e674aac8ef813c04d7554fa: Received BeginTabletCopySession request for tablet 5440df94a5fa44478b04fdb7df0b46bb from peer 98e4434c84134aeeafd61abcab751ff1 ({username='slave'} at 127.0.0.1:40740)
I20260608 12:44:16.601992 12137 tablet_copy_service.cc:161] P 1cec080d2e674aac8ef813c04d7554fa: Beginning new tablet copy session on tablet 5440df94a5fa44478b04fdb7df0b46bb from peer 98e4434c84134aeeafd61abcab751ff1 at {username='slave'} at 127.0.0.1:40740: session id = 98e4434c84134aeeafd61abcab751ff1-5440df94a5fa44478b04fdb7df0b46bb
I20260608 12:44:16.601547 12451 tablet_copy_client.cc:323] T 2580bc606dd2483ea363faf26475621e P 98e4434c84134aeeafd61abcab751ff1: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:41023
I20260608 12:44:16.608924 12136 tablet_copy_service.cc:140] P 1cec080d2e674aac8ef813c04d7554fa: Received BeginTabletCopySession request for tablet 2580bc606dd2483ea363faf26475621e from peer 98e4434c84134aeeafd61abcab751ff1 ({username='slave'} at 127.0.0.1:40740)
I20260608 12:44:16.609570 12136 tablet_copy_service.cc:161] P 1cec080d2e674aac8ef813c04d7554fa: Beginning new tablet copy session on tablet 2580bc606dd2483ea363faf26475621e from peer 98e4434c84134aeeafd61abcab751ff1 at {username='slave'} at 127.0.0.1:40740: session id = 98e4434c84134aeeafd61abcab751ff1-2580bc606dd2483ea363faf26475621e
I20260608 12:44:16.621479 12137 tablet_copy_source_session.cc:215] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:44:16.622891 12136 tablet_copy_source_session.cc:215] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:44:16.627873 12451 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2580bc606dd2483ea363faf26475621e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:16.630393 12446 tablet_bootstrap.cc:492] T 82c0a57cc8394167804380e648f64e7a P 98e4434c84134aeeafd61abcab751ff1: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=110 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:44:16.631354 12446 tablet_bootstrap.cc:492] T 82c0a57cc8394167804380e648f64e7a P 98e4434c84134aeeafd61abcab751ff1: Bootstrap complete.
I20260608 12:44:16.631929 12452 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5440df94a5fa44478b04fdb7df0b46bb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:44:16.633519 12446 ts_tablet_manager.cc:1403] T 82c0a57cc8394167804380e648f64e7a P 98e4434c84134aeeafd61abcab751ff1: Time spent bootstrapping tablet: real 0.154s	user 0.120s	sys 0.012s
I20260608 12:44:16.633975 12443 ts_tablet_manager.cc:1434] T 7080d6a42b2940e985b06b68426d5f82 P 98e4434c84134aeeafd61abcab751ff1: Time spent starting tablet: real 0.040s	user 0.029s	sys 0.008s
I20260608 12:44:16.636631 12211 tablet_copy_service.cc:342] P e23ccd7f603d4d25804f0fe90c35e573: Request end of tablet copy session 98e4434c84134aeeafd61abcab751ff1-7080d6a42b2940e985b06b68426d5f82 received from {username='slave'} at 127.0.0.1:52066
I20260608 12:44:16.637085 12211 tablet_copy_service.cc:434] P e23ccd7f603d4d25804f0fe90c35e573: ending tablet copy session 98e4434c84134aeeafd61abcab751ff1-7080d6a42b2940e985b06b68426d5f82 on tablet 7080d6a42b2940e985b06b68426d5f82 with peer 98e4434c84134aeeafd61abcab751ff1
I20260608 12:44:16.642872 12446 raft_consensus.cc:359] T 82c0a57cc8394167804380e648f64e7a P 98e4434c84134aeeafd61abcab751ff1 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } attrs { replace: true } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "98e4434c84134aeeafd61abcab751ff1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35749 } attrs { promote: true } }
I20260608 12:44:16.643810 12446 raft_consensus.cc:740] T 82c0a57cc8394167804380e648f64e7a P 98e4434c84134aeeafd61abcab751ff1 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 98e4434c84134aeeafd61abcab751ff1, State: Initialized, Role: LEARNER
I20260608 12:44:16.644510 12446 consensus_queue.cc:260] T 82c0a57cc8394167804380e648f64e7a P 98e4434c84134aeeafd61abcab751ff1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 16, Last appended: 1.16, Last appended by leader: 16, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } attrs { replace: true } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "98e4434c84134aeeafd61abcab751ff1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35749 } attrs { promote: true } }
I20260608 12:44:16.647125 12446 ts_tablet_manager.cc:1434] T 82c0a57cc8394167804380e648f64e7a P 98e4434c84134aeeafd61abcab751ff1: Time spent starting tablet: real 0.013s	user 0.005s	sys 0.000s
I20260608 12:44:16.648959 12137 tablet_copy_service.cc:342] P 1cec080d2e674aac8ef813c04d7554fa: Request end of tablet copy session 98e4434c84134aeeafd61abcab751ff1-82c0a57cc8394167804380e648f64e7a received from {username='slave'} at 127.0.0.1:40740
I20260608 12:44:16.649410 12137 tablet_copy_service.cc:434] P 1cec080d2e674aac8ef813c04d7554fa: ending tablet copy session 98e4434c84134aeeafd61abcab751ff1-82c0a57cc8394167804380e648f64e7a on tablet 82c0a57cc8394167804380e648f64e7a with peer 98e4434c84134aeeafd61abcab751ff1
I20260608 12:44:16.655073 12451 tablet_copy_client.cc:806] T 2580bc606dd2483ea363faf26475621e P 98e4434c84134aeeafd61abcab751ff1: tablet copy: Starting download of 0 data blocks...
I20260608 12:44:16.655912 12451 tablet_copy_client.cc:670] T 2580bc606dd2483ea363faf26475621e P 98e4434c84134aeeafd61abcab751ff1: tablet copy: Starting download of 1 WAL segments...
I20260608 12:44:16.662786 12451 tablet_copy_client.cc:538] T 2580bc606dd2483ea363faf26475621e P 98e4434c84134aeeafd61abcab751ff1: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:44:16.664945 12452 tablet_copy_client.cc:806] T 5440df94a5fa44478b04fdb7df0b46bb P 98e4434c84134aeeafd61abcab751ff1: tablet copy: Starting download of 0 data blocks...
I20260608 12:44:16.665638 12452 tablet_copy_client.cc:670] T 5440df94a5fa44478b04fdb7df0b46bb P 98e4434c84134aeeafd61abcab751ff1: tablet copy: Starting download of 1 WAL segments...
I20260608 12:44:16.670581 12452 tablet_copy_client.cc:538] T 5440df94a5fa44478b04fdb7df0b46bb P 98e4434c84134aeeafd61abcab751ff1: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:44:16.672019 12451 tablet_bootstrap.cc:492] T 2580bc606dd2483ea363faf26475621e P 98e4434c84134aeeafd61abcab751ff1: Bootstrap starting.
I20260608 12:44:16.680573 12452 tablet_bootstrap.cc:492] T 5440df94a5fa44478b04fdb7df0b46bb P 98e4434c84134aeeafd61abcab751ff1: Bootstrap starting.
I20260608 12:44:16.770097 12451 tablet_bootstrap.cc:492] T 2580bc606dd2483ea363faf26475621e P 98e4434c84134aeeafd61abcab751ff1: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=119 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:44:16.770855 12451 tablet_bootstrap.cc:492] T 2580bc606dd2483ea363faf26475621e P 98e4434c84134aeeafd61abcab751ff1: Bootstrap complete.
I20260608 12:44:16.771425 12451 ts_tablet_manager.cc:1403] T 2580bc606dd2483ea363faf26475621e P 98e4434c84134aeeafd61abcab751ff1: Time spent bootstrapping tablet: real 0.100s	user 0.086s	sys 0.013s
I20260608 12:44:16.773633 12451 raft_consensus.cc:359] T 2580bc606dd2483ea363faf26475621e P 98e4434c84134aeeafd61abcab751ff1 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } attrs { replace: true } } peers { permanent_uuid: "98e4434c84134aeeafd61abcab751ff1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35749 } attrs { promote: true } }
I20260608 12:44:16.774276 12451 raft_consensus.cc:740] T 2580bc606dd2483ea363faf26475621e P 98e4434c84134aeeafd61abcab751ff1 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 98e4434c84134aeeafd61abcab751ff1, State: Initialized, Role: LEARNER
I20260608 12:44:16.774770 12451 consensus_queue.cc:260] T 2580bc606dd2483ea363faf26475621e P 98e4434c84134aeeafd61abcab751ff1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 16, Last appended: 1.16, Last appended by leader: 16, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } attrs { replace: true } } peers { permanent_uuid: "98e4434c84134aeeafd61abcab751ff1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35749 } attrs { promote: true } }
I20260608 12:44:16.776721 12451 ts_tablet_manager.cc:1434] T 2580bc606dd2483ea363faf26475621e P 98e4434c84134aeeafd61abcab751ff1: Time spent starting tablet: real 0.005s	user 0.002s	sys 0.000s
I20260608 12:44:16.778832 12137 tablet_copy_service.cc:342] P 1cec080d2e674aac8ef813c04d7554fa: Request end of tablet copy session 98e4434c84134aeeafd61abcab751ff1-2580bc606dd2483ea363faf26475621e received from {username='slave'} at 127.0.0.1:40740
I20260608 12:44:16.779269 12137 tablet_copy_service.cc:434] P 1cec080d2e674aac8ef813c04d7554fa: ending tablet copy session 98e4434c84134aeeafd61abcab751ff1-2580bc606dd2483ea363faf26475621e on tablet 2580bc606dd2483ea363faf26475621e with peer 98e4434c84134aeeafd61abcab751ff1
I20260608 12:44:16.818532 12452 tablet_bootstrap.cc:492] T 5440df94a5fa44478b04fdb7df0b46bb P 98e4434c84134aeeafd61abcab751ff1: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=143 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:44:16.819515 12452 tablet_bootstrap.cc:492] T 5440df94a5fa44478b04fdb7df0b46bb P 98e4434c84134aeeafd61abcab751ff1: Bootstrap complete.
I20260608 12:44:16.820251 12452 ts_tablet_manager.cc:1403] T 5440df94a5fa44478b04fdb7df0b46bb P 98e4434c84134aeeafd61abcab751ff1: Time spent bootstrapping tablet: real 0.140s	user 0.122s	sys 0.016s
I20260608 12:44:16.823225 12452 raft_consensus.cc:359] T 5440df94a5fa44478b04fdb7df0b46bb P 98e4434c84134aeeafd61abcab751ff1 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } attrs { replace: true } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } } peers { permanent_uuid: "98e4434c84134aeeafd61abcab751ff1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35749 } attrs { promote: true } }
I20260608 12:44:16.824034 12452 raft_consensus.cc:740] T 5440df94a5fa44478b04fdb7df0b46bb P 98e4434c84134aeeafd61abcab751ff1 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 98e4434c84134aeeafd61abcab751ff1, State: Initialized, Role: LEARNER
I20260608 12:44:16.824659 12452 consensus_queue.cc:260] T 5440df94a5fa44478b04fdb7df0b46bb P 98e4434c84134aeeafd61abcab751ff1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 16, Last appended: 1.16, Last appended by leader: 16, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "0b460c3eac154fd490dcda66c74ec996" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37387 } attrs { replace: true } } peers { permanent_uuid: "1cec080d2e674aac8ef813c04d7554fa" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41023 } } peers { permanent_uuid: "e23ccd7f603d4d25804f0fe90c35e573" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33171 } } peers { permanent_uuid: "98e4434c84134aeeafd61abcab751ff1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35749 } attrs { promote: true } }
I20260608 12:44:16.826902 12452 ts_tablet_manager.cc:1434] T 5440df94a5fa44478b04fdb7df0b46bb P 98e4434c84134aeeafd61abcab751ff1: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260608 12:44:16.829320 12137 tablet_copy_service.cc:342] P 1cec080d2e674aac8ef813c04d7554fa: Request end of tablet copy session 98e4434c84134aeeafd61abcab751ff1-5440df94a5fa44478b04fdb7df0b46bb received from {username='slave'} at 127.0.0.1:40740
I20260608 12:44:16.829778 12137 tablet_copy_service.cc:434] P 1cec080d2e674aac8ef813c04d7554fa: ending tablet copy session 98e4434c84134aeeafd61abcab751ff1-5440df94a5fa44478b04fdb7df0b46bb on tablet 5440df94a5fa44478b04fdb7df0b46bb with peer 98e4434c84134aeeafd61abcab751ff1
I20260608 12:44:16.911104 12387 raft_consensus.cc:1217] T 82c0a57cc8394167804380e648f64e7a P 98e4434c84134aeeafd61abcab751ff1 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.15->[1.16-1.16]   Dedup: 1.16->[]
I20260608 12:44:16.947049 12387 raft_consensus.cc:1217] T 5440df94a5fa44478b04fdb7df0b46bb P 98e4434c84134aeeafd61abcab751ff1 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.15->[1.16-1.16]   Dedup: 1.16->[]
I20260608 12:44:16.970971 12387 raft_consensus.cc:1217] T 2580bc606dd2483ea363faf26475621e P 98e4434c84134aeeafd61abcab751ff1 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.15->[1.16-1.16]   Dedup: 1.16->[]
I20260608 12:44:16.979779   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:44:16.998157 12387 raft_consensus.cc:1217] T 7080d6a42b2940e985b06b68426d5f82 P 98e4434c84134aeeafd61abcab751ff1 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.15->[1.16-1.16]   Dedup: 1.16->[]
I20260608 12:44:17.030723   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:44:17.031666   431 tablet_replica.cc:333] T 6ec40357374146e5b00cd268e179c550 P 0b460c3eac154fd490dcda66c74ec996: stopping tablet replica
I20260608 12:44:17.032580   431 raft_consensus.cc:2243] T 6ec40357374146e5b00cd268e179c550 P 0b460c3eac154fd490dcda66c74ec996 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:44:17.033401   431 raft_consensus.cc:2272] T 6ec40357374146e5b00cd268e179c550 P 0b460c3eac154fd490dcda66c74ec996 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:44:17.034617 12090 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 2 similar messages]
I20260608 12:44:17.036537   431 tablet_replica.cc:333] T 7080d6a42b2940e985b06b68426d5f82 P 0b460c3eac154fd490dcda66c74ec996: stopping tablet replica
I20260608 12:44:17.037418   431 raft_consensus.cc:2243] T 7080d6a42b2940e985b06b68426d5f82 P 0b460c3eac154fd490dcda66c74ec996 [term 1 FOLLOWER]: Raft consensus shutting down.
W20260608 12:44:17.037674 12090 consensus_peers.cc:597] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa -> Peer 0b460c3eac154fd490dcda66c74ec996 (127.0.107.193:37387): Couldn't send request to peer 0b460c3eac154fd490dcda66c74ec996. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:44:17.038148   431 raft_consensus.cc:2272] T 7080d6a42b2940e985b06b68426d5f82 P 0b460c3eac154fd490dcda66c74ec996 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:17.041301   431 tablet_replica.cc:333] T 5440df94a5fa44478b04fdb7df0b46bb P 0b460c3eac154fd490dcda66c74ec996: stopping tablet replica
I20260608 12:44:17.042111   431 raft_consensus.cc:2243] T 5440df94a5fa44478b04fdb7df0b46bb P 0b460c3eac154fd490dcda66c74ec996 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:44:17.042924   431 raft_consensus.cc:2272] T 5440df94a5fa44478b04fdb7df0b46bb P 0b460c3eac154fd490dcda66c74ec996 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:17.046240   431 tablet_replica.cc:333] T 82c0a57cc8394167804380e648f64e7a P 0b460c3eac154fd490dcda66c74ec996: stopping tablet replica
I20260608 12:44:17.046973   431 raft_consensus.cc:2243] T 82c0a57cc8394167804380e648f64e7a P 0b460c3eac154fd490dcda66c74ec996 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:44:17.047803   431 raft_consensus.cc:2272] T 82c0a57cc8394167804380e648f64e7a P 0b460c3eac154fd490dcda66c74ec996 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:17.050710   431 tablet_replica.cc:333] T 2580bc606dd2483ea363faf26475621e P 0b460c3eac154fd490dcda66c74ec996: stopping tablet replica
I20260608 12:44:17.051376   431 raft_consensus.cc:2243] T 2580bc606dd2483ea363faf26475621e P 0b460c3eac154fd490dcda66c74ec996 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:44:17.052150   431 raft_consensus.cc:2272] T 2580bc606dd2483ea363faf26475621e P 0b460c3eac154fd490dcda66c74ec996 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:17.055377   431 tablet_replica.cc:333] T 51759c3b8ea04ca994b862f7b6d15ed3 P 0b460c3eac154fd490dcda66c74ec996: stopping tablet replica
I20260608 12:44:17.056044   431 raft_consensus.cc:2243] T 51759c3b8ea04ca994b862f7b6d15ed3 P 0b460c3eac154fd490dcda66c74ec996 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:44:17.056800   431 raft_consensus.cc:2272] T 51759c3b8ea04ca994b862f7b6d15ed3 P 0b460c3eac154fd490dcda66c74ec996 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:17.075893   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:44:17.094520   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
W20260608 12:44:17.120775 12090 consensus_peers.cc:597] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa -> Peer 0b460c3eac154fd490dcda66c74ec996 (127.0.107.193:37387): Couldn't send request to peer 0b460c3eac154fd490dcda66c74ec996. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37387: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:44:17.123859 12167 consensus_peers.cc:597] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573 -> Peer 1cec080d2e674aac8ef813c04d7554fa (127.0.107.194:41023): Couldn't send request to peer 1cec080d2e674aac8ef813c04d7554fa. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:44:17.128661   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:44:17.129544   431 tablet_replica.cc:333] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa: stopping tablet replica
I20260608 12:44:17.130424   431 raft_consensus.cc:2243] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:44:17.132019   431 raft_consensus.cc:2272] T 2580bc606dd2483ea363faf26475621e P 1cec080d2e674aac8ef813c04d7554fa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:17.135267   431 tablet_replica.cc:333] T 51759c3b8ea04ca994b862f7b6d15ed3 P 1cec080d2e674aac8ef813c04d7554fa: stopping tablet replica
I20260608 12:44:17.136046   431 raft_consensus.cc:2243] T 51759c3b8ea04ca994b862f7b6d15ed3 P 1cec080d2e674aac8ef813c04d7554fa [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:44:17.137071   431 raft_consensus.cc:2272] T 51759c3b8ea04ca994b862f7b6d15ed3 P 1cec080d2e674aac8ef813c04d7554fa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:17.140336   431 tablet_replica.cc:333] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa: stopping tablet replica
I20260608 12:44:17.141106   431 raft_consensus.cc:2243] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:44:17.142539   431 raft_consensus.cc:2272] T 82c0a57cc8394167804380e648f64e7a P 1cec080d2e674aac8ef813c04d7554fa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:17.145490   431 tablet_replica.cc:333] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa: stopping tablet replica
I20260608 12:44:17.146247   431 raft_consensus.cc:2243] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:44:17.147661   431 raft_consensus.cc:2272] T 5440df94a5fa44478b04fdb7df0b46bb P 1cec080d2e674aac8ef813c04d7554fa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:17.150754   431 tablet_replica.cc:333] T 7080d6a42b2940e985b06b68426d5f82 P 1cec080d2e674aac8ef813c04d7554fa: stopping tablet replica
I20260608 12:44:17.151446   431 raft_consensus.cc:2243] T 7080d6a42b2940e985b06b68426d5f82 P 1cec080d2e674aac8ef813c04d7554fa [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:44:17.152093   431 raft_consensus.cc:2272] T 7080d6a42b2940e985b06b68426d5f82 P 1cec080d2e674aac8ef813c04d7554fa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:17.155097   431 tablet_replica.cc:333] T 6ec40357374146e5b00cd268e179c550 P 1cec080d2e674aac8ef813c04d7554fa: stopping tablet replica
I20260608 12:44:17.155755   431 raft_consensus.cc:2243] T 6ec40357374146e5b00cd268e179c550 P 1cec080d2e674aac8ef813c04d7554fa [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:44:17.156787   431 raft_consensus.cc:2272] T 6ec40357374146e5b00cd268e179c550 P 1cec080d2e674aac8ef813c04d7554fa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:17.189380   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:44:17.210512   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:44:17.246160   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:44:17.247046   431 tablet_replica.cc:333] T 6ec40357374146e5b00cd268e179c550 P e23ccd7f603d4d25804f0fe90c35e573: stopping tablet replica
I20260608 12:44:17.248049   431 raft_consensus.cc:2243] T 6ec40357374146e5b00cd268e179c550 P e23ccd7f603d4d25804f0fe90c35e573 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:44:17.248876   431 raft_consensus.cc:2272] T 6ec40357374146e5b00cd268e179c550 P e23ccd7f603d4d25804f0fe90c35e573 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:17.252385   431 tablet_replica.cc:333] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573: stopping tablet replica
I20260608 12:44:17.253243   431 raft_consensus.cc:2243] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:44:17.254877   431 raft_consensus.cc:2272] T 7080d6a42b2940e985b06b68426d5f82 P e23ccd7f603d4d25804f0fe90c35e573 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:17.258307   431 tablet_replica.cc:333] T 82c0a57cc8394167804380e648f64e7a P e23ccd7f603d4d25804f0fe90c35e573: stopping tablet replica
I20260608 12:44:17.259131   431 raft_consensus.cc:2243] T 82c0a57cc8394167804380e648f64e7a P e23ccd7f603d4d25804f0fe90c35e573 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:44:17.260058   431 raft_consensus.cc:2272] T 82c0a57cc8394167804380e648f64e7a P e23ccd7f603d4d25804f0fe90c35e573 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:17.263399   431 tablet_replica.cc:333] T 5440df94a5fa44478b04fdb7df0b46bb P e23ccd7f603d4d25804f0fe90c35e573: stopping tablet replica
I20260608 12:44:17.264281   431 raft_consensus.cc:2243] T 5440df94a5fa44478b04fdb7df0b46bb P e23ccd7f603d4d25804f0fe90c35e573 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:44:17.265300   431 raft_consensus.cc:2272] T 5440df94a5fa44478b04fdb7df0b46bb P e23ccd7f603d4d25804f0fe90c35e573 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:17.268625   431 tablet_replica.cc:333] T 2580bc606dd2483ea363faf26475621e P e23ccd7f603d4d25804f0fe90c35e573: stopping tablet replica
I20260608 12:44:17.269419   431 raft_consensus.cc:2243] T 2580bc606dd2483ea363faf26475621e P e23ccd7f603d4d25804f0fe90c35e573 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:44:17.270298   431 raft_consensus.cc:2272] T 2580bc606dd2483ea363faf26475621e P e23ccd7f603d4d25804f0fe90c35e573 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:17.273519   431 tablet_replica.cc:333] T 51759c3b8ea04ca994b862f7b6d15ed3 P e23ccd7f603d4d25804f0fe90c35e573: stopping tablet replica
I20260608 12:44:17.274281   431 raft_consensus.cc:2243] T 51759c3b8ea04ca994b862f7b6d15ed3 P e23ccd7f603d4d25804f0fe90c35e573 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:44:17.275010   431 raft_consensus.cc:2272] T 51759c3b8ea04ca994b862f7b6d15ed3 P e23ccd7f603d4d25804f0fe90c35e573 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:17.297204   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:44:17.314505   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:44:17.335197   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:44:17.335927   431 tablet_replica.cc:333] T 5440df94a5fa44478b04fdb7df0b46bb P 98e4434c84134aeeafd61abcab751ff1: stopping tablet replica
I20260608 12:44:17.336596   431 raft_consensus.cc:2243] T 5440df94a5fa44478b04fdb7df0b46bb P 98e4434c84134aeeafd61abcab751ff1 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:44:17.337098   431 raft_consensus.cc:2272] T 5440df94a5fa44478b04fdb7df0b46bb P 98e4434c84134aeeafd61abcab751ff1 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:44:17.339462   431 tablet_replica.cc:333] T 2580bc606dd2483ea363faf26475621e P 98e4434c84134aeeafd61abcab751ff1: stopping tablet replica
I20260608 12:44:17.340010   431 raft_consensus.cc:2243] T 2580bc606dd2483ea363faf26475621e P 98e4434c84134aeeafd61abcab751ff1 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:44:17.340408   431 raft_consensus.cc:2272] T 2580bc606dd2483ea363faf26475621e P 98e4434c84134aeeafd61abcab751ff1 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:44:17.342502   431 tablet_replica.cc:333] T 82c0a57cc8394167804380e648f64e7a P 98e4434c84134aeeafd61abcab751ff1: stopping tablet replica
I20260608 12:44:17.343019   431 raft_consensus.cc:2243] T 82c0a57cc8394167804380e648f64e7a P 98e4434c84134aeeafd61abcab751ff1 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:44:17.343407   431 raft_consensus.cc:2272] T 82c0a57cc8394167804380e648f64e7a P 98e4434c84134aeeafd61abcab751ff1 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:44:17.345434   431 tablet_replica.cc:333] T 7080d6a42b2940e985b06b68426d5f82 P 98e4434c84134aeeafd61abcab751ff1: stopping tablet replica
I20260608 12:44:17.345973   431 raft_consensus.cc:2243] T 7080d6a42b2940e985b06b68426d5f82 P 98e4434c84134aeeafd61abcab751ff1 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:44:17.346359   431 raft_consensus.cc:2272] T 7080d6a42b2940e985b06b68426d5f82 P 98e4434c84134aeeafd61abcab751ff1 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:44:17.369927   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:44:17.383808   431 master.cc:562] Master@127.0.107.254:44975 shutting down...
W20260608 12:44:17.412698 11998 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:44:17.413022 11998 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:44:17.413250 11998 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:44:17.414458   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 285c14df096941d2abf62ff9a41b75bb [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:44:17.415038   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 285c14df096941d2abf62ff9a41b75bb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:44:17.415390   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 285c14df096941d2abf62ff9a41b75bb: stopping tablet replica
I20260608 12:44:17.436475   431 master.cc:584] Master@127.0.107.254:44975 shutdown complete.
[       OK ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/1 (6821 ms)
[----------] 2 tests from PreferFollowerRebalancingTest (16039 ms total)

[----------] Global test environment tear-down
[==========] 24 tests from 2 test suites ran. (260099 ms total)
[  PASSED  ] 24 tests.
I20260608 12:44:17.488615   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/tserver/ts_tablet_manager.cc:600: suppressed but not reported on 7 messages since previous log ~49 seconds ago
I20260608 12:44:17.488917   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/tserver/ts_tablet_manager.cc:548: suppressed but not reported on 7 messages since previous log ~49 seconds ago
I20260608 12:44:17.489204   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:4754: suppressed but not reported on 19 messages since previous log ~49 seconds ago
I20260608 12:44:17.489416   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:5374: suppressed but not reported on 20 messages since previous log ~81 seconds ago
I20260608 12:44:17.489859   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:4809: suppressed but not reported on 7 messages since previous log ~171 seconds ago
I20260608 12:44:17.490123   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/tserver/heartbeater.cc:646: suppressed but not reported on 8 messages since previous log ~241 seconds ago
I20260608 12:44:17.490496   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/tablet/tablet.cc:2404: suppressed but not reported on 15 messages since previous log ~4 seconds ago
I20260608 12:44:17.490713   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/rpc/proxy.cc:239: suppressed but not reported on 2 messages since previous log ~0 seconds ago
